/* Section About */
.section-about{
  padding: 22rem 50px 20px 50px;
}
    .section-about .section-about-container {
        padding: 75px;
        background-color: var(--sectionBackgroundColor);
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        gap: 65px;
    }
.section-about .section-about-container .fx-about-section{
  gap: 64px;
  align-items: center;
}
.section-about .section-about-container .fx-about-section img{
  object-fit: cover;
  height: 532.98px;
  width: 100%;
  box-shadow: 0px 32px 74px 0px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  width: 50%;
}
.section-about .section-about-container .fx-about-section-texts h3{
  margin-bottom: 24px;
}
.section-about .section-about-container .fx-about-section button{margin-top: 24px;}
        .section-about .section-about-container .fx-about-section-texts p {
            line-height: 34px;
            color: var(--secondaryColor);
            display: -webkit-box;
            -webkit-line-clamp: 10;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
/* Section Reviews */
.section-reviews {
  padding: 0 42px;
  margin-bottom: 50px;
}
.section-reviews .stars-reviews{direction: rtl;}
    .section-reviews .section-reviews-container {
        background: var(--sectionBackgroundColor);
        padding: 79px;
        position: relative;
    }
.section-reviews .section-reviews-container h6{margin-bottom: 24px;}
.section-reviews .section-reviews-container h3{margin-bottom: 48px;}
.section-reviews  .slide-review{
  background: rgba(255, 255, 255, 1);
  padding: 32px;
  box-shadow: 0px 12px 74px 0px rgba(0, 0, 0, 0.05);
  height: 50vh;
  max-height: 100%;
}
    .section-reviews .section-reviews-container .slider-reviews .slick-list {
        padding: 20px !important;
        max-height: 500px;
    }
.section-reviews  .stars-reviews{
  display: flex;
  gap: 8px;
}
.section-reviews .slide-review h5{
  margin-bottom: 0px;
 overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}
.section-reviews .slide-review p{
  margin-bottom: 0;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(90, 90, 90, 1);
  font-size: 1rem;
  line-height: 35px;
  display: -webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-reviews .section-reviews-container .slider-reviews .slick-slide{
  margin: 0 10px;
}
.section-reviews .section-reviews-container  .slider-reviews-arrows{
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  cursor: pointer;
}
.section-reviews .section-reviews-container  .slider-reviews-arrows img{
  transition: 0.3s;
}
.section-reviews .section-reviews-container  .slider-reviews-arrows img:hover{
  transform: scale(0.8);
}
.section-reviews .section-reviews-container  .slider-reviews-arrowsLeft{
  left: -40px;
}
.section-reviews .section-reviews-container  .slider-reviews-arrowsRight{
  right: -40px;
}
.section-reviews .section-reviews-container .outline-green{
  margin-top: 48px;
  width: 242.49px;
}
/* Section Articles */
.section-articles .section-articles-container{
 padding: 0 120px;
}
.section-articles .fx-general-card-st h6{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-articles .fx-general-card-st img{
  border-radius: 16px;
  object-fit: cover;
  margin-bottom: 16px;
  height: 320.61px;
  width: 100%;
}
.section-articles .fx-general-card-st h6{
  margin-bottom: 8px;
}
.section-articles .fx-general-card-st p{
  margin-bottom: 0px;
    display: -webkit-box;
  -webkit-line-clamp:2 ;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Section News */
.section-news .section-news-container{
  padding: 0 120px;
  margin: 50px 0 ;
}
.section-news .fx-general-cards .fx-general-card-st{
    flex: 1 1 calc(33% - 16px);
    max-width: calc(33% - 16px);
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 12px 74px 0px rgba(0, 0, 0, 0.05);

}
.section-news .fx-general-cards .fx-general-card-st h6{
  font-size: 18px;
 overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}
.section-news .fx-general-cards .fx-general-card-st p{
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-news .fx-general-cards .fx-general-card-st img{
  width: 100%;
  height: 260.84px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 24px;
}
.section-news .fx-general-cards .fx-general-card-st button{
  height: 50px;
  font-size: 19px;
}
/* Section Contacts */
.section-contact{
  padding: 0 100px;
  margin-bottom: -100px;
}
.section-contact .section-contact-container{
  position: relative;
  padding: 44px 81px;
  box-shadow: 0px 12px 74px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
}
.section-contact .section-contact-container .fx-contact{
  gap: 47px;
}
.section-contact .section-contact-container .contact-one .map-container{
  position: relative;
}
.section-contact .section-contact-container .contact-one #show-larger{
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:15px 20px;
    height: 50px;
    position: absolute;
    right:34px;
    bottom: 24px;
}
.section-contact .section-contact-container .contact-one{
  width: 60%;
}
.section-contact .section-contact-container .contact-two{
  width: 40%;
}
.section-contact .section-contact-container .contact-two .fx-forms-group{
  gap: 24px;
}
.section-contact .section-contact-container .map-container iframe{
  height: 430.8px;
  width:100% ;
}
.section-contact .section-contact-container .fx-column-gap{
  margin-top: 16px;
  gap: 16px;
}
.section-contact .section-contact-container .fx-column-gap .fx-contact-info{
  gap: 10px;
}
.section-contact .section-contact-container .fx-column-gap .border-div{
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.section-contact .section-contact-container .contact-two h3 span{
  color: rgba(49, 117, 130, 1);
}
 .contact-two h3{
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
}
 .contact-two .form-group{
  margin-bottom: 32px;
  width: 100%;
}
 .contact-two label{
    color: rgba(162, 162, 162, 1);
    margin-bottom: 8px;
}
 .contact-two .input-design,
 .contact-two .textarea-design{
  height: 60px;
  background: rgba(246, 246, 246, 1);
  border-radius: 8px;
  border: none;
}
 .contact-two .input-design::placeholder,
 .contact-two .textarea-design::placeholder{
  color: rgba(140, 140, 140, 1);
 }
 .contact-two .textarea-design{
  height: 132.82px;
}
 .contact-two .btn-submit{
  margin-top: 13px;
}
/* Section Service */
.section-services{
  margin-bottom: 20px;
}
.section-services .section-services-container{
  padding-left: 127px;
}
.section-services .section-services-container .fx-section-service{
  gap: 32px;
}
.section-services .section-service-one{
  width: 30%;
  gap: 32px;
  align-items: start;
}
.section-services .section-service-two{
  width: 70%;
}
.section-services .section-service-two .slider-service-one .service-slide{
  padding-top: 4rem;
}
.section-services .section-service-two .slider-service-one .service-slide,
.section-services .section-service-two .slider-service-two .service-slide{
  padding-bottom: 32px;
}
.section-services .section-service-two .slider-service-three .service-slide{
  padding-bottom: 4rem;
}
.section-services .section-service-one a{
     height: 50px;
    padding: 16px 50px;
    text-decoration: none;
}
    .section-services .section-service-one h3 span {
        color: var(--mainColor);
    }
.section-services .section-service-two .slick-slide{
  margin: 0 10px;
}
.section-services  .service-slide{
  position: relative;
}
.section-services  .imageService{
  height: 220.35px;
  border-radius: 24px;
  box-shadow: 0px 12px 65px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.section-services  .service-slide span{
  position: absolute;
    bottom: 21px;
    left: 50%;
    width: 180px;
    transform: translate(-50%, 0%);
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
}
.section-services .slick-arrow{display: none !important;}
.section-services .slider-service-two {
    transform: scaleX(-1);
}
.section-services .slider-service-two .slick-slide {
    transform: scaleX(-1);
}
/* Page About */
.page-about .fx-page-about{
  gap: 48px;
}
.page-about .fx-page-about p{margin-bottom: 0px; line-height: 40px;}
.page-about .fx-about-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.page-about .fx-about-images .image-about {
    flex: 1 1 calc(33% - 24px);
    box-sizing: border-box;
    max-width: calc(33% - 24px);
    width: max-content;
    height: 380.48px;
    object-fit: cover;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0px 0px 74px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

@media (max-width:1300px) {
    .page-about .fx-about-images .image-about {
       height: 305.48px;
  }
}
@media (max-width:1150px) {
      .page-about .fx-about-images .image-about {
      flex: 1 1 calc(50% - 24px);
      max-width: calc(50% - 24px);
  }
}
@media (max-width:1000px) {
    .jq-toast-wrap.bottom-right {
        left: 10px !important;
    }
  .page-about .fx-page-about p{font-size: 16px;line-height: 30px;}
    .page-about .fx-about-images .image-about {
      flex: 1 1 calc(100% - 24px);
      max-width: calc(100% - 0px);
      height: 305.48px;
  }
  .page-about .fx-head-titles {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
/* Page News */
.fx-head-filters .fx-head-subTitle{
  gap: 16px;
  display: flex;
  align-items: center;
}
.fx-head-filters .fx-head-subTitle h6,
.fx-head-filters .fx-head-calender span{
    font-family: 'Heebo';
    font-size: 22px;
    font-weight: 400;
}
    .fx-head-filters .fx-head-subTitle h6,
    .fx-head-filters .fx-head-subTitle span {
        color: var(--mainColor);
    }
.fx-head-filters .fx-head-subTitle h2{
    font-family: 'Poppins SemiBold';
    font-size: 32px;
    font-weight: 600;
}
.fx-head-filters .fx-head-calender{gap: 20px;}
.page-news .news-details{
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.page-news .news-details img{
  width: 100%;
  height: 500.68px;
  border-radius: 24px;
  object-fit: cover;
}
.page-news .news-details p{
  margin-bottom: 0px;
  line-height: 40px;
}
/* Page Services */
.page-services .fx-general-cards{
  gap: 32px;
}
.page-services .fx-general-cards .service-slide {
    flex: 1 1 calc(24% - 16px);
    box-sizing: border-box;
    max-width: calc(25% - 0px);
    width: max-content;
    transition: 0.3s;
    cursor: pointer;
}
.page-services .fx-general-cards .service-slide:hover{transform: scale(0.9);}
.page-services .imageService{
    height:352.24px;
}
.page-services .section-services h5{
    font-family: 'Poppins Medium';
    font-size: 32px;
    font-weight: 500;
    margin: 32px 0;
}
.page-services .section-services{margin-bottom: 0px;}
.head-service-img{
  margin: 60px  auto 32px auto;
  width: 95%;
    border-radius: 16px;
}
.image-service-big{
  height:352.24px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.page-details-service{
  padding-top: 50px;
}
.page-services-slider{
  position: relative;
}
.page-services-slider .subsSlider-services .imageService{box-shadow: none;}
.page-services-slider .subsSlider-services .slick-slide{margin: 0 10px;}
.page-services-slider .subsSlider-services-arrow{
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 10;
  cursor: pointer;
  display: block !important;
}
.page-services-slider .subsSlider-services-arrow img{
  transition: 0.3s;
  width: 106.16px;
}
.page-services-slider .subsSlider-services-arrow img:hover{
  transform: scale(0.9);
}
.page-services-slider .subsSlider-services-left{left: -80px;}
.page-services-slider .subsSlider-services-right{right: -80px;}
@media (max-width:1400px){
  .image-service-big{height:352.24px ;}
  .page-services .imageService{height: 300px;}
    .page-services .fx-general-cards{gap: 24px;}
      .page-services-slider .subsSlider-services-arrow img{width: 80px;}
}
@media (max-width:1300px){
    .page-services .imageService{height: 250px;}
    .page-services .fx-general-cards .service-slide {
        flex: 1 1 calc(33% - 16px);
        max-width: calc(33% - 0px);
      }
      
}
@media (max-width:1150px){
  .page-services .imageService{height: 200px;}
}
@media (max-width:1000px) {
  .page-services .fx-general-cards .service-slide {
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 0px);
  }
  .page-services .imageService {
    height: 150px;
  }
  .page-services .fx-general-cards{gap: 16px;}
  .page-services .section-services h5{font-size: 24px;}
  .page-details-service{padding-top: 24px;}
  .image-service-big{height: 250px;}
  .page-services-slider .subsSlider-services-left{left:-20px;}
.page-services-slider .subsSlider-services-right{right: -20px;}
.page-services-slider .subsSlider-services-arrow img{width: 40px;}

}
/* Page Reviews */
.page-reviews .section-reviews{
  padding: 0px;
  margin-bottom: 0px;
}
.page-reviews .fx-general-cards{gap: 32px;}
.page-reviews .fx-general-cards .slide-review {
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
    max-width: calc(50% - 0px);
    width: max-content;
    transition: 0.3s;
    cursor: pointer;
    height: 45vh;
}
@media (max-width:1000px) {
  .page-reviews .fx-general-cards .slide-review {
    flex: 1 1 calc(100% - 16px);
    max-width: calc(100% - 0px);
}
}
/* Page Gallary */
.page-gallary .section-stories{
  margin-bottom: 0px;
}
/* Section Stories */
.section-stories{
  margin-bottom: 50px;
}
.section-stories .section-stories-container{
  padding: 0px 120px;
}
.section-stories  .gal{
  margin-top: 48px;
 }
.section-stories  .card-story{
  transition: 0.4s;
}
.section-stories  .imageStory{
  object-fit: cover;
  border-radius: 8.26px;
}
.section-stories  .img-hover-zoom{
  position: relative;
}
.section-stories  .card-story-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 16px;
  background: linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0), 
    rgba(34, 34, 34, 0.7), 
    rgba(0, 0, 0, 0.9)
  );
  border-radius: 8.26px;
  color: rgba(255, 255, 255, 1);
  display: none; /* Hide initially */
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  cursor: pointer;
} 
.card-story:hover .card-story-content {
  display: flex; 
  opacity: 1;
  transform: scale(1); 
}
.section-stories .card-story .card-story-content {
    flex-direction: column;
    align-items: start;
    justify-content: end;
    height: 100%;
}
.section-stories .card-story .card-story-content h6{
   overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}
.section-stories .card-story-content {
    min-height: 101px;
    max-height: 100%;
    width: inherit;
}
.section-stories .text-stories-toggle{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}
.section-stories .text-stories-toggle p{
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-stories .text-stories-toggle img{transition: 0.3s; cursor: pointer;}
.section-stories .text-stories-toggle img:hover{transform:scale(0.9);}
.section-stories .section-stories-container .showAll{
  margin-top: 48px;
    width: 242.49px;
}


/* Section Videos */
.section-videos {
    /*margin: 200px 0;*/
    padding: 40px;
}

.slider-videos {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.slide-video {
    min-width: 100%;
    transition: transform 0.5s ease;
}

.section-videos .section-videos-container {
    padding: 40px 80px;
    background: var(--sectionBackgroundColor);
    border-radius: 24px;
    position: relative;
}

.section-videos .section-videos-container h3 {
    margin-bottom: 48px;
}

.section-videos .section-videos-container .slider-videos .slide-video {
    position: relative;
    width: 100%;
}

.section-videos .section-videos-container .slider-videos .slide-video iframe {
    object-fit: cover;
    width: 239px;
    height: 132px;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    opacity: 0.3;
}

.section-videos .section-videos-container .slider-videos .slide-video img {
    width: 100%;
}

.section-videos .section-videos-container .slider-videos .slick-slide {
    height: 37vh;
}

    .section-videos .section-videos-container .slider-videos .slick-slide div {
        height: 100%;
    }

    .section-videos .section-videos-container .slider-videos .slick-slide img {
        display: none;
    }

.section-videos .section-videos-container .slider-videos .slick-current img {
    display: block;
}

.section-videos .section-videos-container .slider-videos .slick-current iframe {
    border-radius: 0px;
    opacity: 1 !important;
    width: 76%;
    height: 81%;
}

.section-videos .section-videos-container .slider-videos .slick-arrow {
    display: none !important;
}

.section-videos .section-videos-container .slider-videos-arrows {
    position: absolute;
    top: 47%;
    transform: translate(-50%,0);
    cursor: pointer;
    transition: 0.3s;
}

    .section-videos .section-videos-container .slider-videos-arrows img {
        transition: 0.3s;
    }

        .section-videos .section-videos-container .slider-videos-arrows img:hover {
            transform: scale(0.9);
        }

.section-videos .section-videos-container .slider-videos-arrowsLeft {
    left: 20px;
}

.section-videos .section-videos-container .slider-videos-arrowsRight {
    right: -80px;
}

/* Section Video */
.video-section .item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(.8);
}

.owl-carousel.owl-drag .owl-item {
    position: relative;
}

    .owl-carousel.owl-drag .owl-item.active {
        height: 50vh;
    }

        .owl-carousel.owl-drag .owl-item.active.center {
            width: 100%;
        }

            .owl-carousel.owl-drag .owl-item.active.center .image-tv {
                display: block;
            }

        .owl-carousel.owl-drag .owl-item.active .image-tv {
            display: none;
        }

    .owl-carousel.owl-drag .owl-item iframe {
        width: 255.93px;
        height: 147.67px;
        position: relative;
        display: block;
        margin: auto;
        opacity: 0.4;
        border-radius: 8px;
        margin-top: 60px;
    }

    .owl-carousel.owl-drag .owl-item.active.center .item {
        margin: 0px;
        position: absolute;
        width: 550px;
        left: 50%;
        top: 0%;
        transform: translate(-50%, 0px);
    }

    .owl-carousel.owl-drag .owl-item.active.center iframe {
        position: absolute;
        z-index: 10;
        width: 76%;
        height: 85%;
        top: 47%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
        margin-top: 0px;
        border-radius: 0px;
    }

.video-section .item {
    position: relative;
}

.video-section .active .item {
    opacity: 1;
    transform: scale(1);
}

    .video-section .active .item .image-tv {
        display: block;
        margin: auto;
        width: 100%;
    }

.video-section .item .image-tv {
    position: relative;
    display: none;
}

.video-section .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

@media(min-width:3000px) {
    .section-videos .section-videos-container {
        padding-top: 180px;
    }
}

@media(min-width:2400px) {
    .owl-carousel.owl-drag .owl-item,
    .owl-carousel.owl-drag .owl-item.active {
        height: 25vh;
    }
}

@media(min-width:2000px) {
    .owl-carousel.owl-drag .owl-item iframe {
        width: 300px;
        height: 200px;
    }
}

@media(min-width:1800px) {
    .owl-carousel.owl-drag .owl-item.active.center .item {
        width: 700px;
    }

    .owl-carousel.owl-drag .owl-item iframe {
        margin-top: 100px;
    }
}

@media(max-width:1400px) {
    .owl-carousel.owl-drag .owl-item iframe {
        width: 225.93px;
        height: 127.67px;
    }

    .owl-carousel.owl-drag .owl-item.active.center .item {
        width: 500px;
    }
}

@media(max-width:1300px) {
    .owl-carousel.owl-drag .owl-item iframe {
        width: 200.93px;
        height: 107.67px;
    }

    .owl-carousel.owl-drag .owl-item.active.center .item {
        width: 400px;
    }

    .owl-carousel.owl-drag .owl-item.active {
        height: 60vh;
    }
}

@media(max-width:1150px) {
    .owl-carousel.owl-drag .owl-item iframe {
        width: 150.93px;
        height: 77.67px;
    }

    .owl-carousel.owl-drag .owl-item.active.center .item {
        width: 300px;
    }

    .owl-carousel.owl-drag .owl-item iframe {
        margin-top: 40px;
    }
}

@media(max-width:1024px) {
    .video-section .item {
        margin: 0;
        transform: scale(.9)
    }

    .owl-carousel.owl-drag .owl-item iframe {
        margin-top: 50px;
    }

    .section-videos .section-videos-container h3 {
        margin-bottom: 32px;
    }
}

@media(max-width:768px) {
    .owl-carousel.owl-drag .owl-item.active {
        height: 30vh;
    }

    .owl-carousel.owl-drag .owl-item iframe {
        margin-top: 50px;
    }

    .owl-carousel.owl-drag .owl-item.active.center .item {
        opacity: 1;
    }

    .owl-carousel.owl-drag .owl-item .item {
        opacity: 0;
    }
}

/* From Schedule */
.form-schedule{
  height: 100vh;
  position: fixed;
  top: 0px;
  width: 405.47px;
  background: rgba(255, 255, 255, 1);
  padding: 0px;
  border-radius: 24px;
  z-index: 9999;
  box-shadow: 0px 0px 74px 0px rgba(0, 0, 0, 0.15);
 right: 3%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.form-schedule .close-btn{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  display: none;
}
.form-schedule.open {
    max-height: 100vh; /* Adjust to the height of your content */
    padding: 24px 48px;
      overflow-y:scroll;
}
.form-schedule::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(232, 232, 232, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.form-schedule::-webkit-scrollbar
{
  width: 3px;
	background-color: #F5F5F5;
}
    .form-schedule::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(235, 235, 235, 0.3);
        background-color: var(--mainColor);
    }
.form-schedule .contact-two label{
  margin-bottom: 4px;
  font-size: 16px;
}
.form-schedule .contact-two .form-group{margin-bottom: 16px;}
.form-schedule .contact-two h3{
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.form-schedule .contact-two input{
  height: 50px;
}
.form-schedule .contact-two textarea{
  height: 132.82px;
}
@media (min-width:1700px) {
  .section-about .section-about-container .fx-about-section img{
    height: 632.98px;
  }
  .page-reviews .fx-general-cards .slide-review {
    height: 35vh;
  }
  .section-reviews  .slide-review{height:45vh;}
  .fx-head-filters .fx-head-subTitle h6,
  .fx-head-filters .fx-head-calender span{
      font-size: 24px;
  }
  .section-articles .fx-general-card-st img{height:375.61px ;}
  .section-news .fx-general-cards .fx-general-card-st img{height: 344.84px;}
  .section-contact .section-contact-container .map-container iframe{
      height: 462.8px;
      width:100% ;
    }
    .contact-two label{font-size: 18px;}
  .section-videos .section-videos-container .slider-videos .slick-current iframe{
    width: 357px;
    height: 225px;
  }
     body .slider-section{
    height: 82vh;
  }
}
@media (min-width:1710px) {
  .section-videos .section-videos-container .slider-videos .slick-current iframe{
        width: 395px;
        height: 257px;
  }
    body .slider-section{
    height: 84vh;
  }
  .section-reviews  .slide-review{height:40vh;}
  .page-reviews .fx-general-cards .slide-review {
    height: 30vh;
  }
}
@media (min-width:2000px) {
    .form-schedule {
        position: absolute;
        bottom: 0;
        top: auto;
    }
    .section-videos .section-videos-container .slider-videos .slick-current iframe{
      width: 430px;
        height: 272px;
    }
    body .slider-section {
        height: 70vh;
    }

    body .slider-section .slider-top .slide-image {
        height: 85vh;
    }
    .section-reviews  .slide-review{height:35vh;}
    .page-reviews .fx-general-cards .slide-review {
        height: 30vh;
    }
}
@media (min-width:2200px) {
    .section-videos .section-videos-container .slider-videos .slick-slide {
      height: 32vh;
  }
  body .slider-section .slider-top .slide-image{
    height: 74vh;
  }
  body .slider-section{
    height: 60vh;
  }
      .section-reviews  .slide-review{min-height:max-content;}
}
@media (min-width:2400px) {
    .section-videos .section-videos-container .slider-videos .slick-slide {
      height: 12vh;
  }
}
@media (min-width:2600px) {
    .section-videos .section-videos-container .slider-videos .slick-slide {
      height: 15vh;
  }
}
@media (min-width:3000px) {
    .section-videos .section-videos-container .slider-videos .slick-slide {
      height: 24vh;
  }
  body .slider-section .slider-top .slide-image{
    height: 60vh;
  }
  body .slider-section{
    height: 50vh;
  }
}
@media (min-width:3200px) {
    .section-videos .section-videos-container .slider-videos .slick-slide {
      height: 16vh ;
  }
}
@media (min-width:3700px) {
    .section-videos .section-videos-container .slider-videos .slick-slide {
      height: 12vh ;
    }
    body .slider-section .slider-top .slide-image{
      height: 34vh;
    }
    body .slider-section{
      height: 29vh;
    }
}
@media (max-width:1400px) {
  .card-story-content p{font-size: 12px;}

  header .fx-navs .fx-nav2{
    gap: 16px;
  }

 body .slider-section .slide-image h1{
    line-height: 60px;
    font-size: 34px;
  }
  body .slider-section .btns-calender a{
    width: 328px;
  }
  body .slider-section .btns-calender a span{
    font-size: 18px;
  }
  body .slider-section .slider-top-arrows{
    bottom: -80px;
  }
  .section-about .section-about-container .fx-about-section-texts p{
    line-height: 29px;
  }
  .section-about .section-about-container .fx-about-section img{
    height: 516px;
  }
  .section-videos .section-videos-container .slider-videos .slick-current iframe {
    width: 280px;
    height: 186px;
  }
  body .section-contact{margin-bottom: -50px;}
  .section-contact .section-contact-container{padding: 44px 61px;}
  .section-reviews .slide-review{height: 47vh !important;}
}
@media (max-width:1300px) {

  .section-about .section-about-container .fx-about-section{
    align-items: center;
  }
  .section-about .section-about-container .fx-about-section img{
    height: 416px;
  }
    body  .section-about .section-about-container .fx-about-section-texts p{
      margin-bottom: 16px;
      line-height: 25px;
  }
  .section-services .section-service-one{
    width: 40%;
  }
  .section-services .section-service-two{
    width: 60%;
  } 
  .card-story-content p{font-size: 10px;}
  .section-videos .section-videos-container .slider-videos .slide-video iframe{
    top: 41%;
  }
  body  .section-videos .section-videos-container .slider-videos .slick-current iframe {
      width: 237px;
      height: 152px ;
  }
  .section-videos .section-videos-container .slider-videos .slide-video iframe {
    width: 207px;
    height: 118px;
  }
  .section-reviews .slide-review {
        height: 60vh !important;
    }
}
@media (max-width:1150px) {
    #show-larger img{
      width: 16px;
    }
    .contact-two h3{
      margin-bottom: 24px;
      padding-bottom: 24px;
      font-size: 19px;
    }
    .section-contact .section-contact-container .map-container iframe{
      height: 230px;
    }
     .contact-two .input-design,  .contact-two .textarea-design{
      height: 50px;
    }
    header .fx-nav-links ul li a{font-size: 11px;}
    html body .slider-section .slide-image h1 {
        line-height: 34px;
        font-size: 20px;
    }
    body .slider-section .btns-calender a {
        width: 247px;
        padding: 3px 16px;
    }
    body .slider-section .btns-calender a span{
        font-size: 13px;
    }
       body .slider-section .btns-calender a img{
        width: 18px;
    }
    body .slider-section .slider-top-arrows {
        bottom: -46px;
    }
    .section-about .section-about-container .fx-about-section{
      flex-direction: column;
      align-items: start;
      gap: 24px;
    }
    .section-about .section-about-container .fx-about-section img{
      width: 90%;
    }
    .order1{order: 1;}
    .order2{order:2;}
     .section-videos .section-videos-container .slider-videos .slick-slide {
      height: 90vh;
  }
  .section-videos .section-videos-container .slider-videos .slide-video iframe {
        top: 46%;
    }
    body .section-videos .section-videos-container .slider-videos .slick-current iframe {
        width: 77%;
        height: 86%;
    }
    main .section-services .section-services-container{padding-left: 24px;}
        .section-reviews .slide-review {
        height: 70vh !important;
    }
}
@media (max-width:1000px) {
    main .section-about {
        padding: 5rem 20px 70px 20px;
    }
    main .section-about .section-about-container{
        padding: 24px 20px;
    }
   main .section-about .section-about-container .fx-about-section img {
        height: 245.9px;
        width: 100%;
    }
    main .section-about .section-about-container .fx-about-section{gap: 20px;}
    .section-services,
    .section-reviews,
    .section-stories,.section-videos{margin-bottom: 70px;margin-top: 0px;}
    .section-news .section-news-container{margin: 70px 0px;}
    main .section-services .section-services-container{
      padding-left: 0px;
    }
    main .section-services .section-services-container .fx-section-service{
      flex-direction: column;
    }
    main .section-services .section-service-two{width: 100%;}
    main .section-services .section-service-two .imageService{
      height: 155px;
    }
   main .section-services .section-service-two .slider-service-one .service-slide,
   main .section-services .section-service-two .slider-service-two .service-slide{
      padding-bottom: 16px;
    }
    .section-services .section-service-one{
      width: 100%;
      text-align: center;
      align-items: center;
      gap: 16px;
    }
    .section-services .section-service-one p,
    .section-services .section-service-one a{display: none;}
    .section-services .section-service-one img{
      width:78px ;
      height: 64px;
    }
    .section-services .section-services-container .fx-section-service{gap: 0px;}
    .section-reviews .section-reviews-container{
      padding: 24px 20px;
      border-radius: 24px;
    }
    .section-reviews{padding: 0 20px;}
    .section-reviews .slide-review{padding: 24px;}
    .section-reviews .slide-review img{
      width: 15px;
    }
    .section-reviews .stars-reviews{gap: 2px;}
    .section-reviews .section-reviews-container .slider-reviews .slick-slide{
      margin: 0 10px;
    }
    .section-reviews  .slide-review p{
      margin-top: 16px;
      padding-top: 16px;
      line-height: 24px;
    }
    .section-reviews .section-reviews-container .slider-reviews-arrows img{
      width: 64px;
    }
    .section-reviews .section-reviews-container .slider-reviews-arrowsRight {right: -10px;}
    .section-reviews .section-reviews-container .slider-reviews-arrowsLeft{left: -20px;}
    .section-reviews .section-reviews-container .slider-reviews .slick-list{padding: 24px 0px !important;}
    .section-reviews .section-reviews-container h3{
      margin-bottom: 16px;
    }
    .section-reviews .section-reviews-container .outline-green{width: max-content;margin-top: 16px ;}
    .section-stories .section-stories-container{padding: 0 20px;}
    .section-stories .section-stories-container .showAll{
      margin-top: 32px;
      width: max-content;
    }
    .section-videos .section-videos-container{
      padding: 24px 20px;
    }
    .section-videos{padding: 0 20px;}
    .section-videos .section-videos-container .slider-videos .slick-slide{height: max-content;}
    .section-videos .section-videos-container .slider-videos .slick-slide div{height: max-content;}
    .section-videos .section-videos-container .slider-videos-arrows img{height: 64px;}
    .section-videos .section-videos-container .slider-videos-arrowsRight {
    right: -50px;
    }
    .section-videos .section-videos-container .slider-videos-arrowsLeft {
      left: 10px;
    }
    body .slider-section{height: 59vh;}
    .slider-section .slider-top-arrows .arrow-left{width: 25px;}
    .slider-section .slider-top-arrows img{width: 40px;}
    .section-articles .section-articles-container{padding: 0 20px;}
    .section-articles .fx-general-card-st img{height: 164.97px;}
    .section-articles .section-articles-container h3{
          text-align: center;
          font-size: 24px;
    }
    .section-articles .section-articles-container p{font-size: 13px;width:100%;}
    .section-articles .section-articles-container .fx-general-card-st p{font-size: 10px;}
    .section-articles .fx-general-cards{gap: 16px;}
    .section-articles .fx-general-cards .fx-general-card-st {
        flex: 1 1 calc(50% - 16px);
        max-width: calc(50% - 16px) !important;
    }
    .section-news .section-news-container{padding: 0 20px;}
    .section-news .fx-general-cards .fx-general-card-st{
        flex: 1 1 calc(100% - 0px);
        max-width: calc(100% - 0px) !important;
    }
    .section-news .fx-general-cards .fx-general-card-st img{
      height: 190.36px;
    }
    .section-news .section-news-container h3{
        text-align: center;
        font-size: 24px;
    }
    .section-news .section-news-container p{text-align: center;font-size: 13px;width:100%;}
    .section-news .fx-general-cards .fx-general-card-st h6{font-size: 15px;}
    .section-news .section-news-container .fx-general-card-st p{
      font-size: 12px;
      margin-top: 8px;
      text-align: start;
    }
    .section-news .fx-general-cards .fx-general-card-st button{font-size: 16px;height: 39px;}
    body .section-contact{padding: 0 20px;}
    .section-contact .section-contact-container{background: none;padding: 0px;}
    .section-contact .section-contact-container .fx-contact{
      flex-direction: column;
      gap: 16px
    }
    .section-contact .section-contact-container .contact-one,
    body .contact-two{
       width: 100% !important;
       background-color: rgba(255, 255, 255, 1);
       padding: 22px 24px;
       border-radius: 16px;
      }
       .contact-two .btn-submit{height: 45px;}
      .section-contact .section-contact-container .map-container iframe{height: 159.47px;border-radius: 8px;}
      .section-contact .section-contact-container .contact-one #show-larger{width: 30px; border-radius: 8px; height: 30px;right: 10px;bottom: 10px;}
      .section-contact .section-contact-container .contact-one #show-larger span{display: none;}
    .slider-section .images-slider .slider-logos-arrowsRight{
        right: -10px;
      }
     .slider-section .images-slider .slider-logos-arrowsLeft{left: -10px;}
      .slider-section .images-slider{padding-top: 23px}
      body .slider-section .btns-calender a{white-space: normal;height: 40px;gap: 4px;width: max-content;padding: 3px 12px;}
      body .slider-section .btns-calender a span{
        line-height: normal;
        font-size: 11px;
      }
      .slider-section .btns-calender{gap: 16px;}
  .form-schedule .contact-two h3{margin-bottom: 16px;padding-bottom: 16px;}
	.form-schedule .contact-two{padding: 16px;}
	.form-schedule.open{padding: 24px;width: 100%;}
  .form-schedule .close-btn{display: block;}
  .section-contact .section-contact-container .contact-two .fx-forms-group{
    flex-direction: column;
  }
  .section-articles .fx-general-card-st p{font-size: 11px;}
  .fx-head-filters .fx-head-subTitle{
    align-items: start;
    flex-wrap: wrap;
  }
  .fx-head-filters .fx-head-subTitle h6,
  .fx-head-filters .fx-head-subTitle span{
    flex: 1 1 calc(40% - 0px);
    max-width: calc(50% - 0px);
    width: max-content;
  }
  .fx-head-filters .fx-head-subTitle h2{
    flex: 1 1 calc(90% - 0px);
    max-width: calc(90% - 0px);
    width: 100%;
  }
  .page-news .news-details p{
    font-size: 16px;
    line-height: 30px;
  }
  .page-news .news-details img{height: 200px;border-radius: 12px;}
  .page-news .news-details{gap: 24px;}
  .section-reviews .slide-review {
    height: 43vh !important;
}
  .section-reviews .slide-review p{line-height: 30px;}
  .section-services .service-slide span{width: 150px;}

    .slider-section {
        padding: 100px 20px !important;
    }
}

@media (max-width:431px) {
    body .slider-section .slider-top-arrows {
        bottom: 40px;
    }

    main .section-about .section-about-container {
        margin-top: -20px;
    }
}

@media (max-width:415px) {
    body .slider-section .slider-top-arrows {
        bottom: 15px;
    }

    main .section-about .section-about-container {
        margin-top: 0px;
    }
}

@media (max-width:413px) {
    body .slider-section .slider-top-arrows {
        bottom: 25px;
    }

    main .section-about .section-about-container {
        margin-top: -10px;
    }
}

@media (max-width:391px) {
    body .slider-section .slider-top-arrows {
        bottom: -15px;
    }
}


@media (max-width:376px) {
    body .slider-section .slider-top-arrows {
        bottom: -120px;
    }

    main .section-about .section-about-container {
        margin-top: 100px;
    }
}
@media (max-width:361px) {
    body .slider-section .slider-top-arrows {
        bottom: -75px;
    }

    main .section-about .section-about-container {
        margin-top: 80px;
    }
}
    