/*====================================================== Home Page Styles =========================================================================================*/
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-item img.w-100 {
  width: 100% !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0.2rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(124, 124, 124, 0.3176470588) !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 16px;
  border-radius: 8px;
}

.header__wrapper {
  min-height: calc(100vh - 3rem);
}
.header__wrapper .title {
  line-height: 1;
}

.play__btn {
  width: 4rem;
  height: 4rem;
  background: #fff;
  right: 1rem;
  bottom: 4rem;
}
.play__btn:hover {
  background-color: rgba(255, 255, 255, 0.8745098039);
}
.play__btn .mute {
  display: block;
}
.play__btn .sound {
  display: none;
}
.play__btn.muted .mute {
  display: none;
}
.play__btn.muted .sound {
  display: block;
}

.mini__box {
  width: 10rem;
  height: 9rem;
  border-bottom-left-radius: 1.5rem;
  left: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .header__wrapper .thumbnail {
    height: calc(100vh - 4rem);
  }
  .mini__box {
    left: -5rem;
    bottom: -4rem;
  }
}
@media (min-width: 2000px) {
  .header__wrapper {
    min-height: calc(900px - 4rem);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header__wrapper .display-4 {
    font-size: 3rem;
  }
}
@media (max-width: 1399px) {
  .header__wrapper {
    min-height: 631px;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    min-height: 409px;
  }
}
@media (max-width: 575px) {
  .header__wrapper {
    min-height: 185px;
  }
  .play__btn {
    width: 3rem;
    height: 3rem;
    right: 1rem;
  }
  .play__btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .mini__box {
    max-width: 7rem;
    height: 7rem;
    padding: 1rem;
    line-height: 1;
    border-radius: 0 1rem 0 0;
  }
  .mini__box img {
    height: 3rem;
    width: auto;
  }
}
.overly__section .service__card {
  background-color: rgba(147, 187, 62, 0.1019607843);
  overflow: hidden;
  border: 1px solid #93BB3B;
}
.overly__section .service__card .icon {
  height: 4.5rem;
  width: auto;
}
.overly__section .service__card .title {
  color: var(--body-text-color);
}
.overly__section .service__card .title a {
  color: var(--body-text-color);
}
.overly__section .service__card .desc {
  color: #5A5A5A;
  overflow-y: auto;
  min-height: 7rem;
}
.overly__section .service__card .desc.ellipsis {
  overflow: hidden hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  min-height: auto;
}
.overly__section .service__card .more__btn span {
  color: var(--brand);
}
.overly__section .service__card .overlay__wrap {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.overly__section .service__card:hover .icon {
  filter: contrast(0) brightness(10);
  transition: all 0.3s ease-in-out;
}
.overly__section .service__card:hover .title {
  color: var(--white);
}
.overly__section .service__card:hover .title a {
  color: var(--white);
}
.overly__section .service__card:hover .title a:hover {
  color: var(--brand);
}
.overly__section .service__card:hover .desc {
  color: var(--white);
}
.overly__section .service__card:hover .overlay__wrap {
  transform: translateY(0);
}
.overly__section .service__card:hover .more__btn {
  color: var(--white);
}
.overly__section .service__card:hover .more__btn span {
  color: var(--white);
}
.overly__section .service__card:hover .disc__list li::before {
  background-color: #fff;
}
.overly__section .service__card.detail .desc {
  height: auto;
}
.overly__section .service__card .desc__items {
  height: 13.25rem;
}

.client__wrap {
  background-color: #F7F7F7;
}
.client__wrap img {
  max-height: 6rem;
  width: auto;
}

.img__leayer {
  mix-blend-mode: multiply;
}

.Homexuk__card {
  background-color: #F7F7F7;
}

.accordion .accordion-item {
  background-color: #fff;
  border: 1px solid #707070 !important;
  border-radius: 0.812rem !important;
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 1.45rem;
}
.accordion .accordion-item .accordion-button {
  border: 0;
  box-shadow: none;
  min-height: 5rem;
  color: #272727;
  background-color: transparent;
  font-size: 1.15rem;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--brand);
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: var(--minus);
}
.accordion .accordion-item .accordion-button::after {
  background-image: var(--plus);
}
.accordion .accordion-item .accordion-body {
  padding-top: 0;
  font-size: 0.937rem;
}
.accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.card {
  border: 1px solid #C4C4C4;
}

.arrow {
  left: 17.18rem;
}

.border__mini {
  width: 4rem;
  height: 2px;
  background-color: #126B9C;
}

.service__box {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
}
.service__box .icon {
  width: 4rem;
}

@media (min-width: 1400px) {
  .testibg__overlay {
    position: absolute;
    top: 0;
    left: 5%;
    width: calc(65vw - 20px);
    height: 89%;
    border-bottom-left-radius: 1.5rem;
  }
  .testibg__overlay .service__box {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  }
  .our__testimonial {
    position: absolute;
    top: 0;
    left: -4rem;
    width: calc(67vw - 20px);
    padding: 5rem 0rem;
  }
}
.testibg__overlay {
  position: absolute;
  top: 0;
  left: -20vw;
  width: 140vw;
  height: 100%;
}

@media (min-width: 992px) {
  .testibg__overlay {
    top: 0;
    left: 5%;
    width: calc(65vw - 20px);
    border-bottom-left-radius: 1.5rem;
  }
  .our__testimonial {
    position: absolute;
    top: 0;
    left: -4rem;
    width: calc(61vw - 20px);
    padding: 5rem 0rem !important;
  }
}
@media (min-width: 1400px) {
  .our__testimonial {
    position: absolute;
    top: 0;
    left: -4rem;
    width: calc(67vw - 20px);
    padding: 5rem 0rem !important;
  }
}
.our__testimonial > .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}
.our__testimonial > .owl-stage-outer .owl-stage {
  display: flex;
}
.our__testimonial > .owl-stage-outer .owl-stage .owl-item {
  display: flex;
}

