/*------------------------------------------------------------------
* Project:        Eventen - Event Conference HTML Templates
* Author:         HtmlDesign Templates
* URL:            https://themeforest.net/user/htmldesigntemplates/portfolio
* Created:        06/26/2024
-------------------------------------------------------------------*/


/**Header content CSS**/
.main_header_area{
  z-index: 999;
}

.header-content{
  background-color: #f7f7f721 ;
}

.social-links i{
  height: 34px;
  width: 34px;
  line-height: 34px;
  transition:all 0.3s ease-in-out;
}
#header_menu ul li a{
    font-size: 13px;
}
.social-links i:hover{
  background-color: #e91e63;
  border-color: #e91e63;
  transition:all 0.3s ease-in-out;
}

@media (max-width: 1100px) {
  .header-content, nav.navbar.navbar-expand-lg.py-2.navbar-sticky-in {
    display: none;
  }
}

.pre-banner .banner-title h1 {
  font-size: 40px;
  line-height: 54px;
}
/**Header menu CSS**/

.dropdown-menu{
  left: 0;
  transition:all 0.3s ease-in-out;
}


.dropdown-menu li:hover  a{
  background-color: #e91e63 ;
  color: #fff !important;
  transition: none;
}

.dropdown-menu li:first-child:hover a{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.dropdown-menu li:last-child:hover a{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.fixed-top {
  background-color: #1c1d66;
}

@media (min-width: 992px) {
  .dropdown-menu{
    display: block;
    opacity: 0;
    visibility:hidden;
  }

  .dropdown:hover>.dropdown-menu {
    opacity: 1 ;
    visibility: visible;
    transition:all .3s ease-in-out;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }

  .nav-item a{
    text-transform:uppercase;
  }
   
  .dropdown-menu a{
    text-transform: capitalize;
  }
}

@media (max-width: 1100px){
  .menu-search, .dropdown-toggle::after {
    display: none;
  }

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    top: -40px;
  }

  .slicknav_nav{
    border-radius: 20px;
    top: 100px;
    box-shadow: 0 0 15px #cccccc50;
    background-color: #f9f9f9;
  }

  .slicknav_nav a{
    text-transform:capitalize;
    font-size: 16px;
    color: #777 !important;
  } 

  /*.navbar-brand img{*/
  /*  width: 300% !important;*/
  /*} */

  .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover{
    background-color: #E91E63;
  }

  .nav-link{
    padding: 12px 36px !important;
    margin: 0 !important;
  }

  .dropdown-menu>li>a{
    padding: 12px 45px !important;
    font-size: 15px;
    color: #777 !important;
    background-color: #f9f9f9;
    border-radius: 0;  
  
  }
  .nav-link:focus{
    color: #fff !important;
  }
 
  a.nav-link.dropdown-toggle:focus{
    color: #fff !important;
    background-color: #E91E63;
  }

  .dropdown-menu li:first-child:hover  a, .dropdown-menu li,   .dropdown-menu li:last-child:hover  a{
    border-radius: 0 ;
  }
  
  ul.dropdown-menu{
    margin: 0;
    border-radius: 0 !important;
  }

  .navbar li{
    border-top: 1px solid #B6B3C470;
  }

  .dropdown-menu li{
    border-color: #B6B3C470;
  }

  li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
    background: #e91e63;
    color : #fff !important;
  }

  li.nav-item.dropdown.slicknav_parent.slicknav_open > a span i {
    color: #fff !important;
  } 

 .slicknav_btn.slicknav_open:before:hover{
  color: #E91E63;
  }
}

@media (max-width: 990px) {
  .navbar-brand img{
      width: 100% !important;
  } 

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    left: 180px;
  } 
  .caho-members-ul li{
      width: 46% !important ;
  }
}

@media (max-width: 576px){
  .navbar-brand img{
    /*width: 40% !important;*/
    align-items: start;
  } 

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    top: -30px;
    left: -20px;
  }
  .slicknav_nav{
    top: 80px;
  }
  .caho-members-ul li{
      width: 100% !important;
  }
           
}

  
#search1{
  background-color: rgba(0, 0, 0, .87);
}

#search1 .form-control::placeholder{
  color: #fff;
}

#search1 .close{
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  transition:all 0.3s ease-in-out;
}

#search1 .close:hover{
  border-color: transparent;
  transition:all 0.3s ease-in-out;
}

#search1 .btn{
  background: none;
  top:41%;
  left: 45%;
  font-size: 14px;
}


