/*!
Theme Name: Greco Remodeling
Author: Greco Remodeling
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #383838;
}

p {
  margin-top: 0;
  line-height: 1.8;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

/*-------------------------------- General ------------------------------------------------*/
.pad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad-b {
  padding-bottom: 100px;
}

.pad-t {
  padding-top: 100px;
}

.px-auto {
  padding-inline: clamp(1rem, 4vw, 5rem);
}

.no-mb:last-child {
  margin-bottom: 0;
}

.text-yellow {
  color: #ffde00;
}

.font-semibold {
  font-weight: 600;
}

.xtb-header-sticky.xtb-appear .header-left {
  --width: 7%;
}

.xtb-header-sticky.xtb-appear .header-right {
  --width: 93%;
}

.inner-banner {
  position: relative;
}
.inner-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
	width: 95%;
	text-align: center;
}
.inner-banner .banner-content h1, .inner-banner .banner-content h2 {
  font-family: "Anton", Sans-serif;
  font-size: 72px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.inner-banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to bottom, rgba(0, 55, 104, 0.5), rgba(0, 55, 104, 0));
  position: absolute;
  top: 0;
  left: 0;
}
.inner-banner img {
  max-width: 100%;
  height: auto;
  height: 575px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-list ul li {
  position: relative;
  padding-left: 45px !important;
}
.home-list ul li::before {
  content: url(assets/images/home-icon.png);
  position: absolute;
  top: 6px;
  left: 0;
}

.year-exp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.w-full {
  width: 100%;
  padding: 0 10px;
}

.w-half {
  width: 50%;
  padding: 0 10px;
}

.mt-0 {
  margin-top: 0 !important;
}

.ban-high {
  color: #ffde00;
  margin-left: 155px;
}

.contact-form input:not([type=checkbox]),
.contact-form textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #ccd7e1;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 15px;
  margin-top: 20px;
}
.contact-form textarea {
  height: 90px;
  resize: none;
}
.contact-form h6 {
  font-size: 18px;
  font-family: "Anton", Sans-serif;
  font-weight: normal;
  color: #003768;
  margin: 0;
  margin-top: 20px;
}
.contact-form button {
  padding: 20px 45px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ffde00;
  cursor: pointer;
  margin-top: 20px;
}
.contact-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 20px;
}
.contact-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  width: 28%;
}
.contact-form .gap-md {
  gap: 20px;
}
.contact-form .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
}

.slide-box {
  display: flex;
  gap: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ddd;
}
.slide-box img {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.slide-box .before-box,
.slide-box .after-box {
  width: 50%;
  position: relative;
}
.slide-box .before-box .text,
.slide-box .after-box .text {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #ffde00;
  padding: 7px 15px;
  border-radius: 0 10px 10px 0;
}
.slide-box .before-box .text h5,
.slide-box .after-box .text h5 {
  margin: 0;
  color: #003768;
  font-size: 30px;
}

.slider .swiper-slide {
  padding: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #003768;
  border-radius: 10px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 30px;
  color: #fff;
}

.swiper-button-next {
  right: -70px;
}

.swiper-button-prev {
  left: -70px;
}

.plus-de4f487.plus-canvas-content-wrap .plus-content-editor{
	padding: 0 !important;
}

@media (min-width:1367px) and (max-width: 1500px){
	.header {
		padding: 0 16px;
	}
	.xpro-elementor-horizontal-navbar-nav > li > a{
		font-size: 15px !important;
	}
}

@media (max-width: 768px) {
  .inner-banner .banner-content {
    padding-top: 40px;
  }
  .inner-banner .banner-content h1, .inner-banner .banner-content h2 {
    font-size: 40px;
  }
  .inner-banner img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pad-b {
    padding-bottom: 40px;
  }
  .pad-t {
    padding-top: 40px;
  }
  .w-half {
    width: 100%;
  }
  .ban-high {
    margin-left: 30px;
  }
  .xtb-header-sticky.xtb-appear .header-left {
    width: 27%;
  }
  .slide-box {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  .slide-box img {
    height: 300px;
  }
  .slide-box .before-box,
  .slide-box .after-box {
    width: 100%;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #003768;
    border-radius: 10px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 20px;
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */