@font-face {
  font-family: Averta;
  src: url("../fonts/Averta-Regular.woff2") format("woff2"), url("../fonts/Averta-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Averta Light;
  src: url("../fonts/Averta-Light.woff2") format("woff2"), url("../fonts/Averta-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Averta Semibold;
  src: url("../fonts/Averta-Semibold.woff2") format("woff2"), url("../fonts/Averta-Semibold.woff") format("woff");
  font-display: swap;
}
body {
  margin: unset;
  font-family: Averta;
  overflow-x: hidden;
}
.container {
  width: 1400px;
  margin: 0 auto !important;
  max-width: unset;
}
.header {
  margin-bottom: 50px;
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
}
.header .menu {
  display: inline-block;
  vertical-align: middle;
}
.header .menu ul {
  display: inline-block;
  list-style: none;
}
.header .menu ul li {
  display: inline-block;
  margin-left: 30px;
}
.header .menu ul li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-family: "Averta SemiBold";
}
.banner-wrap {
  background-image: url("../images/banner.jpg");
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -250px;
  position: relative;
}
.banner-wrap:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.contact-entry {
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.contact-entry:hover,
.contact-entry:active,
.contact-entry:focus {
  text-decoration: none;
  color: #000;
}
.contact-entry i {
  margin-right: 5px;
}
.contact-entry:not(:last-child) {
  margin-right: 30px;
}
.banner .banner-top {
  font-family: "Averta SemiBold";
  padding-top: 30px;
  color: #fff;
  position: relative;
}
.banner .banner-top .brand {
  font-size: 40px;
  display: inline-block;
}
.banner .banner-top .contact {
  float: right;
  margin-top: 30px;
}
.banner .banner-top .contact .contact-entry {
  display: inline-block;
  color: #fff;
}
.banner .banner-top .contact .contact-entry:hover,
.banner .banner-top .contact .contact-entry:active,
.banner .banner-top .contact .contact-entry:focus {
  text-decoration: none;
  color: #fff;
}
.banner .banner-top .contact .contact-entry i {
  margin-right: 5px;
}
.banner .banner-top .contact .contact-entry:not(:last-child) {
  margin-right: 30px;
}
.banner .banner-bottom {
  position: absolute;
  bottom: 30px;
}
.banner .banner-bottom ul {
  margin: unset;
  padding: unset;
  list-style: none;
}
.banner .banner-bottom ul li {
  display: inline-block;
  margin-right: 35px;
}
.banner .banner-bottom ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "Averta SemiBold";
}
.about-us-cta {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  text-align: right;
  display: block;
  margin-top: 40px;
  margin-right: 20px;
}
.about-us-cta:hover {
  text-decoration: none;
  color: #000;
}
.about-us-cta i {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 10px;
  background: #464a65;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
}
.home-intro {
  height: 880px;
}
.home-intro .intro-description {
  width: 35%;
  margin-left: 10%;
  display: inline-block;
  vertical-align: middle;
}
.home-intro .intro-description h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.home-intro .intro-description h2 strong {
  display: block;
  color: #d65601;
  font-size: 50px;
}
.home-intro .intro-description p {
  font-size: 20px;
  line-height: 30px;
}
.home-intro .intro-gallery-container:before {
  content: "";
  background: #464a65;
  width: 3000px;
  height: 770px;
  display: block;
  margin-left: 200px;
  z-index: -1;
  position: absolute;
  top: 0;
  margin-top: 40px;
}
.home-intro .intro-gallery {
  width: 34%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15%;
  position: relative;
}
.home-intro .intro-gallery a {
  border: 1px solid #d65601;
  color: #fff;
  display: block;
  margin: 90px 80px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-family: "Averta";
  margin-top: 165px;
}
.home-intro .intro-gallery .line1,
.home-intro .intro-gallery .line2 {
  height: 250px;
}
.home-intro .intro-gallery .line1 img,
.home-intro .intro-gallery .line2 img {
  width: 250px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px #101010;
  position: absolute;
  object-fit: cover;
  height: 300px;
}
.home-intro .intro-gallery .line1 img:first-child {
  margin-left: -150px;
  transition: 0.3s ease all;
}
.home-intro .intro-gallery .line1 img:first-child:hover {
  margin-left: -310px;
  transition: 0.3s ease all;
}
.home-intro .intro-gallery .line1 img:nth-child(2) {
  margin-left: -70px;
  transition: 0.3s ease all;
}
.home-intro .intro-gallery .line1 img:nth-child(2):hover {
  margin-left: -210px;
  transition: 0.3s ease all;
}
.home-intro .intro-gallery .line1 img:nth-child(3) {
  margin-left: 30px;
}
.home-intro .intro-gallery .line2 {
  padding-top: 100px;
}
.home-intro .intro-gallery .line2 img {
  width: 430px;
  margin-left: -150px;
}
.home-intro .intro-gallery .intro-gallery-container {
  background: #464a65;
  height: 770px;
  width: 350px;
  margin-top: 40px;
  float: right;
  padding-top: 30px;
}
.services-container {
  background: #f2f2f2;
  padding-bottom: 50px;
  text-align: center;
}
.services-container .bx-wrapper {
  background: unset;
  padding: unset;
  box-shadow: unset;
  border: unset;
  margin: 0 auto !important;
}
.services-container .bx-wrapper .bx-prev {
  margin-left: -100px;
}
.services-container .bx-wrapper .bx-next {
  margin-right: -100px;
}
.services-container h3 {
  text-align: center;
  padding-top: 50px;
  font-size: 35px;
  margin-bottom: 30px;
}
.services-container .service {
  background: #dadae0;
  width: 22%;
  display: inline-block;
  white-space: normal;
  padding: 10px 20px;
  padding-bottom: 20px;
  text-align: left;
  border: 10px solid #fff;
  height: 450px;
  position: relative;
  vertical-align: top;
}
.services-container .service h4 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10px;
  position: relative;
  font-weight: bold;
  font-family: "Averta";
}
.services-container .service h4:after {
  position: absolute;
  left: 60px;
  right: 60px;
  content: "";
  background-color: #000;
  width: calc(100% - 120px);
  height: 2px;
  bottom: 0;
}
.services-container .service p {
  font-size: 20px;
  line-height: 30px;
  height: 300px;
  vertical-align: middle;
  display: table-cell;
}
.services-container .service a {
  border: 1px solid #d65601;
  display: block;
  padding: 10px;
  text-align: center;
  color: #000;
  text-decoration: none;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
}
.feedback {
  padding-top: 100px;
}
.feedback .feedback-image {
  background: #464a65;
  height: 670px;
  width: 350px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  object-fit: cover;
}
.feedback .feedback-image:before {
  content: "";
  height: 670px;
  width: 1000px;
  position: absolute;
  right: 0;
  background: #464a65;
}
.feedback .feedback-image img {
  width: 400px;
  position: absolute;
  left: 50px;
  height: 550px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px #101010;
  top: 50px;
}
.feedback .feedback-content {
  width: 700px;
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
  margin-left: 300px;
}
.feedback .feedback-content .bx-wrapper {
  box-shadow: unset;
  min-height: 420px;
}
.feedback .feedback-content .bx-controls-direction {
  text-align: center;
}
.feedback .feedback-content .bx-wrapper .bx-controls-direction a {
  position: relative;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 2;
  color: transparent;
  margin-top: -50px;
  padding-bottom: 12px;
  margin-right: 20px;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.feedback .feedback-content h2 {
  font-size: 40px;
}
.feedback .feedback-content h2 strong {
  display: block;
  color: #d65601;
  font-size: 50px;
}
.feedback .feedback-content .feedback-entry {
  font-family: "Averta";
  font-size: 20px;
  line-height: 30px;
}
.feedback .feedback-content .author {
  display: block;
  text-align: right;
  margin-top: 30px;
  font-family: "Averta SemiBold";
}
.certificates {
  background: #f2f2f2;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 100px;
}
.certificates h2 {
  font-size: 40px;
  display: block;
  vertical-align: middle;
  margin-bottom: 30px;
}
.certificates h2 strong {
  display: block;
  color: #d65601;
  font-size: 50px;
}
.certificates img {
  vertical-align: middle;
  height: 70px;
  margin-right: 50px;
}
.contact-container {
  background: #464a65;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-container h2 {
  margin-left: 220px;
}
.contact-container .column {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.contact-container .column.first {
  margin-left: 15%;
}
.contact-container .column label span {
  margin-top: 10px;
  display: block;
}
.contact-container .column label span input,
.contact-container .column label span textarea {
  padding: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  width: calc(100% - 50px);
}
.contact-container .column label span textarea {
  height: 100px;
}
.contact-container input[type="submit"] {
  background-color: transparent;
  box-shadow: unset;
  border: unset;
  color: #fff;
  font-family: 'Averta Semibold';
  font-size: 20px;
}
.footer + .contact-container {
  margin-top: -20px;
}
.footer {
  position: relative;
  padding: 40px 0;
  white-space: nowrap;
}
.footer .footer-ig {
  max-width: 300px;
  display: inline-block;
}
.footer .left,
.footer .right {
  vertical-align: top;
  width: 50%;
  display: inline-block;
  white-space: normal;
}
.footer .left .git {
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
  width: calc(100% - 340px);
  text-align: center;
}
.footer .left .menu {
  display: inline-block;
  vertical-align: bottom;
  margin: unset;
  margin-top: 30px;
  max-width: 200px;
  list-style: none;
  padding: unset;
}
.footer .left .menu li {
  display: inline-block;
}
.footer .left .menu li:not(:last-child):after {
  content: " | ";
  margin: 0 5px;
  display: inline-block;
}
.footer .left .contact-entry {
  margin-bottom: 10px;
  font-size: 18px;
}
.footer .left .contact-entry i {
  margin-right: 5px;
}
.footer .left a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}
.footer .left a:hover {
  text-decoration: none;
  color: #000;
}
.footer .right {
  padding-left: 40px;
}
.footer .right h3 {
  font-weight: bold;
  margin-bottom: 30px;
}
.footer .right .services h3 {
  text-align: center;
  font-weight: bold;
}
.footer .right .services ul {
  width: 100%;
}
.footer .right .services ul li {
  width: 44%;
  display: inline-block;
  text-align: center;
}
.footer .right .services ul li a {
  font-size: 16px;
}
.footer .right ul {
  list-style: none;
  margin: unset;
  padding: unset;
  width: 150px;
  text-align: center;
}
.footer .right ul li {
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.footer .right ul a {
  color: #000;
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  font-family: "Averta";
}
.footer:after {
  left: 50%;
  width: 50%;
  background: #f2f2f2;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
.archive.post-type-archive-service .services-container {
  background: transparent;
}
p {
  white-space: normal;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}
.the-content p {
  font-size: 20px;
  line-height: 30px;
}
.post-banner {
  width: 100%;
  height: 340px;
  margin-bottom: 100px;
  background-size: cover;
}
.single-service .sidebar {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  background: #464a65;
  min-height: 600px;
  padding-top: 30px;
}
.single-service .sidebar h4 {
  color: #fff;
  margin-left: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-right: 40px;
  font-size: 20px;
}
.single-service .sidebar ul {
  list-style: none;
}
.single-service .sidebar ul li {
  margin-bottom: 15px;
}
.single-service .sidebar ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.single-service .the-content {
  width: 700px;
  margin-left: 50px;
  display: inline-block;
  margin-bottom: 100px;
}
.single-service .the-content h4:first-child {
  margin-top: unset;
}
.single-photo-sidebar {
  background: #464a65 !important;
  color: #fff;
  padding: 50px 20px;
  position: relative;
}
.single-photo-sidebar:before {
  content: "";
  background: #464a65;
  width: 3000px;
  height: 100%;
  display: block;
  margin-left: 200px;
  z-index: -1;
  position: absolute;
  top: 0;
}
.single-photo-sidebar img {
  width: calc(100% + 100px);
  margin-left: -120px;
  padding: 10px;
  background: #fff;
  box-shadow: -4px 2px 10px grey;
}
.sidebar-before-after {
  background: #464a65 !important;
  color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}
.sidebar-before-after:before {
  content: "";
  height: 670px;
  width: 1000px;
  position: absolute;
  right: 0;
  background: #464a65;
  z-index: -1;
  top: 0;
}
.sidebar-before-after h4 {
  font-size: 1.4rem;
}
.sidebar-before-after img {
  width: 300px;
  margin-left: 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 1px 3px 10px grey;
}
.sidebar-before-after h4:not(:first-child) {
  margin-top: 30px;
}
.our-values {
  background: #f2f2f2;
  text-align: center;
  padding: 30px;
}
.our-values h2 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10px;
  position: relative;
  font-weight: bold;
  font-family: "Averta";
  margin-bottom: 40px;
}
.our-values h2:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-color: #000;
  width: 100px;
  height: 2px;
  bottom: 0;
  margin: 0 auto;
}
.our-values ul {
  list-style: none;
}
.our-values ul li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 100px;
}
.our-values ul li h4 {
  color: #d65601;
  font-weight: bold;
}
.bg-primary {
  background: #464a65 !important;
  color: #fff;
}
.row {
  margin-left: unset;
  margin-right: unset;
}
.contact-container .wpcf7,
.page-id-15 .wpcf7 {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-container .wpcf7 label,
.page-id-15 .wpcf7 label {
  width: 100%;
}
.contact-container .wpcf7 input,
.page-id-15 .wpcf7 input {
  height: 33px;
}
.contact-container .wpcf7 input,
.page-id-15 .wpcf7 input,
.contact-container .wpcf7 textarea,
.page-id-15 .wpcf7 textarea {
  width: 100%;
  margin-top: 10px;
}
label {
  font-size: 20px;
}
.page-id-15 .contact-entry {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
    overflow-x: hidden;
  }
  h2 {
    margin-top: 30px;
  }
  h2 strong {
    display: inline-block !important;
    font-size: 40px !important;
  }
  .about-us-cta {
    text-align: center;
    margin-bottom: 20px;
  }
  .banner .banner-top .brand {
    display: block;
    text-align: center;
  }
  .banner .banner-top .contact {
    float: unset;
  }
  .banner .banner-top .contact .contact-entry {
    display: block;
    margin-bottom: 10px;
  }
  .banner .banner-bottom ul Li {
    margin-right: 15px;
  }
  .banner .banner-bottom ul Li a {
    font-size: 15px;
  }
  html {
    overflow-x: hidden;
  }
  .banner-wrap {
    background-size: auto;
    height: 500px;
  }
  .home-intro {
    height: unset;
  }
  .home-intro .intro-description {
    width: 100%;
    margin-left: unset;
  }
  .home-intro .intro-gallery {
    display: none;
  }
  .feedback .feedback-image {
    display: none;
  }
  .feedback .feedback-content {
    margin-left: unset;
    width: 100%;
    padding-left: unset;
  }
  .contact-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-container h2 {
    margin-left: unset !important;
    margin-bottom: 20px;
  }
  .contact-container .column {
    width: 100%;
    margin-left: unset !important;
  }
  .footer .footer-ig {
    max-width: 100%;
  }
  .footer > .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: revert;
  }
  .footer:after {
    display: none;
  }
  .footer .left,
  .footer .right {
    width: 100%;
    display: table-row;
  }
  .footer .right {
    order: 1;
    padding-left: unset;
  }
  .footer .right h3 {
    text-align: left !important;
    margin-top: 30px;
  }
  .footer .right ul {
    text-align: left;
  }
  .footer .right .services ul {
    width: 100%;
  }
  .footer .right .services ul li {
    width: 100%;
    text-align: left;
  }
  .footer .right .services ul li a {
    font-size: 18px;
  }
  .footer .left {
    order: 2;
  }
  .footer .left h3 {
    margin-top: 30px;
  }
  .footer .left .git {
    width: 100%;
    padding-left: unset;
    margin-top: 30px;
  }
  body:not(.front-page) .logo {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  body:not(.front-page) .menu {
    margin-top: 20px;
  }
  body:not(.front-page) .menu ul {
    padding-left: unset;
  }
  body:not(.front-page) .menu ul li {
    margin-left: unset;
    margin-right: 15px;
  }
  .hidden-mobile {
    display: none !important;
  }
  .our-values ul {
    padding-left: unset;
  }
  .our-values ul li {
    padding: unset;
    width: 100%;
    margin-bottom: 30px;
  }
  .services-container .service {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-service .the-service {
    display: flex;
    flex-wrap: wrap;
  }
  .single-service .the-service .the-content {
    order: 1;
    margin-left: unset;
  }
  .single-service .the-service .the-content .gallery img {
    max-width: 70px;
  }
  .single-service .the-service .post-banner {
    order: 2;
    display: none;
  }
  .single-service .the-service .sidebar {
    order: 3;
    width: 100%;
  }
  .page-id-15 .col-md-8 {
    margin-top: 30px;
  }
  body:not(.page-id-15) .contact-container .wpcf7 {
    padding-top: unset;
    padding-left: unset;
    padding-right: unset;
  }
}
/*# sourceMappingURL=style.css.map */