/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import "custom.css";


/*HEADER*/
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: var(--sc);
}

.login-button-home {
    color: var(--wc);
    border: 1px solid var(--wc);
    padding: 3px 10px !important;
    /* border-radius: 15px; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.login-button-home:hover {
    color: var(--pc);
    background: var(--wc);
}

.active {
    color: var(--sc);
}

.logo a img {
    width: 80px;
    padding: 10px 0;
}

.logo-image a img {
    width: 170px;
}

.logo.menubar-mobile {
    cursor: pointer;
    padding: 8px 0;
    font-size: 18px;
    color: var(--wc);
}

.menubar ul {
    text-align: right;
}

.menubar > ul > li {
    display: inline-block;
}

.menubar > ul > li > a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 14px 5px;
    -webkit-transition: .3s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: var(--wc);
    font-size: 13px;

}

.menubar ul li a img {
    width: 16px;
    margin-right: 2px;
}

.menubar ul li a.login {
    border: 1px solid var(--pc);
}

.menubar ul li a.login:hover {
    background: var(--sc);
    color: var(--wc);
    border: 1px solid var(--sc);
}

.menubar-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-btn {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--sc2);
    width: 170px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 2px;
    background: var(--wc);

}

.sub-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    transform: scaleY(100%);
}

.sub-menu > a {
    display: block;
    width: 100%;
    padding: 7px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--pc);
    font-size: 13px;
    text-transform: capitalize;
}

.sub-menu > a:hover {
    background: var(--sc);
    color: var(--wc) !important;
}


.sub-btn a span {
    padding: 0 10px;
}

.menubar ul li a i {
    font-size: 20px;
    margin-right: 10px;
}

.search-box {
    width: 190px;
    position: relative;
}

.search-box input {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 8px 15px;
    border: none;
    outline: none;
    width: 100%;
}

.search-box button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background: none;
}

.search-box button::before {
    content: "|";
    color: var(--pc);
}

.arabic-button {
    color: var(--wc);
    border: 1px solid var(--wc);
    padding: 0 10px;
}

.arabic-button:hover {
    color: var(--wc);
}

/*HEADER END*/

/*MOBILE MENU*/

/*ACCORDION CUSTOM*/
.mobile-logo img {
    width: 80px;
    padding: 10px 0;
    margin-left: 10px;
}

header .mobile-icon {
    color: var(--wc);
    width: 300px;
}

.mobile-icon-center {
    visibility: hidden;

}


.mobile-logo i:hover {
    color: var(--sc);
}

.fa-bars {
    color: var(--wc);
    font-size: 20px;
    cursor: pointer;
}


.custom.accordion-button {
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: var(--pc);
    font-weight: 400;
}

.custom.accordion-button:hover {
    color: var(--sc);
}

.custom.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ccc;

}

.custom.accordion-button:not(.collapsed) {
    color: var(--sc);
    background: var(--rc);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 400;
}

.none.accordion-button:not(.collapsed)::after {
    content: none;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.none.accordion-button::after {
    content: none;
}

.custom.accordion-body {
    padding: 0 0px;
}

.custom.accordion-body ul {
    padding: 0;
    margin: 0;
}

.custom.accordion-body ul li {
    list-style: none;
    padding: 8px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.custom.accordion-body ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--pc);
    font-weight: 400;
    display: inline-block;
    margin-left: 40px;
}

.custom.accordion-body ul li a i {
    font-size: 10px;
    margin-right: 10px;
}

.custom.accordion-body ul li:hover {
    color: var(--wc);
    background: var(--rc);
}

.custom.accordion-body ul li:hover a {
    color: var(--sc);
}

.custom.accordion-item a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.custom.accordion-item .accordion-button {
    display: block;
    width: 100%;
}

.accordion-button.custom i {
    padding: 0 10px;
}

.custom.accordion-button:focus {
    border: none;
}

/*ACCORDION CUSTOM END*/


.mobile-menu {
    width: 300px;
    position: fixed;
    left: -380px;
    top: 0;
    z-index: 3;
    background: var(--wc);
    height: 100%;
    overflow: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 10px 0;
}

.mobile-logo i {
    background: var(--sc);
    float: right;
    color: var(--wc);
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
}

.mobile-logo i:hover {
    color: var(--wc);
}

.mobile-logo a img {
    background: var(--sc);
    padding: 10px;
    width: 120px;
}

/*
#mobileOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(255, 125, 4, 0.78);
    z-index: 1;
    cursor: pointer;
}
*/

.mobileAdd {
    left: 0 !important;
    width: 100%;
}

.mobile-overlay {
    position: inherit !important;
}

/*MOBILE MENU END*/


/*HOME*/
.home-section {
    background: var(--tc);
    color: var(--wc);
}

.home-content {
    max-width: 715px;
}

.home-content p {
    font-size: 25px;
}

.home-content h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    padding: 10px 0;
}

.home-content a {
    font-weight: 500;
    color: var(--wc);
    padding: 7px 10px;
    border: 1px solid var(--wc);
    border-radius: 7px;
    margin-right: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 15px;

}

.home-container-box {
    position: relative;
}

.home-content a:hover {
    background: var(--wc);
    color: var(--pc2);
}

.container-box {
    position: relative;
}

.home-image {
    width: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home-image img {
    width: 100%;
}

/*HOME END*/

/*EVENT SECTION*/
.event-title h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: var(--sc);
}

.event-section button.nav-link {
    font-weight: 500;
    color: var(--pc);
    text-transform: capitalize;
    border: 1px solid var(--pc);
    padding: 8px 15px;
    border-radius: 10px;
    margin: 0 8px;
    margin-bottom: 15px;
    border: 1px solid var(--sc);
}

.event-section button.nav-link:hover {
    border: 1px solid var(--sc);
}

.event-section button.nav-link.active {
    background: var(--sc);
    border: 1px solid var(--sc);
    color: var(--wc);
}

.event-section .nav-pills {
    text-align: center;
    display: block !important;
    text-align: center;
}

.event-section .nav-pills .nav-item {
    display: inline-block;
    border: 1px solid var(--sc);
}

.event-section .nav-pills .nav-item:hover {
    border: 1px solid var(--sc) !important;
}

.event-box {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.event-box h6 {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    color: var(--wc);
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 8px;
    background: var(--fc);
    width: 90%;


}

.event-section .nav-tabs {
    display: block;
    width: 100%;
    text-align: center;

}

.event-section .nav-tabs .nav-item {
    display: inline-block;
    font-size: 14px;

}

.mixitup-control-active {
    background: var(--fc);
    color: var(--wc) !important;
    border: 1px solid var(--fc) !important;
}

/*EVENT SECTION END*/


/*ABOUT SECTION*/
.count-section .count-box {
    text-align: center;
}

.about-image img {
    width: 100%;
}

.about-text {
    padding-left: 60px;
}

.about-text h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: var(--sc);
}

.about-text p {
    padding: 8px 0;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}

.about-btn {
    color: var(--wc);
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--fc);
}

.about-btn:hover {
    color: var(--wc);
}

/*ABOUT SECTION END*/



/*UPCOMMING EVENT SECTION*/
.upcomming-event-section {
    background: var(--sc);
}

.upcomming-event-text h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFD600;
    margin-bottom: 20px;
}

.upcomming-event-box {
    background: #7A6A9D;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.upcomming-event-box:hover {
    background: #483B65;
}

.upcomming-event-box p {
    margin: 0;
}

.upcomming-event-box span {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFD600;
}

.upcomming-event-box p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--wc);
}

.upcomming-event-box-main {
    overflow: auto;
    height: 550px;
    padding-right: 20px;
}



/*scrollbar*/
.upcomming-event-box-main::-webkit-scrollbar {
    width: 12px;
}

.upcomming-event-box-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
}

.upcomming-event-box-main::-webkit-scrollbar-thumb {
    background: #7A6A9D;
    border-radius: 10px;
}

.upcomming-event-box-main::-webkit-scrollbar-thumb:hover {
    background: #7A6A9D;
}

/*UPCOMMING EVENT SECTION END*/

/*COUNT SECTION*/
.count-section {
    background: var(--sc);
}

.count-box h4 {
    font-weight: 600;
    font-size: 35px;
    color: var(--wc);
    display: inline-block;
}

.count-box span {
    font-weight: 600;
    font-size: 35px;
    color: var(--wc);
    display: inline-block;
}

.count-box p {
    margin: 0;
    color: var(--yc);
    font-weight: 600;
}

/*COUNT SECTION END*/

/*SERVICE SECTION*/
.service-box {
    background: #EEFCFF;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    height: 100%;
}

.service-box a {
    display: block;
    width: 100%;
}

.service-box a img {
    width: 100%;
    overflow: hidden;
}

.service-box {
    text-align: center;
}

.service-box > div {
    width: 100%;
}

.service-text {
    padding: 15px 10px;
}

.service-text h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.service-text p {
    margin: 0;
    text-align: left;
}

.service-request-link {
    padding: 15px 10px;
    padding-top: 0;
}

.service-request-link a {
    color: var(--wc);
    background: var(--sc);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 500;
    width: 100%;
    display: block;
}

.service-box:hover .service-request-link a {
    color: var(--sc);
    background: var(--wc);

}

.service-box:hover {
    background: var(--sc);
}

.service-box:hover h4 {
    color: var(--wc);
}

.service-box:hover p {
    color: var(--wc);
}

/*SERVICE SECTION END*/

/*CLIENT SECTION*/
.client-section {
    background: #F2F2F2;
}

.say-about-head h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: var(--fc);
}

.say-about-box {
    max-width: 670px;
}

.say-client img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid var(--gc);
    margin-right: 20px;
}

.say-client h5 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--sc);
}

.say-about-box p {
    padding: 20px 0;
    font-weight: 600;
    line-height: 26px;
}

.say-client h6 {
    font-size: 12px;
    text-transform: capitalize;
    color: var(--fc);
}

.client-section .slick-dots {
    right: 0;
    top: 50%;
    bottom: inherit;
    display: inline-block;
    width: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

}

.client-section .slick-dots li {
    height: 35px;
    width: 16px;
    background: #C4C4C4;
    border-radius: 10px;
    display: block;
    margin: 10px auto;
    border: 3px solid var(--wc);
    outline: 1px solid #C4C4C4;

}

.client-section .slick-dots li.slick-active {
    height: 24px;
    width: 24px;
    background: var(--fc);
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid var(--wc);
    outline: 1px solid var(--pc);
}

/*CLIENT SECTION END*/

/*BRAND SECTION*/

.brand-section-main {
    background: #EEEEEE;
}

.brand-box a {
    display: block;
    width: 100%;
}

.brand-box img {
    width: 80%;
    margin: 0 auto;
}

/*BRAND SECTION END*/

/*NOTIFICATION*/
.notify-container {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9.9%, #391158), to(#210D59));
    background: -o-linear-gradient(top, #391158 9.9%, #210D59 100%);
    background: linear-gradient(180deg, #391158 9.9%, #210D59 100%);
    border-radius: 10px
}

.notification-left h4 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: var(--wc);
}

.notification-left p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    color: var(--wc);
}

.noti-form input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    outline: none;
    border: none;
}

.noti-relative {
    position: relative;
}

.noti-form input::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #A7A7A7;
}

.noti-form input::-moz-placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #A7A7A7;
}

.noti-form input:-ms-input-placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #A7A7A7;
}

.noti-form input::-ms-input-placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #A7A7A7;
}

.noti-form input::placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #A7A7A7;
}

.noti-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--fc);
    font-weight: 700;
    font-size: 20px;
    color: var(--wc);
    padding: 0 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*NOTIFICATION END*/

/*FOOTER*/
footer {
    background: #3F3359;
}

.connect-with {
    border-bottom: 1px solid #707070;
}

.footer-head {
    color: var(--sc2);
}

.footer-head p {
    color: #A7A7A7;
}

.footer-head h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    color: var(--wc);
}

