<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.img-slider .swiper-slide img{
  max-width: 100%;
}
*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
 /* font-size: 18px;
  background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*=======================Boxed Slider=======================*/
/*custom*/
.img-slider-boxed-caption{
    position: absolute;
    right: 10%;
    bottom: 20px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.img-slider-boxed-caption&gt;h5{
    background: RGBA(16,27,34,0.73);
    opacity: 1;
    padding: 6px 15px 6px 15px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-color: RGBA(255,255,255,0);
    border-radius: 3px;
    display: inline-block;
}

 @media screen and (max-width: 768px) {
  .img-slider-boxed-caption&gt;h5{
    background: RGBA(16,27,34,0.73);
    font-size: 22px !important;
    opacity: 1;
    padding: 6px 15px 6px 15px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-color: RGBA(255,255,255,0);
    border-radius: 3px;
    display: inline-block;
  }
}

  @media screen and (max-width: 480px) {
    .img-slider-boxed-caption&gt;h5{
      background: RGBA(16,27,34,0.73);
      font-size: 16px !important;
      opacity: 1;
      padding: 6px 15px 6px 15px;
      box-shadow: none;
      border-width: 0px;
      border-style: solid;
      border-color: #ffffff;
      border-color: RGBA(255,255,255,0);
      border-radius: 3px;
      display: inline-block;
   }
  }

/*=======================Caption Slider=======================*/

 /*Custom*/
    .img-slider-swiper-caption .caption-caption {
        position: absolute;
        /*right: 10%;*/
        bottom: 0px;
        left: 0px;
        z-index: 10;
        color: #fff;
        text-align: left;

        margin: 0em;
        width: max-content;
        overflow: hidden;
        font-size: 100%;

        /*background: #fe1f4e;*/
        opacity: 1;
        padding: 1.25em 1.875em 0.9375em 1.875em;
        box-shadow: none;
        border-width: 0px;
        border-style: solid;
        border-color: #000000;
        border-color: RGBA(0,0,0,1);
        /*display: inline-flex;*/
        visibility: visible;
        align-items: center;
        flex-wrap: wrap;

        max-width: 75%;
        text-align: justify;
        overflow: hidden;
    }

    .img-slider-swiper-caption .caption-caption&gt;h5, .img-slider-swiper-caption .caption-caption&gt;p{
        margin:0px;
    }
    /*.img-slider-swiper-caption .caption-caption&gt;h5{
        color: #2b2b2b;
    }*/

    @media screen and (max-width: 768px) {
      .img-slider-swiper-caption .caption-caption&gt;h5{
          font-size: 24px !important;
      }
      .img-slider-swiper-caption .caption-caption&gt;p{
          font-size: 20px !important;
      }
    }

    @media screen and (max-width: 480px) {
      .img-slider-swiper-caption .caption-caption&gt;h5{
          font-size: 18px !important;
      }
      .img-slider-swiper-caption .caption-caption&gt;p{
          font-size: 16px !important;
      }
    }

    .img-slider-swiper-caption .img-slider-swiper-button-next{
        right: 0px;
        left: auto;
        top: auto;
        bottom: 0px;
        /*background-color: #fe1f4e;*/
        width: 60px;
        height: 60px;
    }

    .img-slider-swiper-caption .img-slider-swiper-button-prev{
        left: auto;
        right: 56px;
        top: auto;
        bottom: 0px;
        /*background-color: #fe1f4e;*/
        width: 60px;
        height: 60px;
    }

    .img-slider-swiper-caption .img-slider-swiper-button-next:hover, .img-slider-swiper-caption .img-slider-swiper-button-prev:hover{
        background-color: #de1741;
    }

    .img-slider-swiper-caption .img-slider-swiper-button-next:after, .img-slider-swiper-caption .img-slider-swiper-button-prev:after {
        font-size: 25px;
        color: #fff;
    }
/*=======================Carousel Slider=======================*/

.img-slider-carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

/*=======================Content Slider=======================*/  

/*custom*/
.img-slider-swiper-content .content-caption{
    position: absolute;
    right: 15%;
    /*bottom: 15%;*/
    left: 10%;
    /*top: 15%;*/
    z-index: 10;
    border-radius: 12px;
    color: #fff;
    text-align: left;
    /*background-color: #222733ba;*/
    padding: 25px;

    margin: 0em;
    max-width: 350px;
    overflow: hidden;
    font-size: 100%;
}
.img-slider-swiper-content .content-caption&gt;h5{
    /*background-color: rgba(0,0,0,0.5);
    padding: 15px;*/
    /*background: RGBA(16,27,34,0.73);*/
    opacity: 1;
    /*padding: 6px 15px 6px 15px;*/
    color: #111111;
    margin: 0 0 15px 0;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-color: RGBA(255,255,255,0);
    border-radius: 3px;
    /*display: inline-block;*/
    /*padding: 5px;*/
}

.img-slider-swiper-content .content-caption&gt;p{
    color: #767676;
    font-size: 100%;
    text-shadow: none;
    /*line-height: 1.8;*/
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: justify;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: normal;
    display: inline-block;
    /*padding: 5px;*/
    border-radius: 3px;
}

.img-slider-swiper-content .swiper-pagination-bullet{
    margin: 3px;
    width: 10px;
    height: 10px;
} 

.img-slider-swiper-content .content-pagination{
    background: #ffffff;
    opacity: 1;
    padding: 10px 10px 10px 10px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0,0,0,1);
    border-radius: 99px;
    display: inline-flex;
    visibility: visible;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    position: relative;
      bottom: 50px;
}


