/**
* 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: #2e2c2c !important;
  border-bottom: 2px solid var(--thm-base);
}

#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 .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);
}

.progress-wrap {
  background: rgba(255, 255, 255, 0.7);
  width: 45px !important;
  height: 45px !important;
}
.progress-wrap:after {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}

@media screen and (min-width: 992px) {
  .home .slider-one_heading {
    font-size: 60px;
    line-height: 70px;
  }
  .home .slider-one .swiper-slide {
    padding: 180px 0px 0px;
  }
}
@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 (max-width: 767px) {
  .welcome-two .circle_image {
    margin-top: unset !important;
  }
  .rounded-animated-wrapper {
    margin-top: 30px;
    display: none;
  }
  .main-header.fixed-header .header-upper .logo-2 {
    width: 70px;
    height: auto;
  }
  .main-header .header-upper .logo-box .logo {
    padding: 10px 0 10px 0;
  }
  .main-header .outer-box {
    margin-top: -65px;
  }
  .main-header.fixed-header .header-upper .outer-box {
    margin-top: unset !important;
  }
  .home .slider-one .swiper-slide {
    padding: 0px 0px 0px !important;
  }
  .home .slider-one_heading {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .slider-one-arrow {
    display: none;
  }
}
.my-ad-footer p {
  color: var(--color-five);
  margin-bottom: unset !important;
}

.header-top_list {
  visibility: hidden;
}

.mobile-menu .nav-logo {
  padding: 40px 20px !important;
}

.services-one_circle-color {
  background: linear-gradient(to right, #feead8 0%, var(--thm-base) 100%) !important;
}

.footer-copyright p {
  color: #ddd;
  font-size: 14px; 
}
