/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
h1 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: clamp(18px, 23 / 375 * 100vw, 23px);
  }
}

p,
div {
  line-height: 1.9;
}

.header-nav-main {
  justify-content: space-around !important;
}

.ft-footer {
  padding-top: 50px !important;
}
.ft-footer .ft-footer-row {
  display: grid;
  grid-template-columns: 390px 1fr 150px min(70px, 70 / 1440 * 100vw) 130px min(70px, 70 / 1440 * 100vw) 320px;
  grid-template-areas: "c1 . c2 . c3 . c4";
}
@media screen and (max-width: 1200px) {
  .ft-footer .ft-footer-row {
    grid-template-columns: 390px 1fr 150px 1fr 130px 1fr 320px;
  }
}
@media screen and (max-width: 1023px) {
  .ft-footer .ft-footer-row {
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-areas: "c1 c1 c1" "c2 c3 c4";
  }
}
@media only screen and (max-width: 767px) {
  .ft-footer .ft-footer-row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "c1 c1" "c2 c3" "c4 c4";
  }
}
.ft-footer .ft-footer-row .col {
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.ft-footer .ft-footer-row .col:nth-child(1) {
  grid-area: c1;
}
@media screen and (max-width: 1023px) {
  .ft-footer .ft-footer-row .col:nth-child(1) {
    flex-basis: 410px !important;
    max-width: 410px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .ft-footer .ft-footer-row .col:nth-child(1) {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .ft-footer .ft-footer-row .col:nth-child(1) .img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .ft-footer .ft-footer-row .col:nth-child(1) p {
    text-align: center;
  }
}
.ft-footer .ft-footer-row .col:nth-child(2) {
  grid-area: c2;
}
.ft-footer .ft-footer-row .col:nth-child(3) {
  grid-area: c3;
}
.ft-footer .ft-footer-row .col:nth-child(4) {
  grid-area: c4;
}
.ft-footer .ft-footer-row p {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .ft-footer .ft-footer-row p {
    margin-bottom: 12px;
  }
}
.ft-footer .ft-footer-row a {
  color: #9CA7C7 !important;
}

.absolute-footer {
  border-top: 2px solid #999999;
}
.absolute-footer .copyright-footer {
  letter-spacing: 1px;
}

.ft-header-section {
  padding-top: 60px !important;
  padding-bottom: 250px !important;
}
@media only screen and (max-width: 767px) {
  .ft-header-section {
    padding-left: min(18px, 18 / 375 * 100vw);
    padding-right: min(18px, 18 / 375 * 100vw);
    padding-bottom: 85px !important;
  }
}
.ft-header-section .row {
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ft-header-section .row .col:nth-child(2) {
    max-width: 400px;
    margin-left: auto;
  }
}
.ft-header-section .ft-reviews {
  margin-top: 50px;
  max-width: 72%;
}
.ft-header-section h1 {
  font-size: 47px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .ft-header-section h1 {
    font-size: clamp(18px, 25 / 375 * 100vw, 25px);
  }
}
.ft-header-section h1 + p {
  font-size: 19.2px;
}
@media only screen and (max-width: 767px) {
  .ft-header-section h1 + p {
    font-size: 12px;
  }
}
.ft-header-section h2 {
  color: #D4AA66 !important;
}
.ft-header-section h2 + p {
  font-size: 13.5px;
}
@media only screen and (max-width: 767px) {
  .ft-header-section h2 + p {
    font-size: 12px;
  }
}
.ft-header-section .button {
  width: 84%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .ft-header-section .button {
    width: 100%;
    font-size: 13px;
  }
}

.ft-header-form {
  margin-top: -250px;
}
@media only screen and (max-width: 767px) {
  .ft-header-form {
    margin-top: -85px;
  }
}
.ft-header-form--row {
  padding: 50px 50px 0;
  background: #fff;
  border-radius: 5px 5px 0 0;
  min-height: 250px;
}
@media only screen and (max-width: 767px) {
  .ft-header-form--row {
    min-height: 85px;
    max-width: calc(100% - 30px - min(18px, 18 / 375 * 100vw) * 2) !important;
    padding: 25px 10px 0;
  }
}

.ft-faq-header-section .col {
  padding-bottom: 0;
}
.ft-faq-header-section h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(40px, 53 / 1920 * 100vw, 53px);
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ft-faq-header-section h1 {
    font-size: clamp(20px, 20 / 375 * 100vw, 24px);
  }
}

.ft-faq-info h3 {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ft-faq-info h3 {
    font-size: 20px;
  }
}
.ft-faq-info ul {
  padding-left: 25px;
}
.ft-faq-info ul li {
  margin-bottom: 0;
  font-size: 14px;
}
.ft-faq-info p {
  font-size: 14px;
}

.ft-faq-section .accordion-item {
  margin-bottom: 8px;
}
.ft-faq-section .accordion-item .accordion-title {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(171, 171, 171, 0.06));
  border-radius: 7px;
  border: 1px solid #E1E1E1;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .ft-faq-section .accordion-item .accordion-title {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.25;
  }
}
.ft-faq-section .accordion-item .accordion-title.active {
  font-weight: 400;
  border-color: #FFA406;
  color: #FFA406;
}
.ft-faq-section .accordion-item .toggle {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .ft-faq-section .accordion-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ft-faq-section ul {
  padding-left: 25px;
}
.ft-faq-section ul li {
  margin-bottom: 0;
  font-size: 14px;
}
.ft-faq-section p {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .ft-icons-row .icon-box-img {
    width: 42px !important;
    margin-bottom: 10px;
  }
}
.ft-icons-row .icon-box-text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ft-icons-row .icon-box-text p {
    font-size: 11px;
    line-height: 1.25;
  }
}

