@media screen and (min-width: 1000px) {
  .cta-call-button {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 1000px) {
  .cta-call-button {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.cta-call-button a {
  background-color: #628283 !important;
  color: white;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  color: white !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (max-width: 1000px) {
  .cta-call-button {
    width: fit-content;
  }
}

.cta-call-button a:hover {
  background-color: #628283;
  color: white;
}

@media screen and (min-width: 1001px) {
  header .container_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header .container_inner .main_menu.right {
  order: 1;
}
header .container_inner .main_menu.right #menu-top_menu {
  display: flex;
  align-items: center;
}
header .container_inner .main_menu.right #menu-top_menu .narrow a {
  line-height: 0 !important;
  padding: 0px 20px;
}
@media screen and (max-width: 1069.99px) {
  header .container_inner .main_menu.right #menu-top_menu .narrow a {
    padding: 0px 10px;
  }
}
header .container_inner .main_menu.right #menu-top_menu .narrow a span {
  text-transform: none !important;
  height: fit-content;
}
header .container_inner .drop_down .second ul {
  margin-top: 40px;
}
header .container_inner .drop_down .second li a {
  padding: 9px 20px !important;
}
header .container_inner .drop_down .second li a span {
  white-space: nowrap;
  line-height: 24px;
}
header .container_inner nav.mobile_menu ul li.active > a {
  color: #628283 !important;
  font-weight: 700;
}
header .container_inner nav.mobile_menu ul li > a {
  text-transform: uppercase;
}

/*.qode-banner {
  &:hover {
    .qode-banner-content {
      opacity: 1 !important;
    }
  }
  .qode-banner-image {
    img {
      object-fit: cover;
      width: 100%;
      max-height: 606px;
      @media screen and (max-width: 600px) {
        height: 500px;
      }
    }
  }
  .qode-banner-content {
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    .qode-banner-content-inner {
      max-width: 1300px;
      margin: 0 auto;
      @media screen and (max-width: 1400px) {
        padding: 0 45px;
        max-width: 1100px;
      }
      @media screen and (max-width: 1000px) {
        padding: 0;
        width: auto !important;
        max-width: 768px;
      }
      @media screen and (max-width: 768px) {
        max-width: 600px;
      }
      @media screen and (max-width: 600px) {
        max-width: 400px;
        padding: 0 15px;
      }

      .qbutton {
        width: 250px;
      }
      h2 {
        text-transform: none !important;
      }
      .qode-banner-text-holder {
        vertical-align: middle !important;
      }
    }
    .wpb_text_column {
      padding-bottom: 25px;
      text-align: left;
      @media screen and (max-width: 1000px) {
        text-align: center;
      }
    }
    .vc_empty_space {
      text-align: left;
      @media screen and (max-width: 1000px) {
        text-align: center;
      }
    }
  }
}
*/
.banner-wrapper {
  height: 100vh;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
.banner-wrapper .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.home .banner-content-wrapper {
  padding: 175px 0;
  display: flex;
  gap: 25px;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .home .banner-content-wrapper {
    align-items: center;
    padding: 50px 0;
  }
}
.home .banner-content-wrapper h1,
.home .banner-content-wrapper h2,
.home .banner-content-wrapper a {
  color: white;
  text-transform: none;
}
@media screen and (max-width: 700px) {
  .home .banner-content-wrapper h1,
  .home .banner-content-wrapper h2,
  .home .banner-content-wrapper a {
    text-align: center;
  }
}

.green-button {
  background-color: #628283;
  font-family: sans-serif;
  font-size: 16px;
  width: 250px;
  font-weight: bold;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  color: white;
}

.text-with-image-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  gap: 20px;
}
.text-with-image-wrapper.text-right {
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  .text-with-image-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .text-with-image-wrapper.text-right {
    flex-direction: column;
  }
  .text-with-image-wrapper .text-with-image-content {
    max-width: none;
    align-items: center;
    text-align: center;
  }
  .text-with-image-wrapper .text-with-image-image {
    max-height: 400px;
    display: flex;
  }
}
.text-with-image-wrapper .text-with-image-content {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}
.text-with-image-wrapper .text-with-image-content h3 {
  text-transform: none;
  color: #051414;
  font-size: 27px;
}
.text-with-image-wrapper .text-with-image-content p {
  color: #282828;
}
.text-with-image-wrapper .text-with-image-content .text-with-image-button {
  color: white;
}

.why-choose-us-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 700px) {
  .why-choose-us-wrapper {
    gap: 30px;
  }
}
.why-choose-us-wrapper h2 {
  font-size: 40px;
  text-transform: none;
  text-align: center;
}
.why-choose-us-wrapper .why-choose-us-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 1000px) {
  .why-choose-us-wrapper .why-choose-us-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.why-choose-us-wrapper .why-choose-us-columns .why-choose-us-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.why-choose-us-wrapper .why-choose-us-columns .why-choose-us-column img {
  max-width: 95px;
}
.why-choose-us-wrapper .why-choose-us-columns .why-choose-us-column h4 {
  font-size: 25px;
  font-weight: bold;
  color: #051414;
  text-align: center;
}
.why-choose-us-wrapper .why-choose-us-columns .why-choose-us-column p {
  text-align: center;
  color: #282828;
}

.container-top {
  padding: 100px 0;
}

.fixed-background {
  background-attachment: fixed;
}
@media screen and (max-width: 700px) {
  .fixed-background {
    background-attachment: unset;
  }
}
.fixed-background.overlay > .full_section_inner {
  background-color: rgba(0, 0, 0, 0.5);
}

.free_quote_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .free_quote_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.free_quote_wrapper h2 {
  color: white;
  font-size: 40px;
  text-transform: none;
}
@media screen and (max-width: 700px) {
  .free_quote_wrapper h2 {
    text-align: center;
    font-size: 24px;
  }
}

.testimonials_c_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.testimonials_c_holder h2 {
  font-size: 40px;
  text-transform: none;
  text-align: center;
}
.testimonials_c_holder .testimonial_content_inner {
  box-shadow: 5px 5px 15px 3px rgba(19, 19, 19, 0.13) !important;
  margin: 20px !important;
  height: 670px;
  padding-left: 10px !important;
  padding-right: 1 0px !important;
  text-align: center !important;
}
.testimonials_c_holder .testimonial_content_inner:hover {
  box-shadow: 5px 5px 15px 3px rgba(19, 19, 19, 0.3) !important;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_rating_holder {
  display: flex;
  justify-content: center;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_rating_holder .testimonial_star_holder .icon_star {
  color: #628283 !important;
  font-size: 35px;
}
.testimonials_c_holder .testimonial_content_inner p {
  color: #282828;
  font-size: 16px;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_author {
  font-size: 18px !important;
}

form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  form .row {
    grid-template-columns: 1fr;
  }
}
form .row input.wpcf7-form-control,
form .row textarea.wpcf7-form-control {
  font-size: 17px !important;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  max-height: 128px;
}
form input.wpcf7-submit {
  background-color: #628283 !important;
  width: 330px !important;
  font-weight: bold !important;
  border: 1px solid transparent !important;
  text-align: center !important;
  padding: 10px 0 !important;
  border-radius: 5px !important;
  color: white !important;
  line-height: 26px !important;
  text-transform: none !important;
  font-size: 16px !important;
  height: auto !important;
}
form .submit-button > p {
  text-align: center;
}
form .wpcf7-not-valid {
  border: 1px solid #d73333 !important;
}
form .wpcf7-response-output {
  color: red !important;
  border: none !important;
  height: 0px;
  margin: 0 !important;
  background-color: transparent !important;
  text-align: center;
}

.contact-form-block-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  padding-top: 0;
}
.contact-form-block-wrapper h2 {
  font-size: 40px;
  text-transform: none;
}
.contact-form-block-wrapper p {
  color: #282828;
  font-size: 16px;
}
.contact-form-block-wrapper p a:hover {
  color: #282828;
}

.separator {
  width: 90px;
  height: 25px;
  border-bottom: 3px solid black;
  background-color: transparent;
  align-self: center;
}

.two_columns_50_50 {
  display: flex;
  align-items: center;
}
.two_columns_50_50 .column2 .column_inner {
  display: flex;
  justify-content: right;
  gap: 20px;
}

.title_outer {
  margin-top: 110px;
}
@media screen and (max-width: 700px) {
  .title_outer {
    margin-top: 0px;
  }
}
.title_outer .title_holder {
  padding-top: 0 !important;
  height: 100% !important;
}
.title_outer .title_holder h1 {
  text-transform: none;
}

.columns_contact_wrapper {
  align-items: normal;
}
.columns_contact_wrapper .columns-contact-columns .columns-contact-column:nth-child(1), .columns_contact_wrapper .columns-contact-columns .columns-contact-column:nth-child(2) {
  border-right: 3px solid #051414;
}
@media screen and (max-width: 1000px) {
  .columns_contact_wrapper .columns-contact-columns .columns-contact-column:nth-child(1), .columns_contact_wrapper .columns-contact-columns .columns-contact-column:nth-child(2) {
    border-right: none;
  }
}
.columns_contact_wrapper .columns-contact-columns .columns-contact-column a {
  color: #282828;
}
.columns_contact_wrapper .columns-contact-columns .columns-contact-column a:hover {
  color: #628283;
}

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