/*

Template: Constro - Construction Business HTML5 Template
Author: potenzaglobalsolutions.com
Version: 1.0  
Design and Developed by: potenzaglobalsolutions.com


NOTE: This is Style customizer stylesheet of template.

*/

.slider-img{
  height: 620px;
}

div.style-customizer {
  background-color: #fff;
  color: #1e2327;
  width: 300px;
  height: 430px;
  position: fixed;
  top: 180px;
  z-index: 10000;
  right: -300px;
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  bottom: 0;
}

div.style-customizer p {
  color: #ffffff;
}

.style-customizer.closed {
  box-shadow: none;
}

div.style-customizer .content-chooser {
  padding: 30px;
  height: 100%;
  position: absolute;
  background-color: #252525;
  border-top: none;
  color: #ffffff;
}

div.style-customizer.opened .content-chooser {
  opacity: 1;
}

div.style-customizer .title {
  font-size: 24px;
  margin-top: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

div.style-customizer a.opener {
  display: block;
  height: 45px;
  position: absolute;
  right: 300px;
  top: 90px;
  background: #252525;
  width: 45px;
  font-size: 20px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  box-shadow: -1px 0 5px -2px rgba(0, 0, 0, 0.14);
}

div.style-customizer.opened a.opener {
  left: -45px;
  border-color: transparent;
}

div.style-customizer ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 0;
}