.footer-head ul li {
    font-weight: 500;
    color: var(--gc)
}

.footer-head ul li a {
    color: var(--gc);
    padding: 7px 0;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: 'Roboto', sans-serif;

}

.footer-head ul li a:hover {
    margin-left: 2px;
}

.footer-head ul li .footer-feather {
    color: #D2E330;
    width: 14px;
    margin-right: 10px;
}

.footer-head .logo img {
    width: 170px;
}

.subscribe-form {
    position: relative;
}

.submit-overlay {
    position: absolute;
    right: 0;
    background: var(--sc);
    height: 100%;
    padding: 0 12px;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.submit-overlay img {
    width: 20px;
}

.subscribe-form input {
    height: 40px;
    background: var(--wc);
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
}

.email-feather {
    color: var(--wc);
}

.social-icons {
    font-weight: 500;
}

.social-icons a i {
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: var(--wc);
    border: 1px solid var(--wc);
    border-radius: 50%;
    font-size: 13px;
    margin-left: 6px;
}

.social-icons a i:hover {
    background: var(--wc);
    color: #22082B;
}

.footer-blog p {
    color: var(--wc);
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.footer-blog span {
    color: var(--tc);
    font-size: 12px;
    line-height: 20px;
}

.footer-blog a img {
    width: 80px;
}

/*FOOTER END*/

/*COPYRIGHT*/
.copyright-section {
    background: var(--pc2);
    padding: 15px 0;
}

.copyright-content p {
    color: var(--wc);
    font-size: 15px;
    margin: 0;
}

.copyright-left {
    text-align: left;
}

.copyright-right {
    text-align: right;
}

.copyright-right a {
    color: var(--wc);
    padding: 0px 10px;
    border-left: 1px solid var(--wc);
}

.copyright-right a:first-child {
    border-left: none;
}

.copyright-right a:last-child {
    padding-right: 0;
}

/*COPYRIGHT END*/




/*LOGIN PAGE*/
.login-section {
    margin-top: -100px;
}

.login-box {
    background: #EEEEEE;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    padding: 70px;
}

.login-box input {
    width: 100%;
    display: block;
    padding: 12px;
    border: 1px solid var(--pc);
    outline: none;
    background: var(--wc);
    border: 1px solid var(--pc);
    border-radius: 5px;
}

.login-box button {
    display: block;
    width: 100%;
    background: #520059;
    color: var(--wc);
    padding: 15px;
    border-radius: 5px;
}

.login-box .have-account {
    font-weight: 500;
    font-size: 16px;
    color: var(--pc);
    padding-top: 10px;
    margin: 0;
}

.login-box .have-account a {
    color: var(--sc);

}

.login-box .forget {
    text-align: right;
    padding-top: 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--pc);
    margin: 0;
}

/*LOGIN PAGE END*/

/*SERVICE PAGE*/

/*page head*/
.page-head-section {
    background: #5d4f7a;
}

.page-head-section h2 {
    color: var(--wc);
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}

.page-head-section p {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    color: var(--wc);
}

.page-head-section p a {
    color: var(--wc);
    font-weight: 700;
    font-size: 14px;
}

.page-head-section p span {
    color: var(--wc);
    font-weight: 700;
    font-size: 14px;
}

/*benefit*/
.benefit-box {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(100, 41, 227, 0.47)), to(rgba(100, 41, 227, 0.39)));
    background-image: -o-linear-gradient(bottom, rgba(100, 41, 227, 0.47), rgba(100, 41, 227, 0.39));
    background-image: linear-gradient(0deg, rgba(100, 41, 227, 0.47), rgba(100, 41, 227, 0.39));
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    position: relative;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.benefit-content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(100, 41, 227, 0.38)), to(rgba(100, 41, 227, 0.4)));
    background: -o-linear-gradient(bottom, rgba(100, 41, 227, 0.38), rgba(100, 41, 227, 0.4));
    background: linear-gradient(0deg, rgba(100, 41, 227, 0.38), rgba(100, 41, 227, 0.4));
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.benefit-content:hover {
    background: none;
}

.benefit-box h6 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: var(--wc);
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.benefit-content.comming-soon {
    background: var(--tc);
    text-align: center;
}

/*marketing*/
.marketing-box {
    background-image: url(../images/photos/marketing-bg.png);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 10px;
}

