
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #01b1d7;
  text-decoration: none;
}

a:hover {
  color: #23A8F2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-padding {
    padding: 50px 0;
}

.section-bg {
  background-color: #f2fdff;
}


/*--------------------------------------------------------------
# Section Heading
--------------------------------------------------------------*/
.section-heading {
  background: #eee;
  padding: 10px;
  position: relative;
}
.section-heading span {
  font-size: 18px;
  font-weight: bold;
}
.section-heading span a i {
	font-size: 48px;
	text-align: center;
}
.section-heading span a {
  background: #008080;
  height: 100%;
  width: 51px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all .3s;
}
.section-heading span a:hover {
	background-color: #23A8F2;
}


/*--------------------------------------------------------------
# Slider Area CSS
--------------------------------------------------------------*/
 @media (min-width: 992px) {
   .slick-slide {
        height: 80vh;
    }
}
 .slide {
     position: relative;
}
 .slide .slide__img {
     width: 100%;
     height: auto;
     overflow: hidden;
}
 @media (min-width: 992px) {
     .slide .slide__img {
         position: absolute;
         top: 50%;
         left: 0;
         transform: translateY(-50%);
    }
}
 .slide .slide__img img {
     max-width: 100%;
     margin: 0 auto;
     height: auto;
     opacity: 1 !important;
     animation-duration: 3s;
     transition: all 1s ease;
}
 .slide .slide__content {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     width: 100%;
}
 .slide .slide__content--headings {
     text-align: center;
}
 .slide .slide__content--headings h2 {
     font-size: 35px;
     margin: 10px 0;
     color: #fff;
}
.slide .slide__content--headings p {
    color: #fff;
}
 .slide .slide__content--headings .animated {
     transition: all .5s ease;
}
}
 .slider [data-animation-in] {
     opacity: 0;
     animation-duration: 1.5s;
     transition: opacity 0.5s ease 0.3s;
}
 .slick-dotted .slick-slider {
     margin-bottom: 30px;
}
 .slick-dots {
     position: absolute;
     bottom: -27px;
     list-style: none;
     display: block;
     text-align: center;
     padding: 0;
     margin: 0;
     width: 100%;
}
 .slick-dots li {
     position: relative;
     display: inline-block;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
}
 .slick-dots li button {
     border: 0;
     display: block;
     outline: none;
     line-height: 0px;
     font-size: 0px;
     color: transparent;
     padding: 5px;
     cursor: pointer;
     transition: all .3s ease;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
     outline: none;
}
 .simple-dots .slick-dots li {
     width: ;
     height: ;
}
 .simple-dots .slick-dots li button {
     border-radius: 50%;
     background-color: ;
     opacity: ;
     width: ;
     height: ;
}
 .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
     opacity: ;
}
 .simple-dots .slick-dots li.slick-active button {
     color: ;
     opacity: ;
}
 .stick-dots .slick-dots li {
     height: 80px;
     width: 80px;
}
.slick-dots li.slick-active {
    height: 100px;
    width: 100px;
}
@media (max-width: 991px) {
    .stick-dots .slick-dots li {
      height: 50px;
      width: 50px;
    }
    .slick-dots li.slick-active {
      height: 70px;
      width: 70px;
    }
}
@media (max-width: 575px) {
    .stick-dots .slick-dots li {
      height: 30px;
      width: 30px;
    }
    .slick-dots li.slick-active {
      height: 40px;
      width: 40px;
    }
    .slide .slide__content--headings h2 {
        font-size: 25px;
    }
    header {
        margin-bottom: 3px;
    }
}
.slick-dots li img {
  width: 100%; /* Fit the image within the dot area */
  height: 100%;
  border-radius: 50%; /* Optional: Make it circular */
  object-fit: cover; /* Ensure the image fits well */
  transition: border-color 0.3s;
}
.slick-dots li.slick-active img {
  border: 3px solid #fff;

}
 .stick-dots .slick-dots li button {
    position: relative;
    background-color: ;
    opacity: ;
    width: 50px;
    height: 50px;
    padding: 0;
}
 .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
     opacity: ;
}
 .stick-dots .slick-dots li.slick-active button {
     color: ;
     opacity: ;
}
 .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
     opacity: ;
}


/*--------------------------------------------------------------
# lightbox gallery
--------------------------------------------------------------*/
.lightbox-gallery {
    margin-top: 15px;
}

.lightbox-gallery .item {
  margin-bottom: 25px;
  overflow: hidden;
}
.lightbox-gallery .item img {
  transition: all .5s;
  width: 100%;
}
.lightbox-gallery .item img:hover {
    transform: scale(1.2);
}
.swiper-button-prev, .swiper-button-next {
  color: #008080;
  transition: all .3s;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  color: #23A8F2;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    border: 1px solid #fff;
}
span.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background-color: #008080;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.slider-txt {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding-top: 10px;
    padding-bottom: 10px;
}
.slider-txt h4 {
    text-align: center;
    font-size: 22px;
}
.slider-txt p {
    text-align: center;
    font-size: 16px;
}


/*--------------------------------------------------------------
# Video Gallery
--------------------------------------------------------------*/

.basic-2 {
  background-color: #f3f7fd;
}

.basic-2 .image-container {
    margin-bottom: 13px;
}
.basic-2 .image-container img {
  border-radius: 10px;
}

.basic-2 .video-wrapper {
  position: relative;
}

/* Video Play Button */
.basic-2 .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
  
.basic-2 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #008080;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
  
.basic-2 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #008080;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.basic-2 .video-play-button.s-video-btn:before {
    width: 50px;
    height: 50px;
}
.basic-2 .video-play-button.s-video-btn:after {
    width: 50px;
    height: 50px;
}

.basic-2 .video-play-button span {
    position: relative;
    display: block;
    z-index: 3;
    top: 6px;
    left: 4px;
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.basic-2 .video-play-button.s-video-btn span {
    top: 12px;
    left: 7px;
    border-left: 17px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.image-caption {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.image-caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    padding: 10px 0 4px 0;
}
.image-caption h4 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #fff;
} 

.video-caption {
    margin-top: 10px;
}
.video-caption h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
} 
.item-video-caption {
  margin-bottom: 10px;
}
.item-video-caption h4 {
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* end of video play button */