/*public-classes-started*/
.video-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}

@media screen and (max-width: 991px) {
  .custom-translateY {
    transform: translateY(2rem);
  }
}
@media screen and (max-width: 767px) {
  .custom-translateY {
    transform: translateY(0);
  }
}

/*public-classes-ended*/
/*web-discription-section-started*/
#web-discription-section p {
  line-height: 1.8;
}

/*web-discription-section-ended*/
/*web-form-gallery-section-started*/
@media screen and (min-width: 992px) {
  #web-form-gallery-section .gallery-col {
    /* max-width: 444px; */
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  #web-form-gallery-section .gallery-col {
    margin-left: 15rem;
  }
}
#web-form-gallery-section .gallery-slider-container::before {
  left: unset;
  right: 12% ;
  border-radius: 5rem 5rem 4rem 5.75rem;
}
#web-form-gallery-section .gallery-slider-container .gallery-slider {
  max-width: 315px;
}
#web-form-gallery-section .gallery-slider-container .gallery-slider img {
  border-radius: 71px;
}
#web-form-gallery-section .gallery-slider-container .gallery-slider .owl-item {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
          margin-bottom: 30px;
}
#web-form-gallery-section .gallery-slider-container .gallery-slider .owl-dots {
  position: absolute;
  right: 3rem;
  bottom: -5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: right;
}
#web-form-gallery-section .gallery-slider-container .gallery-slider .owl-dots .owl-dot {
  width: 30px;
  height: 14px;
  margin-left: 6px;
  border-radius: 20px;
  background-image: linear-gradient(-50deg, #4E92F9, #4E92F9);
  opacity: 0.5;
  transition: all 0.5s;
}
#web-form-gallery-section .gallery-slider-container .gallery-slider .owl-dots .owl-dot span {
  display: none;
}
#web-form-gallery-section .gallery-slider-container .gallery-slider .owl-dots .owl-dot.active {
  width: 45px;
  background-color: unset;
  background-image: linear-gradient(-50deg, #c381db, #4e92f9);
  opacity: 1;
}
#web-form-gallery-section.gallery {
  padding-bottom: 9rem !important;
}
@media screen and (min-width: 1200px) {
  #web-form-gallery-section.gallery .iconic-items {
    transform: translateY(4.5rem);
  }
}

.gallery-slider .item {
  margin-bottom: 30px;
}
.owl-item.active .item {
  padding-left: 25px;
}

/*web-form-gallery-section-ended*//*# sourceMappingURL=style.css.map */