.marketing-box h2 {
    max-width: 340px;
    margin: 0 auto;
    background: var(--fc);
    color: var(--wc);
    font-weight: 600;
    font-size: 35px;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.marketing-box p {
    max-width: 475px;
    margin: 0 auto;
    line-height: 26px;
    padding: 20px;
    text-align: center;
    background: var(--fc);
    color: var(--wc);
}

.marketing-content-box img {
    width: 178px;
    padding: 0 10px;
}

.marketing-content-box.right {
    /* text-align: right; */
}

/*marketing tool*/

.marketing-tool-section {
    background: #F2F2F2;
}

.marketing-tool-image img {
    width: 100%;
}

.marketing-tools-content-head .line-weith {
    content: '';
    height: 1px;
    background: var(--gc);
}

.marketing-tools-content-head h6 {
    display: block;
    width: 310px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.marketing-tools-content-head .additional {
    display: block;
    width: 210px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.marketing-tools-content ul li {
    position: relative;
    padding: 10px 0;
    padding-left: 40px;
    font-weight: 600;
    max-width: 250px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.marketing-tools-content ul li:hover {
    color: var(--fc);
}

.marketing-tools-content ul li .tik-icon {
    position: absolute;
    left: 0;
    top: 12px;
}

.marketing-tools-content p {
    font-weight: 600;
    background: var(--wc);
    padding: 5px;
}

/*ads content*/
.ads-content-box {
    background: #EAF7FF;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    height: 100%;
}

.ads-content-box p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 0 12px;
}

.ads-content-box span {
    position: absolute;
    content: '';
    height: 24px;
    width: 33px;
    background: var(--fc);
    border-radius: 5px;
    top: -11px;
    left: 30px;
}

.marketing-box.org h2 {
    max-width: 500px;
    line-height: 42px;
    font-weight: 600;
    font-size: 35px;
}

/*SERVICE PAGE END*/

/*EVENT PAGE*/
.event-head h6 {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
}

.event-head a {
    font-weight: 500;
    font-size: 14px;
    background: var(--fc);
    color: var(--wc);
    padding: 4px 12px;
    border-radius: 15px;
}

/*EVENT PAGEENS*/

/*SIGNIN PAGE*/
.signin-box {
    max-width: 550px;
    margin: 0 auto;
    padding: 20px;
}

.input-box {
    position: relative;
}

.input-box .input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--gc);
}

.signin-box input {
    display: block;
    width: 100%;
    border: 1px solid var(--pc);
    padding: 12px;
    padding-left: 50px;
    border-radius: 10px;
    outline: none;
}

.signin-box input::-webkit-input-placeholder {
    color: var(--gc);
}

.signin-box input::-moz-placeholder {
    color: var(--gc);
}

.signin-box input:-ms-input-placeholder {
    color: var(--gc);
}

.signin-box input::-ms-input-placeholder {
    color: var(--gc);
}

.signin-box input::placeholder {
    color: var(--gc);
}

.signin-box .forget-password a {
    display: block;
    width: 100%;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.signin-box .signin-btn button {
    display: block;
    width: 100%;
    background: var(--sc);
    color: var(--wc);
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    outline: none;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

.signin-box .have-an-accound {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.signin-box .have-an-accound a {
    color: #6429E3;
}

.signin-box .nav-item button {
    border: 1px solid #6429E3;
    font-weight: 500;
    font-size: 16px;
    margin: 0 8px;
    padding: 5px 15px;
    color: #6429E3;
}

.signin-box .nav-link.active {
    background: #6429E3;
}

/*SIGNIN PAGE END*/

/*ABOUT PAGE*/
.about-text ul li {
    background: #EEFCFF;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    padding: 10px;
    margin: 10px 0;
    display: block;
    padding-left: 40px;
    position: relative;
}

.about-text ul li span {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--fc);
    position: absolute;
    top: 15px;
    left: 10px;
}

/*vission mission*/
.mission-vision-box {
    background: #E7EEFE;
    padding: 30px 20px;
    height: 100%;
}

.mission-image img {
    width: 100px;
    margin-right: 15px;
}

.mission-text h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: var(--sc);
}

.mission-text p {
    font-weight: 500;
    margin: 0;
}


/*ABOUT PAGE END*/

/*EVENT PAGE*/

/*event left*/
.event-page-section {
    background: #E7EEFE;
}

.event-left {
    background: var(--wc);
    padding: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    position: sticky;
    top: 90px;
}

.event-left label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--pc2);
    margin-bottom: 10px;
}

.event-left input {
    background: #E7EEFE;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 8px;
    display: block;
    width: 100%;
    outline: none;
    color: var(--pc);
}

.event-left textarea {
    background: #E7EEFE;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 8px;
    display: block;
    width: 100%;
    outline: none;
    color: var(--pc);
    height: 100px;
}

.event-left select {
    background: #E7EEFE;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 8px;
    display: block;
    width: 100%;
    outline: none;
    color: var(--pc);
}

.event-left input::-webkit-input-placeholder {
    color: var(--pc);

}

.event-left input::-moz-placeholder {
    color: var(--pc);

}

.event-left input:-ms-input-placeholder {
    color: var(--pc);

}

.event-left input::-ms-input-placeholder {
    color: var(--pc);

}

.event-left input::placeholder {
    color: var(--pc);

}

.event-left .checkbox input {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-top: 4px;
}

.event-left .checkbox label {
    font-weight: 400;
    font-size: 14px;
}

.event-left button {
    padding: 10px;
    color: var(--wc);
    background: var(--fc);
    font-weight: 700;
    display: block;
    width: 100%;
    border-radius: 5px;
}

webrouk-custom-range {
    --primary-color: #1FAEFF;
    --text-color: hsl(0, 100%, 100%);
    --line-color: hsl(0, 0%, 93%);
}

/*enent right*/
.event-right {
    background: var(--wc);
    padding: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

.main-event-box .event-image a {
    display: block;
    width: 100%;
}

.main-event-box .event-image a img {
    width: 100%;
}

.main-event-box {
    background: #E7EEFE;
    height: 100%;
    padding: 10px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
}

.event-right .event-text {
    padding: 10px;
}

.event-text .fa-calendar-days {
    font-size: 13px;
    margin-right: 10px;
}

.main-event-box .date {
    font-size: 13px;
    color: var(--pc);
    line-height: 14px;
    font-weight: 400;
    display: block;
    padding: 5px 0;
}

.main-event-box .title {
    font-size: 18px;
    color: var(--pc);
    line-height: 19px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

.main-event-box .date .event-address-icon {
    width: 12px;
}

.event-text p {
    margin: 0;
}

.main-event-box .price {
    font-size: 14px;
    color: var(--pc);
    line-height: 15px;
    font-weight: 400;
    color: var(--fc);
    display: block;
}

.main-event-box .price b {
    font-weight: 600;
    font-size: 16px;
}

/*EVENT PAGE END*/

/*EVENT DETAILS PAGE*/
.main-event-box.main-event-details {
    background: var(--wc);
}

.sponser-package {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    position: relative;
}

.sponser-package .package-head {
    background: var(--fc);
    padding: 10px 0;
}

.package-head p {
    font-weight: 500;
    color: var(--wc);
    margin: 0;
    text-align: center;
}

.package-head h4 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    text-align: center;
    color: var(--wc);
    padding-top: 5px;
}

.sponser-package ul {
    padding-top: 10px;
    padding-bottom: 40px;
}

.sponser-package ul li {
    position: relative;
    padding: 6px 0;
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

}

.sponser-package ul li .i-check {
    position: absolute;
    left: 5px;
    top: 4px;
    width: 20px;
    color: var(--fc);
}

.sponser-package ul li.danger {
    color: red;
}

.sponser-package ul li.danger .i-check {
    color: red;
}

.sponser-package a {
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--fc);
    color: var(--wc);
    padding: 5px 40px;
    border-radius: 5px;
}