.ft-steps-section {
  padding-bottom: 0 !important;
}
.ft-steps-section .row {
  align-items: flex-end !important;
}
.ft-steps-section .col-1 {
  max-width: min(540px, 50%);
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .ft-steps-section .col-1 {
    max-width: 100%;
  }
}
.ft-steps-section .col-2 {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ft-steps-section .ft-num-container {
    display: grid;
    grid-template-columns: 86px auto;
    grid-gap: 12px;
    align-items: center;
  }
}
.ft-steps-section .ft-num {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  font-size: 32px;
  line-height: 1;
  height: 64px;
  width: auto;
  min-width: 86px;
  border: 2px solid rgba(0, 0, 0, 0.45);
  background: #fff;
  color: #000;
  border-radius: 4px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .ft-steps-section .ft-num {
    margin-bottom: 0 !important;
  }
}
.ft-steps-section .ft-num-color {
  border-color: #FFA406;
  background: #FFA406;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ft-steps-section h1 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .ft-steps-section p {
    max-width: 450px;
    font-size: 19.2px;
  }
}
@media only screen and (max-width: 767px) {
  .ft-steps-section p {
    font-size: 13.5px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .ft-steps-section .divider {
    width: 150%;
    max-width: 150% !important;
  }
}
@media only screen and (max-width: 767px) {
  .ft-steps-section .img {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px !important;
    width: calc(100% + 30px) !important;
  }
}
@media only screen and (min-width: 768px) {
  .ft-steps-section .ft-steps-columns .col-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .ft-steps-section .ft-steps-columns .divider {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .ft-steps-section .ft-steps-columns .ft-num-container {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ft-steps-section .ft-steps-columns .ft-num-container-2 {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 768px) {
  .ft-steps-section .ft-steps-columns p {
    font-size: 16px;
  }
}

.ft-steps-section-roof .col-2 .img {
  margin-left: -50px !important;
  width: calc(100% + 50px) !important;
}

.ft-steps-section-window .col-2 .img {
  margin-left: -50px !important;
  width: calc(100% + 50px) !important;
}

.ft-our-project {
  padding-top: 50px !important;
  padding-bottom: 130px !important;
}
.ft-our-project .button {
  color: #000;
}

.ft-our-project + .ft-gallery-section,
.ft-our-project--after {
  padding-top: 0 !important;
  padding-bottom: 50px !important;
  margin-top: -130px;
}
@media only screen and (max-width: 767px) {
  .ft-our-project + .ft-gallery-section,
  .ft-our-project--after {
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ft-home-projects .row-small > .col {
    padding: 0 !important;
  }
}
.ft-home-projects .box-text {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1240px) {
  .ft-home-projects .box-text {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .ft-home-projects .box-text p {
    font-size: 16px;
  }
}
.ft-home-projects .button {
  font-size: 11px;
  font-weight: 400;
  border-width: 1px;
  padding: 3px 10px !important;
}
@media screen and (max-width: 1240px) {
  .ft-home-projects .button {
    min-width: 80%;
    margin-left: 0;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ft-home-projects .box-image {
    border-radius: 5px 5px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .ft-logos {
    background: #F8F6F4;
    padding-left: min(18px, 18 / 375 * 100vw);
    padding-right: min(18px, 18 / 375 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .ft-logos h1 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ft-logos .stack {
    max-width: min(100%, 270px);
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .ft-logos .stack .img:nth-child(1) {
    max-width: 17.6271186441%;
  }
  .ft-logos .stack .img:nth-child(2) {
    max-width: 17.6271186441%;
  }
  .ft-logos .stack .img:nth-child(3) {
    max-width: 17.6271186441%;
  }
  .ft-logos .stack .img:nth-child(4) {
    max-width: 22.1186440678%;
  }
  .ft-logos .stack .img:nth-child(5) {
    max-width: 12.2033898305%;
  }
}
@media only screen and (max-width: 767px) {
  .ft-logos .stack .img {
    margin-left: 0 !important;
    max-width: 100%;
  }
}

.ft-testimonials {
  padding-top: 50px !important;
  padding-bottom: 35vw !important;
}
.ft-testimonials .ft-slider-item {
  display: grid;
  height: 100%;
  max-width: 100% !important;
}
.ft-testimonials .ft-slider-item > .col-inner {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 20px;
}
.ft-testimonials .ft-slider-item > .col-inner .row:first-child {
  border-bottom: 1px solid #E3E3E3;
}
@media only screen and (max-width: 767px) {
  .ft-testimonials .ft-slider-item > .col-inner .row:first-child .col {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ft-testimonials .ft-slider-item > .col-inner .row:first-child .col:last-child {
    padding-left: 0 !important;
  }
}
.ft-testimonials .ft-slider-item > .col-inner .row .col {
  padding: 15px !important;
}
.ft-testimonials .owl-stage {
  display: flex;
}
.ft-testimonials .ft-author .icon-box-text {
  display: grid;
  align-items: center;
}
.ft-testimonials .ft-author .icon-box-text h5 {
  font-weight: 300 !important;
  line-height: 1.1;
  color: #595D69;
}
.ft-testimonials .ft-review {
  font-size: 14px;
}
.ft-testimonials .ft-review p:last-child {
  margin-bottom: 0 !important;
}
.ft-testimonials .ft-stars {
  margin-bottom: 3px !important;
}
.ft-testimonials .ft-date {
  margin-top: 6px;
  margin-bottom: 0;
}
.ft-testimonials .ft-date p {
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: -0.3px;
  margin-bottom: 0 !important;
}
.ft-testimonials .ft-images .img {
  max-width: calc(33.3333333333% - var(--stack-gap) * 2 / 3);
}

@media only screen and (max-width: 767px) {
  .ft-our-service {
    padding-left: min(18px, 18 / 375 * 100vw);
    padding-right: min(18px, 18 / 375 * 100vw);
  }
}
.ft-our-service h3 {
  font-size: 24px;
}
.ft-our-service h4 {
  font-size: 19.2px;
}
.ft-our-service .img {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 24px !important;
}
.ft-our-service .img + p {
  line-height: 1;
  margin-bottom: 0;
}
.ft-our-service .button {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .ft-roofs-section .ft-roofs-row {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ft-roofs-section .ft-roofs-row .col {
    padding: 5px;
  }
}
.ft-roofs-section .box {
  border-radius: 5px;
  overflow: hidden;
}
.ft-roofs-section .box-text {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .ft-roofs-section .box-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ft-roofs-section .button {
  width: 100%;
  color: #000;
  letter-spacing: 1px;
  padding: 3px;
}
@media only screen and (max-width: 767px) {
  .ft-roofs-section .button {
    font-size: 12px;
    padding: 0 3px;
  }
}

.ft-window-grid-row + .ft-window-grid-row {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .ft-window-grid-row + .ft-window-grid-row {
    margin-top: 20px;
  }
}
.ft-window-grid-row + .ft-window-grid-row.mt0 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .ft-window-grid-row + .ft-window-grid-row.mt0 {
    margin-top: 0;
  }
}
.ft-window-grid-row .col-image .col-inner {
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ft-window-grid-row .ft-window-grid-icons-row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ft-window-grid-row .ft-window-grid-icons-row .col {
    padding: 5px;
  }
}
.ft-window-grid-row .ft-window-grid-icons-row .col-inner {
  height: 100%;
}
.ft-window-grid-row .ft-window-grid-icons-row .icon-box {
  padding: 35px 10px 30px;
  border-radius: 5px;
  background: #F2EEEB;
  height: 100%;
}
.ft-window-grid-row .ft-window-grid-icons-row .icon-box-text h3 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ft-window-grid-row .ft-window-grid-icons-row .icon-box-text h3 {
    font-size: 14px;
  }
}
.ft-window-grid-row .ft-window-grid-icons-col .icon-box {
  padding: 15px 10px 25px;
  border-radius: 5px;
  height: 100%;
}
.ft-window-grid-row .ft-window-grid-icons-col .icon-box-text h3 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ft-window-grid-row .ft-window-grid-icons-col .icon-box-text h3 {
    font-size: 14px;
  }
}
.ft-window-grid-row .button {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ft-window-grid-row .button {
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.ft-about-info .ft-window-grid-icons-row {
  justify-content: center !important;
}
.ft-about-info .button {
  color: #000 !important;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .ft-about-info .button {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.ft-about-button {
  border-color: #5E5E5E !important;
  color: #000 !important;
  font-size: 12px;
}

.owl-carousel-gallery {
  margin-bottom: 10px;
}
.owl-carousel-gallery .img-inner {
  padding-top: 56.1904761905%;
  border-radius: 5px;
  overflow: hidden;
  margin: 0;
}
.owl-carousel-gallery .img-inner img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.owl-carousel-thumb .img-inner {
  padding-top: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin: 0;
}
.owl-carousel-thumb .img-inner img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.owl-carousel-testimonials,
.owl-carousel-gallery,
.owl-carousel-thumb {
  position: relative;
}
.owl-carousel-testimonials .owl-prev,
.owl-carousel-testimonials .owl-next,
.owl-carousel-gallery .owl-prev,
.owl-carousel-gallery .owl-next,
.owl-carousel-thumb .owl-prev,
.owl-carousel-thumb .owl-next {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background: #C9CCD4 !important;
  color: #fff !important;
  margin: 0;
  min-height: auto !important;
}
@media only screen and (max-width: 767px) {
  .owl-carousel-testimonials .owl-prev,
  .owl-carousel-testimonials .owl-next,
  .owl-carousel-gallery .owl-prev,
  .owl-carousel-gallery .owl-next,
  .owl-carousel-thumb .owl-prev,
  .owl-carousel-thumb .owl-next {
    width: 26px;
    height: 26px;
    background: #FFA406 !important;
  }
}
.owl-carousel-testimonials .owl-prev:hover,
.owl-carousel-testimonials .owl-next:hover,
.owl-carousel-gallery .owl-prev:hover,
.owl-carousel-gallery .owl-next:hover,
.owl-carousel-thumb .owl-prev:hover,
.owl-carousel-thumb .owl-next:hover {
  background: #FFA406 !important;
}
.owl-carousel-testimonials .owl-prev span,
.owl-carousel-testimonials .owl-next span,
.owl-carousel-gallery .owl-prev span,
.owl-carousel-gallery .owl-next span,
.owl-carousel-thumb .owl-prev span,
.owl-carousel-thumb .owl-next span {
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .owl-carousel-testimonials .owl-prev span,
  .owl-carousel-testimonials .owl-next span,
  .owl-carousel-gallery .owl-prev span,
  .owl-carousel-gallery .owl-next span,
  .owl-carousel-thumb .owl-prev span,
  .owl-carousel-thumb .owl-next span {
    width: 26px;
    height: 26px;
    font-size: 24px;
    line-height: 16px;
  }
}
.owl-carousel-testimonials .owl-prev,
.owl-carousel-gallery .owl-prev,
.owl-carousel-thumb .owl-prev {
  top: 50%;
  left: 0;
  transform: translateX(-150%);
}
@media screen and (max-width: 1240px) {
  .owl-carousel-testimonials .owl-prev,
  .owl-carousel-gallery .owl-prev,
  .owl-carousel-thumb .owl-prev {
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel-testimonials .owl-prev,
  .owl-carousel-gallery .owl-prev,
  .owl-carousel-thumb .owl-prev {
    transform: translateX(8px);
  }
}
.owl-carousel-testimonials .owl-prev span,
.owl-carousel-gallery .owl-prev span,
.owl-carousel-thumb .owl-prev span {
  margin-right: 0;
}
.owl-carousel-testimonials .owl-next,
.owl-carousel-gallery .owl-next,
.owl-carousel-thumb .owl-next {
  top: 50%;
  right: 0;
  transform: translateX(150%);
}
@media screen and (max-width: 1240px) {
  .owl-carousel-testimonials .owl-next,
  .owl-carousel-gallery .owl-next,
  .owl-carousel-thumb .owl-next {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel-testimonials .owl-next,
  .owl-carousel-gallery .owl-next,
  .owl-carousel-thumb .owl-next {
    transform: translateX(-8px);
  }
}
.owl-carousel-testimonials .owl-next span,
.owl-carousel-gallery .owl-next span,
.owl-carousel-thumb .owl-next span {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .owl-carousel-testimonials .owl-next span,
  .owl-carousel-gallery .owl-next span,
  .owl-carousel-thumb .owl-next span {
    margin-left: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .ft-about-info-row {
    display: grid;
    grid-template-areas: "image" "content";
  }
}
@media only screen and (max-width: 767px) {
  .ft-about-info-row .ft-about-info-image {
    grid-area: image;
  }
}
@media only screen and (max-width: 767px) {
  .ft-about-info-row .ft-about-info-content {
    grid-area: content;
  }
}
@media only screen and (max-width: 767px) {
  .ft-about-info-row p {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .ft-about-meet-the-team p {
    text-align: left;
  }
}

.ft-form-grid .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  top: 110%;
  z-index: 2;
}
.ft-form-grid--inner {
  display: grid;
  grid-template-columns: 100px 210fr 240fr 220fr 220fr;
  grid-gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--inner {
    grid-template-columns: 100%;
  }
}
.ft-form-grid .ft-form-title p {
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid .ft-form-title p {
    text-align: center;
  }
}
.ft-form-grid .ft-form-input input {
  margin: 0;
  min-height: 42px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 12px;
}
.ft-form-grid .ft-form-textarea textarea {
  margin: 0;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 12px;
}
.ft-form-grid .ft-form-select select {
  margin: 0;
  min-height: 42px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 12px;
  box-shadow: none;
}
.ft-form-grid .ft-form-checkbox .label p {
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.ft-form-grid .ft-form-checkbox .wpcf7-form-control-wrap {
  height: 22px !important;
}
.ft-form-grid .ft-form-checkbox .wpcf7-list-item p {
  display: flex;
  flex-wrap: wrap;
}
.ft-form-grid .ft-form-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}
.ft-form-grid .ft-form-checkbox .wpcf7-list-item label input {
  border: 1px solid rgba(0, 0, 0, 0.14);
  width: 18px;
  height: 18px;
  margin: 0;
}
.ft-form-grid .ft-form-checkbox .wpcf7-list-item label input[type=checkbox] {
  accent-color: #E5E059;
}
.ft-form-grid .ft-form-btn .button {
  margin: 0;
  min-height: 42px;
  width: 100%;
  font-size: 12px;
  color: #000;
  border-radius: 3px;
}
.ft-form-grid .wpcf7-spinner {
  position: absolute;
}
.ft-form-grid--roof .ft-form-grid--inner {
  display: grid;
  grid-template-columns: 100px 670fr 220fr;
  grid-gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--roof .ft-form-grid--inner {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--roof--fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--roof--fields {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--solar .ft-form-grid--inner {
  display: grid;
  grid-template-columns: 100px 670fr 220fr;
  grid-gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--solar .ft-form-grid--inner {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--solar--fields--1, .ft-form-grid--solar--fields--2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--solar--fields--1, .ft-form-grid--solar--fields--2 {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--solar--fields--3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--solar--fields--3 {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--window .ft-form-grid--inner {
  display: grid;
  grid-template-columns: 100px 670fr 220fr;
  grid-gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--window .ft-form-grid--inner {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--window--fields--1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--window--fields--1 {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--window--fields--2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--window--fields--2 {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--contact .ft-form-grid--inner {
  display: grid;
  grid-template-columns: 780fr 240fr;
  grid-gap: 15px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--contact .ft-form-grid--inner {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--contact--fields--1 {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--contact--fields--1 {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--contact--fields--2 {
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--contact--fields--2 {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--contact--fields--3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--contact--fields--3 {
    grid-template-columns: 100%;
  }
}
.ft-form-grid--contact--fields--3 .button {
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  .ft-form-grid--contact--fields--3 .button {
    max-width: 100%;
  }
}
.ft-form-grid--contact .ft-form-checkbox .wpcf7-list-item label {
  align-items: flex-start;
  font-size: 11px;
  line-height: 1.5;
  color: rgba(12, 33, 64, 0.41);
}
.ft-form-grid--contact .ft-form-checkbox .wpcf7-list-item label input {
  min-width: 20px;
}

.ft-social-media {
  display: flex;
  gap: 7px;
}
.ft-social-media a {
  display: inline-flex;
}
.ft-social-media a img {
  height: 25px;
  width: auto;
}

.header-top .ft-social-media {
  gap: 5px;
}
.header-top .ft-social-media a img {
  height: 16px;
  width: auto;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

/*# sourceMappingURL=style.css.map */
