

/**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;
}

.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;
  }
}


/**Header menu CSS**/

.dropdown-menu{
  left: 0;
  transition:all 0.3s ease-in-out;
}

ul.dropdown-menu{
  padding: 0;
}

.dropdown-menu>li>a{
  border-bottom: unset;
}
.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;
}

.dropdown-toggle::after{
  display: none !important;
}

@media (max-width: 992px){
  .header_menu{
   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: 0px;
    left: 0px;
  }

  .slicknav_nav{
    border-radius: 20px;
    top: 100px;
    box-shadow: 0 0 15px #cccccc50;
    background-color: #f9f9f9;
  }

  .slicknav_nav a{
    text-transform:capitalize;
    font-size: 14px;
    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: 12px;
    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;
  }

  .banner-image-set{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  
  .banner-image-set .banner-image-set__item{
    max-height: 100px;
    min-width: 100px;
  }
  
  .banner-image-set .banner-image-set__item.highlight{
    max-height: 150px;
    min-width: 150px;
  }
  .banner-event-info-list li.banner-event-info-list__subheader{
    font-size: 2em;
  }

  .banner-event-info-list li.banner-event-info-list__pageheader{
    font-size: 3em;
  }

  

  .banner-event-info-list li.banner-event-info-list__preheader {
    font-size: 2rem;
    letter-spacing: 5px;
}
.banner-event-info-list li.banner-event-info-list__dateloc{
  font-size: 3rem;
}

.banner-title-atcsa__main {
  font-size: 10rem;
}

.banner-title-atcsa__backdrop {
  font-size: 10rem;
}

}

@media only screen and (min-width: 1101px) {
  .banner-image-set{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  
  
  .banner-image-set .banner-image-set__item{
    max-height: 200px;
    min-width: 200px;
  }
  
  .banner-image-set .banner-image-set__item.highlight{
    max-height: 300px;
    min-width: 250px;
  }

 
  .banner-event-info-list li.banner-event-info-list__subheader{
    font-size: 4rem;
  }

  .banner-event-info-list li.banner-event-info-list__pageheader{
    font-size: 4rem;
  }

  .banner-event-info-list li.banner-event-info-list__preheader {
    font-size: 4rem;
    letter-spacing: 10px;
  }

  .banner-event-info-list li.banner-event-info-list__dateloc{
    font-size: 4rem;
  }

  .banner-title-atcsa__main {
    font-size: 20rem;
}

  .banner-title-atcsa__backdrop {
    font-size: 20rem;
  }
}

@media (max-width: 990px) {
  .navbar-brand img{
      width: 100% !important;
  } 

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    left: -450px;
  }  
}

@media (max-width: 780px) {
  .navbar-brand img{
      width: 100% !important;
  } 

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    left: -350px;
  }  
}

@media (max-width: 680px) {
  .navbar-brand img{
      width: 100% !important;
  } 

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    left: -250px;
  }  
}

@media (max-width: 576px){
  .navbar-brand img{
    width: 40% !important;
    align-items: start;
  } 

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    top: 0px;
    left: -210px;
  }
  .slicknav_nav{
    top: 80px;
  }

  .banner-image-set{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .banner-image-set .banner-image-set__item{
    max-height: 50px;
    min-width: 50px;
  }
  
  .banner-image-set .banner-image-set__item.highlight{
    max-height: 70px;
    min-width: 70px;
  }
  .banner-event-info-list li.banner-event-info-list__subheader{
    font-size: 10px;
  }

  .banner-event-info-list li.banner-event-info-list__preheader {
    font-size: 10px;
    letter-spacing: 5px;
}
.banner-event-info-list li.banner-event-info-list__dateloc{
  font-size: 10px;
}

.banner-title-atcsa__main {
  font-size: 3rem;
}

.banner-title-atcsa__backdrop {
  font-size: 3rem;
}
           
}


@media (max-width: 280px) {
  .navbar-brand img{
      width: 100% !important;
  } 

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before{
    left: -120px;
  }  
}

  
#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*/