.sponser-header {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
}

.our-sponser img {
    width: 50%;
}

.event-left h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.male-female .progress {
    background: red;
    height: 10px;
}

.male-female .progress-bar {
    background-color: #6429E3;
}

.male-female .male {
    color: #6429E3;
}

.male-female .female {
    color: red;
    font-weight: 600;
    font-size: 16px;
}

.about-org .about-org-img a {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    border: 1px solid var(--gc);
    margin-right: 10px;
}

.about-org a img {
    width: 100%;

}

.about-org-right p {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}

.about-org-right h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    padding: 5px 0;
}

.about-org-right span {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.about-org-right span .i-map {
    width: 14px;
}

.need-ticket p {
    font-size: 20px;
    line-height: 26px;
    color: var(--fc);
}

.need-ticket a {
    font-weight: 600;
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 5px;
    background: var(--fc);
    color: var(--wc);
    margin-bottom: 15px;
}

.need-ticket .live-event {
    background: red;
}

/*EVENT DETAILS PAGE END*/


/*CONTACT PAGE*/
.contact-section {
    background: #F2F2F2;
}

.contact-title h6 {
    font-size: 20px;
}

.contact-left {
    background: #FCFCFF;
    -webkit-box-shadow: 2px 6px 13px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 6px 13px -3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 30px;
}

.contact-left h4 {
    color: #452E7E;
    font-weight: 600;
    font-size: 20px;
}

.contact-form input {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--gc);
    padding: 12px;
    background: #FCFCFF;
    border-radius: 5px;
}

.contact-form.service-request-form input {
    border: 1px solid var(--gc);
}

.contact-form label {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px;
}

.contact-form textarea {
    width: 100%;
    outline: none;
    border: 1px solid var(--gc);
    padding: 12px;
    background: #FCFCFF;
    border-radius: 5px;
    height: 115px;
}

.contact-form input::-webkit-input-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-form input::-moz-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-form input:-ms-input-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-form input::-ms-input-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-form input::placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-right h4 {
    font-weight: 600;
    color: #452E7E;
    font-size: 20px;
}

.contact-right {
    background: #FCFCFF;
    -webkit-box-shadow: 2px 6px 13px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 6px 13px -3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 30px;
}

.location .social-contact-icon {
    width: 16px;
    margin-top: 3px;
    margin-right: 15px;
}

.social-media-contact h6 {
    font-weight: 600;
    font-size: 16px;
    color: #452E7E;
}

.google-section h6 {
    font-weight: 600;
    font-size: 20px;
}

.social-icons {
    font-weight: 500;
}

.social-icons a i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #002547;
    border: 1px solid var(--pc2);
    border-radius: 50%;
    font-size: 13px;
    margin-left: 6px;
}

.social-icons.footer-social i {
    color: var(--wc);
    border: 1px solid var(--wc);
}

.social-icons a i:hover {
    background: #002547;
    color: var(--wc);
}

.contact-title a {
    background: var(--fc);
    color: var(--wc);
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
}

/*CONTACT PAGE END*/

/*BECOME SPONSOR PAGE*/
/*become sponsor*/
.become-sponsor-section {
    background: #E7EEFE;
}

.become-sponsor-head {
    max-width: 774px;
    margin: 0 auto;
    text-align: center;
}

.become-sponsor-head h4 {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: var(--pc2);
}

.become-sponsor-head h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--pc2);
}

.become-sponsor-head p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--pc);
    padding-top: 15px;
}

.become-sponsor-box {
    height: 268px;
    position: relative;
}

.become-sponsor-box h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #FFD600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.become-sponsor-box h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--wc);
    position: absolute;
    bottom: 12px;
    left: 12px;
    margin: 0;
}

/*sponsor-contact-section*/
.sponsor-contact-section {
    background: var(--sc);
}

.sponsor-contact h4 {
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    color: var(--wc);
}

.sponsor-contact h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--wc);
}

.sponsor-contact a {
    font-weight: 700;
    font-size: 16px;
    color: var(--pc2);
    text-transform: uppercase;
    background: #FFD600;
    padding: 10px 25px;


}

/*become sponsor request*/
.become-sponsor-request {
    background: #E7EEFE;
}

.become-sponsor-request-form h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: var(--sc);
}

.become-sponsor-request-form h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--pc);
}

.become-sponsor-request-form input {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #A7A7A7;
    padding: 12px;
    display: block;
    width: 100%;
    outline: none;
    border-radius: 10px;
    margin-bottom: 15px;
    border: none;
}

.become-sponsor-request-form {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 40px;
}

.become-sponsor-request-form button {
    color: var(--wc);
    background: var(--sc);
    font-weight: 500;
    font-size: 16px;
    padding: 8px 30px;
    border-radius: 5px;
}

.become-sponsor-request-info h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: var(--pc2);
}

.become-sponsor-request-info ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.become-sponsor-request-info a {
    font-weight: 500;
    font-size: 20px;
    color: var(--wc);
    background: var(--sc);
    padding: 8px 30px;
}

.become-sponsor-request-info {
    border-top: 1px solid #cccccc;
}

/*BECOME SPONSOR PAGE END*/


/*INFLUENCER PAGE*/
.influencer-box {
    background: #E7EEFE;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    position: relative;
    height: 100%;
}

.influencer-box .agency-image {
    background: #E7EEFE;
    border: 1px solid #A7A7A7;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.influencer-box .marketplace-image {
    background: #E7EEFE;
    border-bottom: 1px solid #A7A7A7;
    display: block;
    width: 100%;

}

.influencer-box img {
    padding: 5px;
    width: 100%;
}

.influencer-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--pc);
    margin: 0;
    padding-top: 10px;
}

.influencer-box h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--pc);
    margin: 0;
    padding: 10px 0;
}

.audience span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--pc);
}

.audience i {
    font-size: 12px;
    color: var(--pc);
    margin-right: 10px;
}