/*=======================Effect Coverflow Slider=======================*/  

.img-slider-swiper-coverflow .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.img-slider-swiper-coverflow .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 500px;
}

/*=======================Full-Width Slider=======================*/  
/*custom*/
.img-slider-swiper-auto .fullwidth-caption{
    position: absolute;
    left: 10%;
    right: 10%;
    /*bottom: 10%;
    top: 10%;*/
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 1.25em 3.75em;
    margin: 0em;
    overflow: hidden;
    font-size: 100%;

    flex: 1 1 auto;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;

}
.img-slider-swiper-auto .fullwidth-caption&gt;h5{
    opacity: 1;
    color: #000;
    margin: 0 0 18px 0;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: RGBA(255,255,255,0);
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .img-slider-swiper-auto .fullwidth-caption&gt;h5{
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .img-slider-swiper-auto .fullwidth-caption&gt;h5{
    font-size: 12px !important;
  }
}

.img-slider-swiper-auto .fullwidth-caption&gt;p{
  color: #767676;
  font-size: 100%;
  text-shadow: none;
  line-height: 1.8;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: normal;
}

 @media screen and (max-width: 768px) {
  .img-slider-swiper-auto .fullwidth-caption&gt;p{
    font-size: 12px !important;
  }
}

@media screen and (max-width: 480px) {
  .img-slider-swiper-auto .fullwidth-caption&gt;p{
    font-size: 10px !important;
  }
}

/*=======================Pagination Slider=======================*/  

/*custom*/
.img-slider-swiper-page .fullwidth-caption{
    position: absolute;
    left: 10%;
    right: 10%;
    /*bottom: 10%;
    top: 10%;*/
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 1.25em 3.75em;
    margin: 0em;
    overflow: hidden;
    font-size: 100%;

    flex: 1 1 auto;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;

}
.img-slider-swiper-page .fullwidth-caption&gt;h5{
    opacity: 1;
    color: #000;
    margin: 0 0 18px 0;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: RGBA(255,255,255,0);
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .img-slider-swiper-page .fullwidth-caption&gt;h5{
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
  .img-slider-swiper-page .fullwidth-caption&gt;h5{
    font-size: 12px !important;
  }
}

.img-slider-swiper-page .fullwidth-caption&gt;p{
  color: #767676;
  font-size: 100%;
  text-shadow: none;
  line-height: 1.8;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: normal;
}

 @media screen and (max-width: 768px) {
  .img-slider-swiper-page .fullwidth-caption&gt;p{
    font-size: 12px !important;
  }
}

@media screen and (max-width: 480px) {
  .img-slider-swiper-page .fullwidth-caption&gt;p{
    font-size: 10px !important;
  }
}
/*=======================Thumbnail Slider=======================*/  
.gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 70%;
  width: 100%;
}
.gallery-thumbs {
  height: 15%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
</pre></body></html>