/*Banner CSS*/
.banner{
  background-image: url(../images/background/home09_bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: 0% 10%;
}

.inner-banner{ padding-top: 100px;}


.countdown-inner span{
  color: #E91E63A1;
}

.banner-image{
  background-image: url(../images/pattern/3.png);
  background-size: contain;
  background-repeat: no-repeat;
 background-position: center ;
}

.banner-button .btn2:hover{
  background-color: #e91e63 ;
  border-color: #e91e63;
  transition:all 0.5s ease-in-out;
}

.wave{
  left: 0;
  line-height: 0;
  bottom: -1px;
}

.wave .elementor-shape-fill{
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.wave svg{
  width: calc(100% + 1.3px);
  left: 50%;
  transform: translateX(-50%);
} 

@media (max-width: 1100px){
  .inner-banner{
  padding-top: 50px;
 }

  .banner-left{
  padding-bottom: 100px;
 }
 
 .countdown-inner{
  padding: 20px !important;
 }

}

@media (max-width: 576px){
  .banner-event-info li{
    border: none !important;
  }

  .inner-banner{
    padding-top: 20px;
  }
}

/*Overview CSS*/
.event-info-icon i{
  /* width:60px;
  height:60px; */
  /* line-height:60px; */
  font-size: 20px;
  transition: all .4s ease-in-out;
}

.overview-event-info a:hover i{
  background-color: #3A4CB4;
  transition: all .5s ease-in-out;
}

.event-info-box{
  font-weight: 600;
  color: #000;
}
.event-info-box h6{
  color: #3A4CB4;
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 1100px){
  .event-info-icon i{
    /* width:40px;
    height:40px; */
    /* line-height:40px; */
    font-size: 20px;
  }
}

@media (max-width: 992px){
  .event-info-icon i{
    width:60px;
    height:60px;
    line-height:60px;
    font-size: 30px;
  }

  .overview-event-info{
    position: relative !important;
  }

}

/**Partners CSS*/
.partner-img-box img:hover{
  opacity: 1 !important;
}

@media (max-width: 576px){
  .partner-img-box{
    border-bottom: 1px solid #00000014 !important; 
  }
  .border-sm-0 {
    border: 0 !important;
}
}

/*Feature CSS*/
.feature{
  background-image: url(../images/background/feature-bg.jpg);
  background-size:auto;
  background-position: top center;
}

.feature .overlay{
  background-image: linear-gradient(to right, rgb(255 80 107), rgb(227, 93, 91));
}
.feature .text-dis{
  line-height: 32px;
}

.feature-box i{
  width:70px;
  height:70px;
  line-height:70px;
  font-size: 35px;
  transition: all .5s ease-in-out;
}

.feature-lists a:hover i{
  background-color: #3A4CB4;
  transition: all .5s ease-in-out;
}
.feature .service-list ul li{
  /*min-height: 355px;*/
}

@media (max-width: 576px){
 .counter-box {
  border-bottom: 1px solid #FFFFFF25  ;
  border-width: 0px 0px 1px 0px !important; 
  }

  .inner-counter{
    margin-bottom: 20px !important;
  }
}
.upcoming-section{
  background-image: url('../images/background/event-bg.png');
  background-color: #F1F1F1;
}
.upcoming-section .upcoming-image {
  width: 40%;
}
.upcoming-section .upcoming-event-content {
  width: 55%;
}

/*Speakers CSS*/
.box-content,.speaker-box:after{
  width:100%;
  position:absolute;
  left:0;
  border-radius:25px; 
  transition: all ease-in-out .5s;
}

.speaker-box:after{
  content:"";
  height:100%; 
}
  
.speaker-box .social-link li a{
  width:30px;
  height:30px;
  line-height:30px;
  background-color: #a1a1a1;
  transition:all .3s ease-in-out
}

.speaker-box:hover:after{
  background:rgba(0,0,0,.7); 
  border-radius:25px; 
  transition: all ease-in-out .5s;
}

.box-content {
  transform: translateY(100%); 
  transition: transform .5s ease-out; 
}

.speaker-box:hover .box-content {
  transform: translateY(-20px);
}

@keyframes iconTranslateY {
  48% {
      -webkit-transform: translateY(50%);
      transform: translateY(50%)
  }

  49% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  50% {
    opacity: 1;
  }
}

.social-link>li>a:hover>i {
  -webkit-animation: iconTranslateY .4s forwards; 
  animation: iconTranslateY .4s forwards; 
}

.speaker-box .social-link li a:hover{
  background:#1DA1F2;
  color: #fff;
}

.speaker-box .social-link li:last-child a:hover{background:#E60023;}

.speaker-box .social-link li:first-child a:hover{background:#1877F2;}

.speaker-sec .sepaker-list .speaker-box{
  box-shadow: 0px 14.95px 52.33px 0px #0000001A;
  border-radius: 15px;
  min-height: 364px;
}
.speaker-sec .sepaker-list .speaker-box img{
  border-radius: 0px !important;
  width: 100% !important;
  height: 250px;
  background: #ebebf7;
}
.speaker-sec .sepaker-list .speaker-box .speaker-post{
  text-transform: capitalize;
}
.speaker-sec .box-content{
  padding: 0px 10px;
}
/*Ticket CSS*/
.ticket, .next-sponser{
  background-image: url(../images/background/1.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}

.ticket .overlay, .next-sponser .overlay{
  background-image: linear-gradient(to right, rgb(255 80 107), rgb(227, 93, 91));;
}

.spin {
  transition: transform 0.8s;
  color: #000;
}

h1:hover .spin, h2:hover .spin {
  transform: rotateY(360deg);
}


/*Schedules*/
.schedules{
  background-image: linear-gradient(90deg,#ffffff 50%, #F7F7F7 50%)
}

.schedule-day::after{
  position: absolute;
  font-family: "FontAwesome";
  font-size: 100px;
  color: #70707021;
  content: "\f073";
  top: -30%;
  left: -5%;
  z-index: -1;
}

.schedules img{
  height: 50px;
  width: 50px;
}

/* .schedule-box-title h5:hover, .speaker-box a:hover h6{
  color: #e91e63 !important;
  transition:all 0.3s ease-in-out;
} */

.schedule-bio-info p a:hover {
  color: #24369C;
  transition:all 0.3s ease-in-out;
}


@media (max-width: 576px){
  .schedule-day::after{
    left: 36%;
  }

  .schedule-title{
    margin-bottom: 75px !important;
  }

  .schedule-list{
    margin-bottom: 40px;
  }

  .schedules{
    padding-bottom: 60px;
  }
}


/* Pricing */
.pattern {
  top: -11px;
  left: 0;
}

.currency, .cents{
  font-size: 21px;
}

.dollor{
  font-size: 70px;
  line-height: .8;
}

@media (max-width: 1100px){
  .currency, .cents {
    font-size: 16px;
  }

  .dollor{
    font-size: 54px;
  }

  .pattern {
    top: -9px;
  }
}

@media (max-width: 990px){
  .pattern {
    top: -10px;
  }
}


@media (max-width: 576px){
  .currency, .cents {
    font-size: 12px;
  }

  .dollor{
    font-size: 42px;
  }

  .ticket-box-inner{
    margin-bottom: 30px;
  }

  .price-options{
    padding-bottom: 0 !important;
  }

  .pattern {
    top: -11px;
  }
}

  
/* Gallery */

.gallery {
  background-image: url(../images/background/6.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.lightgallery a:hover::after{
  background:rgba(0,0,0,0.5); 
}


.lg-toolbar .lg-close:after, .lg-toolbar .lg-download:after, .lg-outer .lg-toggle-thumb:after, .lg-next:before, .lg-prev:after{
  content: "\f00d" !important;
  font-family: "FontAwesome";
  font-size: 25px;
}

.lg-toolbar .lg-download:after{
  content: "\f063" !important;
}

.lg-outer .lg-toggle-thumb:after{
  content: "\f00e" !important;
}

.lg-next:before{
  content: "\f061" !important;
}

.lg-prev:after{
  content: "\f060" !important;
}

.grid-item {
  width: 33%;
}

@media (max-width: 576px){
  .grid-item {
    width: 100%;
  }
}

/*Testimonial*/

.bio-img{
  height: 70px;
  width: 70px;
}

.testimonial-content i{
  color: #f3efef;
  font-size: 70px;
  top:-30px;
}

.testimonial{
  background-image: url(../images/background/4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* FAQ */
.faq{
  background-image: url(../images/background/5.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}

.accordion-button, .accordion-body{
  font-size: 16px;
  color: #707070;
}


.accordion-button:not(.collapsed), .accordion-button::after {
  color: #e91e63;
  background-color: #fff;
  box-shadow: none;
}

.accordion-faq>.accordion-item{
  border: 0;
}

.accordion-button:focus{
box-shadow: none;
}


.accordion-button:not(.collapsed)::after{
  background-image: none;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #e91e63;
  content: "\f068";
}

.accordion-button::after{
  background-image: none;
  font-family: "FontAwesome";
  color: #707070;
  content: "\f067";
  transition: none;
}



@media (max-width: 1100px){
  .accordion-button {
    font-size: 15px;
  }
}

@media (max-width: 576px){
  .accordion-button {
    font-size: 14px;
  }

  .box {
    width: 100%;
  }
}

/* Subscribe */
.subscribe{
  background-image: linear-gradient(90deg,#24369C 0%, #C40F4C 95%);
}

/* footer */

footer{
  background-image: url(../images/background/5.jpg);
  background-repeat: no-repeat;
  background-size:auto;
  background-position: top center;
}

footer .overlay{
  background-color: #000;
}

.footer-socials a{
  width:40px;
  height:40px;
  line-height:40px;
  transition: all .5s ease-in-out;
}

.footer-socials a:hover {
  background-color: #e91e63 !important;
  color: #fff;
  opacity: 100%;
  transition: all .3s ease-in-out;
}

/*Back-to-top button  */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none
}

#back-to-top a {
  width: 50px;
  height: 50px;
  transition: all ease-in-out .5s;
}

#back-to-top a:hover{
  background-color: #223645;
}

#back-to-top a:after {
  position: absolute;
  content: '\f062';
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%)
}

/* ========================================= */
/*          About Us page CSS                */
/* ========================================= */

/* conference css */
.conference {
  background-image: url(../images/background/4.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.conference-left{
  background-image: url(../images/pattern/3.png);
  background-repeat: no-repeat;
  background-size: contain;
}


.conference .benifit-list-box:hover h5 {
  color: #e91e63;
  transition:all 0.3s ease-in-out;
}

.conference .benifit-list-box:hover a {
  color: #3A4CB4;
}

.list-box-icon i{
  font-size: 40px;
}

/* ========================================= */
/*          Speaker Detail page CSS          */
/* ========================================= */

/* speaker detail section */
.progress-bar{
   font-size: 14px;
}

.speaker-img img{
  height: 100px;
  width: 100px;
}

.speaker-socials a i{
  transition: all .4s ease-in-out;
}


.speaker-socials a:hover i {
  color: #fff;
  border-color: #e91e63;
}

.contact-icon i{
  font-size: 24px;
}

 
/* Event History section */
@media (max-width: 1100px){
  .event-list-box{
    padding: 20px !important;
  }
}

/* ========================================= */
/*            /Event-List Page CSS/          */
/* ========================================= */

/* Schedule-2 */

.schedule-2{
  background-image: linear-gradient(90deg,#F7F7F7 50%, #ffffff  50%)
}

.schedule-2 .schedule-icon i{
  font-size: 100px;
}


@media (min-width: 576px) and (max-width: 990px){
  .schedule-day1::after {
    left: 44%;
  }
}

/* ========================================= */
/*          /Event-Detail Page CSS/           */
/* ========================================= */

 /* /Event-Detail section CSS/ */ 

.qoutation i{
  font-size: 30px;
  transition: all .4s ease-in-out;
}

.qoutation i:hover, .organizer-bio-info p:hover{
  color: #e91e63 !important;
  background-color: #fff;
  transition: all .4s ease-in-out;
}

.sperator {
  height: 1px;
}

.organizers-box img{
  width: 50px;
  height: 50px;
}

.info-icon i{
  font-size: 24px;
  transition: all .3s ease-in-out;
}

.info-icon i:hover {
  color: #3A4CB4;
  transition: all .3s ease-in-out;
}

.contact-us-outer
{
  background-image: url(../images/background/3.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  z-index: 0;
}

.contact-us-outer .overlay {
  background-image: linear-gradient(180deg,#24369C 0%, #C40F4C 100%);
  border-radius: 25px;
}

/* ========================================= */
/*            /Pricing Page CSS/             */
/* ========================================= */

.ticket2 {
  background-image: url(../images/background/6.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.ticket-right{
  background-image: url(../images/pattern/3.png);
  background-size: contain;
  background-repeat: no-repeat;
 background-position: center ;
}


/* ========================================= */
/*              /Faq Page CSS/               */
/* ========================================= */

/* faq general css */

.general-ques-image{
  background-image: url(../images/pattern/3.png);
  background-size: contain;
  background-repeat: no-repeat;
 background-position: center ;
}

/* ========================================= */
/*         /Product-list Page CSS/           */
/* ========================================= */

/* Product List Section */
.sale{
top: 30px;
right: -25px;
}

.recent-product-box img {
  width: 75px;
  height: 75px;
  z-index: 1;
}

.social-media-links i{
  font-size: 18px;
}


.image-overlay, .image-overlay1{
  background-color: rgba(0,0,0,.7);
  background-blend-mode: overlay;
  /* background-size:auto; */
  position: absolute;
  height: 100%;
  width: 94%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition:all 0.5s ease-in-out;
}

.item:hover .image-overlay {
  opacity: .5;
}

.recent-product a:hover .product-detail h6{
  color: #e91e63 !important;
  transition:all 0.5s ease-in-out; 
}

@media (max-width: 996px){
  .image-overlay {
    width: 97%;
  }
}


/* ========================================= */
/*         /Book-Now Page CSS/               */
/* ========================================= */

/* ticket-booking section*/
.ticket-booking {
  background-image: url(../images/background/4.png);
  background-repeat: no-repeat;
  background-position: center center;
}


/* ========================================= */
/*         /product single Page CSS/         */
/* ========================================= */

/* Main product section css */
.price input {
  width: 54px;
}

.product-img-nav img{
  width: 115px;
  height: 115px;
}

.product-img-nav img:hover, .slick-current img{
  opacity: 1 !important;
}

.product-img-nav.slick-slide.slick-current.slick-center, .product-img-nav.slick-slide{
  width: 115px !important;
}

.slick-track{
  display: flex;
  justify-content: center;
}

.slick-list.draggable{
  padding: 0 !important;
}

@media (max-width: 576px) {
  .product-img-nav img{
    width: 100px;
    height: 100px;
  }
}

/* Releated produdct section css */

.related-product .sale{
  background-color: #b3af54;
  top: 10px;
  right: -35px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-bottom: 0 !important;
  color: #e91e63;
}

.related-product-info .nav-link{
  color: #707070;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


/* ========================================= */
/*           /Error Page CSS/                */
/* ========================================= */

/* error section */
.error{
  background-image: url(../images/background/6.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.error .overlay {
  background-image: url(../images/pattern/3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center ;
  top: 0;
  left: 0;
  opacity: .1;
}

.inner-error h1 {
  font-size: 70px;
  -webkit-text-stroke: 2px #3A4CB4;
}

.line-icon {
  font-size: 20px;
}

.line-icon::before,
.line-icon::after {      
  width: 15%;
  height: 1px;
  border-top: 3px solid #e8e8e8; 
  display: inline-block;
  content: '';
  padding-top: 0.2em; 
  margin-left: 1%; 
  margin-right: 1%;
}

/* ========================================= */
/*       /search Result Page CSS/     */
/* ========================================= */

/* Search Result Section css */
.blog-info a small:hover {
  color: #24369C;
  transition: all .5s ease-in-out;
}


/* ========================================= */
/*         /coming soon Page CSS/            */
/* ========================================= */

/* coming-soon secton css */

.coming-soon{
  background-image: url(../images/background/1.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size:cover;
  overflow: visible;
}

.divider-pattern {
  background: repeating-linear-gradient(-55deg, #fff, #fff 1px, transparent 1px, transparent 6px);
}

.coming-soon span{
  font-size: 70px;
}

.coming-soon .overlay{
  background-image: linear-gradient(90deg,#24369C 0%, #C40F4C 100%);
  top: 0;
  left: 0;
  opacity: .7;
}

@media (max-width: 992px){
  .coming-soon span {
    font-size: 54px;
  }
  .coming-soon p{
    font-size: 14px;
  }
}

@media (min-width: 800px) and (max-width:996px){
  .coming-soon{
    height: 150vh !important;
  }
}

@media (max-width: 576px){
  .coming-soon span {
    font-size: 42px;
  }
}


/* ========================================= */
/*       /News list (Archives) Page CSS/     */
/* ========================================= */

/* News list secton css */

.organizer-image img {
  width: 80px;
  height: 80px;
}


.organizer-socials a{
  width:40px;
  height:40px;
  line-height:40px;
  transition: all .5s ease-in-out;
}

.organizer-socials a:hover {
  background-color: #e91e63;
  opacity: 100%;
  transition: all .3s ease-in-out;
  color: #fff;
  border-color: #e91e63;
}


.recent-post-list img {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
}


/* ========================================= */
/*       /News Single  Page CSS/             */
/* ========================================= */


.qoutation img {
  width: 80px;
  height: 80px;
}

.navigation i {
  font-size: 20px;
}

.navigation a:hover h6 {
   color: #e91e63;
  transition: all .3s ease-in-out;
} 


/* ========================================= */
/*         /Contact us Page CSS/             */
/* ========================================= */

/* contact secton css */

.contact {
  background-image: url(../images/background/4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (min-width: 576px) and (max-width: 1100px){
  .contact-event-info {
    padding: 25px !important;
  }
}

.schedule-sec {
  border-radius: 0.3125rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.06);
  padding: 40px;
  /* padding-bottom: 66px; */
  /* padding-left: 106px; */
  /* padding-left: 66px; */
  margin-top: 60px;
  position: relative;
}
.schedule-sec .icon {
  position: absolute;
  opacity: 0.1;
  font-size: 60px;
  top: 0;
}
.schedule-sec h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 18px;
}
.schedule-sec p {
  color: #000;
  font-weight: 500;
}
.new-speaker .speaker-box img{
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.new-speaker .speaker-box:after{
  display: none;
}
.new-speaker .speaker-box .box-content{
  transform: none;
  position: relative;
  margin-top: 20px;
}
.main-ticket-info{
  font-size: 20px;
}
.main-ticket-info i{
  background-color: #ff506b;
  color: #fff;
  border-radius: 50%;
  padding: 9px 14px;
}
.main-banner{
  /*height: 100vh;*/
  padding: 0 !important;
  overflow: hidden;
}
.main-banner img{
    height: 100vh;
    object-fit: cover;
}

.main-banner video{
  width: 100%;
}
.main-banner .container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /* background: rgba(0, 0, 0, 0.6); */
}
.main-banner .banner-right{
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
}
.main-banner .banner-right h1{
    font-size: 40px;
}
.main-banner:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  overflow: hidden;
  height: 100vh;
}
.about-image .overview-img{
  height: 60vh;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.confernce-listing{
  padding: 80px 0px;
  background: url('../images/background/workshop-bg.jpg');
  /* background-size: cover; */
  background-repeat: round;
}
.confernce-listing .conference-sec .content-box{
  padding: 20px 20px 25px 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
    background: #ffffff;
    min-height: 352px;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 80px;
}
.conference-sec .content-box .locations {
  font-size: 16px;
  color: #000;
  padding: 5px;
  margin-right: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.conference-sec .content-box .locations i {
  color: #ff506b;
}
.conference-sec .content-box .title {
  font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 30px;
    
    /* min-height: 120px; */
}
.conference-sec .content-box .default-btn {
  background: #ff506b;
  font-size: 17px;
  padding: 10px 20px;
  border-radius: 12px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
  border: 1px solid #ff506b;
  position: absolute;
    bottom: 26px;
}
.conference-sec .content-box .default-btn:hover{
  border: 1px solid #ff506b;
  color: #000;
  background: transparent;
}
.pre-conference-banner{
  padding-top: 0;
}
.pre-conference-banner img{
  height: 80vh;
  object-fit: cover;
  overflow: hidden;
}
.pre-conference-banner .inner-banner-content{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.pre-conference-banner .main-date{
  font-size: 90px;
  color: #ff4e6d;
  font-weight: 800;
  letter-spacing: -2px;
  margin-right: 10px;
}
.pre-conference-banner .venu-point h2, .pre-conference-banner .venu-point h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.pre-conference-banner .main-banner-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 58px;
  margin-bottom: 70px;
  width: 65%;
}
.overview-left p{
  line-height: 26px;
}
.overview-left ol{
  padding-left: 12px;
  list-style: none;
}
.overview-left ol li {
  color: #000;
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: 1px solid #00000014;
  margin-bottom: 10px;
}
.overview-left ol li span{
  color: #ff4e6d;
  padding-right: 10px;
}
.right-attend{
  background: linear-gradient(100deg, #1c1d66 61%, #ff506b 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 80px 50px 60px;
  position: relative;
}
.right-attend:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(https://demo-themewinter.com/exhibz/wp-content/uploads/2018/12/cta_bg.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.attend-content ul li {
  color: #eee;
  padding: 10px 0px;
  line-height: 26px;
}
.attend-content p{
  color: #fff;
  line-height: 32px;
  font-size: 18px;
}

.schedule-item .about-content {
  background: linear-gradient(to right, rgb(255 80 107), rgb(246 128 131));
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.schedule-item .schedule-content h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 14px;
  display: inline-block;
}
.schedule-content ul li {
  color: #000;
  line-height: 28px;
}
.event-schedule{
  position: relative;
}
.event-schedule:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #F7F7F7;
}
.event-schedule .container{
  position: relative;
  z-index: 1;
}
.bg-theme2{
  background: linear-gradient(to right, rgb(28 29 102), rgb(48 81 138)) !important;
}
.parallax-sec{
  background: url(../images/background/workshop-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.pre-banner .overlay{
  background-image: linear-gradient(180deg, #2b070c 0%, #16215a 100%);
  opacity: 0.7;
}
.pre-banner .banner-image img{
  visibility: hidden;
}
.highlight-sec {
  background: #fff7f8;
}
.highlight-list ul {
  list-style: none;
}
.highlight-list ul li {
  padding: 30px 30px 30px 40px;
  border-radius: 16px;
  border: 1px solid #cccccc;
  transition: all linear 0.2s;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  background: #fff;
  color: #474a4a;
  margin-bottom: 20px;
  position: relative;
}
.highlight-list ul li:hover{
  border: 1px solid #ff506b;
}
.highlight-list ul li span {
  position: absolute;
  left: -25px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #ff506b;
  color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  bottom: 0;
  margin: auto;
}
.ntTabContent {
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.ntTabContent .ntEvent {
  overflow: hidden;
  background-color: #fff;
}
.ntTabContent .ntEvent .ntEventTime {
  float: left;
  width: 25.57319%;
  text-align: right;
  padding-right: 33px;
  position: relative;
  line-height: 1.82em;
  font-size: 22px;
  font-weight: bold;
  color: #1c1d66;
}
.ntEventTime{
  font-size: 20px;
    font-weight: 400;
    color: #4842e3;
    line-height: 34px;
}
.ntTabContent .ntEvent .ntEventTime span {
  display: block;
  width: 11px;
  height: 11px;
  background-color: #ff506b;
  position: absolute;
  top: 17px;
  right: -6px;
  color: white;
  border-radius: 50%;
  text-align: center;
}
.ntTabContent .ntEvent.extend span {
  width: 31px;
  height: 31px;
  top: 7px;
  right: -16px;
  line-height: 32px;
  cursor: pointer;
}
.ntTabContent .ntEvent .tnEventInfo {
  float: left;
  width: 74.42681%;
  padding-left: 57px;
  border-left: 1px solid #ff506b;
  padding-bottom: 28px;
}
.ntTabContent .ntEvent .tnEventInfo h3 {
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  font-size: 20px;
}
.sponsers-image{
  right: 0;
  bottom: -37px;
  position: absolute;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  color: #000;
  font-weight: 700;
  padding-top: 18px;
  padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.sponsers-image p {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.sponsers-image img {
  visibility: visible !important;
}
/* Overview Section */
.overview:before {
  content: "";
  width: 571px;
  height: 437px;
  background: url(../images/overview-bg-left.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  animation: scale 5s infinite;
  display: none;
}
.overview:after {
  content: "";
  width: 330px;
  height: 567px;
  background: url(../images/overview-bg-left.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  animation: scale 5s infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.overview .intro-box {
  gap: 70px;
  display: flex;
}
.overview-left h2 {
  text-transform: inherit;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
}
.overview .intro-box .img-sec {
  width: 40%;
  position: relative;
  text-align: right;
}
.overview .intro-box .img-sec .img-big {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: 300px;
  height: 337px;
}
.overview .intro-box .img-sec .img-big img {
  transition: all linear 0.3s;
  width: 300px;
}
.overview .intro-box .img-sec .img-sm {
  position: absolute;
  right: 0;
  bottom: 50px;
  border: 8px solid #effcff;
  border-radius: 15px;
  overflow: hidden;
  width: 205px;
  height: 208px;

}
.overview .intro-box .img-sec .img-sm img {
  transition: all linear 0.3s;
  width: 100%;
  max-width: 190px;
  display: block;
  height: 208px;
  object-fit: cover;
}
.overview .intro-box .txt-sec {
  width: 50%;
  background-color: #fff;
}
.overview .intro-box .txt-sec p{
  line-height: 30px;
    font-size: 16px;
}
/* overview Ends */

.what-learn{
  background: url(http://49.205.180.247/nasscom/microsite/nasscom-ai-community/images/objectives-banner.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.what-learn .learn-list .item {
  width: 30%;
  box-shadow: 0px 4px 67.4px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 25px;
  overflow: hidden;
  padding-left: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  transition: all linear 0.2s;
}
.what-learn .learn-list .item .img-sec {
  border-radius: 0px 0px 0px 350px;
  overflow: hidden;
}
.what-learn .learn-list .item .img-sec img {
  width: 100%;
  display: block;
  transition: all linear 0.3s;
}
.what-learn .learn-list .item .txt {
  padding: 30px 25px 25px 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}
.attend-content{
  position: relative;
  z-index: 1;
}
.banner-event-info {
  font-size: 18px;
}
.conference-sec {
  position: relative;
}
.conference-sec:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 53%;
  background: url('../images/background/confrence-bg.jpg');
  background-size: cover;
  border-radius: 50px;
  z-index: -1;
}
.service-list ul li {
  width: 31%;
  list-style: none;
  /* box-shadow: 0px 14px 31px 0px rgba(142.99999999999997, 107.99999999999999, 248, .14); */
  background-color: #fff;
  /* padding: 40px; */
  /* text-align: center; */
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;

}
.service-list ul li .service-item h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
  margin-bottom: 8px;
  line-height: 30px;
}
.service-list ul li .service-item p{
    font-size: 15px;
    margin-bottom: 0;
}

.overview-event-info{
  width: 46%;
}
.overview-img img{
    /*height: 430px;*/
    object-fit: cover;
    border-radius: 26px;
    /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.static-sec .counter-box {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.static-sec .counter-box img{
  width: 66px;
  height: 60px;
}
.static-sec .counter-box h1{
  font-size: 36px;
  margin-top: 10px !important;
}
.pricing-section .title-content p{
    font-size: 20px;
}
.pricing-list {
  background: #fff;
  box-shadow: 0px 14px 31px 0px rgba(142.99999999999997, 107.99999999999999, 248, .14);
  border-radius: 10px;
}
.pricing-head .d-flex {
  background: #080946;
  padding: 26px 30px;
  border-radius: 10px 10px 0px 0px;
  align-items: center;
}
.price-option {
  padding: 30px;
}
.p-heading h2 {
  font-size: 30px;
  color: #fff;
}
.p-ico i {
  font-size: 60px;
  color: #ccc;
  opacity: 0.2;
}
.price-option ul {
  padding-left: 0;
}
.price-option ul li {
  padding-bottom: 17px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  color: #5a626d;
  font-size: 16px;
  /* padding: 0 45px 12px; */
  list-style: none;
  position: relative;
  padding-left: 47px;
}
.price-option ul li b{
  color: #000;
}
.price-option ul li:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 38px;
  background: url(../images/logo/checklist.png) no-repeat;
  background-position: 0px -6px;
  left: 0;
}
.price-option ul li:last-child{
  border: none;
}
.highlight-member{
  background-image: linear-gradient(to right, rgb(255 80 107), rgb(227, 93, 91)) !important;
}
.highlight-member i{
color: #eee;
opacity: 0.6;
}
.text-dis{
  line-height: 28px;
}
.registration-fees{
  background: url('https://demo.ovatheme.com/mitup/wp-content/uploads/2016/08/slide_1.jpg') no-repeat;
  background-position: right;
}
.registration-fees .overlay{
  background: rgba(0, 0, 0, 0.7);
}
.registration-fees .spin{
  color: #ff506b;
}
@media (max-width: 767px){
    html, body{
        overflow-x: hidden !important;
    }
  .what-learn .learn-list{
    padding-left: 0;
  }
  .what-learn .learn-list .item{
    width: 49%;
  }
  .main-banner .banner-right h1{
      font-size: 28px;
  }
  .banner-event-info{
      font-size: 14px;
  }
  .btn{
      font-size: 14px;
      padding: 8px 16px;
  }
  .overview:after{
      display: none;
  }
  .overview-left h2{
      font-size: 22px;
  }
  .service-list ul li{
      width: 100%;
      margin-bottom: 20px;
  }
  .sponsor-section:before, .sponsor-section:after, .conference-sec:after{
      display: none;
  }
  .conference-sec .text-dis{
      color: #000 !important;
  }
  .conference-section{
      padding-top: 30px !important;
  }
  .main-banner .banner-right{
      width: 100%;
  }
}
@media (max-width: 500px){
  .what-learn .learn-list .item{
    width: 100%;
  }
}
.sponser-list ul{
  padding-left: 0;
}
.sponser-list ul li {
  position: relative;
  padding-left: 20px;
  padding: 5px;
  padding-left: 20px;
  font-weight: 500;
  display: flex;
  padding-right: 0;
}
.sponser-list ul li:before {
  content: '\f138';
  font-family: FontAwesome;
  font-size: 16px;
  color: #ff506b;
  position: relative;
  left: -12px;
}
.title-sponser-img img, .sponser-image img, .brand-img img, .onsite-image img{
  border-radius: 20px;
}
.banquet-dinner {
  padding: 20px 0px 20px 40px;
}
.trade-sec {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
}
.onsite-branding {
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-bottom: 20px;
}
.onsite-image {
  width: 40%;
}
.onsite-image img{
  min-height: 300px;
  width: 100%;
}
.onsite-content {
  padding: 15px;
  width: 60%;
}
.branding-center p {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.awards-lists li{
  width: 100%;
  background: #feeaed;
  color: #000;
    margin-bottom: 12px;
    border-radius: 10px;
    font-size: 14px;
    padding: 7px;
}
.awards-lists li:before{
    content: '\f14a';
}
.notes-sec ol li {
  line-height: 29px;
}
.notes-sec {
  padding: 40px;
  border: 1px solid #ff506b;
  border-radius: 50px;
}
.agenda-list-sec .content-box .event-info-icon{
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 24px;
}
.agenda-list-sec .content-box .event-info-icon img{
  width: 50px;
}
.confernce-listing .agenda-list-sec .content-box{
  min-height: 280px;
  padding-bottom: 20px;
  text-align: center;
}
.clinical-content{
    margin-bottom: 22px;
    border-bottom: 2px dashed #000;
    padding-bottom: 15px;
}
.clinical-content img{
    width: 35px;
    background: #ff9cab;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
}
.clinical-content h5{
    margin-right: 19px;
    font-size: 18px;
}
.static-sec{
    margin-top: -59px;
    position: relative;
    z-index: 1;
}
.static-sec .counter{
    background: #fff;
    padding: 22px;
    border-radius: 10px;
}
.direction-info p a:hover{
    color: #000;
}
.inner-pricing{
    background: url('../images/background/pricing-banner.jpg') !important;
    background-size: cover;
    
}
.price-option ul li{
    display: flex;
    justify-content: space-between;
}
.price-option ul li p{
    margin-bottom: 0;
}
.price-option ul li span{
    display: block;
    font-size: 13px;
    font-style: italic;
    color: #000;
}
.caho-members-sec {
  padding: 0;
  background: url('../images/background/member-bg.jpg') no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.organizing-member-sec,
.caho-executive-committee-sec,
.caho-diagnosttc-center-sec,
.caho-patrons-member-sec {
  padding: 50px 0;
}

.organizing-member-sec h2,
.caho-executive-committee-sec h2,
.caho-diagnosttc-center-sec h2,
.caho-patrons-member-sec h2 {
  text-align: center;
}

.organizing-member-sec .content,
.caho-executive-committee-sec .content,
.caho-diagnosttc-center-sec .content,
.caho-patrons-member-sec .content {
  padding: 50px 0 0;
}

.caho-members-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*gap: 15px;*/
  padding: 0;
}

.caho-members-ul li {
  width: 20%;
    list-style: none;
    position: relative;
    transition: all linear 0.5s;
    padding: 0px 12px;
}

.caho-members-ul li .img-wrap {
      width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 180px;
    border-radius: 100%;
    border: 2px solid #e795a2;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.caho-members-ul li .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
  object-fit: cover;
}

.caho-members-ul li .member-info {
  padding: 10px;
  text-align: center;
}

.caho-members-ul li .member-info .me-name {
  font-size: 17px;
    font-weight: 700;
    color: #000;
  margin-bottom: 6px;
}

.caho-members-ul li .member-info p {
  font-size: 15px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
}

.caho-members-ul li:hover {
  margin-top: -10px;
}

.caho-members-ul.member-secound-option li {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(2px 4px 6px black);
  width: 23%;
    margin: 0px 10px;
    padding: 0px;
    margin-bottom: 20px;
}

.caho-members-ul.member-secound-option li .img-wrap {
  border-radius: 0;
  border: none;
  
}

.caho-members-ul.member-secound-option li .img-wrap img {
  border-radius: 0;
  border: none;
}
.patrons-sec .sepaker-list .speaker-box .speaker-post{
    font-size: 14px;
}
.patrons-sec .sepaker-list .speaker-box .speaker-title{
    font-size: 17px;
}




/*gallery page*/
.galleryPage_sec {
            padding: 60px 0;
            background: url('../images/background/6.png') no-repeat;
            background-size: cover;
        }

        .galleryPage_sec .gallryTab ul {
            display: flex;
            justify-content: center;
            gap: 10px;
            padding:0 0 20px 0;
            
        }

        .galleryPage_sec .gallryTab ul li {
            list-style: none;
        }

        .galleryPage_sec .gallryTab ul li a {
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            display: block;
            background-color: #ff506b;
            padding: 10px 25px;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .galleryPage_sec .gallryTab ul li a:hover,
        .galleryPage_sec .gallryTab ul li.active a {
            background-color: #3A4CB4;
        }

        .gallryContent {
            display: none;
            margin-top: 20px;
        }

        .gallryContent.active {
            display: block;
        }

        .gallryContent .row-item {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .gallryContent .row-item .item {
            width: 32.5%;
            border-radius: 10px;
            overflow: hidden;
            cursor: pointer;
        }

        .gallryContent .row-item .item img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Popup Styling */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .popup-overlay.active {
            display: flex;
        }

        .popup-content {
            position: relative;
            max-width: 80%;
            max-height: 80%;
            border: 3px solid #FFF;
            border-radius: 10px;
            overflow: hidden;
        }

        .popup-content img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }

        .popup-close {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #ff506b;
            color: #fff;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            border-radius: 50%;
            font-size: 16px;
        }

        @media (max-width:991px) {
            .gallryContent .row-item .item {
                width: 48.5%;
            }
        }
        @media (max-width:599px) {
            .gallryContent .row-item  .item {
                width: 100%;
            }
        }

.quiz-register-section{
    background-color: #1c1d66;
}
.sponsor-section{
    position: relative;
}
.sponsor-section:before{
    content: "";
    width: 660px;
    height: 800px;
    background: url(https://nasscom.in/inclusion-summit/images/sponsor-left-graph.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.4;
}
.sponsor-section:after{
    content: "";
    width: 660px;
    height: 800px;
    background: url(https://nasscom.in/inclusion-summit/images/sponsor-right-graph.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.4;
}
.sponsor-section .partner-img-box{
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 10px 10px;
    border-radius: 10px;
    width: 160px;
}
.sponsor-section .partner-title h2{
    font-size: 20px;
    color: #000;
    font-weight: 800;
    margin-top:20px;
    text-transform: uppercase;
}
.top-header{
    background-color: #ff506b;
    color: #fff;
}
.top-header p {
    display: inline-flex;
    font-size: 13px;
    margin-right: 5px;
}
.top-header p a {
    background: #fff;
    color: #000;
    border: 1px solid #ffffff;
    padding: 0px 2px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .header_menu .row{
        flex-wrap: nowrap;
    }
    .header_menu .row .col-lg-3{
        width: 50%;
    }
    .header_menu .row .col-lg-7{
        display: none;
    }
    .header_menu .row .col-lg-2{
        width: 30%;
    }
    #slicknav-mobile{
        position: absolute;
        top: 75%;
    }
    .slicknav_nav{
        top: 10px !important;
    }
    .navbar-brand img{
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .sponsor-section:before, .sponsor-section:after{
        display: none;
    }
    .overview:after, .conference-sec:after{
        display: none;
    }
    .container{
        max-width: 90% !important;
        margin: 0 auto;
    }
    .service-list ul{
        justify-content: center;
    }
    .service-list ul li{
        width: 48%;
        margin-bottom: 20px;
    }
    .conference-sec .text-dis{
        color: #000 !important;
    }
   
}
.tab-ul, .tabular-ul{
    gap: 10px;
    list-style-type: none;
}
.tab-ul li, .tabular-ul li {
    padding: 10px 20px;
    /* background: #e0465e; */
    color: #000;
    border: 1px solid #e0465e;
    font-weight: 700;
}
.tab-ul li.active, .tabular-ul li.active{
  background: #e0465e;
  color: #fff;
}
.conference-shcdule li{
    width: 24% !important;
}
.conference-shcdule li .service-item h2{
    font-size: 18px !important;
}
.gallery .gallerybox .item img {
    min-height: 300px;
    object-fit: cover;
}
.gallery-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 6px 12px 10px 30px;
    right: 0;
    top: auto;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0) 100%);
}
.gallery-content h4 {
    color: #ffb9c4 !important;
    font-size: 20px;
}
.gallery-content p {
    font-size: 15px;
}