.overlay-title {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--wc);
    background: #1FAEFF;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px 0px;
}

.influencer-box .person img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.influencer-box .person h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1FAEFF;
    margin: 0;
}

.influencer-box .person {
    background: #E7EEFE;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 5px;
    position: relative;
}

.influencer-box .person p {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: var(--pc);
    margin: 0;
    padding: 0;
}

/*INFLUENCER PAGE END*/


/*BOOTH DETAILS PAGE*/
.booth-details-img img {
    width: 100%;
}

.booth-details h4 {
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    color: var(--pc2);
}

.booth-details h4 span {
    color: #FF1F1F;
}

.booth-btn a {
    font-weight: 600;
    font-size: 16px;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid var(--wc);
}

.booth-btn a.book {
    background: var(--pc);
    color: var(--wc);
    margin-right: 10px;
}

.booth-btn a.view {
    background: var(--wc);
    color: #FF1F1F;
    border: 1px solid #FF1F1F;

}

/*feture-booth*/
.feture-booth h3 {
    max-width: 431px;
    font-weight: 700;
    font-size: 55px;
    line-height: 75px;
    text-transform: uppercase;
    color: var(--pc2);
}

.feture-booth h3 span {
    color: #1FAEFF;
}

.feture-booth ul li {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--pc);
    position: relative;
    padding-bottom: 18px;
    padding-left: 35px;
}

.feture-booth ul li .check-i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #1FAEFF;
}

/*booth contact*/
.booth-contact {
    text-align: center;
}

.booth-contact p {
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: var(--wc);
    max-width: 1000px;
    margin: 0 auto;
    text-transform: uppercase;
}

.booth-contact a {
    font-weight: 700;
    font-size: 16px;
    background:
        #FF1F1F;
    color: var(--wc);
    border-radius: 5px;
    padding: 8px 30px;
}

/*booking contact*/
.booking-contact {
    background: #E7EEFE;
}

.booking-contact-head h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: var(--sc);
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 10px;
}

.header-text p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.booking-contact-form {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px;
}

.booking-contact-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--pc);
    margin-bottom: 10px;
}

.booking-contact-form input {
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 100%;
    background: var(--wc);
    outline: none;
}

.booking-contact-form select {
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 100%;
    background: var(--wc);
    outline: none;
}

.booking-contact-form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #E0E0E0;
}

.booking-contact-form input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #E0E0E0;
}

.booking-contact-form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #E0E0E0;
}

.booking-contact-form input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #E0E0E0;
}

.booking-contact-form input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #E0E0E0;
}

.question-line {
    border-bottom: 1px solid #cccccc;
}

.question-line h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: var(--pc2);
}

.checkbox-box .checkbox {
    width: 20px;
    margin-right: 10px;
}

.checkbox-box label {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.booking-contact-form button {
    font-weight: 700;
    font-size: 16px;
    color: var(--wc);
    background: var(--fc);
    padding: 10px 30px;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

/*BOOTH DETAILS PAGE END*/

/*INFLUENCER DETAILS*/
.influencer-head-section {
    background: #6429E3;
}

.influencer-head-img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 20px;
    background: var(--wc);
    padding: 5px;
}

.influencer-head-text h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: var(--wc);
}

.influencer-head-text p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--wc);
    margin: 0;
}

.influencer-head-text span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--wc);
}

.influencer-head-text i {
    color: var(--wc);
}

.influence-head-link a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 8px 15px;
    border-radius: 5px;
}

.influence-head-link .visit {
    background: #7F54DB;
    color: var(--wc);
}

.influence-head-link .contact {
    background:
        #FFD600;
    color: var(--pc);
}

/*about influencer*/
.about-influencer {
    background: #E7EEFE;
}

.about-influencer-left {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px;
}

.about-influencer-hear p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--pc);
    padding-top: 10px;
    margin-right: 20px;
}

.about-influencer-hear p.p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--pc2);
    padding-top: 10px;
    margin-right: 20px;
}

.about-influencer-hear .achivement {
    width: 190px;
}

.about-influencer-hear .follower {
    width: 230px;
}

.about-influencer .faka-line {
    content: '';
    width: 100%;
    height: 1px;
    background: #cccccc;

}

.about-influencer-left h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--pc);
}

.influencer-social-icon a i {
    color: #A7A7A7;
    border: 1px solid #A7A7A7;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
}

.influencer-social-icon a i:hover {
    background: #004369;
    color: var(--wc);
    border: 1px solid #004369;
}

/*about influencer right*/

.about-influencer-right {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px;
}

.about-influencer-right h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--pc2);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.influencer-other-link h5 {
    font-weight: 700;
    font-size: 16px;
    color: #1FAEFF;
}

.influencer-other-link a {
    font-weight: 700;
    font-size: 16px;
    color: var(--wc);
    border-radius: 5px;
    padding: 7px 15px;
}

.choose-more h5 {
    color: #1FAEFF;
}

.choose-more a {
    background: #004369;
}

.to-know h5 {
    color: #FF1F1F;
}

.to-know a {
    background: #FF1F1F;
}

.influenc-agency-head h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: var(--pc);
    margin-bottom: 0;
}

.influenc-agency-head .star i {
    color: #FFD600;
}

.influenc-agency-head .star span {
    font-weight: 500;
    color: var(--pc2);
}

.influenc-agency-head ul li {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    padding-left: 25px;

}

.influenc-agency-head ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #1FAEFF;
}

.influenc-agency-head .send-request {
    font-weight: 600;
    font-size: 16px;
    color:
        #1FAEFF;
}

.book-your-booth {
    background: #FFF891;
    padding: 15px;
}

.book-your-booth h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: var(--pc);
    text-align: center;
}

.book-your-booth a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
    color: var(--wc);
    background: var(--pc);
    border: 1px solid var(--pc);
}

.book-your-booth .view-plan {
    color: #FF1F1F;
    background: none;
    background: 1px solid #FF1F1F;
}

/*INFLUENCER DETAILS END*/