div.style-customizer ul li {
  width: 38px;
  height: 38px;
  float: left;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px 8px 0;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

div.style-customizer ul li:nth-child(5) {
  margin-right: 0px;
}

div.style-customizer ul li:nth-child(10) {
  margin-right: 0px;
}

div.style-customizer ul.layoutstyle li {
  width: 45%;
  height: 30px;
  margin-right: 5px;
  color: #666666;
  background-color: #f1f1f1;
  border: 1px solid #f3f3f3;
  font-size: 13px;
  text-align: center;
  padding-top: 5px;
}

div.style-customizer ul.layoutstyle li i {
  color: #cccccc;
  font-size: 11px;
}

div.style-customizer ul.layoutstyle li.selected {
  border: 1px solid #aaaaaa;
}

div.style-customizer ul.layoutstyle li.selected i {
  color: #666666;
}

div.style-customizer ul li.selected {
  border: 3px solid #ffffff;
}

div.style-customizer ul.resetAll {
  margin-top: 10px;
}

div.style-customizer ul.resetAll li {
  width: 100%;
  height: auto;
  padding: 6px 0;
  min-width: 0;
  text-align: center;
  line-height: inherit;
}

div.style-customizer .btn a {
  text-decoration: none;
  color: #ffffff;
}

div.style-customizer select {
  width: 100%;
  padding: 5px;
  border: 1px solid #b2bfca;
}

.style-customizer p {
  margin-bottom: 10px;
}

.style-customizer .button {
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding: 13px 10px;
  background: none !important;
  border: 1px solid #ffffff !important;
}

.style-customizer .button:hover {
  background: #ffffff !important;
  color: #353535;
}

/*Color Skins*/

div.style-customizer .skin-default {
  background: #ffd200;
}

div.style-customizer .skin-green {
  background: #18b870;
}

div.style-customizer .skin-red {
  background: #f7412c;
}

div.style-customizer .skin-yellow {
  background: #feed19;
}

div.style-customizer .skin-lightgreen {
  background: #89c541;
}

div.style-customizer .skin-blue {
  background: #1294f6;
}

div.style-customizer .skin-orange {
  background: #fe9900;
}

div.style-customizer .skin-darkblue {
  background: #1c74be;
}

div.style-customizer .skin-cyan {
  background: #1fcab8;
}

div.style-customizer .skin-gold {
  background: #bf9b30;
}

@media (max-width: 992px) {
  .style-customizer {
    display: none !important;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/0.6;
}

.swiper {
  width: 100%;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-form {
  display: flex;
  align-items: center;
  padding: 2px 0;
  height: 100px;
  line-height: 100px;
}

.search-form input {
  border: 1px solid #ffd200;
}

.myCarousel .swiper-slide {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffd200;
  font-size: 15px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  width: 30px;
  height: 30px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  background: #353535;
}

.search-form input:focus {
  border-color: none;
  box-shadow: none;
}

.search-form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 12px;
  font-size: 18px;
  color: #ffd200;
  cursor: pointer;
}

.post .post-details {
  padding-left: 0;
}

.img-fluid {
  aspect-ratio: 1/0.66;
  width: 100%;
}

.swiper-slide .img-carousel {
  object-fit: fill;
  aspect-ratio: 1/0.9;
  width: 100%;
}

.blog-img {
  width: 100%;
  aspect-ratio: 1/0.8;
}

a {
  color: #1e2327;
}

.post {
  padding-bottom: 25px;
}

.footer-widget a {
  color: white;
  font-size: 20px;
}

.head {
  position: relative;
  padding-bottom: 15px;
}

.head::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #ffd200;
}

.discount-block {
  font-size: 22px;
  color: #333333;
}

.part-pad {
  padding-bottom: 7rem;
}

ul li {
  margin: 0;
  padding-left: 0;
}

.contact-map iframe {
  width: 100%;
}

.mobile-search {
  display: none;
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  z-index: 9999;
  display: none;
}

.popup-active {
  display: block;
}

.modal-content {
  position: fixed;
  width: 100%;
  height: 100%;
  outline: 0;
  background-color: transparent;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-close {
  cursor: pointer;
  color: white;
  position: absolute;
  right: 22px;
  font-size: 30px;
  top: 41px;
}

.search-popup form {
  border-bottom: 2px solid #efb945;
}

.search-popup form i {
  color: #fff;
  font-size: 29px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 85%;
}

.search-popup .search-btn {
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 45px;
  height: inherit;
  line-height: 1 !important;
  padding: 26px 46px 26px 0 !important;
  color: #fff;
  background-color: transparent;
  width: 100%;
}

.mobile-search span {
  font-size: 19px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 99999;
  display: none;
  transition: all 0.3s ease;
}

.popup .modal {
  padding: 2rem;
  text-align: center;
  background-color: #f7f7f7;
  position: relative;
  width: 45%;
  display: block;
  overflow: visible;
}

.popup .close-modal {
  position: absolute;
  right: 17px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 20px;
}

form {
  width: 100%;
  margin: auto;
}

.form-group .countrycode {
  margin-bottom: 0;
  line-height: 32px;
  font-size: 16px;
  position: absolute;
  z-index: 5;
  left: 4%;
  display: flex;
  align-items: center;
  height: 100%;
}

.left-icon,
.right-icon {
  border-radius: 100%;
  background-color: #ffd200;
  width: 50px;
  height: 50px;
}

.left-icon i,
.right-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

#phone {
  padding-left: 4rem;
}

.btn-hover:hover {
  color: white;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.details-open {
  display: flex;
  transition: all 0.3s ease;
}

.main-head {
  color: black;
  font-weight: 500;
  font-size: 18px;
}

.request-btn a {
  color: #333333;
}

.request-btn a:hover {
  color: #b2bfca;
}

.img-blog-details {
  aspect-ratio: 1/0.5;
  width: 100%;
}

.owl-carousel .owl-item img {
  width: 100%;
  aspect-ratio: 1/0.6;
}

.list-mark li {
  font-size: 17px;
}

.overlay-main {
  position: relative;
  width: 100%;
}

.overlay-main:before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.search-input input:focus {
  border-color: #ffd200;
}

.mega-menu.desktopTopFixed .col-md-12 {
  align-items: center;
}

.carousel-caption {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 70%;
}

.carousel-caption .slider__inner h2 {
  color: white;
  margin-bottom: 1rem;
}

.htc__btn {
  background: #ffd200 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 35px;
  transition: 0.5s;
  border: 1px solid #ffd200;
}

.button {
  margin: 5px 0;
}

.post-title h5 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-content p a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-about p {
  margin-top: 3rem;
  line-height: 28px;
}

.pagination {
  margin-bottom: 30px;
}

.underline a {
  text-decoration: underline;
}

.phone-form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 1119px) and (min-width: 320px) {
  .mega-menu .menu-links > li {
    padding: 0 8px;
  }
}

@media screen and (max-width: 991px) and (min-width: 320px) {
  .search-input {
    display: none;
  }

  .mobile-search {
    display: block;
    padding-left: 20px;
  }

  .mega-menu .menu-links {
    height: 100vh;
  }

  .mobile-search i {
    color: #333333;
  }

  .mobile-search span:hover {
    color: #ffd200;
    transition: all 0.3s ease-in-out;
  }

  .popup .modal {
    width: 65%;
  }

  .part-pad {
    padding-bottom: 8rem;
  }

  .our-sercive p {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .popup .modal {
    width: 85%;
  }

  .blog-img{
    margin-top: 1rem;
  }

  .pagination > li > a {
    padding: 8px 10px;
  }

  .footer-about,
  .footer-link,
  .footer-address {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-widget a {
    font-size: 16px;
  }

  .section-title {
    margin-bottom: 0;
  }

  .footer .title {
    margin-bottom: 25px;
  }

  .content-block p {
    padding-top: 20px;
  }

  .part-pad {
    padding-bottom: 4rem;
  }

  .our-sercive p {
    margin-top: 20px;
    margin-bottom: 2rem;
  }

  .page-section-ptb {
    padding-bottom: 0;
  }

  /* .carousel-caption {
    top: 45%;
  } */

  .footer-about p {
    margin-top: 1rem;
  }

  .page-section-pt {
    padding-top: 20px;
  }

  .pb-60 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 650px) and (min-width: 320px) {
  /* .carousel-caption {
    top: 34%;
  } */
}

@media screen and (max-width: 500px) and (min-width: 320px) {
  .popup .modal {
    width: 95%;
  }

  .slider-img {
    width: 100%;
    height: 455px;
    /* aspect-ratio: 1/0.9; */
  }

  .swiper-slide .img-carousel {
    width: 250px;
  }

  .carousel-caption .slider__inner h2 {
    line-height: 32px;
    font-size: 25px;
  }

  /* .carousel-caption {
    top: 33%;
  } */

  .htc__btn {
    padding: 0 27px;
    line-height: 35px;
    height: 35px;
  }
}
