input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Edge */ opacity:1 }
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */opacity:1 }
input::placeholder,textarea::placeholder {opacity:1 }

body.section-landing-page {font-family:"Be Vietnam Pro", serif;font-weight: 400;font-style: normal;color:#000;font-size:15px;}
.section-landing-page .inside-header-height,.section-landing-page .breadcrumb-outerwrap,.section-landing-page .footer-section{display: none !important;}
.section-landing-page .banner-wrap {margin-top: 80px;}
.section-landing-page .register-btn { background:#FE9D10; padding: 13px 25px; color: #fff!important; border-radius: 30px; font-weight:700; font-size: 23px; transition: 0.3s; text-transform: uppercase; letter-spacing: 1px; display: inline-block; line-height: 1; }

.section-landing-page .border-div{position: relative;}
.section-landing-page .border-div:after{content:'';position: absolute; border-right: 1px solid #fff; height: 42px; right: 0; opacity: 40%;}
.section-landing-page .btn10{
    text-transform: uppercase!important;
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius:50px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
    z-index:10;
    
}


.section-landing-page .btn10:hover{
    border: 1px solid #F5822A;
      color: #fff!important;
}
.section-landing-page .btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #F5822A;
    position: absolute;
      -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  } 

.section-landing-page .btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #0595D2;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
}
.section-landing-page .white-btn1.btn10::after {background: #fde6d4;}
.section-landing-page .btn10:hover::before,.section-landing-page  .btn1O:hover::before{
    opacity:1;
    width: 116%;
}
.section-landing-page .btn10:hover::after,.section-landing-page  .btn1O:hover::after{
    opacity:1;
    width: 120%;
}
.section-landing-page .btn-wrap { position: absolute; bottom: -20px; left: 0; right: 0; }
.content-btn1 a{background:url(../images/arrow.svg) no-repeat 90% center transparent !important;color:#0595D2;font-size:18px;font-weight:600;line-height:1;letter-spacing:1px;border-radius:53px;padding:19px 80px 19px 32px;text-align: center;display: inline-block;border:1px solid #0595D2;transition:0.5s;}
.content-btn1 a:hover{color:#fff!important;background:url(../images/arrow-w.svg) no-repeat 90% center #F5822A !important;border:1px solid #F5822A;}
.content-btn1 img{margin-left:5px;}
.content-btn1:hover img{filter: brightness(0) invert(1);}
.white-btn1{background:transparent;color:#fff;border-color:#fff;}
.partner-col,.join-us-left-col,.regidter-now-inner-wrap{vertical-align: middle;}
.expert-designation{padding-top:0 !important;padding-bottom: 0 !important;}
.section-register-now{background:linear-gradient(90deg, rgb(0, 40, 56) 0%, rgb(1, 112, 158) 85.55%, rgb(1, 112, 158) 87.63%);}
.testimonial-hd-col{border-right:1px solid rgba(0,0,0,0.2) !important;}
.join-us-hd{padding:0 !important}

.section-landing-page .register-form-wrap .register-form-wrap{width:100%!important;background:transparent!important;max-width: 100%;}
.section-landing-page .form-clm{width: 100%;margin: 20px 0;}
.section-landing-page .form-clm input,.section-landing-page .form-clm textarea,.section-landing-page .form-clm select{border: 0px;color: #fff;border-bottom: 1px solid rgba(255,255,255,0.45)!important;border-radius: 0;background: transparent;width: 100%;padding: 0 0 20px;font-weight: 500;}
.section-landing-page .form-clm textarea {height: 81px;}



.section-landing-page .form-clm input::-webkit-input-placeholder,.section-landing-page .form-clm textarea::-webkit-input-placeholder { /* Edge */ opacity:1;color:#fff; }
.section-landing-page .form-clm input:-ms-input-placeholder,.section-landing-page .form-clm textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */opacity:1;color:#fff; }
.section-landing-page .form-clm input::placeholder,.section-landing-page .form-clm textarea::placeholder {opacity:1;color:#fff; }

.section-landing-page .form-clm input:focus::-webkit-input-placeholder { color:transparent; }
.section-landing-page .form-clm input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.section-landing-page .form-clm input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.section-landing-page .form-clm input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.section-landing-page .form-clm textarea:focus::-webkit-input-placeholder { color:transparent; }
.section-landing-page .form-clm textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.section-landing-page .form-clm textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.section-landing-page .form-clm textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.section-landing-page .form-clm .error-message{color: #ff9191!important;font-size: 13px;}
.section-register-now .btn10:before,.section-register-now .btn10:after{display:none;}
.section-register-now .blue-btn1 img{display:none;}
.section-register-now .blue-btn1{background:#FE9D10!important;color:#fff;border:0 !important;border-radius:28px;padding:10px 20px;font-size:23px;text-transform:uppercase;line-height:1;font-weight:700;}
.section-register-now .blue-btn1:hover{background:#0595D2!important;}
.section-register-now .hd {color:#fff;font-size:44px;font-weight:400;line-height:48px;margin:0 0 25px;}
.section-landing-page .count-down-wrap{padding-bottom: 30px;}
.section-landing-page .counter-value { font-size: 40px; line-height: 1; color: #fff; font-weight: 600;min-width:95px;}
.section-landing-page .counter-hd{white-space: nowrap;} 
.countdown-num,.countdown-hd{padding:0 !important;}
.countdown-col1{border-right:1px solid rgba(255,255,255,0.47);width: 25% !important;}
.countdown-col1:last-child{border-right:0;}
.countdown-num{margin-bottom: 5px;}
.section-landing-page .about-text{padding-left:0 !important;padding-right:0 !important;}

/* .section-testimonials-landing .header-inner-wrap-new::before,.section-testimonials-landing .header-inner-wrap-new::after{display:none;} */
.section-testimonials-landing.testimonials-slider-wrap .owl-nav{bottom: 0;}
.section-testimonials-landing .testimonials-text{color:#000;line-height: 28px;height: 85px;font-style: normal;}
.section-testimonials-landing .owl-nav button.owl-prev span {background: url(../images/blue-arrow-l.svg) no-repeat center center;}
.section-testimonials-landing .owl-nav button.owl-next span {background: url(../images/blue-arrow-r.svg) no-repeat center center;}
.section-testimonials-landing .owl-nav{left:0;right:auto;}
.section-testimonials-landing .testimonials-col {padding:0 0 90px;}
.section-testimonials-landing .testimonials-text{margin-top: 0;}
.section-testimonials-landing .owl-nav button.owl-prev{margin-right: 25px;}
.section-testimonials-landing .testimonials-name{color:#FE9D10;font-size:16px;font-weight:600;line-height:28px;}
.section-testimonials-landing .testimonials-name span{color:#000;font-size:13px;font-weight:300;line-height:1.2;}
.testimonials-right-panel{width:1000px !important;float: left;}
.testimonials-left-panel{vertical-align: top;}
.header-text-wrap{align-items: center!important;}
.section-landing-page .expert-designation span { display: block !important; white-space-collapse: unset !important; }
.section-landing-page #toggleBtn { position: absolute; right: 0; top: 3px; }
.section-landing-page .landing-testimonial-inner-wrap{overflow:hidden;}

 
@media only screen and (min-width:768px) { 
.partners-outerwrap-landing .partner-col{padding: 0 10px;}
.testimonials-right-panel { padding-left: 100px; }
.landing-top-panel .submenu-wrap-bg{position:relative;padding: 0;box-shadow: none;top: 0;}
.landing-top-panel .main-navigation {margin-bottom: 0;padding-right: 80px;}
.landing-top-panel.top-panel {height: 80px;display: flex;align-items: center;} 
.landing-top-panel .submenu-list li a {color: #000 !important;background: transparent;font-weight: 500;font-size: 14px !important;text-transform: uppercase !important;padding: 10px 15px !important;} 
.landing-top-panel .submenu-list li.active a {color: #F5822A!important;}
.landing-top-panel .submenu-list li.register-btn-top a{background: #FE9D10; padding: 11px 20px !important; font-size: 14px !important; font-weight: 600; text-transform: uppercase !important; letter-spacing: 1px !important; border-radius: 20px !important; color: #fff !important; line-height: 1 !important;}
.landing-top-panel .submenu-list li{align-items: center;display: inline-flex;padding: 0;}


}

@media only screen and (min-width:1001px) and (max-width:1300px) { 
.header-tagline-wrap{font-size: 45px;}
.testimonials-right-panel {padding-left:50px; width: 685px !important;}
.section-landing-page .counter-number{font-size: 40px;}
.section-landing-page .counter-hd{font-size: 13px;}

}


@media only screen and (min-width:1200px) and (max-width:1600px) { 
.section-register-now .register-form-wrap{max-width: 37%;}



}

@media only screen and (max-width:1000px) { 
.section-landing-page .register-btn{font-size: 16px;padding: 10px 20px;}
.section-landing-page .header-tagline-wrap{font-size: 20px!important;line-height: 1.2!important;}
.section-landing-page .header-tagline-wrap2{font-size: 15px!important;line-height: 20px!important;}
.section-landing-page .header-date-location-wrap .gjs-cell{display: inline-block;width: 50%;}
.section-landing-page .header-date-location-wrap .gjs-row .header-icon{width: 35px!important;}
.section-landing-page .header-date-location-wrap .gjs-row .header-time-txt1{width: calc(100% - 35px)!important;padding-left: 10px!important;}
.section-landing-page .header-date-location-wrap .gjs-row .header-time-txt1 div{font-size: 16px!important;line-height: 21px!important;}
.section-landing-page .border-div::after{height:0;}
.section-landing-page .header-text-wrap .landing-header-inner-wrap {width: 100%!important;}
.section-landing-page .event-hd{font-size: 30px;width: 260px;padding-top: 8px;padding-bottom: 8px;line-height: 1.2;top: -23px;}
.section-landing-page .banner-wrap {margin-top: 111px;}
.section-landing-page .header-date-location-wrap{padding-top: 0;padding-bottom: 0;}
.section-landing-page .landing-header-inner-wrap,.section-landing-page .section-landing-header{height: 500px !important;}
.section-landing-page .about-text-wrap{width: 100%!important;margin-top: 15px;padding: 0 !important;max-width: 100%;}
.section-landing-page .main-hd1{font-size: 30px!important;line-height: 1.2 !important;}
.section-landing-page .gjs-cell{height: auto !important;}
.section-landing-page .count-down-wrap{margin-top: 0!important;}
.section-landing-page .about-text{margin-top: 15px;padding: 0 !important;}
.section-landing-page .about-section{min-height: unset !important; padding-bottom: 270px; background-size: 767px !important; background-position: center bottom !important;padding-top: 20px;}
.section-landing-page .common-pd { padding-top: 55px !important; padding-bottom: 55px !important; }
.section-landing-page .why-meet-col{width:100% !important;margin: 10px 0;}
.section-landing-page .why-meet-hd{font-size: 20px;line-height: 25px;}
.section-landing-page .why-met-icon img{max-width: 75px;}
.section-landing-page .counter-col-1{width:50% !important;margin: 10px 0;display:inline-block!important;vertical-align:top;}
.section-landing-page .counter-hd{padding: 0 !important;}
.section-landing-page .counter-number{font-size: 30px!important;line-height: 30px!important;}
.why-meet-col-section{margin-top: 5px!important;}
.section-partners-landing{padding-bottom: 40px!important;padding-top: 20px!important;}
.content-btn1 a{padding: 15px 65px 15px 15px!important;font-size: 17px!important;}
.partners-logo-wrap{padding-top: 5px!important;padding-bottom: 15px!important;}
.partner-col{margin:10px 0;width: 50% !important; display: inline-block !important; vertical-align: middle; padding: 0 5px;}
.partners-hd {font-size: 35px!important;}
.expert-team-wrap {margin-top: 5px!important;}
.team-col{width: 50% !important; display: inline-block !important; padding: 0 5px; vertical-align: top;}
.expert-name {font-size: 16px!important;}
.expert-designation{font-size: 11px!important;line-height: 15px!important;padding: 0 !important;}
.expert-team-name{padding-bottom: 15px!important;}
.section-our-experts.common-pd{padding-top: 60px !important;padding-bottom: 60px !important;}
.section-landing-page .section-counter{padding-top: 20px!important;padding-bottom: 20px!important;}
.testimonials-left-panel{width: 100% !important;margin-bottom: 15px;}
.testimonials-right-panel{width: 315px !important;}
.testimonial-hd-col {border-right: 0!important;background-size: 85px !important;min-height: 135px!important;}
.testimonial-hd {font-size: 30px!important;line-height: 35px!important;}
.join-us-hd{font-size: 26px!important;line-height: 30px!important;}
.join-us-left-col{padding-bottom: 20px !important;}
.section-register-now .register-form-wrap{max-width: 100%;}
.section-register-now .hd{font-size: 30px;line-height: 1;}
.section-register-now .form-wrap {margin-top: 0;}
.section-register-now{min-height: unset!important;background-size: 300px!important;background:linear-gradient(90deg, rgb(0, 40, 56) 0%, rgb(1, 112, 158) 85.55%, rgb(1, 112, 158) 87.63%) !important;}
.section-landing-page .register-form-wrap .register-form-wrap{padding-bottom: 0 !important;}
.partner-col { padding: 0px 5px; }
.header-text-wrap{padding-left:0!important;padding-right:0 !important;}
.section-landing-page .counter-value {font-size: 30px;}
.section-landing-page .counter-hd{white-space: normal;} 
.countdown-col1{width: 25% !important;display: inline-block !important;}
.countdown-num{line-height: 1.2!important;font-size: 30px!important;}
.countdown-hd{font-size: 11px!important;line-height: 1!important;}


}

@media only screen and (min-width:768px) and (max-width:1000px) { 
.section-landing-page .why-meet-col{width: 33.33% !important;display: table-cell !important;}
.section-landing-page .counter-col-1 {width: 33.33% !important;}
.partner-col{width: 20% !important;}
.join-us-left-col{width: 50%!important;float: left;}
.join-us-right-col{width: 50%!important;float: right;}
.team-col {width: 25% !important;}
.expert-name { font-size: 18px !important; }
.expert-designation { font-size: 12px !important; line-height: 16px !important;}
.join-us-hd {font-size: 30px !important;}
.countdown-num{font-size: 55px!important;}
.countdown-hd{font-size: 14px!important;}
.landing-top-panel .submenu-list li{padding: 0;}
.landing-top-panel .submenu-list li a{font-size: 13px !important;padding: 10px 5px !important;}
.landing-top-panel .submenu-list li.register-btn-top a{padding: 11px 15px !important;} 
.section-landing-page .banner-wrap {margin-top: 80px;}
.testimonials-right-panel {padding-left: 0; width: 700px !important;}




}
@media only screen and (max-width:767px) { 
.landing-top-panel .menu-icon{position: absolute; width: 40px; height: 40px;font-size: 0;background-position: center; right: 15px; top: 10px;border-radius: 5px;}
.section-landing-page .banner-wrap { margin-top: 58px; }
.landing-top-panel  .top-inner-wrap {padding: 5px 0 5px;}
.landing-top-panel .menu1{width: 100%;left: auto;right: -100%;}
.landing-header-inner-wrap{padding-top:25px!important;}
.testimonials-right-panel{width: 315px !important;}
.section-testimonials-landing .testimonials-text{height: auto;}
.section-testimonial-landing.common-pd{padding-bottom: 0 !important;}
.section-landing-page #toggleBtn { right: 85px; top: 15px;position: fixed;}


}


/* -----DARK-THEME CSS----- */

.dark-theme-body.section-landing-page .section-why-meet-odex,.dark-theme-body.section-landing-page .section-join-us-event {background: #1C1C1C;}
.dark-theme-body.section-landing-page .section-why-meet-odex,.dark-theme-body.section-landing-page .section-join-us-event {background: #1C1C1C;}
.dark-theme-body.section-landing-page .expert-designation {color: #fff;}
.dark-theme-body.section-landing-page .section-testimonials-landing .testimonials-text,.dark-theme-body.section-landing-page .section-testimonials-landing .testimonials-name span {color: #fff;}
.dark-theme-body.section-landing-page .section-register-now {background:url(../images/landing-form-bg.jpg) no-repeat right 0;}
.dark-theme-body.section-landing-page .section-partners-landing {background-color: rgb(83, 83, 83);}
.dark-theme-body.section-landing-page .partners-logo-wrap{gap: 10px; display: flex; flex-wrap: wrap; justify-content: center;}
.dark-theme-body.section-landing-page .partner-col{display: flex; align-items: center; justify-content: center;background: #fff; width: 19%;}
.dark-theme-body.section-landing-page .event-hd{background: #1C1C1C;}
.dark-theme-body.section-landing-page .count-down-wrap{filter: grayscale(1);}
.dark-theme-body.section-landing-page .main-hd1.center-align.our-expert-hd.blue-hd,.dark-theme-body.section-landing-page .partners-hd,.dark-theme-body.section-landing-page .testimonial-hd{color: #fff;}
.dark-theme-body.section-landing-page .about-section {filter: grayscale(1);}
.dark-theme-body.section-landing-page .section-testimonials-landing .testimonials-name{color: #fff;}
.dark-theme-body.section-landing-page .content-btn1 a{color:#fff !important;border-color:#fff;background: url(../images/arrow-w.svg) no-repeat 90% center transparent !important;}
.dark-theme-body.section-landing-page .content-btn1 a:hover{border-color:#F5822A;background: url(../images/arrow-w.svg) no-repeat 90% center #F5822A  !important;}
.dark-theme-body.section-landing-page .testimonial-hd-col{background:url(../images/colon.svg) no-repeat 0 bottom!important;}
.dark-theme-body.section-landing-page .section-testimonials-landing .owl-nav button.owl-next span{background: url(../images/blue-arrow-r-w.svg) no-repeat center center;}
.dark-theme-body.section-landing-page .section-testimonials-landing .owl-nav button.owl-prev span{background: url(../images/blue-arrow-l-w.svg) no-repeat center center;}

.dark-theme-body.section-landing-page .section-testimonials-landing .owl-nav button.owl-next:hover span{background: url(../images/next-arrow-w.svg) no-repeat center center;}
.dark-theme-body.section-landing-page .section-testimonials-landing .owl-nav button.owl-prev:hover span{background: url(../images/prev-arrow-w.svg) no-repeat center center;}




@media only screen and (min-width:768px) { 
.dark-theme-body.section-landing-page .landing-top-panel .submenu-list li a{color: #fff !important;}
.dark-theme-body.section-landing-page .landing-top-panel .submenu-list li a{background: #2a2a2a;}
.dark-theme-body.section-landing-page .landing-top-panel .submenu-list li.register-btn-top a{background:#FE9D10;}
.dark-theme-body.section-landing-page .sticky-panel {background:transparent;}
.dark-theme-body.section-landing-page .testimonials-left-panel {border-right: 1px solid rgba(255, 255, 255, 0.2);}
}


@media only screen and (max-width:767px) { 

.dark-theme-body.section-landing-page .partner-col{width: 48% !important;display: flex !important; height: 51px !important; padding: 0 5px;}
.dark-theme-body.section-landing-page .section-register-now{background-size: cover !important;background: url(../images/landing-form-bg.jpg) no-repeat 0 0 !important;}
.dark-theme-body.section-landing-page .menu1{background: #1c1c1c !important;}
.dark-theme-body.section-landing-page  .product-listing-m li a { color: #fff; }
.dark-theme-body.section-landing-page  .product-listing-m li {border-bottom: 1px solid rgba(255,255,255,0.3);}
.dark-theme-body.section-landing-page .menu-icon.sticky2{border: 1px solid #fff;background-color:transparent;}
}








@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');