/*ATTACHING PAGE*/
.attaching-img img {
    width: 100%;
}

.attaching-content h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: var(--pc);
}

.attaching-btn {
    font-weight: 700;
    font-size: 18px;
    background: var(--sc);
    border-radius: 5px;
    color: var(--wc);
    padding: 8px 30px;
}

.attaching-btn:hover {
    color: var(--wc);
}

.feture-booth h4 {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: var(--pc);
}

.attaching-section {
    background: #E7EEFE;
}

.attaching-seciton-2 {
    background: #E7EEFE;
}

/*ATTACHING PAGE END*/

/*EVENT MARKETING*/
.attaching-content ul li {
    background: #1FAEFF;
    font-weight: 600;
    font-size: 24px;
    color: var(--wc);
    padding: 4px 10px;
    border-radius: 10px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 12px;
}

.attaching-content ul li img {
    margin-right: 5px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;

}

/*EVENT MARKETING END*/

/*FIND EVENT PAGE*/
.find-event-category-box {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 12px;
}

.find-event-box-image {
    position: relative;
    margin-bottom: 10px;
}

.find-event-box-image img {
    position: relative;
    width: 100%;
}

.find-box-overlay {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: right;
    max-width: 115px;
    color: var(--wc);
    padding: 10px;
}

.event-search-input {
    position: relative;
}

.event-search-input > input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    outline: none;
    border-radius: 20px;

}

.event-search-input > input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #A7A7A7;
}

.event-search-input > input::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #A7A7A7;
}

.event-search-input > input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #A7A7A7;
}

.event-search-input > input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #A7A7A7;
}

.event-search-input > input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #A7A7A7;
}

.event-search-input button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    background: none;
    border-left: none;
}

.find-select-input i {
    opacity: 0;
}

.find-select-input:hover i {
    opacity: 1;
}

.find-event-category-box h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}

.find-select-input {
    padding: 8px 0;
}

.find-event-right {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 15px;
    border-radius: 10px;
}

.find-event-box {
    background: #E7EEFE;
    border-radius: 5px;
    overflow: hidden;
}

.find-event-box h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #004369;
    margin: 0;
}

.find-donate span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--pc2);
}

.find-donate span:nth-child(2) {
    font-size: 10px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 5px;
}

.donate-footer {
    background: #004972;
    padding: 10px;
}

.donate-footer a {
    font-weight: 500;
    font-size: 10px;
    background: var(--wc);
    border: 1px solid var(--wc);
    padding: 3px 12px;
    border-radius: 10px;
}

.donate-footer .sponsor {
    background: #004972;
    color: var(--wc);
    margin-left: 5px;
}

.donate-footer i {
    color: var(--wc);
    font-size: 10px;
}

.donate-footer .share {

    border: none;
    padding: 0;
    color: var(--wc);
    background: none;
}

.donate-line .maximum {
    height: 5px;
    background: #004972;
}

.donate-line .minimum {
    content: "";
    background: #90D7FF;
    height: 5px;
}

.find-box-overlay h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--wc);
    text-transform: uppercase;
}

.find-box-overlay a {
    font-weight: 400;
    font-size: 12px;
    background:
        #1FAEFF;
    color: var(--bc);
    border-radius: 10px;
    padding: 4px 10px;
}

/*FIND EVENT PAGE END*/


/*NON PROFIT DETAILS END*/
.non-profit-box {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 15px;
    border-radius: 10px;
}

.none-profit-totle span {
    font-weight: 600;
    font-size: 14px;
    color: var(--wc);

    background:
        #004972;
    padding: 8px 15px;
    border-radius: 5px;
}

.non-profit-totla-blance p {
    font-weight: 600;
    font-size: 18px;
    line-height: 12px;
    color: var(--pc2)
}

.non-profit-totla-blance p span {
    font-size: 10px
}

.non-profit-callection .progress {
    height: 12px;
}

.non-profit-callection .progress .progress-bar {
    background: #004972;
    font-size: 10px;
}

.none-profit-time-left h6 {
    font-weight: 600;
    font-size: 14px;
    color: var(--pc2);
    padding-bottom: 5px;
}

.none-profit-time-left .month-day {
    font-weight: 600;
    font-size: 14px;
    color:
        #FFF891;
    background: #004972;
    padding: 10px 15px;
    border-radius: 5px;
}

.none-profit-time-left .time-hours {
    font-weight: 600;
    font-size: 14px;
    color: #FF1F1F;
    background: #E7EEFE;
    border: 1px solid;
    border: 1px solid #CCCCCC;
    margin-left: 15px;
    padding: 10px 15px;
    border-radius: 5px;
}

.none-profit-donate h6 {
    font-weight: 600;
    font-size: 14px;
    color: var(--pc2);
    padding-bottom: 5px;
}

.donate-input {
    width: 100%;
    border: 1px solid #A7A7A7;
    padding: 8px;
    border-radius: 10px;
    outline: none;
}

.donate-input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 14px;
    color: #A7A7A7
}

.donate-input::-moz-placeholder {
    font-weight: 600;
    font-size: 14px;
    color: #A7A7A7
}

.donate-input:-ms-input-placeholder {
    font-weight: 600;
    font-size: 14px;
    color: #A7A7A7
}

.donate-input::-ms-input-placeholder {
    font-weight: 600;
    font-size: 14px;
    color: #A7A7A7
}

.donate-input::placeholder {
    font-weight: 600;
    font-size: 14px;
    color: #A7A7A7
}

.trams-input-none {
    margin-top: 2px;
    margin-right: 10px;
}

.non-profit-donate label {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--pc);
}

.non-profit-donate label a {
    color: #1FAEFF;
}

