/**
* Theme Name: Antilia Child
* Description: This is a child theme of Antilia, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/codeliono">Codeliono</a>
* Template: antilia
* Version: 1.1
*/
:root {
  --thm-base: #fb8c29 !important;
}

.main-header.fixed-header .header-upper {
  background-color: #3b3838;
}

#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

#lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.lb-data {
  margin-top: 10px;
}

.lb-data .lb-caption {
  font-size: 18px;
  line-height: 22px;
  color: var(--thm-base);
  min-height: 28px;
  display: inline-block;
}

.lb-data .lb-number {
  font-size: 15px;
}

.project-block_one-image img {
  object-fit: cover;
  height: 300px !important;
}

@media screen and (max-width: 991px) {
  .project-block_one-image img {
    object-fit: cover;
    height: 300px !important;
  }
}
@media screen and (min-width: 1199px) {
  .project-block_one-image img {
    object-fit: cover;
    height: 350px !important;
  }
}
span {
  min-width: 3px;
}

.about-us-building-quality .progress-one_image-layer {
  background-size: cover;
  bottom: 0;
}

.service-detail ol li, .service-detail ul li {
  list-style: inherit;
  color: var(--color-three);
  font-size: var(--bs-body-font-size);
  font-weight: inherit;
  line-height: var(--bs-body-line-height);
}
.service-detail ol li:not(:last-of-type), .service-detail ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
.service-detail .service-block_one-upper h5 {
  padding: 0 0 0 10px;
}
.service-detail .service-block_one-upper ~ div {
  font-size: 14px;
}
.service-detail .service-block_one-upper ~ div li {
  font-size: 14px;
}

.single-service .service-block_one-icon img {
  width: 100%;
}

.rounded-animated-wrapper {
  position: relative;
}
.rounded-animated-wrapper .ad-logo-in-wrapper {
  width: 85px;
  position: absolute;
  top: calc((100% - 85px) / 2);
  left: calc((100% - 85px) / 2);
}

.home .slider-one .lower-box {
  margin-top: 20px;
}
.home .slider-one_heading {
  font-size: 60px;
  line-height: 70px;
}
.home .rounded-animated-wrapper .slider-one_circle {
  width: 135px;
}
.home .rounded-animated-wrapper .ad-logo-in-wrapper {
  width: 60px;
  position: absolute;
  top: calc((100% - 60px) / 2);
  left: calc((100% - 60px) / 2);
}
.home .slider-one-arrow {
  bottom: unset;
  top: 350px;
}
.home .slider-one_image-layer {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.home .antilia-banner-section {
  background: #000;
}
.home .slider-one_image-layer::before {
  opacity: 0.75;
}

.main-header .header-top {
  border-bottom: none;
}

.animation_mode > div {
  animation-duration: 35s !important;
}

.cta-two.antilia-call-widget .auto-container {
  max-width: none;
  padding: 0;
}
.cta-two.antilia-call-widget .auto-container .cta-two_content {
  padding: 110px 15px 110px 15px;
}

.mobile-menu .nav-logo {
  text-align: center !important;
  background: var(--thm-base);
}
.mobile-menu .mobile-header {
  text-align: center;
  color: var(--color-five);
}

@media screen and (max-width: 767px) {
  .welcome-two .circle_image {
    margin-top: unset !important;
  }
  .rounded-animated-wrapper {
    margin-top: 30px;
  }
  .home .slider-one .swiper-slide {
    padding: 0px 0px 0px !important;
  }
  .slider-one-arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-two .circle_image {
    margin-top: unset !important;
  }
  .rounded-animated-wrapper {
    margin-top: 30px;
  }
  .home .slider-one .swiper-slide {
    padding: 120px 0px 0px !important;
  }
}
@media screen and (min-width: 992px) {
  .home .slider-one .swiper-slide {
    padding: 180px 0px 0px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .home .slider-one-arrow {
    top: 290px !important;
  }
  .home .slider-one .lower-box {
    margin-top: 70px !important;
  }
}
.slider-one .antilia-main-slider .swiper-wrapper {
  overflow: unset !important;
}