.inner-banner{ padding-top: 0px;}


.countdown-inner span{
  color: #E91E63A1;
}

/* .banner-image-set{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.banner-image-set .banner-image-set__item{
  max-height: 200px;
  min-width: 200px;
}

.banner-image-set .banner-image-set__item.highlight{
  max-height: 300px;
  min-width: 250px;
} */

.banner-event-info-list__header-container{
  position: relative;
}

.banner-title-atcsa__main{
  /* font-size: 20rem; */
  background: -webkit-linear-gradient(#FCF974, #CEC304);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #710e0e00;
  /* position: absolute; */
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  display: block;
}


.banner-title-atcsa__backdrop{
  /* font-size: 20rem; */
  color: rgba(255, 255, 255, 0.0000);
  text-shadow: 0 15px 5px rgba(255, 255, 255, 0.3);
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  display: block;
}




.banner-event-info-list{
  margin-top: 0;
  list-style-type:none;
  text-align: center;
}
.banner-event-info-list li{
    font-size: 2rem;
    color: white;
}

.banner-event-info-list li.banner-event-info-list__highlight{
  font-size: 3rem;
}




.banner-event-info-list li.banner-event-info-list__subheader{
    /* font-size: 4rem; */
    font-weight: bold;
    /* letter-spacing: 6px; */
    text-transform: uppercase;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}

.banner-event-info-list li.banner-event-info-list__pageheader{
  /* font-size: 4rem; */
  font-weight: bold;
  /* letter-spacing: 6px; */
  text-transform: uppercase;
  text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
}

.banner-event-info-list li.banner-event-info-list__dateloc{
  text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
  /* font-size: 4rem; */
  font-weight: bold;
  color: #d7d700;

}


.banner-container{
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.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;
}

.waves_container{
  position:absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  /* overflow: hidden; */
}

.waves{
  overflow: hidden;
    width: 100%;
    height: 500px;
    position: relative;
}

.wave{
  left: 0;
  line-height: 0;
  bottom: -30px;
  transform: translateY(-5px);
  animation: animate 4s ease-in-out infinite;
  animation-delay: calc(var(--i)*0.25s);
}

@media (min-width:1101px) {
  .banner{
    background-image: url(../images/background/7.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 50%;
    height: 1000px;
  }
  
  .banner2{
    background-image: url(../images/background/8.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 100%;
    height: 380px;
  }
  .wave{
    left: 0;
    line-height: 0;
    bottom: -30px;
    transform: translateY(-5px);
    animation: animate 4s ease-in-out infinite;
    animation-delay: calc(var(--i)*0.25s);
  }

   .banner-event-info-list li{
    font-size: 2rem;
    color: white;
}

  @keyframes animate {
    0%,100%{
      transform: translateY();
    }
    50%{
      transform: translateY(-20px);
    }
  }
}

@media (max-width: 1100px){
  .banner{
    background-image: url(../images/background/7.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 100%;
    height: 720px;
  }
  .banner2{
    background-image: url(../images/background/8.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 100%;
    /* height: 400px; */
  }
  .wave{
    left: 0;
    line-height: 0;
    bottom: -30px;
    transform: translateY(-5px);
    animation: animate 4s ease-in-out infinite;
    animation-delay: calc(var(--i)*0.25s);
  }

   .banner-event-info-list li{
    font-size: 1rem;
    color: white;
    }

  @keyframes animate {
    0%,100%{
      transform: translateY();
    }
    50%{
      transform: translateY(-20px);
    }
  }

}

@media (max-width: 576px){
  .banner{
    background-image: url(../images/background/7.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 100%;
    height: 300px;
  }
  .banner2{
    background-image: url(../images/background/8.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 100%;
    /* height: 300px; */
  }
  .wave{
    left: 0;
    line-height: 0;
    bottom: -10px;
    transform: translateY(-5px);
    animation: animate 4s ease-in-out infinite;
    animation-delay: calc(var(--i)*0.25s);
  }

   .banner-event-info-list li{
    font-size: 1rem;
    color: white;
}

  @keyframes animate {
    0%,100%{
      transform: translateY();
    }
    50%{
      transform: translateY(-5px);
    }
  }
}






.wave .elementor-shape-fill{
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.wave svg{
  width: calc(100% + 1.3px);
  /* left: 50%; */
  /* transform: translateX(-50%); */  
} 

.wave.wave1{
  z-index: 998;
  opacity: 1;
  left:0px;
}

.wave.wave2{
  z-index: 997;
  opacity: 0.5;
  left:100px;

}


.wave.wave3{
  z-index: 996;
  opacity: 0.2;
  left:200px;

}



/* .wave.wave4{
  z-index: 997;
  opacity: 0.7;
  left:900px;

} */




@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: 30px;
  transition: all .4s ease-in-out;
}

.overview-event-info a:hover i{
  background-color: #3A4CB4;
  transition: all .5s ease-in-out;
}


@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/5.jpg);
  background-size:auto;
  background-position: top center;
}

/*.feature .overlay{
  background-image: linear-gradient(180deg, #E91E63 0%, #3A4CB4 100%);
}*/

.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;
}

@media (max-width: 576px){
 .counter-box {
  border-bottom: 1px solid #FFFFFF25  ;
  border-width: 0px 0px 1px 0px !important; 
  }

  .inner-counter{
    margin-bottom: 20px !important;
  }
}


/*Speakers CSS*/

.pwaves-section{
  /* display: block; */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  
}

.pwave{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/img/pwave.png');
  background-size: 1000px 100px;
  background-repeat: no-repeat;
}


.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;}

/*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(90deg, #24369C 0%, #C40F4C 100%);
}

.spin {
  transition: transform 0.8s;
}

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-image: linear-gradient(90deg, #3A4CB4 0%, #C40F4C 100%);
}

.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/             */
/* ========================================= */


.timeline .post-header {margin-bottom: 15px;}
.timeline .media-body {padding: 25px; background-color: #ffffff; border-radius: 10px;}
.timeline .post-media {
    border: solid 8px #afb4ba;
    border-radius: 50%;
}

.post-media {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.post-media img {max-width: 100%; width: 100%;}

.post-excerpt {
  font-size: 14px;
  color: #6d7a83;
}

.tab-pane{
  background-color: #f5f5f5;
}


.timeline .post-media.pull-left {margin-right: 60px;}
@media (max-width: 1024px) {
    .timeline .post-media.pull-left {margin-right: 30px;}
}
@media (max-width: 767px) {
    .timeline .post-media {
        float: none !important;
        width: 110px !important;
        margin-left: auto !important;
        margin-right: auto !important ;
    }
}
.timeline .post-wrap + .post-wrap {margin-top: 30px;}
.timeline .post-title {
    font-size: 30px;
    font-weight: 700;
    color: #dc143c;
    border-bottom: solid 1px #d2d2dc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.timeline .post-title a {color: #dc143c;}
.timeline .post-title a:hover {color: #000000;}
.timeline .post-meta {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #293239;
    margin-bottom: 10px;
}
.timeline .post-meta a .fa {color: #dc143c;}
.timeline .post-meta a:hover .fa {color: #293239;}
.timeline .post-meta .fa-stack {line-height: 32px; height: 32px; width: 32px;}
.timeline .post-meta .fa-stack-2x {line-height: 32px; font-size: 32px;}
.timeline .post-meta .fa-stack-1x {line-height: 32px; font-size: 16px;}
.timeline .post-excerpt {
    line-height: 24px;
}
.timeline .post-readmore {
    color: #293239;
    text-align: left;
}
.timeline .post-readmore a {color: #293239;}
.timeline .post-readmore a:hover {color: #dc143c;}
.timeline .post-readmore .fa {
    /*width: 18px;*/
    /*text-align: center;*/
}

.schedule-wrapper {
  margin-top: 30px;
  border: solid 1px #e91e63;
  border-top: none;
  border-bottom-width: 10px;
  border-radius: 30px 30px 10px 10px;
  overflow: hidden;
}
.schedule-tabs.lv1 {
  background-color: #e91e63;
  color: #ffffff;
}
.schedule-tabs.lv2 {
  border: solid 1px #8598b0;
  border-top: none;
  background-color: #ffffff;
}
.tab-content.lv1 {}
.tab-content.lv2 {}
.tab-content.lv2 .tab-pane {padding: 30px 70px;}
@media (max-width: 1024px) {
  .tab-content.lv2 .tab-pane {padding: 30px 50px;}
}
@media (max-width: 992px) {
  .tab-content.lv2 .tab-pane {padding: 30px 30px;}
}
@media (max-width: 767px) {
  .tab-content.lv2 .tab-pane {padding: 15px 15px;}
}
.schedule-wrapper .nav > li > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.schedule-wrapper .nav > li > a:hover,
.schedule-wrapper .nav > li > a:focus {
  /* background-color: transparent; */
  background-color: transparent;
  border: unset;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  background-color: transparent;
  border: unset;
}

.schedule-wrapper .schedule-tabs.lv1 .nav > li > a {
  min-height: 70px;
  text-transform: uppercase;
  color: #ffffff;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li a.active:before {
  content: '';
  position: absolute; z-index: 1;
  top: 100%; right: 50%;
  width: 0; height: 0;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e91e63;
}
.schedule-wrapper .schedule-tabs.lv2 .nav > li > a {
  color: #293239;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li.active > a {}
.schedule-wrapper .schedule-tabs.lv2 .nav > li.active > a {
  color: #dc143c;
}
.schedule-wrapper .schedule-tabs.lv2 .nav > li.active:before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px; left: 0;
  background-color: #dc143c;
}



/* Footer V1 Style */
/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.atcsa-footer {
background: #020024;
background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 0.88) 75%, rgba(140, 0, 255, 0.91) 100%);
  color: white;
  font-family: 'Segoe UI', sans-serif;
  padding: 50px 20px 30px;
}

.atcsa-footer-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  text-align: center;
}

.atcsa-footer-logo {
  text-align: center;
  max-width: 150px;
}

.atcsa-footer-logo img {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}
.atcsa-footer-logo2 {
  text-align: center;
  max-width: 200px;
}

.atcsa-footer-logo2 img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}
.atcsa-footer-logo h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
}

.atcsa-footer-logo p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.atcsa-footer-section {
  max-width: 300px;
}

.atcsa-footer-section h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

.atcsa-footer-section p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}

.atcsa-footer-section ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.atcsa-footer-section ul li {
  margin: 6px 0;
  font-size: 16px;
  font-weight: 400;
}

.atcsa-footer-section ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s;
}

.atcsa-footer-section ul li a:hover {
  color: #e91e63;
}

.atcsa-footer-bottom {
  margin-top: 30px;
  text-align: center;
}

.atcsa-social-icons {
  margin-bottom: 20px;
}

.atcsa-social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  line-height: 40px;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.atcsa-social-icon:hover {
  background-color: #e91e63;
  color: white;
}

.atcsa-divider {
  border: none;
  height: 2px;
  background-color: rgba(255, 255, 255, 2.5);
  margin: 20px auto;
  width: 100%;
}

.atcsa-footer-rights {
  font-size: 15px;
  color: #ffffff;
  margin-top: 10px;
}

/* Helpers */
.atcsa-left-align {
  text-align: left !important;
}

@media (max-width: 768px) {
  .atcsa-footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .atcsa-footer-section,
  .atcsa-footer-logo {
    text-align: center !important;
  }

  .atcsa-responsive-center ul {
    text-align: center !important;
  }

  .atcsa-responsive-center {
    text-align: center !important;
  }
   .atcsa-responsive-center p{
    text-align: center !important;
  }

  .atcsa-left-align {
    text-align: center !important;
  }
}