.non-profit-donate button {
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color:
        #004972;
    border: 1px solid #004972;
    border-radius: 20px;
    padding: 8px;
    width: 80px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.non-profit-donate button:hover {
    color: var(--wc);
    background: #004972;
}

.non-profit-donate .btn-contact {
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color:
        #004972;
    border: 1px solid #004972;
    border-radius: 20px;
    padding: 8px;
    width: 80px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.non-profit-donate .btn-contact:hover {
    color: var(--wc);
    background: #004972;
}

.non-profit-details {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 20px;
    border-radius: 10px;
}

.non-profit-details-image img {
    width: 100%;
}

.non-profit-details-title h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #004369;
}

.non-profit-details-title a {
    float: right;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #004972;
    padding: 8px 15px;
    border-radius: 20px;
    color: var(--bc);
}

.non-profit-location span {
    font-weight: 600;
    font-size: 12px;
    margin-right: 30px;

}

.non-profit-location span i {
    margin-right: 5px;
}

.none-profit-target h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #A7A7A7;
}

.non-profit-donate-type label {
    font-weight: 600;
    font-weight: 18px;
    color: var(--pc2);
}

.non-profit-donate-type span label {
    margin-right: 14px;
}

.associations-box:hover h6 {
    color: var(--wc);
}

.associations-box a {
    max-width: 140px;
}

.associations-box a img {
    width: 100%;
}

.associations-box h6 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.associations-box {
    text-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.089) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.089) 0px 3px 8px;
    padding: 20px 10px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.associations-box:hover {
    background: var(--sc);
}

/*NON PROFIT DETAILS END*/



/*BOOTH LIST PAGE*/
.booth-list-section {
    background: #E5E5E5;
}

.booth-list-head {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
}

.booth-list-head h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: var(--sc);
}

.booth-list-head a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid var(--sc);
    border-radius: 20px;
    padding: 8px 15px;
    color: var(--sc);
}

.booth-list-image img {
    width: 100%;
}

.booth-list-box {
    height: 100%;
}

.booth-list-box h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--pc);
    padding-top: 10px;
}

.booth-list-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--pc);
}

.booth-list-btn a {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: var(--wc);
    background: #FF1F1F;
    padding: 10px;
}

.view-floor {
    background: #333333 !important;
    margin-left: 15px;
}


.sponsorimage {
    text-align: center;
}

.sponsorimage img {
    width: 150px;
    max-height: 120px;
}

/*BOOTH LIST PAGE END*/


.opportunity-section h4 {
    font-size: 27px;
    color: var(--bc);
    line-height: 40px;
    font-weight: 600;
}

.opportunity-section ul {
    padding-left: 10px;
}

.opportunity-section ul li {
    position: relative;
    padding: 5px 0;
    padding-left: 40px;
}

.opportunity-section ul li i {
    position: absolute;
    top: 8px;
    left: 0;
    color: #391158;
    font-size: 18px;
}

.attaching-section form label {
    font-weight: 600;
    font-size: 16px;
}

.attaching-section form input {
    display: block;
    width: 100%;
    padding: 8px;
    outline: none;
    border: 1px solid var(--pc);
    border-radius: 3px;
    background: var(--wc);
}

.attaching-section form textarea {
    display: block;
    width: 100%;
    padding: 8px;
    outline: none;
    border: 1px solid var(--pc);
    border-radius: 3px;
    background: var(--wc);
    height: 120px;
}

.attaching-box {
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 40px;
    border-radius: 10px;
    background: var(--wc);
}

.attaching-section button {
    color: var(--wc);
    background: #391158;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
}

.att-pack-single {
    display: block;
    width: 100%;
    padding: 10px;
    /*background: #F1F6F9;*/
    border-radius: 4px;
    margin: 10px 0;
    position: relative;
    cursor: pointer;
    border: 1px solid #cccccc;
    background: #7030A0;
    color: var(--wc);
}

.att-pack-single input {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px;
}

.attaching-package-box {
    padding: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 10px;
}

.att-pack-single:hover .att-pack-overlay {
    opacity: 1;
    visibility: visible;
}

.att-pack-overlay {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--wc);
    width: 380px;
    -webkit-box-shadow: 0.25rem 0.25rem 9.375rem rgb(0 0 0 / 39%);
    box-shadow: 0.25rem 0.25rem 9.375rem rgb(0 0 0 / 39%);
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 1;
}

.att-pack-overlay h4 {
    color: var(--bc);
}

.att-pack-overlay ul li {
    padding: 5px 0;
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    color: var(--pc);

}

.att-pack-overlay ul li i {
    left: 0;
    top: 10px;
    color: #7030A0;
    position: absolute;
    font-size: 18px;
}

.clip-path-box {
    position: absolute;
    top: 50%;
    left: -34px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: var(--wc);
    width: 35px;
    height: 60px;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%, 0% 50%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%, 0% 50%);
}

.att-pack-overlay h4 sub {
    color: #7030A0;
    margin-left: 5px;
    font-size: 14px;
}

.att-pack-single b {
    font-size: 14px;
}

.attracting-sponsors img {
    margin-bottom: 15px;
    max-width: 300px;
}

.attracting-sponsors h4 {
    text-align: center;
}

.attracting-sponsors h5 {
    text-align: center;
    color: #210D59;
}

.attracting-sponsors p {
    text-align: center;
}

.attracting-sponsors p i {
    color: #452E7E;
}

.attracting-sponsors span {
    color: #452E7E;
    font-weight: 500;
    text-transform: capitalize;
}

.attracting-sponsors span i {
    margin-right: 10px;
}

.main-event-box.attracting-sponsors {
    padding: 20px !important;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.attracting-table table {
    display: block;
    width: 100%;
}

.attracting-table table tr {
    padding: 4px 0;
    display: block;
    width: 100%;
    font-size: 16px;
}

.attracting-table table tr th {
    width: 150px;
}

.attracting-table table tr td {
    text-align: left !important;
}

.event-text .event_type p {
    color: #7030A0;
}

.event-text b {
    font-weight: 600;
    font-size: 14px;
}

/* att-sponsor-details */
.event-right.details{
    max-width: 600px;
    margin: 0 auto;
}
.viewing-sponsor-btn{
    background: var(--sc);
    color: var(--wc);
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px;
    border-radius: 4px;
    font-size: 14px;
}
.viewing-sponsor-btn:hover{
    color: var(--wc);
}
/* att-sponsor-details end */