.testimonialsSlider .owl-nav {
  text-align: center;
}
.testimonialsSlider .owl-nav .owl-prev, .testimonialsSlider .owl-nav .owl-next {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin-left: 1rem;
}
.testimonialsSlider .owl-nav .owl-prev svg, .testimonialsSlider .owl-nav .owl-next svg {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 1.5rem;
}

@media (max-width: 575px) {
  .testi__quote {
    max-width: 7rem;
  }
}
.contact__form__wraper .form-control {
  height: 3.25rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(255, 255, 255, 0.5882352941);
  font-weight: 500;
  padding-left: 1.125rem;
  background-color: rgba(129, 129, 129, 0.2431372549);
  color: var(--white);
}
.contact__form__wraper .form-control::placeholder {
  color: var(--white);
  font-weight: normal;
  font-size: 0.85rem;
  font-weight: 500;
}
.contact__form__wraper textarea.form-control {
  height: 3.3rem;
  padding-top: 1rem;
}
.contact__form__wraper .select2-container--default .select2-selection--single {
  background-color: rgba(129, 129, 129, 0.2431372549) !important;
  height: 3.3rem;
  padding-top: 1rem;
}
.contact__form__wraper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 1.25;
  padding-left: 1rem;
  font-size: 15px;
}
.contact__form__wraper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.25rem;
  width: 3rem;
  border-left: 1px solid #676767;
}
.contact__form__wraper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(255, 255, 255, 0.5882352941) transparent transparent transparent;
  border-width: 8px 6px 0 6px;
}
.contact__form__wraper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgba(255, 255, 255, 0.5882352941) transparent;
  border-width: 0 6px 8px 6px;
}
.contact__form__wraper .iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}
.contact__form__wraper .iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  border-right: 1px solid #676767;
}
.contact__form__wraper .iti {
  width: 100%;
}

.twoItemCarousel .owl-stage, .commonCarousel .owl-stage {
  display: flex;
}
.twoItemCarousel .owl-stage .owl-item, .commonCarousel .owl-stage .owl-item {
  display: flex;
}

.modal .form-control, .modal .form-select {
  height: 3.25rem;
  font-weight: 500;
  padding-left: 1.125rem;
  background-color: #f9f9f9;
  color: var(--dark);
}
.modal .form-control::placeholder, .modal .form-select::placeholder {
  font-weight: 500;
}

.vission__mission__bg__overlay {
  width: calc(50vw + 15%);
}

.black_white {
  filter: grayscale(100%);
}/*# sourceMappingURL=style.css.map */