body {
    font-family: "Poppins", sans-serif;
  }

  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.75rem;
    color: #ffee67;
    /* letter-spacing: 10px;
    text-indent: 0.9em; */
    text-transform: uppercase;
    text-align: center !important;
    padding: 0px;
    margin: 0px;
  }

  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #ffee67;      
    text-align: center !important;
    padding: 0px;
    margin: 0px;
  }
  h2 a {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #ffee67;
    text-decoration: none;
  }
  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    color: #ffee67;
    text-transform: capitalize;
    text-align: center !important;
    padding: 0px;
    margin: 0px;
  }



  .your-class,
  .your-class1,
  .your-class2 {
    img {
      width: 100%;
      height: auto;
    }
  }

  .full-width {
    .slick-prev {
      margin-left: 40px;
    }

    .slick-next {
      margin-right: 40px;
    }
  }

  .slick-prev:before,
  .slick-next:before {
    color: red;
  }


  .your-class,
  .your-class1,
  .your-class2 {
    padding: 0;
  }

  .slick-slider {
  margin-bottom: 0px;
}


  .slick-next {
    /* right: -25px; */
    right: 35px;
  }

  .slick-prev {
    /* left: -25px; */
    left: 35px;
  }

  .slick-lightbox .slick-prev {
    left: 35px;
  }

  .slick-lightbox .slick-next {
    right: 45px;
  }

  .slick-prev:before,
  .slick-next:before {
    color: rgb(255, 255, 255);
  }

  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 35px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
  }

  .slick-lightbox-close:before {
    font-family: "slick";
    font-size: 50px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×';
  }



  .slick-prev:before,
  .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-dots {
    position: absolute;
    bottom: -45px;
    display: none !important;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #f7c400;
    border-bottom: 2px solid #f7c400;
}

  .navbar-nav {
    color: white;
    /* box-shadow: 0 0 8px 2px rgba(255, 187, 0, 0.9);
    -webkit-box-shadow: 0 0 8px 2px rgb(255 187 0 / 90%);
    -moz-box-shadow: 0 0 8px 2px rgba(255, 187, 0, 0.9); */
    padding: 10px;
    width: 100%;
    border-top: 1px solid #7e7e7e;
  }

    .innerBanner {
  
      border-top: 2px solid #f7c400;
      border-bottom: 2px solid #f7c400;
    }

  .navBox {
    /* border-bottom: 2px solid #f7c400; */
  }

  .nav-link {
    color: white;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-indent: 0.9em;
    
  animation: glow 1s ease-in-out infinite alternate;
  }
  .nav-link:hover {
    color: #ffee67;
    font-size: 0.9em;
    
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: white;
  }


  @-webkit-keyframes glow {
from {
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}

to {
  text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}
}







/* .img-area{
width: 1170px;
margin: 2% auto;
} */



/* .image {
display: block;
width: 100%;
height: auto;
} */
.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.1em;
  background-color: black;
  padding: 5px;
  border-radius: 10px;
}

.lb-data .lb-caption {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  
 
}

.imgInnerBox {
    position: relative;
    /* width: 100%; */
    /* float: left;
    margin: 0 1%; */
    }

.img-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgb(0, 0, 0, 0.5);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;  
border-radius: 20px;      
}

.imgInnerBox:hover .img-overlay {
height: 100%;
}

.text {
font-family: "Poppins", sans-serif;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff;
text-align: center;
font-size: 20px; 
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
}
.text span{
font-weight: 300;
}

.section-title {
  padding-top: 100px;
  padding-bottom: 15px;
}


#error_message { 
  margin-bottom: 20px; 
  background: #fe8b8e; 
  padding: 0px; 
  text-align: center; 
  font-size: 14px; 
  transition: all 0.5s ease; 
}





.contactInfo {
  font-size: 15px;
  color: white;
  font-weight: 200;
}

.contactInfo a {
  font-size: 15px;
  color: white;
  font-weight: 200;
  text-decoration: none !important;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffbb00e6;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  
}

.carousel-indicators .active {
  opacity: 1;
}





  .imgBox {
    /* border: solid #ffbc02 10px ;
border-radius: 15px; */
    box-shadow: 0 0 8px 2px rgba(255, 187, 0, 0.9);
    -webkit-box-shadow: 0 0 8px 2px rgb(255 187 0 / 90%);
    -moz-box-shadow: 0 0 8px 2px rgba(255, 187, 0, 0.9);
    border-radius: 20px;
    display: block;
  }


  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(255, 187, 0);
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #d3ae49;
  }





















.owl-item > div {
cursor: pointer;
margin: 6% 8%;
transition: margin 0.4s ease;
}
.owl-item.center > div {
cursor: auto;
margin: 0;
}
.owl-item:not(.center) > div:hover {
opacity: .75;
}

/* .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
} */

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
}

.owl-prev {
position: absolute;
right: 10px;
top: 50%;
}
.owl-next {
position: absolute;
left: 10px;
top: 50%;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.aligner {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding: 10px 0px;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    min-height: 440px;
}




























@media (max-width: 575.98px) { 
    .text {
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 15px; 
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    }
    .text span{
    font-weight: 300;
    }
    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
        min-height: 265px;
    }


    }    
    
    
    @media (max-width: 767px) {
      .section-title {
          padding-top: 50px;
      }
    }
    
    
    /* @media (max-width: 767.98px) { ... }
    
    
    @media (max-width: 991.98px) { ... }*/
    
    
    @media (max-width: 1199.98px) {
        
     }
    
    
    @media (max-width: 1399.98px) {
       
     } 