@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialicons;
  src: url('../fonts/materialicons-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-font: #08141c;
  --black: #08141c;
  --dropdown-text: #999;
  --text-dark: #0c3133;
  --primary: #d2b186;
  --white: white;
  --light-green: #16474a;
  --primary-light: #dfd3e833;
  --paragraph-text: #565969;
  --orange-secondary: #ffa67c;
  --dark-gray-50: #afafaf80;
  --light-gray: #f9f9fa;
  --gray: #e9e9e9;
  --paragraph-white: #fdfdff91;
  --faq-text: #649296;
  --crown-blue: #08141c;
  --footer-s-bottom: #16203a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--black-font);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  color: var(--dropdown-text);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.1em;
}

h5 {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

h6 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
}

p {
  color: var(--dropdown-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
}

a {
  color: var(--primary);
  letter-spacing: normal;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: color .5s;
}

a:hover {
  color: var(--black);
}

ul {
  color: var(--black);
  margin-top: 10px;
  padding-left: 0;
}

li {
  color: var(--white);
  align-items: center;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid var(--primary);
  background-color: #0000;
  background-image: url('../images/.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
}

.section.light-background {
  background-color: var(--white);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-grid-banner {
  background-image: url('../images/slide-1-new-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.section.blog-sidebar {
  padding-bottom: 50px;
}

.section.banner-our-team {
  background-color: var(--primary);
  background-image: linear-gradient(#0c3134b3, #0c3134b3), url('../images/four-team-members-expressing-togetherness-1-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.section.banner-career {
  background-image: url('../images/testemonials-green-1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-top: 30px;
  padding-bottom: 0;
}

.section.without-bottom-spacing.embed {
  margin-top: 35px;
  padding-bottom: 40px;
}

.section.job-position-banner {
  background-image: url('../images/testemonials-green-1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.section.contacts-banner {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/tint-2_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.section.contacts-2-banner {
  background-image: linear-gradient(#10393bb3, #10393bb3), url('../images/four-team-members-expressing-togetherness-1-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  display: flex;
}

.section.contacts-3-banner {
  background-image: url('../images/slide-1-new-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
}

.section.banner-faq {
  background-color: var(--primary);
  background-image: linear-gradient(to top, #0c3134, #0000 88%), url('../images/slide-1-new-2-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.section.banner-customers {
  background-image: url('../images/banner-home-3-2-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 220px;
  display: flex;
}

.section.banner-testimonials {
  background-image: url('../images/banner-home-3-2-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  padding-top: 200px;
  padding-bottom: 260px;
  display: flex;
}

.section.about-us-banner {
  background-image: url('../images/testemonials-green-1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.section.image-background {
  background-image: url('../images/banner-home-3-2-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
}

.section.blue-background {
  background-color: var(--black-font);
  margin-bottom: -40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.portfolio-grid-banner {
  background-image: url('../images/slide-1-new-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.section.landing-banner {
  background-color: var(--light-green);
  background-image: url('../images/landing-banner-image-2_1landing-banner-image-2.webp'), url('../images/landing-banner-image-1_1landing-banner-image-1.webp');
  background-position: 106% 45%, 4% 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.with-background {
  position: relative;
}

.section.with-parallax {
  background-image: url('../images/slide-1-new-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.section.our-team {
  z-index: 100;
  background-color: var(--white);
  margin-top: -150px;
  padding-top: 230px;
}

.section.our-blog {
  padding-top: 140px;
}

.section.get-more {
  padding-top: 40px;
}

.section.on-128 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/paint-protection-images-7.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 0;
}

.section.with-the-shadow {
  margin-top: -120px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 1px 20px 5px #0000000f;
}

.section.more-case-studies.overflow {
  overflow: hidden;
}

.section.whatch-our-short-video {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/paint-protection-film-5_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.feedback {
  background-color: var(--white);
}

.section.feedback.reviews {
  padding-top: 80px;
}

.section.free-onsultation {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/car-detailing-san-diego-17.jpeg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
}

.section.get-a-free-quote {
  padding-bottom: 40px;
}

.section.parallax-background {
  background-color: var(--primary-light);
  background-image: url('../images/faq-bg-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.about-us-banner-2 {
  background-image: linear-gradient(to bottom, var(--primary), var(--black));
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.section.dark-green {
  background-color: var(--black-font);
  padding-top: 30px;
}

.section.our-services {
  padding-top: 40px;
}

.section.blog-grid {
  padding-bottom: 50px;
}

.section.blog-details {
  padding-top: 220px;
}

.section.incomplete {
  padding-bottom: 0;
}

.section.portfolio-masonry {
  padding-top: 60px;
  padding-bottom: 20px;
}

.section.all-services {
  padding-top: 40px;
  overflow: hidden;
}

.section.blog-banner {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--primary), var(--black-font));
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.section.service-area-section {
  background-color: #f8fbff;
  padding-top: 0;
  padding-bottom: 0;
}

.base-container {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.grid-system-wrapper {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--paragraph-text);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.black-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--orange-secondary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 80px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 55px;
}

.h2-mobile {
  font-size: 39px;
}

.h3-mobile, .h3-tablet, .h4-tablet {
  font-size: 20px;
}

.h4-mobile {
  font-size: 18px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  margin-bottom: 25px;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .5s;
}

.primary-button:hover {
  background-color: var(--dark-gray-50);
  opacity: .8;
  color: var(--white);
  border-style: none;
}

.primary-button.full-width {
  width: 100%;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.dark {
  background-color: var(--black-font);
  transition-property: opacity;
}

.primary-button.header {
  background-color: var(--primary);
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.primary-button.header.mobile, .primary-button.header.mobile.w--current {
  display: none;
}

.primary-button.search {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.subsscribe {
  background-color: var(--black-font);
  border-radius: 0;
  margin-bottom: 0;
}

.primary-button.search-blog-button {
  border-radius: 0;
  margin-bottom: 25px;
}

.primary-button.full-width-button {
  border-radius: 0;
  width: 100%;
}

.primary-button.margin-top {
  margin-top: 20px;
  font-weight: 700;
}

.style-guide-div {
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  margin-top: 55px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  background-color: #0000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar.light-blue {
  background-color: var(--black-font);
  position: absolute;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  z-index: 100;
  color: var(--text-dark);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding: 17px 20px 17px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  transition-property: opacity;
  display: block;
}

.nav-link:hover {
  opacity: .6;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--text-dark);
  display: none;
}

.nav-link.home-1 {
  color: var(--white);
  text-transform: uppercase;
}

.nav-link.home-1:hover {
  color: var(--primary);
}

.nav-dropdown.contact-us {
  display: none;
}

.nav-dropdown-toggle {
  padding: 17px 10px 17px 0;
}

.nav-dropdown-icon {
  color: var(--text-dark);
  width: 11px;
  height: 12px;
  font-size: 16px;
}

.nav-dropdown-icon.contact-us {
  display: none;
}

.nav-dropdown-list {
  z-index: 100;
  background-color: var(--white);
  border: 1px solid #0000002e;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
}

.nav-dropdown-list.w--open {
  width: 270px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list.big-menu {
  width: 400px;
}

.nav-dropdown-list.big-menu.w--open {
  width: 600px;
}

.nav-dropdown-link-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: padding-left .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-wrapper:hover {
  padding-left: 20px;
  padding-right: 10px;
}

.nav-dropdown-line {
  z-index: 9999;
  background-color: var(--text-dark);
  width: 16px;
  height: 2px;
  position: absolute;
  left: -20px;
}

.nav-dropdown-link {
  color: var(--black);
  letter-spacing: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
  text-transform: uppercase;
}

.body {
  font-size: 20px;
}

.tablet-menu {
  display: none;
}

.nav-item-title {
  color: var(--black-font);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding-right: 25px;
  font-weight: 600;
  line-height: 1.2em;
}

.nav-item-title.text-white {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.style-guide-banner-section {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  display: flex;
}

.logo-mobile {
  padding-left: 0;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.banner-title.blog-title {
  z-index: 999;
  color: var(--white);
  font-size: 70px;
  font-weight: 700;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--text-dark);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 40px 0% auto;
}

.text-center {
  text-align: center;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--gray);
  min-width: 300px;
  min-height: 56px;
  margin-bottom: 0;
}

.coming-soon-input:focus {
  border: 1px solid var(--light-green);
}

.coming-soon-input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-grid-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  display: grid;
}

.blog-grid-collection-list.category {
  grid-template-rows: auto;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 280px;
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-grid-content-wrapper {
  background-color: var(--white);
  min-height: 360px;
  padding: 30px;
}

.collection-list-wrapper {
  flex-direction: row;
}

.blog-grid-item {
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-title {
  color: var(--text-dark);
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
}

.blog-grid-item-description {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-classic-wrapper {
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
  box-shadow: 0 0 20px #00000014;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 35px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 30px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-classic-post-title {
  color: var(--text-dark);
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 3px;
  margin-top: -13px;
  padding: 3px 15px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.blog-sidebar-item {
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-title {
  color: var(--text-dark);
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
  display: block;
}

.blog-sidebar-post-content {
  background-color: var(--white);
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 25px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--text-dark);
  margin-top: 0;
  font-size: 16px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: #969696;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  background-color: var(--white);
  padding: 25px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-category-item {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.sidebar-categories-wrapper {
  flex-direction: column;
  margin-top: 20px;
}

.blog-sidebar-post-image, .blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
}

.sidebar-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-template-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-template-pagination {
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: #999;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  background-color: #191919;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-rights {
  color: #ffffffb3;
  font-size: 14px;
}

.footer-copyright {
  color: #ffffffb3;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.footer-copyright:hover {
  color: var(--primary);
}

.body-with-background {
  background-color: var(--light-gray);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.section-subtitle.white-text {
  letter-spacing: normal;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-card-image {
  color: var(--primary);
  background-image: url('../images/pretty-woman-2.jpg');
  background-position: 50% 34%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 270px;
}

.team-card-image.architects {
  background-image: url('../images/smiley-architect-1.jpg');
}

.team-card-image.managers {
  background-image: url('../images/gallery-6-1.jpg');
  background-position: 92% 34%;
}

.team-card-image.we-are-family {
  min-height: auto;
}

.team-card-content-wrapper {
  background-color: var(--light-gray);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.team-member-position {
  color: #525252;
  margin-bottom: 20px;
  font-size: 18px;
}

.team-social-icon {
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
}

.team-social-icon-wrapper:hover {
  opacity: .7;
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.process-item-wrapper {
  align-items: center;
  display: flex;
}

.process-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.process-content {
  width: 45%;
}

.process-content.reverse {
  width: 80%;
  padding-right: 70px;
}

.process-number-wrapper {
  flex: 1;
  max-width: 20%;
  padding-left: 70px;
  padding-right: 70px;
}

.process-number-wrapper.reverse {
  flex: none;
  min-width: 20%;
  max-width: none;
  padding-left: 0;
}

.process-number {
  color: var(--primary);
  font-size: 66px;
  line-height: 1;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button {
  color: var(--primary);
  background-color: #0000;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.2;
  transition: color .5s;
  display: inline-block;
}

.text-button:hover {
  color: var(--black);
}

.text-button-icon {
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  display: inline-block;
}

.text-button-icon.left-icon {
  margin-left: 0;
  margin-right: 10px;
}

.free-trial-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.process-image {
  min-height: 320px;
}

.process-content-wrapper {
  align-items: center;
  width: 55%;
  display: flex;
}

.values-wrapper {
  display: flex;
}

.values-image-wrapper {
  width: 50%;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 100px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--light-green);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  background-color: var(--light-gray);
  border-radius: 15px;
  width: 50%;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  background-color: var(--light-gray);
  align-items: center;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.career-position {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.career-location, .career-type {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.career-button-wrapper {
  text-align: right;
  width: 25%;
  padding-left: 35px;
  padding-right: 35px;
}

.career-title-mobile {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  display: none;
}

.career-position-wrapper {
  width: 30%;
  padding-left: 35px;
  padding-right: 35px;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-large {
  color: var(--paragraph-text);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 1.7em;
}

.values-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.career-customer-item {
  filter: brightness(0%);
  transition: filter .5s;
}

.career-customer-item:hover {
  filter: brightness();
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  min-height: 100px;
}

.career-customer-image {
  filter: brightness(0%);
  transition: filter .5s;
}

.career-customer-image:hover {
  filter: brightness();
}

.banner-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.banner-title-wrapper.testimonials {
  margin-top: 40px;
}

.banner-title-wrapper.services {
  max-width: 720px;
}

.text-white {
  color: var(--white);
  font-size: 30px;
}

.text-white.center {
  text-align: center;
}

.text-white.top-banner-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 180px;
  padding-right: 180px;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2em;
}

.text-white.reviews {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-white.top-banner-home-2 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 160px;
  padding-right: 160px;
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-white.center-info-text {
  text-align: center;
  font-size: 35px;
}

.section-ttile-description {
  color: var(--paragraph-white);
  text-align: center;
  margin-top: 20px;
}

.section-ttile-description.mb-30.dark {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.services-wrapper {
  margin-top: 60px;
  display: flex;
}

.services-item {
  background-color: var(--light-green);
  border-radius: 50px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 20px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.services-item-description {
  color: var(--paragraph-white);
}

.section-title {
  font-size: 40px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-video-wrapper {
  width: 50%;
  max-height: 320px;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  background-image: url('../images/home-2-green-1-1-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--primary);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.workflow-title-wrapper-desktop {
  display: none;
}

.workflow-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--gray);
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-toggle.faq {
  border-bottom-style: none;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-item {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-shevron-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mb-30 {
  margin-bottom: 30px;
}

.light-background {
  background-color: var(--light-gray);
}

.pricing-features-icon {
  margin-right: 20px;
  padding: 15px;
}

.coming-soon-image {
  max-width: 480px;
}

.link-with-icon {
  letter-spacing: 1.28px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .5s;
  display: flex;
}

.link-with-icon:hover {
  color: var(--black);
}

.link-with-icon.text-white {
  letter-spacing: normal;
  justify-content: flex-start;
  font-weight: 700;
}

.link-with-icon.pagination-button {
  color: var(--text-dark);
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--white);
  width: 33%;
  padding: 40px;
  position: sticky;
  top: 220px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  align-items: center;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: #f8fbff;
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-form-wrapper.inverse {
  background-color: var(--black);
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-location-wrap {
  justify-content: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph {
  color: var(--text-dark);
  letter-spacing: 0;
  text-transform: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-slider-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-slider-right-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--light-green);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--dark-gray-50);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--dark-gray-50);
  min-height: 200px;
  margin-top: 16px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
}

.contacts-textarea::placeholder {
  color: var(--dropdown-text);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contacts-textarea.input-home-2 {
  border-color: var(--dark-gray-50);
}

.contacts-textarea.input-home-2:focus {
  border-color: var(--primary);
}

.contacts-textarea.contact-us-form {
  border-color: var(--white);
}

.contacts-textarea.contact-us-form:focus-visible, .contacts-textarea.contact-us-form[data-wf-focus-visible] {
  border-color: var(--primary);
}

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  height: auto;
  padding: 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: var(--dropdown-text);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contacts-form-title {
  text-align: center;
}

.contacts-form-title.inverse {
  color: var(--white);
}

.contacts-title-mobile {
  text-align: center;
  margin-bottom: 60px;
  display: none;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  background-color: var(--primary-light);
  width: 50%;
  margin-right: 40px;
  padding: 40px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.contacts-2-wrapper {
  display: flex;
}

.contacts-3-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-3-banner-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.adress-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 70px;
  display: grid;
}

.adress-card {
  background-color: var(--black-font);
  border-radius: 50px;
  padding: 30px 40px;
}

.contacts-3-capabilities-wrap-left {
  width: 45%;
  padding-right: 80px;
}

.contacts-3-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 30px;
}

.contacts-list-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: -31px;
  margin-right: 30px;
  display: flex;
}

.contacts-3-capabilities-wrap-right {
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.contacts-3-capabilities-wrapper {
  display: flex;
}

.contacts-3-capabilities-image {
  max-width: 60%;
}

.contacts-3-form-wrapper {
  background-color: var(--primary-light);
  padding: 40px;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  border: 1px solid var(--white);
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.contacts-3-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
}

.contacts-3-input::placeholder {
  color: var(--dropdown-text);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contacts-3-input.select-input {
  background-color: var(--white);
  color: var(--dropdown-text);
  font-weight: 300;
}

.contacts-3-input.last-child {
  border-color: var(--dark-gray-50);
}

.contacts-3-input.last-child:focus-visible, .contacts-3-input.last-child[data-wf-focus-visible] {
  border-color: var(--primary);
}

.contacts-3-input.phone {
  display: none;
}

.contacts-3-input.input-home-2 {
  border-color: var(--dark-gray-50);
}

.contacts-3-input.input-home-2:focus {
  border-color: var(--primary);
}

.contacts-3-input.last-child-home-2 {
  border-color: var(--dark-gray-50);
}

.contacts-3-input.last-child-home-2:focus {
  border-color: var(--primary);
}

.contacts-3-input.last-child-contact-us {
  border-color: var(--white);
}

.contacts-3-input.last-child-contact-us:focus-visible, .contacts-3-input.last-child-contact-us[data-wf-focus-visible] {
  border-color: var(--primary);
}

.contacts-3-form {
  text-align: center;
  width: 100%;
}

.footer-link {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  transition: color .5s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-link.w--current {
  color: var(--primary);
  letter-spacing: normal;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding-right: 15px;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.footer-social-icon {
  color: #fff;
  margin-right: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--primary);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-links-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-links-wrapper.contacts {
  width: 30%;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--light-green);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-shop-con {
  align-items: center;
}

.navbar-search-icon {
  color: var(--white);
  cursor: pointer;
  padding: 12px 10px 10px;
  font-family: "Fa solid 900", sans-serif;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: auto;
  margin-top: 20px;
  padding: 16px 22px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-result-wrapper {
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 220px;
}

.footer-brand-description {
  opacity: .7;
  color: var(--white);
  text-align: center;
  line-height: 2.5em;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  grid-template-columns: 1fr 1fr 1fr;
}

.customer-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-bottom: 1px solid var(--dark-gray-50);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
}

.customer-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Bitter, serif;
  font-size: 12px;
  font-weight: 700;
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  box-shadow: 0 0 50px #0f5cfa14;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote-position {
  color: #0e0e0e99;
  font-size: 14px;
  font-weight: 700;
}

.testominials-cards-banner {
  margin-top: -200px;
}

.list-item-circle {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  display: block;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.service-details-sidebar-wrapper {
  width: 30%;
  padding: 20px 40px;
  position: sticky;
  top: 220px;
  box-shadow: 0 0 20px #0000001a;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.dark-gray-style-guide {
  background-color: var(--light-green);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.service-list-banner {
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  display: flex;
}

.service-list-banner.thank-you {
  padding-top: 200px;
}

.service-list-2-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-list-2-item-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.service-list-2-item-content {
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-list-2-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.service-list-process-icon {
  justify-content: center;
  align-items: center;
  height: 53px;
  margin-bottom: 30px;
}

.service-list-process-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding: 20px;
  display: flex;
}

.service-list-process-wrap.hide {
  display: none;
}

.service-list-process-wrapper {
  justify-content: center;
  display: flex;
}

.service-list-section-wrapper {
  align-items: center;
  display: flex;
}

.service-list-section-wrap {
  width: 50%;
  padding-left: 40px;
}

.service-list-section-wrap.first-child {
  padding-left: 0;
}

.service-list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.service-list-2-bottom-section {
  flex-wrap: wrap;
  display: flex;
}

.service-list-2-bottom-left-block {
  width: 50%;
  min-height: 480px;
}

.service-list-2-bottom-center-block {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 480px;
}

.service-list-2-bottom-contacts {
  text-align: center;
  background-image: linear-gradient(#ff6137e6, #ff6137e6), url('../images/jeremy-1.jpg');
  background-position: 0 0, 100% 86%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 380px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.service-list-2-bottom-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.service-list-2-bottom-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: 2px;
  align-items: center;
  padding: 16px 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s;
}

.primary-button-white:hover {
  color: var(--white);
  background-color: #0000;
}

.style-guide-content-wrapper {
  display: flex;
}

.about-1-video {
  background-image: url('../images/gallery-2-2-1-1.jpg');
  background-position: 50% 13%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-1-features-wrapper {
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.about-1-features-wrap {
  align-items: flex-start;
  width: 33.33%;
  margin-right: 30px;
  display: flex;
}

.about-1-features-wrap.last-child {
  margin-right: 0;
}

.text-block {
  margin-top: 10px;
  padding-right: 20px;
}

.about-1-counter-wrapper {
  display: flex;
}

.about-1-counter-number {
  color: var(--text-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Teko, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.about-1-counter-wrap {
  text-align: center;
  width: 33.33%;
  padding-left: 40px;
  padding-right: 40px;
}

.about-1-counter-wrap.last-child {
  margin-right: 0;
}

.about-1-clients-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-1-customer-image {
  filter: brightness(0%);
  transition: filter .5s;
}

.about-1-customer-image:hover {
  filter: brightness();
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 40px;
  position: relative;
}

.testimonials-slide-item {
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 40px;
  display: flex;
}

.testimonials-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: block;
}

.testimonials-slider-profile-wraper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-slider-arrow-icon {
  color: var(--dark-gray-50);
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.testimonials-slider-arrow-icon:hover {
  color: var(--primary);
}

.testimonials-slider-arrow {
  width: 5%;
}

.testimonials-slider-mask {
  width: 80%;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider {
  background-color: #0000;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  position: relative;
}

.team-slide-item {
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-slider-image {
  object-fit: cover;
  background-image: url('../images/young-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 400px;
  min-height: 400px;
  display: block;
}

.team-slider-image.slide-2 {
  background-image: url('../images/smiley-architect-1.jpg');
}

.team-slider-image.slide-3 {
  background-image: url('../images/pretty-woman-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-slider-image.slide-4 {
  background-image: url('../images/photo-2-1.jpg');
  background-position: -24% 3%;
}

.team-slider-image.slide-5 {
  background-image: url('../images/happy-female-1-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-slide-item-desc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-slider-social-icon {
  color: var(--black-font);
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.team-slider-social-icon:hover {
  color: var(--primary);
}

.team-slider-social-icon.last-child {
  margin-right: 0;
}

.slider-nav {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  font-size: 12px;
  display: flex;
}

.slider-nav-active-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-nav-active-item {
  z-index: 10;
  background-color: var(--primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.about-list-wrap {
  background-color: var(--white);
  max-width: 460px;
  margin-right: 60px;
  padding: 40px 60px 80px;
}

.about-1-list-wrapper {
  justify-content: flex-end;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.progress-bar-gray-line {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 4px;
}

.progress-bar-90 {
  background-color: var(--primary);
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-wrapper {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--primary);
  width: 80%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.about-3-card-wrapper {
  display: flex;
}

.about-3-card-wrapper.black {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.about-3-center-card {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 80px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-3-card-number {
  color: var(--black-font);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.about-3-card {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 60px 40px;
  display: flex;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card.last-child {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.about-3-content-wrap {
  text-align: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.about-3-content-wrapper {
  margin-bottom: 80px;
  display: flex;
}

.about-3-card-with-image {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-content {
  background-color: var(--black);
  text-align: center;
  border-radius: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px 40px 40px;
  display: flex;
}

.about-3-card-content.service {
  background-color: var(--white);
}

.about-3-center-card-with-image {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-image {
  object-fit: contain;
  width: 100%;
  height: 240px;
}

.about-3-center-card-image {
  object-fit: contain;
  width: 100%;
  height: 240px;
  margin-top: 25px;
}

.about-3-center-card-image.tint {
  width: 300px;
}

.about-3-image {
  background-image: url('../images/happy-female-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  overflow: hidden;
}

.about-3-image.team-2 {
  background-image: url('../images/smiley-architect-1.jpg');
  background-position: 50% 23%;
}

.about-3-image.team-3 {
  background-image: url('../images/pretty-woman-2.jpg');
  background-position: 50% 22%;
}

.about-3-image.team-4 {
  background-image: url('../images/gallery-6-1.jpg');
  background-position: 75%;
  justify-content: center;
  align-items: center;
}

.about-3-progress-bar-wrapper {
  width: 100%;
  display: flex;
}

.about-3-progress-bar-content {
  width: 50%;
  margin-right: 40px;
}

.about-3-progress-bar {
  width: 50%;
  max-width: 480px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.about-3-tabs-menu {
  text-align: left;
  border-bottom: 2px solid #ffffff80;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  display: flex;
}

.about-3-tab-circle {
  border: 3px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-top: 20px;
}

.about-3-tabs-content {
  margin-top: 60px;
  display: flex;
}

.about-3-tab-image-wrap {
  width: 40%;
}

.about-3-tab-content-wrap {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  display: flex;
}

.about-3-tab-pane-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.about-3-tab-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-3-progress-bar-active-element {
  background-color: var(--primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 0% -4px auto;
}

.about-3-progress-bar-number {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
}

.about-3-progress-bar-item {
  margin-bottom: 30px;
}

.section-with-blue-background {
  background-color: var(--primary);
}

.about-3-form-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.about-3-form {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.about-3-form-text-field {
  border: 1px #000;
  width: 360px;
  height: 56px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.about-3-form-text-field:focus {
  border-style: none;
}

.about-3-form-text-field::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.team-slider-content {
  width: 60%;
  margin-left: 40px;
}

.team-slider-mask {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-background {
  background-color: var(--primary);
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.team-slider-left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: 20px auto auto 200px;
}

.team-slider-right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: 20px auto auto 250px;
}

.team-slider-arrow-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.testimonials-quote-icon {
  color: var(--primary);
  margin-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
  line-height: 1;
}

.portfolio-tab-link {
  text-transform: uppercase;
  background-color: #0000;
  padding: 20px 30px;
  font-weight: 700;
}

.portfolio-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  flex: 1;
}

.portfolio-tab-link.last-child {
  order: 1;
}

.tabs-menu {
  justify-content: space-between;
  display: flex;
}

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 400px 400px 400px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.portfolio-grid-collection-list.modern {
  grid-template-rows: 400px;
}

.portfolio-grid-image {
  object-fit: cover;
  object-position: 50% 76%;
  max-width: 101%;
  min-height: 400px;
}

.portfolio-grid-collection-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.portfolio-grid-title-wrapper {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.portfolio-grad-title {
  color: var(--text-dark);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.portfolio-grid-category {
  color: var(--text-dark);
  font-size: 18px;
}

.portfolio-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-grid-item-background {
  z-index: -1;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 30px #0000001a;
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.banner-buttons-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.portfolio-masonry-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  column-rule-style: none;
  column-rule-width: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  padding: 30px;
  display: flex;
}

.portfolio-masonry-collection-list.all-projects {
  display: block;
}

.portfolio-masonry-collection-item {
  display: inline-block;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.portfolio-masonry-lightbox {
  border-bottom: 120px solid var(--primary);
  border-left: 120px solid #0000;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.portfolio-masonry-lightbox:hover {
  border-bottom-color: var(--black-font);
}

.portfolio-masonry-lightbox-icon {
  color: var(--white);
  height: 28px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  inset: 65px 20px 0 auto;
}

.portfolio-masonry-content-wrapper {
  padding-top: 15px;
  padding-bottom: 30px;
}

.portfolio-masonry-title {
  color: var(--text-dark);
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
  transition: all .3s;
}

.portfolio-masonry-title:hover {
  color: var(--primary);
}

.portfolio-masonry-category {
  color: var(--light-green);
  width: 100%;
  margin-top: 5px;
  transition: all .3s;
  display: inline-block;
}

.portfolio-masonry-category:hover {
  color: var(--text-dark);
}

.project-template-category {
  color: var(--primary);
  margin-bottom: 30px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.project-template-category:hover {
  opacity: .7;
}

.project-template-category.new-case {
  display: block;
}

.project-template-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-template-info {
  width: 30%;
  padding-left: 80px;
}

.project-template-content-wrapper {
  margin-bottom: 80px;
  display: flex;
}

.project-template-info-wrap {
  margin-bottom: 30px;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  color: var(--light-green);
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-template-banner-image {
  object-fit: cover;
  width: 100%;
  height: 90vh;
}

.project-pagination-wrapper {
  align-items: center;
  display: flex;
}

.project-pagination-icon-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-pagination-icon {
  color: var(--light-green);
  justify-content: center;
  align-items: center;
  font-family: Materialicons, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
}

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.progress-bar-91 {
  background-color: var(--primary);
  width: 91%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
}

.landing-page-image-hover {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 0%;
  display: none;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
  margin-bottom: 60px;
  display: flex;
}

.tabs-slider {
  background-color: #0000;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-slider.about {
  margin-bottom: 40px;
}

.tabs-slider-mask {
  position: relative;
}

.tabs-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.tabs-slider-left-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 54px auto auto 0%;
}

.tabs-slider-right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: 54px 0% auto auto;
}

.about-3-progress-bar-slide-1, .about-3-progress-bar-slide-2, .about-3-progress-bar-slide-3 {
  background-color: var(--white);
  height: 2px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 78px 0% auto;
}

.megamenu-dropdown-wrapper {
  justify-content: center;
  display: flex;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--black-font);
  background-image: url('../images/frame-47_1frame-47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0f5cfa4d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.play-button-icon {
  z-index: 7;
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
  left: 2px;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--primary);
  color: var(--primary);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  border-color: var(--primary);
  transform: scale(1);
}

.sidebar-search {
  background-color: var(--white);
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--text-dark);
  height: auto;
  margin-bottom: 25px;
  margin-left: 0;
  padding: 14px 22px;
  line-height: 26px;
}

.sidebar-search-input::placeholder {
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.blog-sidebar-left-wrapper.full-width {
  width: 100%;
}

.primary-button-blue {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #000;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .5s;
}

.primary-button-blue:hover {
  opacity: .5;
  color: var(--white);
}

.primary-button-blue.get-a-free {
  display: block;
}

.logo-con-128 {
  height: 4.5em;
}

.logo-con-128.dark {
  height: 4.8em;
}

.image {
  height: 6em;
}

.footer-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.center-footer {
  background-color: #191919;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-white-text {
  color: var(--gray);
  text-align: center;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
}

.button-wrap {
  align-items: center;
  display: flex;
}

.text-send-span {
  padding-left: 10px;
  font-family: "Fa 400", sans-serif;
}

.base-center-container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.top-section {
  background-color: var(--light-green);
  height: 100vh;
}

.top-slider {
  background-color: var(--light-green);
  width: 100vw;
  height: 100vh;
}

.text-span-icon {
  color: var(--primary);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.footer-contacts-text {
  color: var(--light-gray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 1.7em;
}

.section-light-background {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mask {
  box-shadow: 14px 14px 100px 10px var(--black-font);
}

.section-dark-blue {
  background-color: var(--black-font);
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide-nav {
  display: none;
}

.slider-img-1 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.banner-slider-1 {
  width: 100%;
  overflow: hidden;
}

.banner-text-wrap {
  z-index: 10;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 240px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.banner-text-wrap.home-3 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.image-logo {
  height: 120px;
}

.image-logo.logo-home-3 {
  margin-bottom: 20px;
}

.icon, .icon-2 {
  font-size: 30px;
}

.left-arrow {
  cursor: auto;
  flex-direction: row-reverse;
  align-items: center;
  width: 13%;
  margin-top: 140px;
  display: flex;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.slide-1-3, .slide-3-3 {
  color: var(--white);
  font-size: 14px;
  display: block;
}

.right-arrow {
  cursor: auto;
  align-items: center;
  width: 13%;
  margin-top: 140px;
  display: flex;
  overflow: visible;
}

.left-wrap {
  cursor: pointer;
  padding: 10px;
}

.slide-2-3, .slide-3-3-left, .slide-1-3-right, .slide-2-3-right {
  color: var(--white);
  font-size: 14px;
  display: none;
}

.brand {
  overflow: hidden;
}

.orange-message {
  color: var(--primary);
  font-weight: 700;
}

.subtitle-wrap {
  flex-direction: row;
  justify-content: space-between;
  padding-right: 20px;
  display: flex;
}

.paragraph-white {
  color: var(--paragraph-white);
}

.subtitle {
  width: auto;
  padding-right: 20px;
}

.link-with-arrow {
  display: inline-block;
}

.our-advantages {
  grid-column-gap: 20px;
  grid-template-rows: 425px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.blue-grid-container {
  background-color: var(--light-green);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-wrap {
  width: 68%;
}

.white-link-with-icon {
  color: var(--white);
  letter-spacing: 1.28px;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: color .5s;
}

.white-link-with-icon:hover {
  color: var(--primary);
}

.content-wrap {
  padding-right: 20px;
  display: block;
}

.future-icon {
  width: 60px;
  height: 40px;
}

.image-5 {
  position: absolute;
  inset: 5% 0% 0% 25%;
}

.bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.right-wrap {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.you-a-future {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  min-height: 540px;
}

.photo.first-photo {
  background-image: url('../images/photoo-1-1.jpg');
}

.photo.second-photo {
  background-image: url('../images/photo-2-1.jpg');
  margin-right: 60px;
}

.info-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jonatan-davis {
  flex-direction: column;
  align-items: flex-start;
}

.image-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.image-signature {
  display: inline;
}

.signature-wrap {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.our-future-video {
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 42% 0% 25%;
}

.photo-wraprer {
  justify-content: center;
  width: 50%;
  display: flex;
}

.photo-wraprer._1 {
  justify-content: flex-end;
  padding-top: 70px;
  padding-right: 15px;
  overflow: hidden;
}

.photo-wraprer._2 {
  justify-content: flex-start;
  padding-bottom: 70px;
  padding-left: 15px;
  display: block;
  overflow: hidden;
}

.image-industry {
  width: 430px;
  height: 440px;
  position: absolute;
  inset: 23% 0% auto -17%;
}

.light-orange-line {
  border-top: 1px solid var(--orange-secondary);
  opacity: .5;
  width: 10px;
  height: 20px;
  margin-top: 10px;
}

.light-orange-line.long {
  width: 35px;
}

.light-orange-line.more-projects {
  margin-top: 0;
}

.underlining {
  display: flex;
}

.dark-orange-line {
  border-top: 1px solid var(--primary);
  width: 70px;
  height: 20px;
  margin-top: 10px;
}

.dark-orange-line.more-projects {
  margin-top: 0;
}

.spacing-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
}

.image-industry-copy {
  width: 430px;
  height: 440px;
  position: absolute;
  inset: 23% 0% auto -17%;
}

.our-featured-wrap {
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
}

.link-our-featured {
  padding-bottom: 4px;
}

.line {
  background-color: #dfd3e8;
  width: 280px;
  height: 1px;
  margin-bottom: 20px;
}

.link-more-projects {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  transition: color .5s;
  display: inline-block;
}

.light-orange-line-long {
  border-top: 1px solid var(--orange-secondary);
  opacity: .5;
  width: 35px;
  height: 20px;
}

.underlining-with-spaces {
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.featured-background {
  z-index: -3;
  opacity: .05;
  background-image: url('../images/bg-new-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.section-light-gray {
  background-color: var(--light-gray);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-light-gray.with-background {
  z-index: 1;
  background-image: none;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-light-gray.last-section {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.orange-background {
  background-color: var(--primary);
  margin-top: -165px;
  padding-bottom: 80px;
}

.collection-wrap {
  z-index: 10;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1900vw;
  margin-top: 90px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.all-links {
  flex-direction: column;
  flex: none;
}

.image-wrapper {
  width: 305px;
  height: 100%;
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
  overflow: hidden;
}

.collection-list-loop-wrapper {
  flex-direction: row;
  min-height: 420px;
  display: inline-block;
}

.image-products {
  width: 360px;
  height: 100%;
}

.loop-list {
  display: flex;
}

.white-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  width: 140px;
  height: 140px;
  padding: 15px 15px 25px 25px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.collection-title {
  color: var(--text-dark);
  font-size: 20px;
}

.collection-title:hover {
  color: var(--white);
}

.arrow {
  color: var(--white);
  width: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  transform: rotate(180deg);
}

.wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 25px;
  display: flex;
}

.center-text-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 225px;
  display: flex;
  position: relative;
}

.some-facts-about-us {
  flex-direction: row;
  margin-top: 50px;
  display: flex;
}

.number-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.white-numbers {
  color: var(--white);
  font-size: 70px;
}

.facts-wrap {
  width: 60%;
}

.item.center-title-blue {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.industryo-img, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.testimonial-slider {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.testimonials-intro {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.consumer-feedback {
  color: var(--white);
  font-size: 26px;
}

.slide-nav-2 {
  display: none;
}

.feedback-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.wrapper-for-stars {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-star {
  height: 28px;
}

.wide-base-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-gallery {
  width: 100vw;
  max-width: 140%;
  height: 100%;
}

.grid {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 480px 480px 480px 480px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.white-overlay {
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-plus {
  color: var(--black-font);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 40px;
  font-weight: 600;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.underlining-center {
  margin-top: 10px;
  display: flex;
}

.light-orange-line-center {
  border-top: 1px solid var(--orange-secondary);
  opacity: .5;
  width: 20px;
  height: 50px;
}

.dark-orange-line-center {
  border-top: 1px solid var(--primary);
  width: 70px;
  height: 50px;
}

.team-wrap {
  border: 1px solid var(--gray);
  background-color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-height: 400px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 20px;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
}

.team-wrap:hover {
  box-shadow: 1px 1px 30px -12px #f19469a3;
}

.team-photo {
  border-radius: 100%;
  width: 190px;
  height: 190px;
  margin-bottom: 30px;
}

.team-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.member-s-name {
  margin-top: 0;
  margin-bottom: 0;
}

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.border-color {
  background-color: var(--primary);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-team-members {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.all-team-members {
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.image-bg {
  display: none;
}

.our-cooperation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 40px;
}

.cooperation-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.cooperation-image {
  filter: brightness(0%);
  transition: filter .4s;
}

.cooperation-image:hover {
  filter: brightness();
}

.cooperation-wrap {
  justify-content: space-between;
  height: 130px;
  display: flex;
}

.all-content {
  flex-direction: column;
  height: auto;
  display: flex;
}

.collection-blig-list {
  min-height: 430px;
}

.blog-image-wrapp {
  width: 100%;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}

.blog-slider {
  background-color: #0000;
  height: auto;
}

.blog-slider.blog-home-3 {
  margin-top: 50px;
}

.blog-collection-wrapper {
  display: inline-block;
}

.blog-list {
  display: flex;
}

.our-blog-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.info-wrap {
  background-color: var(--white);
  padding: 40px;
  position: relative;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.blog-post-name {
  color: var(--black-font);
  transition-property: opacity;
}

.blog-post-name:hover {
  opacity: .6;
  color: var(--text-dark);
}

.blog-post-summary {
  margin-top: 20px;
  margin-bottom: 25px;
}

.link-read-more {
  letter-spacing: 1.28px;
  font-size: 16px;
}

.general-blog-wrapper {
  display: flex;
  overflow: hidden;
}

.data-wrap {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 3px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 15px;
  position: absolute;
  inset: -6% auto auto 12%;
  box-shadow: 0 1px 13px #2b3553bf;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.slider-blog-nav-active-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-left: 35px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-nav-item {
  opacity: .2;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  font-size: 12px;
  display: none;
}

.top-section-home-2 {
  background-image: url('../images/home-2-green-1-1-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.white-overlay-for-home-2 {
  z-index: -10;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.image-logo-stroke {
  height: 120px;
  margin-bottom: 10px;
}

.link {
  letter-spacing: 1.28px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: color .5s;
  display: inline-block;
}

.link:hover {
  color: var(--orange-secondary);
}

.left-wrapper {
  justify-content: flex-end;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.top-button-wrap {
  width: 100%;
  display: flex;
}

.right-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.slider-wrapper {
  border: 1px solid var(--gray);
  flex-direction: column;
  justify-content: space-between;
  width: 310px;
  margin-right: 22px;
}

.mask-slider-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.construction {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 80px;
  line-height: 1.2em;
  display: flex;
}

.architecture {
  color: var(--primary);
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 80px;
  line-height: 1.2em;
  display: flex;
}

.engineering {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 80px;
  line-height: 1.2em;
  display: flex;
}

.text-orange-wrapp {
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.span-wrap {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 60px;
  display: flex;
}

.item-container {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
}

.construction-grid {
  z-index: 10;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  position: relative;
}

.industrial-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 300px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.info-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacing-wrapper-item {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
}

.box-icon {
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.benefit-item {
  background-image: url('../images/factory-river-dusk-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: relative;
}

.benefit-item.corporate {
  background-image: url('../images/home-33-1.jpg');
  background-position: 50% 0;
}

.benefit-item.metal {
  background-image: url('../images/metal-2-1-1.jpg');
  background-position: 50% 0;
}

.info-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefit-icon {
  margin-right: 30px;
}

.industrial-name {
  color: var(--white);
  margin-top: 0;
}

.black-overlay {
  background-color: #00000059;
  background-image: linear-gradient(346deg, #00000080, #0000 52%);
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-con128 {
  z-index: -1;
  opacity: .1;
  max-width: 130%;
  position: absolute;
  inset: 59% 0% auto 43%;
  transform: translate(50%)scale(2);
}

.section-dark-blue-text {
  background-color: var(--black-font);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-dark-blue-text.our-case-studies {
  background-color: var(--black-font);
}

.build-a-better-tomorrow-wrapper {
  flex-direction: column;
  display: flex;
}

.build-a-better-text-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.build-a-better-facts {
  flex-direction: row;
  margin-top: 50px;
  display: flex;
}

.blue-numbers {
  color: var(--text-dark);
  font-size: 70px;
}

.text-blue {
  color: var(--text-dark);
  text-align: center;
}

.dot-item {
  background-color: var(--primary);
  width: 8px;
  height: 8px;
  margin-bottom: 17px;
  margin-left: 2px;
}

.dot-item.about-us-1 {
  margin-bottom: 20px;
  margin-left: 5px;
}

.dot-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.construction-text {
  color: var(--paragraph-white);
  text-align: center;
}

.full-container {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.full-container.our-services {
  max-width: 1200px;
}

.number-wrapper-blue {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.done-for-this-years {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  position: relative;
}

.video-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: 390px;
  grid-template-columns: 190px 285px;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.photo-content {
  background-image: url('../images/jeremy-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-content.large-photo {
  background-image: url('../images/woman-men-1.jpg');
  background-position: 85%;
  background-size: cover;
}

.done-for-content-wrapp {
  padding-right: 20px;
}

.title-for-done {
  padding-right: 100px;
}

.item-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 30px;
}

.martha-davis {
  color: var(--paragraph-text);
  font-weight: 700;
}

.item-name-wrapper {
  padding-right: 30px;
}

.signature-of-chris {
  height: 67px;
  position: absolute;
  inset: auto 15% 35% auto;
}

.done-for-this-years-video {
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 39% -19%;
}

.advantages-wrap {
  justify-content: space-around;
  display: flex;
}

.advantages-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.center-icon-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.advantages-name {
  margin-top: 10px;
}

.project-paragraph {
  margin-top: 0;
}

.case-studies {
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.case-studies.our-services {
  place-items: center start;
  margin-bottom: 4em;
}

.case-studies-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.case-space {
  text-align: center;
  margin-top: 5px;
  padding-left: 220px;
  padding-right: 220px;
}

.case-studies-projects {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-item {
  position: relative;
}

.case-study-image {
  background-image: url('../images/jeremy-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 215px;
}

.case-study-image.outsourceo {
  background-image: url('../images/factory-river-dusk-2-1.jpg');
}

.case-study-image.moovit {
  background-image: url('../images/back-view-man-1.jpg');
}

.case-study-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  padding: 65px 40px 40px;
  display: flex;
}

.circle {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: 215px auto auto 50px;
  transform: translate(0, -50%);
  box-shadow: 0 1px 12px 3px #ff51009c;
}

.orange-message-future {
  color: var(--primary);
}

.why-choose-us {
  grid-row-gap: 50px;
  grid-template-columns: 1fr;
}

.choose-us-image {
  background-image: url('../images/smiley-architect-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 960px;
}

.faq-wpapp {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper-questions {
  justify-content: center;
  width: 520px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background-color: var(--white);
  width: 100%;
  position: static;
}

.faq-list-content {
  color: var(--faq-text);
  margin-top: 25px;
  margin-bottom: 0;
}

.choose-us-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

.get-in-touch {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-columns: 1fr;
  justify-items: center;
}

.get-in-touch-wrapper {
  width: 50%;
}

.text-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.new-york-wrapper {
  padding-top: 10px;
}

.circle-icon {
  background-color: var(--primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: flex;
}

.intro-circle-icon {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
}

.address-item {
  align-items: center;
  display: flex;
}

.link-address {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.new-york-link {
  color: var(--paragraph-text);
  font-weight: 400;
}

.new-york-link:hover {
  color: var(--primary);
}

.get-a-free-wrapper {
  background-image: linear-gradient(#ff6137e6, #ff6137e6), url('../images/jeremy-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  width: 100%;
  height: 530px;
  display: flex;
}

.section-get-in-touch {
  background-color: var(--white);
  background-image: url('../images/faq-bg-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.get-a-free-consultation {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  min-height: 650px;
  padding: 40px;
  display: flex;
  position: relative;
  top: -60px;
  box-shadow: 0 3px 20px 11px #47474721;
}

.get-a-free-consultation.home-3 {
  box-shadow: none;
  width: 620px;
  min-height: 630px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.name-get-in-touch {
  font-size: 35px;
}

.get-a-free-button {
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 20px;
  display: flex;
}

.wrapper-name {
  line-height: 1.2em;
}

.news-from-our-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.our-blog-name {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.collection-our-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 520px;
}

.our-blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-item-our-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.our-blog-container {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 20px 10px #c6cde057;
}

.our-blog-image {
  justify-content: center;
  width: 100%;
  height: 250px;
  display: flex;
  overflow: hidden;
}

.our-blog-info {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  min-height: 380px;
  padding: 25px;
  display: flex;
  position: relative;
}

.blog-image {
  width: 120%;
  max-width: 120%;
  height: auto;
}

.our-blog-post-name {
  color: var(--text-dark);
  font-size: 20px;
  line-height: 1.2em;
  transition-property: color;
}

.our-blog-post-name:hover {
  color: var(--primary);
}

.image-autor-logo {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.autor-name {
  display: flex;
}

.by-jonathan-lewis {
  font-size: 13px;
  font-weight: 700;
}

.section-home-3 {
  background-image: url('../images/banner-home-3-2-1-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 50px;
  display: flex;
}

.lower-section {
  z-index: -1;
  background-color: var(--white);
  margin-top: -100px;
  padding-bottom: 25px;
}

.services-we-offer {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 350px;
  justify-items: center;
  position: relative;
}

.offer-wrapp {
  background-color: var(--white);
  flex-direction: row;
  align-items: center;
  padding: 25px;
  display: flex;
}

.offer-image {
  margin-right: 20px;
}

.offer-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.offer-bg {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary) 64%, transparent);
  flex-direction: column;
  justify-content: flex-start;
  width: 360px;
  height: 100%;
  margin-top: -25px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.services-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Teko, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.services-link:hover {
  color: var(--white);
}

.wrapper-services-we-offer {
  flex-direction: column;
  display: flex;
}

.services-line {
  z-index: 9999;
  background-color: var(--white);
  width: 16px;
  height: 2px;
  position: absolute;
  left: -20px;
}

.serveres-link {
  color: var(--white);
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
}

.serveres-link:hover {
  color: var(--white);
}

.serveres-link.w--current {
  color: var(--primary);
}

.offer-link-wrap {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: padding-left .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offer-link-wrap:hover {
  padding-left: 20px;
  padding-right: 10px;
}

.three-column-wrapper {
  width: 50%;
  box-shadow: 0 0 10px #00000014;
}

.general-wrapper {
  display: flex;
  box-shadow: 0 1px 20px 3px #47557d38;
}

.link-container {
  padding-top: 10px;
  padding-bottom: 60px;
}

.get-more-wrapper {
  justify-content: space-between;
  width: 800px;
  padding-right: 10px;
  display: flex;
}

.get-more-link {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.get-more-link:hover {
  color: var(--primary);
}

.get-more-link.home-3 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.building-everything {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 70px;
}

.base-middle-container {
  flex-direction: column;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.building-everything-image {
  object-fit: cover;
}

.building-everything-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}

.building-everything-wrap.left {
  padding-left: 0;
  padding-right: 60px;
}

.building-info-wrap {
  padding-top: 20px;
  padding-bottom: 15px;
}

.why-work-with-con-128 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-columns: 1fr;
  padding-bottom: 200px;
}

.icon-wrap-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-intro {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-image {
  margin-bottom: 10px;
}

.big-container {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.large-photo-gallery {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 280px;
  grid-template-columns: 230px 1fr 230px;
}

.picture {
  background-image: url('../images/tint-2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition-property: box-shadow;
}

.picture:hover {
  box-shadow: 0 1px 10px 4px #051d5169;
}

.picture.medium-picture {
  background-image: url('../images/paint-protection-film-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.picture.last-picture {
  background-image: url('../images/tint-1_1.webp');
}

.we-work-with {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.company-logo-image {
  opacity: .4;
  filter: grayscale();
  height: 6em;
  transition: opacity .5s;
}

.company-logo-image:hover {
  opacity: 1;
}

.central-subheading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-projects {
  grid-column-gap: 20px;
  grid-template-rows: 385px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-image {
  background-image: url('../images/jeremy-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.case-image.mechanical-engineering {
  background-image: url('../images/back-view-man-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.case-image.project-planning {
  background-image: url('../images/metal-2-1-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.orange-overlay {
  background-image: linear-gradient(to bottom, transparent 16%, var(--primary) 100%, #f0f0f0f0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.white-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  display: flex;
  position: relative;
  inset: auto 0% 25%;
}

.circle-img {
  height: 35px;
}

.project-name {
  flex-direction: column;
  align-items: flex-end;
}

.our-case-studies-spacing-copy {
  margin-top: 5px;
  padding-bottom: 10px;
}

.our-studies-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-heading-h1 {
  color: #e9e9e9;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1em;
}

.title-heading-wrapper {
  overflow: hidden;
}

.title-heading-wrapper.title-home-1 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.subscribe-form-input-wrapper {
  text-align: left;
  width: 100%;
  min-height: 50px;
  margin-top: 25px;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input {
  background-color: #ffffff0d;
  border: 1px solid #0000;
  border-radius: 5px 0 0 5px;
  min-height: 50px;
  margin-bottom: 0;
}

.subscribe-form-input:active, .subscribe-form-input:focus {
  color: var(--white);
  border-color: #0000;
}

.fa-icon {
  padding-right: 15px;
  display: inline;
}

.fa-icon.background {
  background-color: #ffffff0d;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 50px;
  font-family: "Fa solid 900", sans-serif;
  transition: color .5s;
}

.fa-icon.background:hover {
  color: var(--primary);
}

.footer-copyright-2 {
  color: #ffffffb3;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}

.form-block-3 {
  width: 100%;
}

.footer-copyright-link-2 {
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
}

.footer-copyright-link-2:hover {
  color: #ff6138;
}

.top-nav-container {
  background-color: #efefef;
  border-bottom: .5px solid #809cc34d;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  display: flex;
}

.call-us-text {
  color: var(--white);
  letter-spacing: 1.25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
}

.call-us-text.green-text {
  color: var(--text-dark);
}

.link-number {
  color: var(--white);
  cursor: pointer;
  font-family: Lato, sans-serif;
  transition: color .5s;
}

.link-number:hover {
  color: var(--primary);
}

.socials-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.social-wrap {
  text-align: left;
  justify-content: space-around;
  width: 135px;
  display: flex;
}

.link-socials {
  color: var(--white);
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  display: flex;
}

.link-socials:hover, .link-socials.soial-home-2 {
  color: var(--primary);
}

.link-socials.soial-home-2:hover {
  color: var(--orange-secondary);
}

.center-title-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-wrap-input-2 {
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input-2:focus {
  border-style: none;
}

.search-wrap-input-2::placeholder {
  color: #afafaf;
}

.search-bottom-line-2 {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.top-mobile-menu {
  border-bottom: .5px solid #809cc34d;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.call-us-text-mobile {
  color: var(--white);
  letter-spacing: 1.25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
}

.socials-wrapper-mobile {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.navbar-home-2-new {
  background-color: var(--white);
  width: 100%;
  padding-bottom: 8px;
  position: fixed;
}

.link-number-home-2 {
  color: var(--primary);
  cursor: pointer;
  transition: color .5s;
}

.link-number-home-2:hover {
  color: var(--black);
}

.address-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
}

.con-128-banner-text {
  color: var(--primary);
}

.footer-link-contacts {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.7em;
}

.footer-link-contacts:hover {
  color: var(--primary);
}

.center-foofer-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.all-contacts-wrapp {
  flex-direction: column;
  display: flex;
}

.center-video-container {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.short-video-on-con-128 {
  grid-template-rows: 400px;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.photo-for-video {
  position: relative;
}

.whatch-our-con-128-video {
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 40%;
}

.top-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.all-feedback-wrap {
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.feedback-item-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.feedback-intro {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: auto;
  margin-right: 30px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.estimates-of-the-wrapper {
  margin-bottom: 20px;
}

.estimates-image {
  height: 15px;
}

.contact-details-wrapper {
  margin-top: 30px;
  display: flex;
}

.contact-image {
  background-image: url('../images/team-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.contact-image.alena-due {
  background-image: url('../images/team-4-1.jpg');
}

.contact-image.bob-gugo {
  background-image: url('../images/team-1-1.jpg');
}

.contact-image.richard-branson {
  background-image: url('../images/team-5-1.jpg');
}

.feedback-wrapper {
  display: flex;
}

.center {
  text-align: center;
}

.center.your-opinion {
  margin-top: 1em;
  margin-bottom: 2em;
}

.consultation-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.news-from-blog {
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
}

.line-blog-home-3 {
  background-color: #dfd3e8;
  width: 200px;
  height: 1px;
  margin-bottom: 20px;
}

.free-quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.text-space-wrap {
  max-width: 60%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.orange-box-h2 {
  color: var(--primary);
  font-weight: 700;
}

.orange-box-h3 {
  color: var(--primary);
}

.about-us-1-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.list {
  flex-direction: column;
  align-items: center;
}

.list-wrapper {
  justify-content: center;
  display: flex;
}

.section-our-team {
  height: 300px;
  display: flex;
  overflow: hidden;
}

.banner-text-wrap-home-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 140px;
  display: flex;
  overflow: hidden;
}

.div-block-3 {
  position: relative;
}

.icons-wrap {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.orange-box-h1 {
  color: var(--primary);
}

.block-quote-2 {
  background-image: url('../images/.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 40px;
}

.text-block-2 {
  font-weight: 600;
  line-height: 1.1em;
  display: inline-block;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-weight: 600;
  line-height: 1.1em;
}

.blog-title-h1 {
  font-size: 70px;
}

.link-block-2 {
  object-position: 50% 100%;
  justify-content: flex-start;
  align-items: flex-end;
}

.image-8 {
  height: 15px;
}

.orange {
  color: var(--primary);
}

.image-9 {
  height: 6em;
}

.licensing-image-collection {
  object-fit: cover;
  width: 230vw;
  height: 320px;
}

.main-green {
  background-color: var(--black-font);
  width: 75px;
  height: 75px;
}

.project-prev-button-wrap-item, .project-next-button-wrap-item {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  font-weight: 600;
}

.lp-title-name {
  color: var(--white);
  font-size: 80px;
}

.dark-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.ttile-description-name {
  color: var(--primary);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.text-span-2 {
  color: #f77c5b;
}

.bold-text {
  font-size: 20px;
  font-weight: 500;
}

.section-home-3-video {
  background-image: linear-gradient(to bottom, black 14%, var(--primary-light));
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 50px;
  display: flex;
}

.velv-leads {
  color: var(--gray);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-404px {
  max-width: 404px;
  overflow: visible;
}

.text-over-image-link---text-container {
  z-index: 3;
  position: absolute;
  bottom: 48px;
  left: 40px;
  right: 40px;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.black {
  font-weight: 900;
}

.color-neutral-100 {
  color: #fff;
}

.slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.btn-circle-secondary {
  color: #070707;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #ff0080;
  border-color: #ff0080;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0%;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  z-index: 999;
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  padding: 10px;
  top: -100px;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  padding: 10px;
  inset: -100px 84px auto auto;
}

.text-over-image-link---image {
  object-fit: cover;
  min-height: 500px;
}

.hidden-on-desktop {
  display: none;
}

.slide-item-mg {
  margin-right: 28px;
}

.text-over-image-link---gradient {
  background-image: linear-gradient(to bottom, #0000 10%, #000000c4 50%, var(--primary));
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.display-4 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-4.color-neutral-100 {
  color: #fff;
}

.display-4.color-neutral-100.mg-bottom-0 {
  font-size: 23px;
}

.card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.text-over-image-link {
  z-index: 1;
  box-shadow: none;
  z-index: 1;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.text-over-image-link.gallary {
  height: 400px;
  margin-bottom: 1em;
  overflow: hidden;
}

.card.text-over-image-link {
  z-index: 1;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  min-height: 480px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.divider {
  background-color: #d6d6d6;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.link.white {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.divider.link.white.skinny {
  padding-top: 1px;
  padding-bottom: 1px;
}

.divider.link {
  background-color: #ff0080;
  width: 100%;
  max-width: 32px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
}

.divider.link.white {
  background-color: #fff;
}

.velv-leads-form {
  width: 100%;
}

.heading-15 {
  color: var(--black-font);
  font-size: 16px;
}

.about-4-card {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 60px 40px;
  display: flex;
  box-shadow: 0 10px 50px #35526317;
}

.about-4-center {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 80px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.about-4-card-with-image {
  background-color: var(--white);
  width: 50%;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0 10px 50px #35526317;
}

.about-4-center-card-with-image {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.about-4-center-card-with-image.full-width {
  width: 100%;
}

.about-4-center-card-with-image.full-width.tint {
  align-items: center;
}

.about-5-center-card-with-image {
  background-color: var(--black-font);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.about-5-center-card-with-image.service {
  background-color: var(--white);
}

.about-5-center {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  padding: 80px 40px;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-over-image-link---gradient-2 {
  background-image: linear-gradient(#0000 10%, #000000c4 50%, #ff0080);
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.embed-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block {
  color: var(--white);
  width: 100%;
}

.rich-text-block h2 {
  color: var(--primary);
}

.rich-text-block p {
  color: var(--white);
}

.rich-text-block h4 {
  color: var(--primary);
}

.rich-text-block h1 {
  color: var(--primary);
  font-size: 70px;
}

.rich-text-block h3, .rich-text-block ul {
  color: var(--white);
}

.rich-text-block strong {
  letter-spacing: 0;
}

.rich-text-block a {
  letter-spacing: normal;
  text-transform: none;
}

.div-block-4 {
  background-image: linear-gradient(to bottom, black, var(--primary-light));
  width: 100%;
  height: 100%;
}

.blog-image-holder {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.blog-title-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.blog-title-wrapper.testimonials {
  margin-top: 40px;
}

.blog-title-wrapper.services {
  max-width: 720px;
}

.blog-base-container {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.header69_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.container-small {
  z-index: 999;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-medium {
  font-size: 1.125rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.text-color-white {
  color: var(--white);
}

.section_header69 {
  z-index: 999;
  background-image: linear-gradient(to bottom, black, var(--primary-light));
  position: relative;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-align-center {
  text-align: center;
}

.header69_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  margin-top: 260px;
}

.header65_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.button {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #0000;
  background-color: #0000;
  border-color: #0000;
}

.header65_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-color-white-2 {
  color: var(--white);
  font-size: 60px;
}

.section_header65 {
  width: 100%;
  position: relative;
}

.consultation-form-wrapper {
  background-color: var(--primary-light);
  width: 100%;
  padding: 40px;
}

.book-now-title-desktop {
  width: 100%;
}

.book-now-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-16, .heading-17 {
  font-size: 15px;
}

.heading-15-v1 {
  color: var(--black-font);
  font-size: 20px;
}

.bold-text-3 {
  font-size: 20px;
}

.bold-text-4, .bold-text-5 {
  font-size: 15px;
}

.section-2 {
  padding-top: 7px;
}

.heading-18 {
  font-size: 50px;
}

.geotargetlygeocontent1657214487045_default {
  display: none;
}

.bg-text {
  z-index: -1;
  position: absolute;
}

.bg-text.services-2 {
  width: 56%;
  max-width: 720px;
  top: -72px;
  right: -136px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.section-3 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-3.overflow-hidden {
  display: block;
}

.geotargetlygeocontent1657214487045_content_3, .geotargetlygeocontent1657214487045_content_1, .geotargetlygeocontent1657214487045_content_4, .geotargetlygeocontent1657214487045_content_5 {
  display: none;
}

.inner-container._794px {
  max-width: 794px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.display-6 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 54px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.204em;
}

.collection-list {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.geotargetlygeocontent1657214487045_content_2 {
  display: none;
}

.display-7 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.429em;
}

.display-7.color-neutral-100 {
  color: #fff;
}

.gallary-link-block {
  width: 100%;
}

.text-over-image-link---image-2 {
  object-fit: cover;
  height: 400px;
}

.text-over-image-link---gradient-3 {
  background-image: linear-gradient(to bottom, #0000 41%, var(--primary) 72%, var(--primary));
  padding-top: 0;
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.slide-6 {
  object-fit: cover;
  width: 100%;
}

.project-slider {
  float: left;
  width: 50%;
  height: 30em;
}

.service-block-right {
  float: right;
  text-align: left;
  border: 1px solid #f3f3f7;
  border-radius: 1em;
  width: 50%;
  padding: 2em 2em 1em;
}

.project-car-image {
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}

.service-block {
  z-index: -6;
  text-align: left;
  border: 1px solid #f3f3f7;
  border-radius: 1em;
  width: 100%;
  padding: 2em 2em 1em;
}

.main-block {
  z-index: 256;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  flex: auto;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
  box-shadow: 0 0 32px -16px #00000052;
}

.container-default {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-10 {
  color: #070707;
}

.collection-list-wrapper-4 {
  background-color: var(--white);
}

.price-holder, .price-holder-center {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.primary-button-second {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  margin-top: 25px;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .5s;
}

.primary-button-second:hover {
  background-color: var(--black);
  opacity: .8;
  color: var(--white);
  border-style: none;
}

.primary-button-second.full-width {
  width: 100%;
}

.primary-button-second.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button-second.dark {
  background-color: var(--black-font);
  transition-property: opacity;
}

.primary-button-second.header {
  background-color: var(--primary);
  text-transform: uppercase;
  flex: none;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.primary-button-second.header.mobile, .primary-button-second.header.mobile.w--current {
  display: none;
}

.primary-button-second.search {
  margin-left: auto;
  margin-right: auto;
}

.primary-button-second.subsscribe {
  background-color: var(--black-font);
  border-radius: 0;
}

.primary-button-second.search-blog-button {
  border-radius: 0;
  margin-bottom: 25px;
}

.primary-button-second.full-width-button {
  border-radius: 0;
  width: 100%;
}

.heading-19, .heading-20, .heading-21 {
  font-size: 25px;
}

.paragraph-2 {
  font-size: 15px;
}

.heading-22 {
  font-size: 45px;
}

.heading-23, .heading-24, .heading-25 {
  font-size: 25px;
}

.text-span-3, .text-span-4 {
  color: var(--primary);
}

.heading-28 {
  color: var(--black-font);
  font-size: 15px;
}

.package-product-sub-title {
  color: var(--black-font);
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
}

.heading-31 {
  font-size: 16px;
}

.heading-32 {
  color: var(--black-font);
  font-size: 20px;
}

.heading-33 {
  font-size: 16px;
}

.heading-34, .heading-35, .heading-36 {
  font-size: 20px;
}

.heading-37, .heading-38, .heading-39 {
  font-size: 16px;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--primary);
}

.text-white-2 {
  color: var(--white);
  font-size: 52px;
}

.text-white-2.center {
  text-align: center;
}

.text-white-2.top-banner-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 180px;
  padding-right: 180px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2em;
}

.text-white-2.reviews {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-white-2.top-banner-home-2 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 160px;
  padding-right: 160px;
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-white-2.center-info-text {
  text-align: center;
}

.orange-message-1 {
  color: var(--primary);
  font-size: 52px;
  font-weight: 700;
}

.text-white-1 {
  color: var(--white);
  font-size: 52px;
}

.text-white-1.center {
  text-align: center;
}

.text-white-1.top-banner-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 180px;
  padding-right: 180px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2em;
}

.text-white-1.reviews {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-white-1.top-banner-home-2 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 160px;
  padding-right: 160px;
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-white-1.center-info-text {
  text-align: center;
}

.orange-message-2 {
  color: var(--primary);
  font-size: 52px;
  font-weight: 700;
}

.orange-message-3 {
  color: var(--primary);
}

.orange-message-4 {
  color: var(--primary);
  font-size: 52px;
  font-weight: 700;
}

.text-white-4 {
  color: var(--white);
  font-size: 40px;
}

.text-white-4.mb-30 {
  font-size: 25px;
}

.text-white-4.center {
  text-align: center;
}

.text-white-4.top-banner-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 180px;
  padding-right: 180px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2em;
}

.text-white-4.reviews {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-white-4.top-banner-home-2 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 160px;
  padding-right: 160px;
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-white-4.center-info-text {
  text-align: center;
}

.image-logo-1 {
  height: 120px;
}

.image-logo-1.logo-home-3 {
  margin-bottom: 20px;
}

.image-logo-2 {
  height: 120px;
}

.image-logo-2.logo-home-3 {
  margin-bottom: 20px;
}

.image-logo-3 {
  height: 120px;
}

.image-logo-3.logo-home-3 {
  margin-bottom: 20px;
}

.footer-contacts-text-2 {
  color: #f9f9fa;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 1.7em;
}

.text-span-icon-2 {
  color: #e91d8f;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.text-span-8 {
  color: var(--black-font);
}

.contacts-icon-2 {
  color: #e91d8f;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-3 {
  color: #0c3133;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-link-2 {
  z-index: 100;
  color: var(--black-font);
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 17px 20px 17px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color 75ms cubic-bezier(.55, .055, .675, .19), opacity .5s;
}

.nav-link-2:hover {
  opacity: .6;
  color: var(--primary);
  text-decoration: none;
}

.nav-link-2.w--current {
  color: var(--primary);
  letter-spacing: normal;
}

.call-us-text-2 {
  color: var(--primary);
  letter-spacing: 1.25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1em;
}

.call-us-text-2.green-text {
  color: var(--black-font);
  letter-spacing: normal;
  font-weight: 600;
}

.nav-dropdown-list-2 {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #0000002e;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
}

.nav-dropdown-list-2.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-search-icon-2 {
  color: #fff;
  cursor: pointer;
  padding: 12px 10px 10px;
  font-family: "Fa solid 900", sans-serif;
}

.nav-menu-shadow-overlay-2 {
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-dropdown-icon-2 {
  color: var(--black-font);
  width: 11px;
  height: 12px;
  font-size: 16px;
}

.search-shop-con-2 {
  align-items: center;
}

.nav-dropdown-link-2 {
  color: #000;
  letter-spacing: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-dropdown-link-2:hover {
  color: var(--primary);
}

.nav-dropdown-link-2.w--current {
  color: #e91d8f;
  text-transform: uppercase;
}

.link-number-home-3 {
  cursor: pointer;
  transition: color .5s;
}

.link-number-home-3:hover {
  color: #000;
}

.primary-button-blue-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #000;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
  padding: 20px 35px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .5s;
}

.primary-button-blue-2:hover {
  opacity: .5;
  color: #fff;
}

.primary-button-blue-2.call-now {
  text-transform: uppercase;
  font-weight: 900;
}

.white-overlay-for-home-3 {
  z-index: -10;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.nav-item-title-2 {
  color: #000;
  letter-spacing: normal;
  text-transform: uppercase;
  padding-right: 25px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color 75ms cubic-bezier(.55, .055, .675, .19);
}

.nav-item-title-2:hover {
  color: var(--primary);
}

.search-bottom-line-3 {
  background-color: #e91d8f;
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.social-wrap-2 {
  justify-content: space-between;
  width: 135px;
  display: flex;
}

.nav-dropdown-line-2 {
  z-index: 9999;
  background-color: #0c3133;
  width: 16px;
  height: 2px;
  position: absolute;
  left: -20px;
}

.link-socials-2 {
  color: #fff;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  display: flex;
}

.link-socials-2:hover {
  color: #e91d8f;
}

.link-socials-2.soial-home-2 {
  color: #e91d8f;
  flex: 1;
  justify-content: flex-start;
}

.link-socials-2.soial-home-2:hover {
  color: #ffa67c;
}

.link-socials-2.soial-home-2.link-footer {
  color: var(--black-font);
}

.primary-button-2 {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .5s;
}

.primary-button-2:hover {
  opacity: .8;
  color: #fff;
  background-color: #000;
  border-style: none;
}

.primary-button-2.header {
  background-color: var(--primary);
  text-transform: uppercase;
  flex: none;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.primary-button-2.header.mobile, .primary-button-2.header.mobile.w--current {
  display: none;
}

.primary-button-2.search {
  margin-left: auto;
  margin-right: auto;
}

.about-3-card-wrapper-2 {
  justify-content: center;
  display: flex;
}

.about-3-center-card-2 {
  text-align: center;
  background-color: #fff;
  width: 33.33%;
  padding: 80px 40px;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-2 {
  text-align: center;
  background-color: #fff;
  width: 33.33%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 60px 40px;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-number-2 {
  color: #000;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1em;
}

.text-span-9 {
  font-size: 15px;
}

.about-3-content-wrap-2 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-41 {
  color: #000;
  font-size: 20px;
}

.orange-box-h2-2 {
  color: var(--primary);
  font-weight: 700;
}

.section-4 {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 80px;
}

.section-4.dark-green {
  background-color: #000;
  background-image: linear-gradient(#000000d9, #000000d9);
}

.paragraph-4 {
  font-size: 20px;
}

.section-subtitle-2 {
  color: #16474a;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.section-subtitle-2.white-text {
  color: var(--white);
}

.text-white-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 0;
}

.paragraph-white-2 {
  color: #fdfdff91;
}

.section-ttile-description-2 {
  color: #fdfdff91;
  text-align: center;
  margin-top: 20px;
}

.section-1 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 80px;
}

.section-1.dark-green {
  background-color: #000;
  background-image: linear-gradient(#000000d9, #000000d9);
}

.section-title-2 {
  font-size: 40px;
}

.body-shop-process-image {
  height: 400px;
}

.ending-content-wrapper {
  width: 100%;
}

.case-studies-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 10px;
  position: relative;
}

.case-studies-wrapper.hero-heading {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-3-card-wrapper-3 {
  justify-content: center;
  display: flex;
}

.success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.success-message {
  color: #fff;
  background-color: #0000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.div-block-2 {
  display: none;
}

.contact-modal5_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.about-3-center-card-3 {
  text-align: center;
  background-color: #fff;
  width: 33.33%;
  padding: 80px 40px;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.cs-image {
  border-radius: 16px;
  width: 100%;
}

.embed {
  width: 100%;
  height: 60rem;
  display: block;
}

.page-wrapper {
  background-color: var(--white);
  color: #121212;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.cta-logos-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 878px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.cta-section {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 40px;
}

.projects-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.error-text {
  color: #e23939;
}

.testimonial-section {
  background-color: #f8fbff;
  width: 100%;
}

.hero-section {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.cs-tab-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-component {
  z-index: 999;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cs-info-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 560px;
  display: flex;
}

.container-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-10.black {
  color: #121212;
}

.form-section {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.about-3-card-number-3 {
  color: #000;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1em;
}

.cta-video {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.cta-logos {
  max-width: 20%;
}

.text-span-10 {
  font-size: 15px;
}

.cta-heading {
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 898px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-3-content-wrap-3 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-modal5_content-wrapper {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  display: block;
  position: absolute;
  overflow: scroll;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  background-color: #0000;
  background-image: linear-gradient(#f8fbff, #f8fbff);
  border: 12px solid #003c77;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 60px 40px;
}

.form-block.ttt {
  border-color: var(--primary);
  border-color: #e91d8f;
  align-self: center;
  height: 55rem;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.form-block.form {
  border-color: var(--primary);
  align-self: center;
  height: 65rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.contact-heading-black {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button-blue-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #000;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
  padding: 20px 35px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .5s;
}

.primary-button-blue-3:hover {
  opacity: .5;
  color: #fff;
}

.contact-modal5_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.contact-wrapper.thank-you {
  padding-top: 0;
}

.heading-42 {
  color: #000;
  font-size: 20px;
}

.project-summary-20px {
  color: #121212;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.project-summary-20px.center.disclaimer {
  font-size: 8px;
}

.project-summary-20px.center.no-40 {
  margin-bottom: 0;
}

.project-summary-20px.center.no-40.bigger {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}

.project-summary-20px.service {
  font-size: 18px;
  line-height: 1.7em;
}

.contact-modal5_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.cs-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 500px;
  display: flex;
}

.h3-heading {
  color: #121212;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.cta-wrapper {
  border: 12px solid var(--primary);
  background-color: var(--black-font);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 93%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-slider-wrapper {
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.project-slider-wrapper.ttt {
  justify-content: center;
  align-items: center;
}

.icon-contain {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: 24px;
  display: flex;
}

.icon-contain.black {
  background-color: var(--primary);
}

.white-button {
  color: #ed1e24;
  background-color: #fff;
  border-radius: 80px;
  align-items: center;
  padding: 4px 4px 4px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.white-button.cta {
  z-index: 1;
  position: relative;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-heading {
  color: #121212;
  text-align: left;
}

.hero-heading.light {
  text-align: center;
  font-weight: 300;
}

.hero-heading.light.ceramic {
  font-size: 70px;
}

.hero-heading.light.ppf-hero {
  font-size: 65px;
}

.hero-heading.vinyl-wrap {
  text-align: center;
  font-size: 77px;
}

.success-text {
  font-weight: 600;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-message {
  border-radius: 4px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.paragraph-5 {
  font-size: 20px;
}

.center-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.center-h1-heading.thank-you {
  font-size: 65px;
}

.center-wrapper {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  display: none;
}

.project-contain {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  text-decoration: none;
}

.project-contain.featured {
  background-color: #ffffff80;
  border: 12px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-contain.featured.bottom-margin {
  border-style: none;
  margin-bottom: 20px;
}

.project-contain.page-featured {
  background-color: #ffffff80;
  border: 12px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-info-wrapper {
  width: 45%;
  max-width: 500px;
}

.project-info-wrapper.full-width {
  width: 100%;
  max-width: 100%;
}

.project-thumbnail-contain {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 360px;
  margin-bottom: 40px;
  display: flex;
}

.project-thumbnail-contain._50 {
  width: 50%;
  margin-bottom: 0;
}

.project-name-2 {
  margin-bottom: 16px;
}

.project-name-2.light {
  font-weight: 300;
}

.container-small-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-11.black {
  color: #121212;
}

.right-sided-text-section {
  z-index: 1;
  width: 100%;
  position: relative;
}

.projects-page-wrapper {
  z-index: 10;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  position: relative;
}

.projects-page-wrapper.ttt {
  padding-top: 0;
}

.projects-page-wrapper.page-content {
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
}

.text-span-11 {
  font-weight: 700;
}

.arrow-button {
  background-color: #e91d8f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.arrow-button.black {
  background-color: #121212;
  background-color: var(--primary);
}

.list-item-2 {
  color: #000;
}

.project-name-3 {
  margin-bottom: 16px;
}

.project-name-3.light {
  font-size: 26px;
  font-weight: 300;
}

.faq-icon {
  margin-bottom: 20px;
}

.faqs-wrapper {
  z-index: 2;
  width: 100%;
  margin-top: 64px;
  padding-top: 0;
  position: relative;
}

.bottom-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.faq-card-heading {
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.faq-left-wrapper {
  width: 55%;
  max-width: 562px;
}

.faqs-service-section-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 16px;
  display: flex;
  position: relative;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-right-wrap {
  z-index: 2;
  border: 8px solid var(--primary);
  background-color: #ffffff80;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 42%;
  max-width: 420px;
  margin-top: 120px;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
}

.faq-heading {
  color: #121212;
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.text-block-12 {
  font-size: 15px;
}

.faq-content {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.faq-question-container {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.faq-question-container.first {
  border-top: 1px solid #e5e5e5;
}

.faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.violet-button {
  color: #fff;
  background-color: #e91d8f;
  border-radius: 80px;
  align-items: center;
  padding: 4px 4px 4px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.violet-button.black {
  background-color: var(--primary);
}

.faq-card-text {
  color: #121212;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}

.faq-answer-wrap {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.faq-paragraph {
  color: #121212;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.faq-questions {
  color: #0d0e10;
  text-transform: uppercase;
  width: 90%;
  line-height: 133%;
}

.blog-section {
  background-color: var(--black-font);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-section.light-background {
  background-color: var(--white);
}

.blog-section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-section.blog-grid-banner {
  background-image: url('../images/slide-1-new-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.blog-section.blog-sidebar {
  padding-bottom: 50px;
}

.blog-section.banner-our-team {
  background-color: var(--primary);
  background-image: linear-gradient(#0c3134b3, #0c3134b3), url('../images/four-team-members-expressing-togetherness-1-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.blog-section.banner-career {
  background-image: url('../images/testemonials-green-1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.blog-section.without-bottom-spacing {
  padding-top: 30px;
  padding-bottom: 0;
}

.blog-section.without-bottom-spacing.embed {
  margin-top: 35px;
  padding-bottom: 40px;
}

.blog-section.job-position-banner {
  background-image: url('../images/testemonials-green-1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.blog-section.contacts-banner {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/347583397_17913954548781397_1712022405617815364_n_1347583397_17913954548781397_1712022405617815364_n.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.blog-section.contacts-2-banner {
  background-image: linear-gradient(#10393bb3, #10393bb3), url('../images/four-team-members-expressing-togetherness-1-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  display: flex;
}

.blog-section.contacts-3-banner {
  background-image: url('../images/slide-1-new-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
}

.blog-section.banner-faq {
  background-color: var(--primary);
  background-image: linear-gradient(to top, #0c3134, #0000 88%), url('../images/slide-1-new-2-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.blog-section.banner-customers {
  background-image: url('../images/banner-home-3-2-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 220px;
  display: flex;
}

.blog-section.banner-testimonials {
  background-image: url('../images/banner-home-3-2-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  padding-top: 200px;
  padding-bottom: 260px;
  display: flex;
}

.blog-section.about-us-banner {
  background-image: url('../images/testemonials-green-1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.blog-section.image-background {
  background-image: url('../images/banner-home-3-2-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
}

.blog-section.blue-background {
  background-color: var(--black-font);
  margin-bottom: -40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-section.portfolio-grid-banner {
  background-image: url('../images/slide-1-new-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 220px;
  display: flex;
}

.blog-section.landing-banner {
  background-color: var(--light-green);
  background-image: url('../images/landing-banner-image-2_1landing-banner-image-2.webp'), url('../images/landing-banner-image-1_1landing-banner-image-1.webp');
  background-position: 106% 45%, 4% 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 400px, 200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-section.with-background {
  position: relative;
}

.blog-section.with-parallax {
  background-image: url('../images/slide-1-new-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.blog-section.our-team {
  z-index: 100;
  background-color: var(--white);
  margin-top: -150px;
  padding-top: 230px;
}

.blog-section.our-blog {
  padding-top: 140px;
}

.blog-section.get-more {
  padding-top: 40px;
}

.blog-section.on-128 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/ceramic-coating-1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 0;
}

.blog-section.with-the-shadow {
  margin-top: -120px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 1px 20px 5px #0000000f;
}

.blog-section.more-case-studies.overflow {
  overflow: hidden;
}

.blog-section.whatch-our-short-video {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/329706049_517595460514153_2117799699468711964_n_1329706049_517595460514153_2117799699468711964_n.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.blog-section.feedback {
  background-color: var(--white);
}

.blog-section.free-onsultation {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/car-detailing-san-diego-17.jpeg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
}

.blog-section.get-a-free-quote {
  padding-top: 0;
}

.blog-section.parallax-background {
  background-color: var(--primary-light);
  background-image: url('../images/faq-bg-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.blog-section.about-us-banner-2 {
  background-image: linear-gradient(to bottom, var(--primary), var(--black));
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.blog-section.dark-green {
  background-color: var(--black-font);
  padding-top: 30px;
}

.blog-section.our-services {
  padding-top: 40px;
}

.blog-section.blog-grid {
  padding-bottom: 50px;
}

.blog-section.blog-details {
  padding-top: 220px;
}

.blog-section.incomplete {
  padding-bottom: 0;
}

.blog-section.portfolio-masonry {
  padding-top: 60px;
  padding-bottom: 20px;
}

.blog-section.all-services {
  padding-top: 40px;
  overflow: hidden;
}

.blog-section.blog-banner {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--primary), var(--black-font));
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.banner-center-con {
  z-index: 80;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 850px;
  height: auto;
  display: flex;
  position: relative;
}

.h1-color-span {
  color: #39bcff;
}

.home-2-bg {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-banner-bg {
  width: 100%;
  height: 100%;
}

.dark-overlay {
  z-index: 2;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.dark-overlay.changelog {
  background-color: #0009;
  background-image: linear-gradient(180deg, var(--primary), transparent 45%, var(--black-font) 103%);
  background-color: #0009;
  background-image: linear-gradient(180deg, var(--primary), transparent 57%, #000 95%);
  background-color: #0009;
}

.dark-overlay.changelog.service {
  background-color: #0000;
  background-image: linear-gradient(180deg, #d2b186b0, var(--crown-blue) 94%);
}

.banner-item {
  width: 100%;
  height: 100%;
}

.home-2-con {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-5.our-news-banner {
  background-image: linear-gradient(180deg, var(--primary), var(--black-font));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-title-home-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.base-container-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.slider-wrapper-3 {
  background-color: #0000;
  height: 100%;
}

.text-over-image-link---image-3 {
  object-fit: cover;
  height: 480px;
}

.text-over-image-link---gradient-4 {
  background-image: linear-gradient(180deg, #0000 10%, #000000c4 50%, var(--primary));
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.display-8 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-8.color-neutral-100 {
  color: #fff;
}

.about-3-content-wrap-vinyl {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.service-area-heading {
  margin-top: 30px;
}

.service-area-text-wrap {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.blog-recent-post-title-2 {
  color: var(--black-font);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.7em;
}

.blog-sidebar-post-content-2 {
  background-color: #fff;
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-sidebar-post-title-2 {
  color: #0c3133;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
  display: block;
}

.sidebar-recent-posts-2 {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-category-2 {
  color: #fff;
  background-color: #e91d8f;
  border: 1px solid #e91d8f;
  margin-bottom: 25px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category-2:hover {
  color: #e91d8f;
  background-color: #fff;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-6 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 80px;
}

.section-6.blog-sidebar {
  background-color: var(--black-font);
  padding-bottom: 50px;
}

.recent-post {
  color: var(--black-font);
  font-weight: 500;
}

.home-2-con-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-9 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-9.our-news-banner {
  background-color: #041746;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-section-large-3 {
  margin-top: 220px;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-color-white-4 {
  color: #fff;
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.section-11 {
  padding-top: 7px;
}

.section-10 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-10.dark-green {
  background-color: #000;
  padding-top: 30px;
}

.section-title-3 {
  font-size: 40px;
}

.rich-text-block-2 {
  color: #fff;
  width: 100%;
}

.base-container-4 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.video-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-embed-auto-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 630px;
  display: flex;
}

.paragraph-6 {
  text-align: center;
}

.paragraph-6.home {
  text-align: left;
}

.heading-45 {
  font-size: 20px;
}

.text-span-12 {
  font-weight: 700;
}

.project-name-4 {
  margin-bottom: 16px;
}

.project-name-4.light {
  font-weight: 300;
}

.project-name-4.light.service {
  font-weight: 700;
}

.project-thumbnail {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.project-thumbnail.ttt {
  object-fit: contain;
}

.contact_us_phone {
  color: var(--text-dark);
  letter-spacing: 0;
  text-transform: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-46 {
  font-size: 20px;
  font-weight: 600;
}

.heading-47 {
  font-size: 20px;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.plyr_embed {
  width: 100%;
  position: relative;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  background-color: var(--white);
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-button {
  z-index: 2;
  background-color: var(--primary);
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.plyr_cover-icon {
  color: #fff;
  width: 40%;
  height: 40%;
}

.plyr_pause-trigger {
  display: none;
}

.text-span-13 {
  font-weight: 700;
}

.text-span-14 {
  font-weight: 400;
}

.section-12 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
}

.base-container-5 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.about-3-content-wrap-4 {
  text-align: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.heading-48 {
  font-size: 20px;
  font-weight: 600;
}

.orange-box-h2-3 {
  color: var(--primary);
  font-weight: 700;
}

.text-span-15 {
  font-weight: 400;
}

.bold-text-10 {
  color: #000;
}

.grid-services---d {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.services---c {
  text-align: center;
}

.border-image-services---c {
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block-services---c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 4vmin 15px;
  display: flex;
}

.block-services {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 16px;
  display: flex;
}

.block-services.margin-0 {
  margin-top: 0;
}

.heading-services {
  margin-bottom: 0;
}

.bold-text-6 {
  font-size: 40px;
}

.into-view-fill {
  z-index: 100;
  background-color: #141414;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill.dark {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.bold-text-8, .bold-text-7, .bold-text-9 {
  font-size: 40px;
}

.section-13 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
}

.base-container-6 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container-6.hide {
  display: none;
}

.section-14 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-14.dark-green {
  background-color: var(--black-font);
  padding-top: 30px;
}

.logo-space {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
}

.logo-loop-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.companions-logo-loop {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.companions-logo {
  opacity: .4;
  object-fit: cover;
  max-width: none;
  height: 40px;
  transition: opacity .35s;
  display: inline;
}

.companions-logo:hover {
  opacity: 1;
}

.section-subtitle-3 {
  color: var(--light-green);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.orange-box-h2-4 {
  color: var(--primary);
  font-weight: 700;
}

.section-ttile-description-3 {
  color: var(--paragraph-white);
  text-align: center;
  margin-top: 20px;
}

.text-white-6 {
  color: var(--white);
  font-size: 33px;
}

.paragraph-white-3 {
  color: var(--paragraph-white);
}

.section-15 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
}

.about-3-content-wrap-5 {
  text-align: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.orange-box-h2-5 {
  color: var(--primary);
  font-weight: 700;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-size: 40px;
}

.section-16 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
}

.google-map {
  margin-top: 20px;
}

.list-item-3, .list-item-4, .list-item-5 {
  color: var(--black-font);
}

.list-3 {
  color: var(--black-font);
  list-style-type: disc;
}

.section-17 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-17.about-us-banner-2 {
  background-color: var(--primary);
  background-image: none;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.section-17.dark-green {
  background-color: #000;
  padding-top: 30px;
}

.section-17.page-content {
  padding-bottom: 0;
}

.section-17.about-us-banner-2 {
  background-image: linear-gradient(#e91a22, #000);
  background-image: linear-gradient(180deg, var(--primary), black);
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.base-container-7 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-title-2 {
  color: #f9f9fa;
  text-align: center;
  font-size: 50px;
}

.section-ttile-description-4 {
  color: #fdfdff91;
  text-align: center;
  margin-top: 20px;
}

.paragraph-white-4 {
  color: #fdfdff91;
}

.section-18 {
  padding-top: 7px;
}

.text-white-7 {
  color: #fff;
  font-size: 33px;
}

.base-container-8 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.orange-box-h2-6 {
  color: var(--primary);
  font-weight: 700;
}

.about-us-statement {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-area-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.service-area-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.orange-message-5 {
  color: var(--primary);
  font-size: 52px;
  font-weight: 700;
}

.service-area-wrapper {
  width: 100%;
}

.service-areas-text-space-wrap {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.service-area-item {
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.base-container-9 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-title-3 {
  color: #f9f9fa;
  text-align: center;
  font-size: 50px;
}

.service-area-decription {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.blog-sidebar-post-category-3 {
  background-color: var(--primary);
  color: #fff;
  border: 1px solid #e91a22;
  margin-bottom: 25px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category-3:hover {
  color: #e91d8f;
  background-color: #fff;
}

.blog-sidebar-post-content-3 {
  background-color: #fff;
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-sidebar-post-title-3 {
  color: var(--primary);
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
  display: block;
}

.base-container-10 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-area-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  display: grid;
}

.blog-sidebar-wrapper-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-areas-p {
  color: #999;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7em;
}

.link-block-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.orange-message-6 {
  color: var(--primary);
  font-size: 52px;
  font-weight: 700;
}

.base-container-11 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-title-4 {
  color: #f9f9fa;
  text-align: center;
  font-size: 50px;
}

.project-thumbnail-contain-2 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.rich-text-block-section-2 {
  line-height: 1.7em;
}

.rich-text-block-section-2 h5 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-2 a {
  letter-spacing: normal;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.rich-text-block-section-2 li {
  border-left: 2px solid var(--primary);
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  font-size: 16px;
  list-style-type: disc;
  display: block;
}

.rich-text-block-section-2 h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-2 p {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.rich-text-block-section-2 h1 {
  text-align: left;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-2 blockquote {
  text-align: left;
  background-position: 2% 0;
}

.rich-text-block-section-2 h4 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-2 h3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-2 h6 {
  text-align: left;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-2 strong {
  color: #000;
}

.rich-text-block-section-2 ol {
  -webkit-text-stroke-color: black;
}

.rich-text-block-section-blog {
  line-height: 1.7em;
}

.rich-text-block-section-blog blockquote {
  text-align: left;
  background-position: 2% 0;
}

.rich-text-block-section-blog h4, .rich-text-block-section-blog h1 {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-blog a {
  letter-spacing: normal;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.rich-text-block-section-blog h6 {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-blog strong {
  color: #fff;
}

.rich-text-block-section-blog li {
  border-left: 2px solid var(--primary);
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #999;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  font-size: 16px;
  list-style-type: disc;
  display: block;
}

.rich-text-block-section-blog h2, .rich-text-block-section-blog h5 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-blog ol {
  -webkit-text-stroke-color: black;
}

.rich-text-block-section-blog h3 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7em;
}

.rich-text-block-section-blog p {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-logo {
  object-fit: contain;
  width: 200px;
  height: 70px;
}

.services-icon {
  color: var(--primary);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 45px;
}

.about-3-content-wrap-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.price-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
}

.price-description {
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-size: 14px;
}

.starter-package {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price-title {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
}

.package-image {
  object-fit: contain;
  border-radius: 1.5rem;
  width: 100%;
  height: 200px;
}

.price-item {
  border: 2px solid #d9e8e733;
  border-radius: 5px;
  padding: 30px;
}

.our-price {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.price-circle {
  border: 1px solid var(--primary);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.list-text {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.price-list {
  grid-row-gap: 20px;
  margin-top: 30px;
  padding-left: 0;
}

.price-fill-circle {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.hero-price-item {
  border: 2px solid var(--primary);
  border-radius: 5px;
  padding: 30px;
}

.price-hover-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
  display: none;
  position: absolute;
}

.price-list-item {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/icon_1icon.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-clip: border-box;
  min-height: 28px;
  padding-left: 50px;
  list-style-type: none;
  display: flex;
}

.list-4 {
  border-left: 1px solid var(--primary);
}

.nav-dropdown-link-wrapper-copy {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: padding-left .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-wrapper-copy:hover {
  padding-left: 20px;
  padding-right: 10px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.about-3-center-card-4 {
  text-align: center;
  background-color: #fff;
  width: 33.33%;
  padding: 80px 40px;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.text-span-16 {
  font-size: 15px;
}

.about-3-card-wrapper-4 {
  justify-content: center;
  display: flex;
}

.heading-49 {
  color: #000;
  font-size: 20px;
}

.about-3-card-number-4 {
  color: #000;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1em;
}

.full {
  width: 100%;
}

.about-3-card-3 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 60px 40px;
  display: flex;
  box-shadow: 0 10px 50px #35526317;
}

.about-3-card-3.last-child {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-50, .heading-51 {
  font-size: 25px;
}

.primary-button-blue-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #000;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .5s;
}

.primary-button-blue-4:hover {
  opacity: .5;
  color: #fff;
}

.about-3-card-number-5 {
  color: #000;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.heading-52 {
  color: var(--black-font);
  letter-spacing: normal;
  font-size: 20px;
  font-weight: 600;
}

.heading-hero {
  margin-bottom: 0;
  font-size: 80px;
  position: relative;
}

.hero---page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 7%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.block-hero---page {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.ceramic-coating-bg {
  z-index: 1;
  background-image: url('../images/coating2_1coating2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.block-heading-hero {
  margin-bottom: 24px;
}

.block-heading-hero.margin-0 {
  margin-bottom: 0;
}

.home-2-con-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overflow {
  overflow: hidden;
}

.ppf-bg {
  z-index: 1;
  background-image: url('../images/coating2_1coating2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flyer {
  object-fit: contain;
  width: 100%;
  height: 50rem;
}

.h2-heading {
  font-size: 45px;
  font-weight: 700;
}

.package-product-title {
  font-size: 22px;
}

.paint-correction-bg, .tint-bg, .windshield-bg, .lux-bg {
  z-index: 1;
  background-image: url('../images/coating2_1coating2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-line-3 {
  z-index: 9999;
  background-color: #0c3133;
  width: 16px;
  height: 2px;
  position: absolute;
  left: -20px;
}

.nav-dropdown-link-3 {
  color: #000;
  letter-spacing: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-dropdown-link-3:hover {
  color: var(--primary);
  font-weight: 700;
}

.nav-dropdown-link-3.w--current {
  color: var(--primary);
  letter-spacing: normal;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.base-center-container-home {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.get-more-wrapper-home {
  justify-content: space-between;
  width: 800px;
  padding-right: 10px;
  display: flex;
}

.building-everything-home {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 70px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.blog-sidebar {
    padding-bottom: 100px;
  }

  .section.landing-banner {
    background-position: 106% 52%, 4% 22%;
    background-size: auto, 260px;
  }

  .section.with-background {
    overflow: hidden;
  }

  .section.with-parallax {
    background-image: linear-gradient(#10393bcf 20%, #0000), url('../images/slide-1-new-2-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.our-team {
    padding-top: 270px;
  }

  .section.build-a-better {
    z-index: 50;
    background-color: var(--white);
    margin-top: -40px;
    padding-top: 170px;
  }

  .section.our-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.get-more {
    padding-top: 60px;
  }

  .section.with-the-shadow {
    margin-top: -170px;
  }

  .section.more-case-studies {
    background-image: url('../images/group-25-3_1.webp');
    background-position: 240% 30%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .section.more-case-studies.overflow {
    background-image: none;
  }

  .section.whatch-our-short-video {
    z-index: -100;
    padding-bottom: 0;
  }

  .section.feedback {
    z-index: 10;
  }

  .section.get-a-free-quote {
    background-position: -81% 41%, 61% 41%;
  }

  .section.blog-grid {
    padding-bottom: 100px;
  }

  .section.portfolio-masonry {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .section.service-area-section {
    background-position: -81% 41%, 61% 41%;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button.header {
    margin-left: 35px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link {
    padding-left: 10px;
  }

  .nav-link.home-1, .nav-dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-grid-content-wrapper {
    min-height: 310px;
  }

  .team-card-image {
    min-height: 320px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .banner-title-wrapper, .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .text-white.center {
    text-align: left;
  }

  .text-white.top-banner-text {
    padding-left: 220px;
    padding-right: 220px;
  }

  .text-white.top-banner-home-2 {
    padding-left: 240px;
    padding-right: 240px;
    font-size: 100px;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-title-wrapper {
    display: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .contacts-3-banner-title-wrapper {
    align-items: flex-start;
    width: 45%;
    padding-right: 70px;
  }

  .contacts-3-banner-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .adress-cards-wrapper {
    width: 55%;
    margin-top: 0;
  }

  .contacts-3-input.phone {
    display: none;
  }

  .footer-brand-wrapper {
    width: 25%;
  }

  .footer-links-wrapper {
    width: 25%;
    padding-left: 25px;
  }

  .footer-links-wrapper.extra {
    padding-left: 25px;
  }

  .navbar-search-icon {
    margin-left: 25px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .service-list-2-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
  }

  .service-list {
    margin-top: 40px;
  }

  .service-list-2-bottom-left-block, .service-list-2-bottom-center-block, .service-list-2-bottom-contacts {
    width: 33.33%;
  }

  .about-3-content-wrapper {
    margin-bottom: 130px;
  }

  .team-slider-content {
    margin-left: 80px;
  }

  .team-slider-left-arrow {
    left: 260px;
  }

  .team-slider-right-arrow {
    left: 310px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .center-footer {
    padding-top: 110px;
  }

  .top-section {
    height: 100vh;
  }

  .section-light-background {
    background-color: var(--primary-light);
    padding-top: 130px;
    padding-bottom: 220px;
  }

  .section-dark-blue {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .slider-img-1 {
    height: 100vh;
  }

  .banner-text-wrap {
    justify-content: center;
    padding-bottom: 140px;
  }

  .banner-text-wrap.home-3 {
    overflow: visible;
  }

  .left-arrow {
    width: 10%;
  }

  .slide-1-3, .slide-3-3 {
    display: block;
  }

  .right-arrow {
    width: 10%;
  }

  .slide-2-3, .slide-1-3-right {
    display: none;
  }

  .brand {
    margin-right: 20px;
  }

  .subtitle-wrap {
    padding-right: 0;
  }

  .our-advantages {
    grid-row-gap: 30px;
    grid-template-rows: 425px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .content-wrap {
    padding-right: 30px;
  }

  .bottom-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .you-a-future {
    grid-column-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .info-text {
    padding-top: 20px;
  }

  .image-signature {
    position: absolute;
    inset: 130% 0% auto auto;
  }

  .signature-wrap {
    margin-top: 10px;
    position: relative;
  }

  .photo-wraprer._1 {
    width: 285px;
    padding-top: 80px;
    display: block;
  }

  .photo-wraprer._2 {
    justify-content: flex-end;
    width: 285px;
    padding-bottom: 80px;
    display: block;
  }

  .image-industry-copy {
    inset: -8% -10% auto auto;
  }

  .line {
    width: 460px;
  }

  .section-light-gray {
    background-attachment: fixed;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-light-gray.last-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-light-gray.parallax {
    margin-bottom: -40px;
    padding-bottom: 170px;
    position: relative;
  }

  .orange-background {
    padding-bottom: 130px;
  }

  .collection-wrap {
    margin-left: 40px;
  }

  .image-wrapper {
    width: 360px;
  }

  .collection-list-loop-wrapper {
    min-height: 500px;
  }

  .center-text-wrapper {
    justify-content: flex-start;
    width: 40%;
    padding-top: 250px;
  }

  .some-facts-about-us {
    flex: 1;
    align-items: flex-end;
  }

  .facts-wrap {
    width: 80%;
  }

  .industryo-img {
    opacity: .5;
    max-width: 120%;
    height: 200px;
    display: block;
    position: absolute;
    inset: auto 0% -4% 40%;
  }

  .facts-wrapper {
    display: flex;
  }

  .testimonial-slider {
    padding-left: 180px;
    padding-right: 180px;
  }

  .wide-base-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 250px 250px;
    grid-template-columns: 250px 250px 250px 250px;
    margin-top: 100px;
  }

  .center-title {
    padding-right: 220px;
  }

  .team-wrap {
    width: 275px;
    min-height: 405px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-container {
    position: relative;
    overflow: hidden;
  }

  .image-bg {
    height: 440px;
    display: block;
    position: absolute;
    inset: auto -24% 10% auto;
  }

  .our-cooperation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    padding-top: 60px;
  }

  .cooperation-item {
    width: auto;
  }

  .cooperation-wrap {
    justify-content: space-around;
    width: 50%;
  }

  .all-content {
    flex-direction: row;
  }

  .blog-image-wrapp {
    height: 250px;
  }

  .our-blog-wrapper {
    width: 380px;
  }

  .left-arrow-3 {
    color: var(--primary);
    display: block;
    inset: 0% auto 0% -6%;
  }

  .right-arrow-3 {
    color: var(--primary);
    display: block;
    inset: 0% -4% 0% auto;
  }

  .icon-3 {
    line-height: 20px;
  }

  .slider-wrapper {
    width: 360px;
    margin-right: 10px;
  }

  .construction, .architecture, .engineering, .span-wrap {
    font-size: 100px;
  }

  .construction-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .industrial-wrap {
    z-index: 100;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 520px;
    grid-template-columns: 210px 210px 210px;
    position: relative;
  }

  .info-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spacing-wrapper-item {
    padding-left: 0;
    padding-right: 200px;
  }

  .black-overlay {
    padding: 30px;
  }

  .image-con128 {
    top: 33%;
  }

  .section-dark-blue-text {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section-dark-blue-text.our-case-studies {
    z-index: -10;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 130px;
  }

  .build-a-better-tomorrow-wrapper {
    flex-direction: row;
    display: flex;
  }

  .build-a-better-text-wrap {
    text-align: left;
    justify-content: flex-start;
    width: 40%;
  }

  .build-a-better-facts {
    flex: 1;
    align-items: flex-end;
    margin-top: 0;
  }

  .construction-text {
    text-align: left;
  }

  .full-container {
    padding-left: 0;
  }

  .full-container.our-case, .full-container.our-services {
    justify-content: center;
    padding-left: 15px;
    padding-right: 0;
  }

  .done-for-this-years {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .video-wrapper {
    grid-template-rows: 465px;
    grid-template-columns: 230px 345px;
  }

  .photo-content.large-photo {
    background-position: 53%;
  }

  .done-for-content-wrapp {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .item-wrapper {
    margin-top: auto;
    margin-bottom: auto;
  }

  .advantages-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .advantages-icon {
    margin-top: 10px;
    margin-right: 12px;
  }

  .center-icon-container {
    text-align: left;
    align-items: flex-start;
  }

  .advantages-name {
    margin-top: 0;
  }

  .case-studies {
    z-index: 10;
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .case-studies-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-top: 160px;
    padding-left: 130px;
    padding-right: 30px;
  }

  .case-space {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 40px;
  }

  .case-studies-projects {
    grid-column-gap: 20px;
    grid-template-columns: 230px 230px 230px;
  }

  .case-study-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orange-message-future {
    display: block;
  }

  .why-choose-us {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .choose-us-image {
    width: 100%;
    height: 90vh;
  }

  .faq-wpapp {
    justify-content: center;
    align-items: flex-start;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 50px;
  }

  .wrapper-questions {
    margin-left: 0;
  }

  .faq-item {
    padding-left: 0;
  }

  .choose-us-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section-faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .get-in-touch {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .get-in-touch-wrapper {
    width: 100%;
    padding: 130px 100px 130px 80px;
  }

  .get-a-free-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .section-get-in-touch {
    background-attachment: fixed;
    padding-top: 0;
    padding-bottom: 0;
  }

  .get-a-free-consultation {
    width: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 50px;
    top: auto;
    left: -70px;
  }

  .get-a-free-consultation.home-3 {
    width: 620px;
    padding: 40px;
  }

  .news-from-our-blog-name {
    margin-bottom: 40px;
  }

  .our-blog-list {
    grid-column-gap: 15px;
  }

  .our-blog-container {
    width: 380px;
  }

  .blog-image {
    height: auto;
  }

  .lower-section {
    padding-bottom: 0;
  }

  .services-we-offer {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 350px;
    position: relative;
  }

  .offer-bg {
    padding: 45px;
    box-shadow: 0 0 10px 1px #1a1b1e7d;
  }

  .building-everything {
    padding-top: 120px;
  }

  .building-everything-wrap {
    padding-right: 60px;
  }

  .why-work-with-con-128 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 300px;
  }

  .large-photo-gallery {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: 325px;
    grid-template-columns: 280px 1fr 280px;
  }

  .we-work-with {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-projects {
    grid-column-gap: 20px;
    grid-template-columns: 230px 230px 230px;
  }

  .our-case-studies-spacing-copy {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .our-studies-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-heading-h1 {
    width: 1170px;
    font-size: 100px;
  }

  .title-heading-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .top-nav-container, .top-mobile-menu {
    padding-left: 50px;
    padding-right: 50px;
  }

  .center-foofer-wrap {
    margin-top: 100px;
  }

  .center-video-container {
    padding-left: 180px;
    padding-right: 180px;
  }

  .short-video-on-con-128 {
    grid-template-rows: 600px;
  }

  .all-feedback-wrap {
    margin-top: 40px;
  }

  .feedback-intro {
    width: 360px;
  }

  .line-blog-home-3 {
    width: 350px;
  }

  .text-space-wrap {
    margin-bottom: 50px;
  }

  .lp-title-name {
    font-size: 90px;
  }

  .blog-title-wrapper, .blog-title-wrapper.testimonials {
    margin-top: 0;
  }

  .primary-button-second.header {
    margin-left: 35px;
  }

  .text-white-2.center {
    text-align: left;
  }

  .text-white-2.top-banner-text {
    padding-left: 220px;
    padding-right: 220px;
  }

  .text-white-2.top-banner-home-2 {
    padding-left: 240px;
    padding-right: 240px;
    font-size: 100px;
  }

  .text-white-1.center {
    text-align: left;
  }

  .text-white-1.top-banner-text {
    padding-left: 220px;
    padding-right: 220px;
  }

  .text-white-1.top-banner-home-2 {
    padding-left: 240px;
    padding-right: 240px;
    font-size: 100px;
  }

  .text-white-4.center {
    text-align: left;
  }

  .text-white-4.top-banner-text {
    padding-left: 220px;
    padding-right: 220px;
  }

  .text-white-4.top-banner-home-2 {
    padding-left: 240px;
    padding-right: 240px;
    font-size: 100px;
  }

  .nav-link-2 {
    padding-left: 10px;
  }

  .navbar-search-icon-2 {
    margin-left: 25px;
  }

  .primary-button-2.header {
    margin-left: 35px;
  }

  .section-4, .section-1, .blog-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section.blog-sidebar {
    padding-bottom: 100px;
  }

  .blog-section.landing-banner {
    background-position: 106% 52%, 4% 22%;
    background-size: auto, 260px;
  }

  .blog-section.with-background {
    overflow: hidden;
  }

  .blog-section.with-parallax {
    background-image: linear-gradient(#10393bcf 20%, #0000), url('../images/slide-1-new-2-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .blog-section.our-team {
    padding-top: 270px;
  }

  .blog-section.build-a-better {
    z-index: 50;
    background-color: var(--white);
    margin-top: -40px;
    padding-top: 170px;
  }

  .blog-section.our-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section.get-more {
    padding-top: 60px;
  }

  .blog-section.with-the-shadow {
    margin-top: -170px;
  }

  .blog-section.more-case-studies {
    background-image: url('../images/group-25-3_1.webp');
    background-position: 240% 30%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .blog-section.more-case-studies.overflow {
    background-image: none;
  }

  .blog-section.whatch-our-short-video {
    z-index: -100;
    padding-bottom: 0;
  }

  .blog-section.feedback {
    z-index: 10;
    margin-top: -100px;
    padding-top: 230px;
  }

  .blog-section.get-a-free-quote {
    background-position: -81% 41%, 61% 41%;
  }

  .blog-section.blog-grid {
    padding-bottom: 100px;
  }

  .blog-section.portfolio-masonry {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .banner-center-con {
    width: 900px;
  }

  .section-5 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-5.our-news-banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .service-area-text-wrap {
    margin-bottom: 50px;
  }

  .section-6 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-6.blog-sidebar {
    padding-bottom: 100px;
  }

  .section-9 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-9.our-news-banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section-10, .section-12, .section-13, .section-14 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .logo-space {
    margin-bottom: 130px;
  }

  .section-15, .section-16, .section-17 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-17.page-content, .section-17.about-us-2, .section-17.service-areas {
    background-position: -81% 41%, 61% 41%;
  }

  .service-areas-text-space-wrap {
    margin-bottom: 50px;
  }

  .our-price {
    grid-column-gap: 30px;
  }

  .building-everything-home {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.landing-banner {
    background-position: 106% 46%, 4% 22%;
  }

  .section.with-background {
    overflow: hidden;
  }

  .section.more-case-studies {
    background-position: 304% 18%;
  }

  .section.get-a-free-quote, .section.service-area-section {
    background-position: -125% 41%, 61% 41%;
  }

  .text-white.top-banner-text {
    padding-left: 260px;
    padding-right: 260px;
  }

  .text-white.top-banner-home-2 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .team-slider-image.slide-5 {
    background-image: url('../images/happy-female-1.jpg');
    background-position: 50%;
  }

  .team-slider-left-arrow {
    left: 300px;
  }

  .team-slider-right-arrow {
    left: 350px;
  }

  .tabs-slider-mask {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    width: 9%;
  }

  .collection-wrap {
    margin-left: 110px;
    overflow: hidden;
  }

  .grid {
    grid-template-rows: 300px 300px;
    grid-template-columns: 300px 300px 300px 300px;
  }

  .team-wrap {
    width: 277px;
    min-height: 407px;
  }

  .image-bg {
    right: -16%;
  }

  .left-arrow-3 {
    left: -7%;
  }

  .right-arrow-3 {
    right: -7%;
  }

  .text-orange-wrapp {
    width: 36%;
  }

  .industrial-wrap {
    grid-template-columns: 240px 240px 240px;
  }

  .image-con128 {
    top: 32%;
    left: 20%;
  }

  .case-studies-wrap {
    padding-left: 150px;
  }

  .case-space {
    padding-right: 100px;
  }

  .case-studies-projects {
    grid-template-columns: 260px 260px 260px;
  }

  .building-everything-wrap {
    padding-right: 130px;
  }

  .our-projects {
    grid-template-columns: 260px 260px 260px;
  }

  .our-case-studies-spacing-copy {
    padding-right: 100px;
  }

  .orange-box-h2 {
    color: var(--primary);
  }

  .section-our-team {
    height: 320px;
  }

  .project-prev-button-wrap-item {
    text-align: right;
    padding-right: 10%;
  }

  .project-next-button-wrap-item {
    text-align: left;
    padding-left: 10%;
  }

  .text-white-2.top-banner-text {
    padding-left: 260px;
    padding-right: 260px;
    font-size: 80px;
  }

  .text-white-2.top-banner-home-2 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .text-white-1.top-banner-text {
    padding-left: 260px;
    padding-right: 260px;
    font-size: 80px;
  }

  .text-white-1.top-banner-home-2 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .text-white-4.top-banner-text {
    padding-left: 260px;
    padding-right: 260px;
    font-size: 80px;
  }

  .text-white-4.top-banner-home-2 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .project-thumbnail-contain._50.half {
    width: 50%;
  }

  .blog-section.landing-banner {
    background-position: 106% 46%, 4% 22%;
  }

  .blog-section.with-background {
    overflow: hidden;
  }

  .blog-section.more-case-studies {
    background-position: 304% 18%;
  }

  .blog-section.get-a-free-quote {
    background-position: -125% 41%, 61% 41%;
  }

  .banner-center-con {
    width: 850px;
  }

  .hero-title-home-3 {
    font-size: 60px;
  }

  .section-17.page-content, .section-17.about-us-2, .section-17.service-areas {
    background-position: -125% 41%, 61% 41%;
  }
}

@media screen and (min-width: 1920px) {
  .section.landing-banner {
    background-position: 106% 46%, 10% 20%;
    background-size: auto, 280px;
  }

  .section.more-case-studies {
    background-position: -109%;
    background-size: contain;
  }

  .section.free-onsultation {
    background-position: 50%;
    background-size: cover;
  }

  .section.get-a-free-quote, .section.service-area-section {
    background-position: -253% 97%, 61% 41%;
    background-size: 1000px, contain;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .text-white.top-banner-home-2 {
    font-size: 115px;
  }

  .service-list-2-bottom-contacts {
    padding-left: 80px;
    padding-right: 80px;
  }

  .base-center-container {
    justify-content: center;
  }

  .top-section, .top-slider {
    justify-content: center;
    align-items: center;
  }

  .banner-text-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-logo {
    height: 170px;
  }

  .left-arrow, .right-arrow {
    width: 8%;
  }

  .grid {
    grid-template-rows: 410px 410px;
    grid-template-columns: 410px 410px 410px 410px;
  }

  .image-bg {
    right: 0%;
  }

  .our-cooperation {
    grid-template-columns: 1fr;
  }

  .top-section-home-2 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .image-logo-stroke {
    height: 170px;
  }

  .construction, .architecture, .engineering {
    font-size: 115px;
  }

  .industrial-wrap {
    grid-template-columns: 330px 330px 330px;
  }

  .spacing-wrapper-item {
    padding-right: 300px;
  }

  .case-studies-wrap {
    padding-left: 220px;
  }

  .case-studies-projects {
    grid-template-columns: 360px 360px 360px;
  }

  .case-study-content {
    min-height: 250px;
  }

  .title-get-in-touch {
    padding-right: 220px;
  }

  .section-home-3 {
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    display: flex;
  }

  .building-everything-wrap {
    padding-right: 210px;
  }

  .large-photo-gallery {
    grid-template-rows: 400px;
    grid-template-columns: 420px 1fr 420px;
  }

  .our-projects {
    grid-template-columns: 360px 360px 360px;
  }

  .title-heading-h1 {
    font-size: 115px;
  }

  .top-nav-container, .top-mobile-menu {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-our-team {
    height: 420px;
  }

  .section-home-3-video {
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    display: flex;
  }

  .text-over-image-link---gradient-2 {
    color: var(--primary);
  }

  .text-white-2.top-banner-text, .text-white-2.top-banner-home-2, .text-white-1.top-banner-text, .text-white-1.top-banner-home-2, .text-white-4.top-banner-text, .text-white-4.top-banner-home-2 {
    font-size: 115px;
  }

  .image-logo-1, .image-logo-2, .image-logo-3 {
    height: 170px;
  }

  .section-4.dark-green {
    background-image: linear-gradient(to bottom, null, null), url('../images/woodys-detailing-ceramic-pro-richmondmechanicsville-1_1woodys-detailing-ceramic-pro-richmondmechanicsville-1.webp');
    -webkit-text-fill-color: inherit;
    background-size: auto, cover;
    background-clip: border-box;
    background-image: linear-gradient(to bottom, null, null), url('../images/woodys-detailing-ceramic-pro-richmondmechanicsville-1_1woodys-detailing-ceramic-pro-richmondmechanicsville-1.webp');
    -webkit-text-fill-color: inherit;
    background-size: auto, cover;
    background-clip: border-box;
  }

  .section-1.dark-green {
    background-image: linear-gradient(to bottom, null, null), url('../images/woodys-detailing-ceramic-pro-richmondmechanicsville-3.jpg');
    background-size: auto, cover;
  }

  .blog-section.landing-banner {
    background-position: 106% 46%, 10% 20%;
    background-size: auto, 280px;
  }

  .blog-section.more-case-studies {
    background-position: -109%;
    background-size: contain;
  }

  .blog-section.free-onsultation {
    background-position: 50%;
    background-size: cover;
  }

  .blog-section.get-a-free-quote {
    background-position: -253% 97%, 61% 41%;
    background-size: 1000px, contain;
  }

  .banner-center-con {
    width: 900px;
  }

  .section-5.our-news-banner {
    min-height: 500px;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .hero-title-home-3 {
    font-size: 70px;
  }

  .section-9.our-news-banner {
    min-height: 500px;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .logo-loop-wrapper {
    max-width: 1440px;
  }

  .section-17.page-content, .section-17.about-us-2, .section-17.service-areas {
    background-position: -253% 97%, 61% 41%;
    background-size: 1000px, contain;
  }

  .base-center-container-home {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 42px;
  }

  h3, h4 {
    font-size: 20px;
  }

  .section.blog-grid-banner {
    min-height: 300px;
    padding-top: 200px;
  }

  .section.banner-our-team {
    min-height: 300px;
    padding-bottom: 100px;
  }

  .section.banner-career {
    min-height: 300px;
  }

  .section.job-position-banner {
    min-height: 300px;
    padding-top: 200px;
  }

  .section.contacts-banner {
    min-height: 300px;
  }

  .section.contacts-2-banner, .section.contacts-3-banner {
    padding-top: 180px;
  }

  .section.banner-faq {
    min-height: 300px;
    padding-top: 200px;
  }

  .section.banner-customers {
    min-height: 300px;
    padding-bottom: 100px;
  }

  .section.banner-testimonials {
    min-height: 480px;
  }

  .section.about-us-banner {
    min-height: 450px;
    padding-top: 120px;
  }

  .section.portfolio-grid-banner {
    min-height: 300px;
    padding-top: 200px;
  }

  .section.landing-banner {
    background-position: 135% 58%, 4% 49%;
    padding-top: 200px;
  }

  .section.get-a-free-quote {
    background-position: -39% 38%, 70% 38%;
  }

  .section.about-us-banner-2 {
    min-height: 600px;
  }

  .section.blog-details {
    padding-top: 180px;
  }

  .section.blog-banner {
    min-height: 450px;
    padding-top: 120px;
  }

  .section.service-area-section {
    background-position: -39% 38%, 70% 38%;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button.header {
    display: none;
  }

  .primary-button.header.mobile {
    border-radius: 0;
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding: 10px 15px;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    color: var(--black-font);
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .nav-link.home-1 {
    color: var(--text-dark);
    margin-right: auto;
    padding-left: 15px;
    font-size: 14px;
  }

  .nav-dropdown {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 15px;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    justify-content: space-around;
    margin-left: 0;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-dropdown-icon {
    display: block;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: none;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    padding: 10px 0;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 13px;
    display: flex;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 4px;
  }

  .nav-close-icon {
    align-self: stretch;
    max-width: 60%;
    padding-bottom: 13px;
  }

  .nav-item-title.text-white {
    color: var(--black-font);
    font-size: 14px;
  }

  .style-guide-banner-section {
    min-height: 400px;
    padding-top: 120px;
  }

  .logo-mobile {
    padding-left: 5px;
    top: -6px;
    left: -5px;
  }

  .banner-title {
    font-size: 3.3rem;
  }

  .banner-title.blog-title {
    font-size: 45px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    max-width: 400px;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid-content-wrapper {
    min-height: 310px;
  }

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    margin-top: 60px;
  }

  .footer-copyright {
    text-align: center;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-card-image {
    min-height: 200px;
  }

  .process-content.reverse {
    padding-right: 40px;
  }

  .process-number-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-guide-button-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .process-image {
    object-fit: cover;
    display: block;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-location, .career-button-wrapper, .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-customer-item {
    text-align: center;
  }

  .career-customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .text-white {
    font-size: 1.5rem;
  }

  .text-white.top-banner-text, .text-white.top-banner-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .coming-soon-image {
    display: none;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 200px;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-slider-left-arrow {
    right: 41px;
  }

  .contacts-slider-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title-mobile {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contacts-title-desktop {
    display: none;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-2-content {
    width: 66%;
    padding-right: 30px;
  }

  .adress-cards-wrapper {
    margin-top: 30px;
  }

  .contacts-3-capabilities-wrap-left {
    padding-right: 0;
  }

  .contacts-3-capabilities-image {
    max-width: 75%;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child, .contacts-3-input.last-child-home-2, .contacts-3-input.last-child-contact-us {
    margin-right: 0;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-social-icons-wrapper {
    margin-top: 15px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 40px;
    padding-right: 40px;
  }

  .footer-links-wrapper {
    flex-direction: column;
    width: 50%;
    margin-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .footer-links-wrapper.contacts {
    border-right-style: none;
    width: 50%;
    padding-left: 40px;
  }

  .footer-links-wrapper.extra {
    border-right-style: none;
    padding-left: 40px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    display: none;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 180px;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .testominials-cards-banner {
    margin-top: -180px;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 200px;
  }

  .accordion-wrapper-one-column {
    width: 80%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 200px;
  }

  .service-list-2-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .service-list-2-item-description {
    margin-bottom: 15px;
  }

  .service-list-process-wrap {
    width: 50%;
  }

  .service-list-process-wrapper {
    flex-wrap: wrap;
  }

  .service-list-2-bottom-left-block, .service-list-2-bottom-center-block {
    min-height: 380px;
  }

  .service-list-2-bottom-contacts {
    min-height: 340px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-1-video {
    width: 100%;
    min-height: 340px;
  }

  .about-1-features-wrap {
    margin-right: 20px;
  }

  .text-block {
    padding-right: 15px;
  }

  .about-1-counter-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-slider-mask {
    width: 90%;
  }

  .team-slider-image {
    min-height: 340px;
  }

  .about-list-wrap {
    max-width: 380px;
    margin-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-3-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-center-card {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-3-card {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-3-card.last-child {
    margin-bottom: 0;
  }

  .about-3-card-with-image {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-3-card-with-image.last-child {
    margin-bottom: 0;
  }

  .about-3-center-card-with-image {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .about-3-center-card-image {
    height: 240px;
  }

  .about-3-progress-bar-content {
    margin-right: 20px;
  }

  .about-3-progress-bar {
    max-width: 360px;
  }

  .about-3-tab-pane-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }

  .about-3-form-text-field {
    width: 300px;
  }

  .team-slider-mask {
    width: 90%;
  }

  .team-slider-background {
    width: 35%;
  }

  .team-slider-left-arrow {
    left: 160px;
  }

  .team-slider-right-arrow {
    left: 210px;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 320px 320px 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-collection-list.modern {
    grid-template-rows: 320px;
  }

  .portfolio-grid-image {
    min-height: 235px;
  }

  .portfolio-grid-collection-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .portfolio-grid-title-wrapper {
    padding: 20px 30px;
    inset: auto 0% 0%;
  }

  .portfolio-grad-title {
    font-size: 22px;
  }

  .portfolio-grid-category {
    font-size: 16px;
  }

  .nav-menu-shadow-overlay {
    background-color: var(--white);
    border-bottom: 1px solid #000;
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 1978vh;
    box-shadow: 0 0 30px #00000026;
  }

  .portfolio-masonry-collection-list {
    column-count: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-masonry-lightbox {
    border-bottom-width: 100px;
    border-left-width: 100px;
  }

  .portfolio-masonry-lightbox-icon {
    top: 55px;
    right: 15px;
  }

  .project-template-info {
    margin-left: 40px;
    padding-left: 0;
  }

  .project-template-image {
    height: 360px;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
  }

  .megamenu-dropdown-wrap.scroll {
    height: 200px;
    overflow: scroll;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .footer-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .center-footer {
    padding-bottom: 40px;
  }

  .footer-white-text {
    text-align: left;
    margin-bottom: 20px;
  }

  .button-wrap {
    flex: none;
  }

  .top-section {
    height: 100%;
  }

  .slider-img-1 {
    width: auto;
  }

  .banner-text-wrap {
    justify-content: center;
    padding-top: 250px;
    padding-bottom: 140px;
  }

  .left-arrow, .right-arrow {
    width: 18%;
    margin-top: 120px;
  }

  .image-menu {
    width: 24px;
    height: 20px;
    transform: rotate(180deg);
  }

  .image-3 {
    height: 5em;
  }

  .nav-close-icon-copy {
    align-self: stretch;
    max-width: 60%;
    display: none;
  }

  .subtitle-wrap {
    flex-direction: column;
    padding-right: 0;
  }

  .subtitle {
    padding-right: 10px;
  }

  .our-advantages {
    grid-template-rows: 320px 320px 320px;
    grid-template-columns: 1fr;
  }

  .paragraph-wrap {
    width: 100%;
    padding-right: 20px;
  }

  .content-wrap {
    padding-right: 40px;
  }

  .bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .you-a-future {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .line {
    width: 50px;
  }

  .image-wrapper {
    width: 225px;
    height: 340px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-list-loop-wrapper {
    min-height: 340px;
  }

  .image-products {
    width: 100%;
  }

  .number-wrapper {
    padding-left: 30px;
  }

  .facts-wrap {
    width: 80%;
  }

  .item {
    justify-content: center;
    align-items: flex-start;
  }

  .item.center-title-blue {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .testimonial-slider {
    padding-left: 80px;
    padding-right: 80px;
  }

  .grid {
    grid-template-rows: 354px 354px 354px 354px;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
  }

  .team-wrap {
    width: 355px;
    min-height: 380px;
  }

  .blog-image-wrapp {
    height: 220px;
  }

  .our-blog-wrapper {
    width: 330px;
  }

  .top-button-wrap {
    margin-top: 20px;
  }

  .slider-wrapper {
    width: 330px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-orange-wrapp {
    width: 56%;
  }

  .construction-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-con128 {
    left: 63%;
  }

  .number-wrapper-blue {
    padding-left: 30px;
  }

  .done-for-this-years {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .video-wrapper {
    grid-template-rows: 500px;
    grid-template-columns: 210px 320px;
  }

  .photo-content.large-photo {
    background-position: 93%;
  }

  .signature-of-chris {
    bottom: 17%;
  }

  .advantages-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .case-studies {
    grid-template-columns: 1fr;
  }

  .case-study-content {
    justify-content: flex-start;
    min-height: 260px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose-us {
    grid-template-columns: 1fr;
  }

  .choose-us-image {
    height: 738px;
  }

  .get-in-touch {
    grid-template-columns: 1fr;
  }

  .get-in-touch-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 135px;
    padding-right: 135px;
  }

  .get-a-free-consultation {
    width: auto;
  }

  .get-a-free-consultation.home-3 {
    width: 460px;
  }

  .our-blog-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .our-blog-container {
    width: 360px;
  }

  .our-blog-image {
    height: 220px;
  }

  .our-blog-info {
    min-height: 305px;
  }

  .blog-image {
    width: 100%;
    max-width: 100%;
  }

  .section-home-3 {
    padding-top: 60px;
  }

  .services-we-offer {
    grid-template-columns: 1fr 1fr;
  }

  .offer-bg {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .serveres-link {
    padding: 10px 0;
    font-size: 15px;
  }

  .offer-link-wrap {
    justify-content: flex-start;
    padding-right: 0;
  }

  .offer-link-wrap:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .building-everything {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 400px auto;
    grid-template-columns: 1fr;
  }

  .building-everything-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .building-info-wrap {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .large-photo-gallery {
    grid-template-rows: 220px;
    grid-template-columns: 170px 1fr 170px;
  }

  .our-projects {
    grid-column-gap: 20px;
  }

  .title-heading-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .title-heading-wrapper.title-home-1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .top-nav-container {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .call-us-text.green-text {
    color: var(--text-dark);
  }

  .social-wrap {
    width: 120px;
  }

  .social-wrap.mobile {
    display: none;
  }

  .link-socials {
    cursor: pointer;
  }

  .search-bottom-line-2 {
    display: flex;
  }

  .top-mobile-menu {
    justify-content: flex-start;
    min-width: 320px;
    max-width: 320px;
    height: 53px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .call-us-mobile-wrap, .call-us-text-mobile {
    display: none;
  }

  .socials-wrapper-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .center-foofer-wrap {
    margin-top: 0;
  }

  .center-video-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-title-wrap {
    justify-content: space-between;
  }

  .feedback-intro {
    width: 340px;
    margin-right: 25px;
  }

  .line-blog-home-3 {
    width: 50px;
  }

  .free-quote-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-space-wrap {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-our-team {
    height: 200px;
  }

  .banner-text-wrap-home-1 {
    justify-content: center;
    padding-top: 120px;
  }

  .blog-title-h1 {
    font-size: 60px;
  }

  .link-block {
    display: inline-block;
  }

  .lp-title-name {
    font-size: 70px;
  }

  .section-home-3-video {
    padding-top: 60px;
  }

  .slider-mask {
    position: static;
  }

  .slider-wrapper-2.arrows-top {
    padding-bottom: 86px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 0% 0% 84px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto 84px 0% 0%;
  }

  .display-4 {
    font-size: 22px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .about-4-card {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-4-card.last-child {
    margin-bottom: 0;
  }

  .about-4-center {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-4-card-with-image {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-4-card-with-image.last-child {
    margin-bottom: 0;
  }

  .about-4-center-card-with-image, .about-5-center-card-with-image {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .about-5-center {
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .embed-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .rich-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block h2 {
    color: var(--primary);
  }

  .rich-text-block h1 {
    font-size: 45px;
  }

  .rich-text-block ul {
    width: 100%;
  }

  .rich-text-block li {
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .blog-title-wrapper.testimonials {
    margin-top: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color-white-2 {
    font-size: 55px;
  }

  .consultation-form-wrapper {
    background-color: var(--white);
    margin-left: 0;
    padding: 30px 0;
  }

  .book-now-title-desktop {
    display: none;
  }

  .book-now-wrapper {
    align-items: flex-start;
  }

  .bg-text.services-2 {
    top: -38px;
    right: -40px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3.overflow-hidden {
    padding-top: 100px;
  }

  .display-6 {
    font-size: 50px;
  }

  .display-7 {
    font-size: 22px;
  }

  .slide-6 {
    height: auto;
  }

  .project-slider {
    width: 100%;
    height: auto;
  }

  .service-block-right {
    width: 100%;
  }

  .heading-10 {
    text-align: center;
  }

  .primary-button-second.header {
    display: none;
  }

  .primary-button-second.header.mobile {
    border-radius: 0;
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .text-white-2.top-banner-text, .text-white-2.top-banner-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .orange-message-1 {
    font-size: 42px;
  }

  .text-white-1.top-banner-text, .text-white-1.top-banner-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .orange-message-2, .orange-message-3, .orange-message-4 {
    font-size: 42px;
  }

  .text-white-4.top-banner-text, .text-white-4.top-banner-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-2 {
    color: #000;
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .call-us-text-2.green-text {
    color: #0c3133;
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    display: flex;
    position: static;
  }

  .nav-menu-shadow-overlay-2 {
    background-color: #fff;
    border-bottom: 1px solid #000;
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 1978vh;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-dropdown-icon-2 {
    display: block;
  }

  .search-shop-con-2 {
    display: none;
  }

  .nav-dropdown-link-2 {
    padding: 10px 0;
  }

  .primary-button-blue-2.call-now {
    display: none;
  }

  .search-bottom-line-3 {
    display: flex;
  }

  .social-wrap-2 {
    width: 120px;
  }

  .link-socials-2 {
    cursor: pointer;
  }

  .primary-button-2.header {
    display: none;
  }

  .primary-button-2.header.mobile {
    border-radius: 0;
    margin-left: 0;
    display: block;
  }

  .primary-button-2.header.mobile.call-now {
    background-color: #000;
    margin-top: 20px;
  }

  .about-3-card-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-center-card-2 {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-3-card-2 {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-3-card-2.last-child {
    margin-bottom: 0;
  }

  .body-shop-process-image {
    object-fit: cover;
    display: block;
  }

  .ending-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .case-studies-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-3-card-wrapper-3 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-center-card-3 {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-width: 500px;
    display: grid;
  }

  .projects-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cs-tab-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cs-info-wrap {
    width: 100%;
  }

  .cta-logos {
    max-width: 40%;
  }

  .contact-modal5_content-wrapper {
    padding: 4rem 5%;
  }

  .contact-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cs-image-wrap {
    width: 100%;
  }

  .hero-heading.vinyl-wrap {
    overflow-wrap: break-word;
    font-size: 65px;
  }

  .project-contain.featured, .project-contain.page-featured {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-info-wrapper {
    width: 100%;
    max-width: none;
  }

  .project-thumbnail-contain._50, .project-thumbnail-contain._50.half, .project-thumbnail-contain._50 {
    width: 100%;
  }

  .projects-page-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .faq-left-wrapper {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-service-section-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-right-wrap {
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-content {
    overflow-wrap: anywhere;
    padding-bottom: 24px;
  }

  .faq-card-text {
    padding-bottom: 0;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .faq-card {
    max-width: none;
  }

  .blog-section.blog-grid-banner {
    min-height: 300px;
    padding-top: 200px;
  }

  .blog-section.banner-our-team {
    min-height: 300px;
    padding-bottom: 100px;
  }

  .blog-section.banner-career {
    min-height: 300px;
  }

  .blog-section.job-position-banner {
    min-height: 300px;
    padding-top: 200px;
  }

  .blog-section.contacts-banner {
    min-height: 300px;
  }

  .blog-section.contacts-2-banner, .blog-section.contacts-3-banner {
    padding-top: 180px;
  }

  .blog-section.banner-faq {
    min-height: 300px;
    padding-top: 200px;
  }

  .blog-section.banner-customers {
    min-height: 300px;
    padding-bottom: 100px;
  }

  .blog-section.banner-testimonials {
    min-height: 480px;
  }

  .blog-section.about-us-banner {
    min-height: 450px;
    padding-top: 120px;
  }

  .blog-section.portfolio-grid-banner {
    min-height: 300px;
    padding-top: 200px;
  }

  .blog-section.landing-banner {
    background-position: 135% 58%, 4% 49%;
    padding-top: 200px;
  }

  .blog-section.feedback {
    padding-top: 20em;
  }

  .blog-section.get-a-free-quote {
    background-position: -39% 38%, 70% 38%;
  }

  .blog-section.about-us-banner-2 {
    min-height: 600px;
  }

  .blog-section.blog-details {
    padding-top: 180px;
  }

  .blog-section.blog-banner {
    min-height: 450px;
    padding-top: 120px;
  }

  .banner-center-con {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .dark-overlay.changelog {
    background-image: linear-gradient(to bottom, var(--primary), transparent 61%, var(--black-font) 103%);
  }

  .section-5.our-news-banner {
    padding-top: 160px;
  }

  .hero-title-home-3 {
    font-size: 55px;
  }

  .slider-wrapper-3.arrows-top {
    padding-bottom: 86px;
  }

  .display-8 {
    font-size: 22px;
  }

  .service-area-text-wrap {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rich-text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-embed-auto-height {
    height: 440px;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .grid-services---d {
    grid-template-columns: 1fr 1fr;
  }

  .logo-loop-wrapper {
    grid-column-gap: 60px;
  }

  .companions-logo-loop {
    grid-column-gap: 60px;
    justify-content: flex-start;
  }

  .section-17.page-content, .section-17.about-us-2, .section-17.service-areas {
    background-position: -39% 38%, 70% 38%;
  }

  .section-17.about-us-banner-2 {
    min-height: 450px;
    padding-top: 120px;
  }

  .banner-title-2 {
    font-size: 35px;
  }

  .text-white-7 {
    font-size: 25px;
  }

  .about-us-statement {
    padding-left: 100px;
    padding-right: 100px;
  }

  .orange-message-5 {
    font-size: 42px;
  }

  .service-areas-text-space-wrap {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .banner-title-3 {
    font-size: 35px;
  }

  .service-area-grid {
    flex: none;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .blog-sidebar-wrapper-2 {
    flex-wrap: wrap;
  }

  .orange-message-6 {
    font-size: 42px;
  }

  .banner-title-4 {
    font-size: 35px;
  }

  .our-price {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-dropdown-link-wrapper-copy {
    justify-content: flex-start;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-copy:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-center-card-4 {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-3-card-wrapper-4 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-card-3 {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-3-card-3.last-child {
    margin-bottom: 0;
  }

  .heading-hero {
    font-size: 58px;
  }

  .hero---page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .h2-heading {
    font-size: 2.6rem;
  }

  .nav-dropdown-link-3 {
    padding: 10px 0;
  }

  .building-everything-home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 400px auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 39px;
  }

  h4, blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-grid-banner {
    padding-top: 180px;
  }

  .section.blog-sidebar {
    padding-bottom: 30px;
  }

  .section.banner-career {
    padding-top: 190px;
    padding-bottom: 80px;
  }

  .section.job-position-banner, .section.contacts-banner {
    padding-top: 180px;
  }

  .section.contacts-2-banner {
    padding-top: 160px;
  }

  .section.contacts-3-banner {
    padding-top: 150px;
  }

  .section.banner-faq {
    padding-top: 180px;
  }

  .section.banner-testimonials {
    min-height: 380px;
    padding-bottom: 170px;
  }

  .section.portfolio-grid-banner {
    padding-top: 180px;
  }

  .section.landing-banner {
    background-image: url('../images/landing-banner-image-2_1landing-banner-image-2.webp');
    background-position: 140% 72%;
    background-repeat: no-repeat;
    background-size: 350px;
    padding-top: 180px;
  }

  .section.our-team {
    margin-top: -90px;
    padding-top: 150px;
  }

  .section.our-blog {
    padding-top: 60px;
  }

  .section.get-more {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
    display: flex;
  }

  .section.with-the-shadow {
    margin-top: -70px;
  }

  .section.get-a-free-quote {
    background-position: -29% 34%, 70% 38%;
  }

  .section.our-services {
    padding-top: 20px;
  }

  .section.blog-grid {
    padding-bottom: 30px;
  }

  .section.blog-details {
    padding-top: 140px;
  }

  .section.portfolio-masonry {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section.all-services {
    padding-top: 20px;
  }

  .section.service-area-section {
    background-position: -29% 34%, 70% 38%;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 55px;
  }

  .h2-tablet {
    font-size: 39px;
  }

  .h4-tablet {
    font-size: 18px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-dropdown-toggle {
    width: 99%;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-image {
    width: 100vw;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    max-width: 300px;
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .blog-grid-content-wrapper {
    min-height: auto;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

  .footer-copyright {
    text-align: center;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card-image, .team-card-image.architects, .team-card-image.managers {
    min-height: 470px;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-number-wrapper {
    flex: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-number {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .text-button-icon {
    margin-left: 10px;
  }

  .free-trial-title {
    margin-bottom: 20px;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 20px;
  }

  .text-white {
    width: 100%;
  }

  .text-white.center {
    text-align: left;
  }

  .text-white.top-banner-text, .text-white.top-banner-home-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 55px;
  }

  .text-white.some-facts {
    margin-top: 0;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper {
    margin-bottom: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-shevron-icon {
    padding-right: 20px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .link-with-icon.text-white {
    justify-content: center;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title-mobile {
    margin-bottom: 40px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .adress-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .adress-card {
    padding: 20px 30px;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .contacts-3-list {
    margin-bottom: 10px;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-form-wrapper {
    padding: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    width: 100%;
  }

  .footer-brand-wrapper {
    border: 1px #000;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    border: 1px #000;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-right: 0;
  }

  .footer-links-wrapper.contacts {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .footer-links-wrapper.extra {
    align-items: center;
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-top: 140px;
  }

  .customer-wrapper {
    height: 240px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .testominials-cards-banner {
    margin-top: -100px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .service-list-banner {
    padding-top: 160px;
  }

  .service-list-2-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .service-list-section-wrapper {
    flex-wrap: wrap;
  }

  .service-list-section-wrap {
    width: 100%;
    padding-left: 0;
  }

  .service-list-section-wrap.first-child {
    margin-bottom: 40px;
  }

  .service-list {
    margin-bottom: 30px;
  }

  .service-list-2-bottom-left-block, .service-list-2-bottom-center-block {
    width: 100%;
  }

  .about-1-video {
    min-height: 280px;
  }

  .about-1-features-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .about-1-features-wrap {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .about-1-counter-wrapper {
    flex-wrap: wrap;
  }

  .about-1-counter-number {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .about-1-counter-wrap {
    width: 100%;
    padding: 10px 100px;
  }

  .testimonials-slide-item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }

  .team-slider {
    padding-top: 100px;
  }

  .team-slide-item {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-slider-image {
    object-position: 50% 20%;
    width: 100%;
    height: 320px;
    min-height: auto;
    max-height: 320px;
    margin-bottom: 10px;
  }

  .team-slider-image.slide-2 {
    background-position: 50% 0;
  }

  .team-slide-item-desc {
    margin-top: 20px;
  }

  .about-list-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-center-card {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-3-card {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-3-content-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .about-3-card-with-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .about-3-center-card-with-image {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .about-3-image {
    width: 50%;
  }

  .about-3-progress-bar-wrapper {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-3-progress-bar-content {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .about-3-progress-bar {
    width: 100%;
    max-width: 330px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-3-tabs-menu {
    display: none;
  }

  .about-3-tab-circle {
    inset: auto auto auto -6px;
  }

  .about-3-tab-image-wrap {
    width: 100%;
  }

  .about-3-tab-content-wrap {
    text-align: center;
    width: 100%;
  }

  .about-3-tab-pane-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .about-3-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

  .team-slider-content {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .team-slider-background {
    width: 100%;
    height: 35%;
    inset: 0% 0% auto;
  }

  .team-slider-left-arrow {
    inset: 40px auto auto 72%;
  }

  .team-slider-right-arrow {
    inset: 40px auto auto 84%;
  }

  .portfolio-tab-link {
    padding: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-template-rows: 320px 320px 320px 320px 320px 320px;
    grid-template-columns: 1fr;
  }

  .portfolio-grad-title {
    font-size: 20px;
  }

  .portfolio-masonry-collection-list {
    column-count: 1;
    column-rule-width: 0px;
    flex-wrap: wrap;
    column-gap: 30px;
  }

  .portfolio-masonry-collection-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .portfolio-masonry-collection-item:last-child {
    margin-bottom: 0;
  }

  .portfolio-masonry-image {
    width: 100%;
  }

  .portfolio-masonry-content-wrapper {
    padding-bottom: 10px;
  }

  .portfolio-masonry-image-link {
    width: 100%;
  }

  .project-template-category {
    margin-bottom: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .tabs-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-slider-left-arrow {
    display: none;
    left: -15px;
  }

  .tabs-slider-right-arrow {
    display: none;
    right: -15px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .logo-con-128 {
    margin-left: -9px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .center-footer {
    background-position: 0%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-white-text {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .button-wrap {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-contacts-text {
    text-align: center;
  }

  .section-light-background, .section-dark-blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-img-1 {
    max-width: 200%;
  }

  .banner-text-wrap {
    padding-top: 280px;
    padding-bottom: 162px;
  }

  .left-arrow, .right-arrow {
    width: 20%;
  }

  .subtitle-wrap {
    flex-direction: column;
  }

  .link-with-arrow {
    width: 100%;
    margin-bottom: 10px;
  }

  .our-advantages {
    grid-template-rows: 345px 345px 345px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .paragraph-wrap {
    padding-right: 0;
  }

  .content-wrap {
    padding-right: 20px;
  }

  .photo.first-photo, .photo.second-photo {
    width: 400px;
    min-height: 800px;
  }

  .image-wrap {
    display: block;
  }

  .our-future-video {
    top: 23%;
    bottom: auto;
  }

  .photo-wraprer._1 {
    width: 400px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
    display: block;
  }

  .photo-wraprer._2 {
    width: 400px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .spacing-wrap {
    padding-right: 0;
  }

  .our-featured-wrap {
    flex-direction: row;
    display: block;
  }

  .link-our-featured {
    margin-bottom: 10px;
  }

  .line {
    display: none;
  }

  .section-light-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .orange-background {
    margin-top: -100px;
    padding-bottom: 60px;
  }

  .collection-wrap {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper {
    width: 538px;
    height: 680px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .collection-list-loop-wrapper {
    min-height: 680px;
  }

  .center-text-wrapper {
    padding-top: 140px;
  }

  .some-facts-about-us {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .number-wrapper {
    align-items: flex-start;
    width: 50%;
  }

  .white-numbers {
    font-size: 50px;
  }

  .facts-wrap {
    justify-content: center;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .item {
    margin-bottom: 10px;
  }

  .item.center-title-blue {
    align-items: center;
  }

  .testimonial-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-gallery {
    width: 130vw;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 525px 525px 525px 525px 525px 525px;
    margin-top: 60px;
  }

  .team-wrap {
    width: 538px;
    min-height: 345px;
  }

  .blog-image-wrapp {
    height: 250px;
  }

  .blog-slider.blog-home-3 {
    margin-top: 30px;
  }

  .our-blog-wrapper {
    width: 508px;
  }

  .info-wrap {
    height: auto;
  }

  .slider-wrapper {
    background-color: var(--white);
    width: 508px;
    margin-left: 0;
  }

  .construction, .architecture, .engineering {
    font-size: 55px;
  }

  .text-orange-wrapp {
    width: 55%;
  }

  .span-wrap {
    font-size: 45px;
  }

  .construction-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .industrial-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 300px 300px 300px;
    grid-template-columns: 1fr;
  }

  .spacing-wrapper-item {
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-con128 {
    display: none;
  }

  .section-dark-blue-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .build-a-better-facts {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .blue-numbers {
    font-size: 50px;
  }

  .text-blue {
    width: 100%;
  }

  .number-wrapper-blue {
    align-items: center;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .done-for-this-years {
    grid-row-gap: 40px;
  }

  .video-wrapper {
    grid-template-columns: 210px 308px;
  }

  .done-for-content-wrapp, .title-for-done {
    padding-right: 0;
  }

  .item-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .item-name-wrapper {
    margin-bottom: 40px;
  }

  .signature-of-chris {
    bottom: 40%;
  }

  .done-for-this-years-video {
    top: 40%;
    bottom: auto;
  }

  .advantages-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .advantages-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .center-icon-container {
    justify-content: flex-start;
    padding-left: 120px;
    padding-right: 120px;
  }

  .case-studies-wrap {
    text-align: center;
  }

  .case-space {
    padding-left: 0;
    padding-right: 0;
  }

  .case-studies-projects {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .case-study-image {
    height: 360px;
  }

  .case-study-content {
    min-height: auto;
    padding-bottom: 20px;
  }

  .circle {
    top: 360px;
  }

  .why-choose-us {
    grid-row-gap: 30px;
  }

  .choose-us-image {
    height: 538px;
  }

  .wrapper-questions {
    width: 100%;
    margin-top: 0;
  }

  .faq-item {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .get-in-touch {
    grid-column-gap: 120px;
  }

  .get-in-touch-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .get-a-free-wrapper {
    align-items: flex-end;
    height: 700px;
    padding-bottom: 60px;
  }

  .section-get-in-touch {
    padding-top: 60px;
  }

  .get-a-free-consultation {
    height: 700px;
    margin-bottom: 0;
    padding: 20px;
    top: 0;
  }

  .get-a-free-consultation.home-3 {
    width: 540px;
    height: 700px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .title-get-in-touch {
    padding-right: 140px;
  }

  .news-from-our-blog-name {
    text-align: center;
  }

  .our-blog-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .our-blog-container {
    width: 100%;
  }

  .our-blog-image {
    justify-content: center;
    align-items: flex-start;
    height: 250px;
    display: flex;
  }

  .our-blog-info {
    min-height: auto;
  }

  .services-we-offer {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .offer-bg {
    width: 100%;
  }

  .three-column-wrapper {
    box-shadow: none;
    width: 100%;
  }

  .general-wrapper {
    flex-wrap: wrap;
  }

  .get-more-wrapper {
    flex-direction: column;
    padding-right: 60px;
  }

  .building-everything {
    grid-template-rows: 200px auto;
    padding-top: 50px;
  }

  .base-middle-container.home {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
  }

  .why-work-with-con-128 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 130px;
  }

  .icon-wrap-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .icon-image {
    margin-bottom: 0;
  }

  .large-photo-gallery {
    grid-template-rows: 280px 280px 280px;
    grid-template-columns: 1fr;
  }

  .picture.last-picture {
    background-position: 50% 15%;
  }

  .we-work-with {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .company-logo-image {
    height: 70px;
  }

  .company-logo-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .our-projects {
    grid-row-gap: 20px;
    grid-template-rows: 385px 385px 385px;
    grid-template-columns: 1fr;
  }

  .our-case-studies-spacing-copy {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-heading-h1 {
    font-size: 55px;
  }

  .call-us-text.green-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-facts {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  .center-foofer-wrap {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .center-video-container {
    padding-left: 0;
    padding-right: 0;
  }

  .feedback-intro {
    width: 508px;
    margin-right: 15px;
    padding-right: 40px;
  }

  .consultation-wrapper {
    justify-content: center;
  }

  .news-from-blog {
    flex-direction: row;
    display: block;
  }

  .line-blog-home-3 {
    display: none;
  }

  .free-quote-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .text-space-wrap {
    max-width: none;
  }

  .section-our-team {
    flex-wrap: wrap;
    height: 500px;
  }

  .blog-title-h1, .lp-title-name {
    font-size: 55px;
  }

  .text-over-image-link---text-container {
    bottom: 40px;
    left: 32px;
    right: 32px;
  }

  .text-200 {
    font-size: 16px;
  }

  .slider-wrapper-2.arrows-top {
    padding-bottom: 64px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left, .btn-circle-secondary.slider-arrow.right---top-left, .btn-circle-secondary.slider-arrow.left---top-left {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .text-over-image-link---gradient {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #000000d6);
  }

  .display-4 {
    font-size: 20px;
  }

  .card.text-over-image-link.gallary {
    margin-bottom: 40px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .about-4-card {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-4-center {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-4-card-with-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .about-4-center-card-with-image, .about-5-center-card-with-image {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .about-5-center {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .text-over-image-link---gradient-2 {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #000000d6);
  }

  .rich-text-block h1 {
    font-size: 40px;
  }

  .blog-title-wrapper.testimonials {
    margin-top: 20px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color-white-2 {
    font-size: 45px;
  }

  .consultation-form-wrapper {
    width: 100%;
  }

  .book-now-wrapper {
    flex-wrap: wrap;
  }

  .bg-text.services-2 {
    top: -18px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.overflow-hidden {
    padding-top: 40px;
  }

  .display-6 {
    font-size: 34px;
  }

  .display-7 {
    font-size: 20px;
  }

  .text-over-image-link---gradient-3 {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #000000d6);
    top: 258px;
  }

  .primary-button-second.search-button, .text-white-2 {
    width: 100%;
  }

  .text-white-2.center {
    text-align: left;
  }

  .text-white-2.top-banner-text, .text-white-2.top-banner-home-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 55px;
  }

  .text-white-2.some-facts {
    margin-top: 0;
  }

  .orange-message-1 {
    font-size: 39px;
  }

  .text-white-1 {
    width: 100%;
  }

  .text-white-1.center {
    text-align: left;
  }

  .text-white-1.top-banner-text, .text-white-1.top-banner-home-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 55px;
  }

  .text-white-1.some-facts {
    margin-top: 0;
  }

  .orange-message-2, .orange-message-3, .orange-message-4 {
    font-size: 39px;
  }

  .text-white-4 {
    width: 100%;
  }

  .text-white-4.center {
    text-align: left;
  }

  .text-white-4.top-banner-text, .text-white-4.top-banner-home-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 55px;
  }

  .text-white-4.some-facts {
    margin-top: 0;
  }

  .call-us-text-2.green-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-3-center-card-2 {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-3-card-2 {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-3-content-wrap-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-white-5 {
    width: 100%;
  }

  .section-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ending-content-wrapper {
    margin-bottom: 20px;
  }

  .about-3-center-card-3 {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-3-content-wrap-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-modal5_content-wrapper {
    padding-bottom: 7rem;
  }

  .form-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-wrapper {
    padding-top: 80px;
  }

  .hero-heading.vinyl-wrap {
    font-size: 55px;
  }

  .project-contain.featured, .project-contain.page-featured {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-thumbnail-contain {
    height: 300px;
  }

  .project-thumbnail-contain._50 {
    margin-bottom: 0;
  }

  .projects-page-wrapper {
    padding-top: 100px;
  }

  .text-block-12.cta {
    font-size: .8rem;
  }

  .violet-button.black.cta {
    letter-spacing: normal;
    font-size: .6rem;
  }

  .faq-card-text {
    padding-bottom: 0;
  }

  .faq-answer-wrap {
    padding-right: 7%;
  }

  .faq-questions {
    font-size: 22px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section.blog-grid-banner {
    padding-top: 180px;
  }

  .blog-section.blog-sidebar {
    padding-bottom: 30px;
  }

  .blog-section.banner-career {
    padding-top: 190px;
    padding-bottom: 80px;
  }

  .blog-section.job-position-banner, .blog-section.contacts-banner {
    padding-top: 180px;
  }

  .blog-section.contacts-2-banner {
    padding-top: 160px;
  }

  .blog-section.contacts-3-banner {
    padding-top: 150px;
  }

  .blog-section.banner-faq {
    padding-top: 180px;
  }

  .blog-section.banner-testimonials {
    min-height: 380px;
    padding-bottom: 170px;
  }

  .blog-section.portfolio-grid-banner {
    padding-top: 180px;
  }

  .blog-section.landing-banner {
    background-image: url('../images/landing-banner-image-2_1landing-banner-image-2.webp');
    background-position: 140% 72%;
    background-repeat: no-repeat;
    background-size: 350px;
    padding-top: 180px;
  }

  .blog-section.our-team {
    margin-top: -90px;
    padding-top: 150px;
  }

  .blog-section.our-blog {
    padding-top: 60px;
  }

  .blog-section.get-more {
    padding-top: 20px;
  }

  .blog-section.with-the-shadow {
    margin-top: -70px;
  }

  .blog-section.get-a-free-quote {
    background-position: -29% 34%, 70% 38%;
  }

  .blog-section.our-services {
    padding-top: 20px;
  }

  .blog-section.blog-grid {
    padding-bottom: 30px;
  }

  .blog-section.blog-details {
    padding-top: 140px;
  }

  .blog-section.portfolio-masonry {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .blog-section.all-services {
    padding-top: 20px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-5.our-news-banner {
    padding-top: 140px;
  }

  .hero-title-home-3 {
    font-size: 50px;
  }

  .slider-wrapper-3.arrows-top {
    padding-bottom: 64px;
  }

  .text-over-image-link---gradient-4 {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #000000d6);
  }

  .display-8 {
    font-size: 20px;
  }

  .about-3-content-wrap-vinyl {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-area-text-wrap {
    max-width: none;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-6.blog-sidebar {
    padding-bottom: 30px;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-9.our-news-banner {
    padding-top: 120px;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .section-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-3-content-wrap-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-services---d {
    grid-template-columns: 1fr;
  }

  .block-services---c {
    padding-left: 7%;
    padding-right: 7%;
  }

  .section-13, .section-14 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-space {
    margin-bottom: 60px;
  }

  .logo-loop-wrapper, .companions-logo-loop {
    grid-column-gap: 40px;
  }

  .companions-logo {
    height: 35px;
  }

  .text-white-6 {
    width: 100%;
  }

  .section-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-3-content-wrap-5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-16, .section-17 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-17.page-content, .section-17.about-us-2, .section-17.service-areas {
    background-position: -29% 34%, 70% 38%;
  }

  .section-17.about-us-banner-2 {
    padding-top: 220px;
  }

  .text-white-7 {
    width: 100%;
  }

  .about-us-statement {
    padding-left: 0;
    padding-right: 0;
  }

  .orange-message-5 {
    font-size: 39px;
  }

  .service-areas-text-space-wrap {
    max-width: none;
  }

  .service-area-grid {
    column-count: 1;
  }

  .orange-message-6 {
    font-size: 39px;
  }

  .project-thumbnail-contain-2 {
    height: 300px;
  }

  .rich-text-block-section-2 h5 {
    font-size: 20px;
  }

  .rich-text-block-section-2 h2 {
    font-size: 35px;
  }

  .rich-text-block-section-2 h1 {
    font-size: 40px;
  }

  .rich-text-block-section-2 h4 {
    font-size: 25px;
  }

  .rich-text-block-section-2 h3 {
    font-size: 30px;
  }

  .rich-text-block-section-2 h6 {
    font-size: 16px;
  }

  .rich-text-block-section-blog h4 {
    font-size: 20px;
  }

  .rich-text-block-section-blog h1 {
    font-size: 40px;
  }

  .rich-text-block-section-blog h6 {
    font-size: 12px;
  }

  .rich-text-block-section-blog h2 {
    font-size: 35px;
  }

  .rich-text-block-section-blog h5 {
    font-size: 16px;
  }

  .rich-text-block-section-blog h3 {
    font-size: 25px;
  }

  .about-3-content-wrap-center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .our-price {
    grid-template-columns: 1fr;
  }

  .about-3-center-card-4 {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-3-card-3 {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-hero {
    font-size: 50px;
  }

  .hero---page {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .base-center-container-home {
    width: 100%;
    max-width: 100%;
  }

  .get-more-wrapper-home {
    flex-flow: row;
    width: 100%;
    padding-right: 0;
  }

  .building-everything-home {
    padding-top: 0;
  }

  .home-paragraph {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.blog-grid-banner {
    padding-top: 160px;
  }

  .section.banner-our-team {
    padding-top: 200px;
  }

  .section.job-position-banner, .section.contacts-banner {
    padding-top: 160px;
  }

  .section.contacts-3-banner {
    padding-top: 120px;
  }

  .section.banner-faq {
    padding-top: 140px;
  }

  .section.banner-customers {
    padding-top: 200px;
  }

  .section.banner-testimonials {
    padding-bottom: 150px;
  }

  .section.about-us-banner {
    padding-top: 100px;
  }

  .section.portfolio-grid-banner {
    padding-top: 160px;
  }

  .section.landing-banner {
    background-image: url('../images/landing-banner-image-2_1landing-banner-image-2.webp');
    background-position: 116% 83%;
    background-repeat: no-repeat;
    background-size: 200px;
    padding-top: 160px;
  }

  .section.feedback {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section.get-a-free-quote {
    background-position: 170%, 70% 38%;
    background-size: cover, cover;
  }

  .section.about-us-banner-2 {
    padding-top: 100px;
  }

  .section.blog-details {
    padding-top: 120px;
  }

  .section.blog-banner {
    padding-top: 100px;
  }

  .section.service-area-section {
    background-position: 170%, 70% 38%;
    background-size: cover, cover;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    flex: none;
  }

  .primary-button.dark {
    width: 100%;
  }

  .primary-button.subsscribe {
    flex: 1;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    display: flex;
  }

  .close-menu-button.w--open {
    align-items: center;
  }

  .style-guide-banner-section {
    min-height: 340px;
    padding-top: 100px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .banner-title {
    overflow-wrap: anywhere;
    font-size: 2.5rem;
  }

  .banner-title.blog-title {
    font-size: 30px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    max-width: 240px;
    font-size: 32px;
  }

  .blog-grid-image {
    min-height: 240px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-template-next-button {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }

  .footer {
    text-align: left;
  }

  .footer-rights {
    margin-bottom: 10px;
  }

  .footer-copyright {
    justify-content: center;
    width: 100%;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .team-card-image, .team-card-image.architects, .team-card-image.managers {
    min-height: 250px;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-item {
    margin-right: 15px;
    padding: 20px;
  }

  .paragraph-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .text-white.center {
    text-align: center;
  }

  .text-white.top-banner-text {
    font-size: 33px;
  }

  .text-white.top-banner-home-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -20px;
  }

  .section-title {
    font-size: 30px;
  }

  .pricing-features-icon {
    margin-right: 15px;
  }

  .link-with-icon.text-white {
    font-size: 16px;
  }

  .contacts-location-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-location-slider {
    padding-right: 0;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .contacts-3-capabilities-image {
    max-width: 100%;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    overflow: hidden;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .search-section {
    padding-top: 120px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .customers-grid {
    grid-template-columns: 1fr;
  }

  .testominials-cards-banner {
    margin-top: -60px;
  }

  .service-list-banner {
    padding-top: 140px;
  }

  .service-list-process-wrap {
    width: 100%;
  }

  .service-list-2-bottom-left-block, .service-list-2-bottom-center-block {
    min-height: 340px;
  }

  .service-list-2-bottom-contacts {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-1-counter-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials-slide-item {
    padding: 20px;
  }

  .testimonials-slider-mask {
    margin-top: 0;
  }

  .team-slider {
    padding-top: 80px;
  }

  .team-slide-item {
    width: 100%;
  }

  .about-3-center-card, .about-3-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-3-progress-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-form-wrapper {
    text-align: center;
  }

  .about-3-form {
    justify-content: center;
  }

  .about-3-form-text-field, .team-slider-mask {
    width: 100%;
  }

  .team-slider-left-arrow {
    top: 30px;
    left: 68%;
  }

  .team-slider-right-arrow {
    top: 30px;
  }

  .testimonials-quote-icon {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .portfolio-tab-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .logo-con-128.dark {
    height: 4.2em;
  }

  .top-slider {
    min-height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-contacts-text {
    text-align: center;
    align-self: center;
  }

  .slider-img-1 {
    max-width: 300%;
  }

  .banner-text-wrap {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .brand.w--current {
    justify-content: flex-start;
    display: flex;
  }

  .paragraph-white.text-center {
    font-size: 15px;
  }

  .subtitle {
    padding-right: 100px;
  }

  .our-advantages {
    grid-template-rows: 395px 395px 395px;
  }

  .photo.first-photo, .photo.second-photo {
    width: 330px;
    min-height: 660px;
  }

  .image-signature {
    margin-right: 70px;
  }

  .signature-wrap {
    width: 100%;
  }

  .our-future-video {
    top: 21%;
  }

  .photo-wraprer._1, .photo-wraprer._2 {
    width: 330px;
  }

  .link-our-featured {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-wrapper {
    width: 330px;
    height: 470px;
  }

  .collection-list-loop-wrapper {
    min-height: 470px;
  }

  .grid {
    grid-template-rows: 315px 315px 315px 315px 315px 315px;
  }

  .center-title {
    text-align: center;
  }

  .team-wrap {
    width: 330px;
    min-height: 345px;
  }

  .our-cooperation {
    padding-top: 0;
  }

  .cooperation-item {
    width: 100%;
    height: 90px;
  }

  .cooperation-wrap {
    flex-direction: column;
    height: 300px;
  }

  .all-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-image-wrapp {
    height: 200px;
  }

  .blog-slider {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .our-blog-wrapper {
    width: 300px;
  }

  .left-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .top-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 360px;
  }

  .right-wrapper {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .slider-wrapper {
    width: 300px;
    margin-left: 0;
  }

  .text-white-wrap {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .text-white-wrap.title-home-2 {
    grid-row-gap: 2px;
    flex-direction: column;
    place-content: center;
    align-items: center;
    max-width: 360px;
  }

  .text-orange-wrapp {
    width: 88%;
  }

  .spacing-wrapper-item {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-blue {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .video-wrapper {
    grid-column-gap: 10px;
    grid-template-columns: 100px 220px;
  }

  .photo-content {
    background-position: 39%;
  }

  .photo-content.large-photo {
    background-position: 100%;
  }

  .signature-of-chris {
    bottom: 38%;
    right: 6%;
  }

  .done-for-this-years-video {
    top: 40%;
    left: -36%;
  }

  .center-icon-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .case-study-content {
    padding-top: 60px;
  }

  .choose-us-image {
    height: 330px;
  }

  .get-a-free-wrapper {
    height: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .get-a-free-consultation {
    height: 750px;
  }

  .get-a-free-consultation.home-3 {
    justify-content: center;
    width: 100%;
    height: 885px;
  }

  .title-get-in-touch {
    padding-right: 20px;
  }

  .our-blog-image {
    height: 200px;
  }

  .get-more-wrapper {
    padding-right: 35px;
  }

  .heading-14 {
    font-size: 32px;
  }

  .we-work-with {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .company-logo-wrap {
    width: 50%;
  }

  .title-heading-h1 {
    width: 100%;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .footer-copyright-2 {
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link-2 {
    margin-left: 5px;
  }

  .call-us-wrap {
    display: none;
  }

  .call-us-text.green-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .socials-wrapper {
    justify-content: center;
    display: none;
  }

  .social-wrap {
    width: 95px;
  }

  .center-title-container {
    text-align: center;
  }

  .top-mobile-menu {
    background-color: var(--primary);
    height: 32px;
  }

  .call-us-mobile-wrap {
    display: none;
  }

  .socials-wrapper-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .center-foofer-wrap {
    text-align: center;
    flex-wrap: wrap;
  }

  .top-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .feedback-intro {
    width: 300px;
  }

  .center.your-opinion {
    margin-bottom: 1em;
    font-size: 39px;
  }

  .consultation-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .news-from-blog {
    padding-right: 0;
  }

  .section-our-team {
    height: 300px;
  }

  .banner-text-wrap-home-1 {
    padding-top: 100px;
  }

  .project-prev-button-wrap-item, .project-next-button-wrap-item {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slider-mask.width-404px._100-mbp {
    max-width: 100%;
  }

  .text-over-image-link---text-container {
    bottom: 32px;
    left: 16px;
    right: 16px;
  }

  .btn-circle-secondary.slider-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    left: 68px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    right: 68px;
  }

  .text-over-image-link---gradient {
    background-image: linear-gradient(to bottom, #0000 10%, var(--black) 50%, var(--primary));
  }

  .card.text-over-image-link {
    background-color: var(--black);
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .bold-text-2 {
    font-size: 27px;
    line-height: .7em;
  }

  .call-us-wrap-phone {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-15 {
    font-size: 16px;
  }

  .about-4-card, .about-4-center, .about-5-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .text-over-image-link---gradient-2 {
    background-image: linear-gradient(to bottom, #0000 10%, var(--primary) 50%, var(--black));
  }

  .rich-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block h1 {
    font-size: 30px;
  }

  .blog-title-wrapper.testimonials {
    margin-top: 0;
  }

  .container-small {
    max-width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color-white-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
  }

  .heading-18 {
    font-size: 25px;
  }

  .bg-text.services-2 {
    width: 64%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .display-6 {
    font-size: 28px;
  }

  .service-block-right, .service-block {
    padding: 1em 1em 0;
  }

  .main-block {
    padding: 1em;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary-button-second {
    flex: none;
  }

  .primary-button-second.dark {
    width: 100%;
  }

  .primary-button-second.subsscribe {
    flex: 1;
  }

  .heading-26, .heading-27 {
    font-size: 16px;
  }

  .heading-28 {
    font-size: 20px;
  }

  .heading-29, .heading-32 {
    font-size: 16px;
  }

  .text-white-2 {
    font-size: 35px;
  }

  .text-white-2.center {
    text-align: center;
  }

  .text-white-2.top-banner-text {
    font-size: 33px;
  }

  .text-white-2.top-banner-home-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -20px;
  }

  .orange-message-1, .text-white-1 {
    font-size: 39px;
  }

  .text-white-1.center {
    text-align: center;
  }

  .text-white-1.top-banner-text {
    font-size: 33px;
  }

  .text-white-1.top-banner-home-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -20px;
  }

  .orange-message-2, .orange-message-3 {
    font-size: 39px;
  }

  .text-white-4.mb-30 {
    font-size: 15px;
  }

  .text-white-4.center {
    text-align: center;
  }

  .text-white-4.top-banner-text {
    font-size: 33px;
  }

  .text-white-4.top-banner-home-2 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -20px;
  }

  .heading-40 {
    font-size: 30px;
  }

  .footer-contacts-text-2 {
    align-self: center;
  }

  .call-us-text-2.green-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .social-wrap-2 {
    width: 95px;
  }

  .link-socials-2.soial-home-2, .link-socials-2.soial-home-2.last {
    justify-content: flex-end;
  }

  .primary-button-2 {
    flex: none;
  }

  .about-3-center-card-2, .about-3-card-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-subtitle-2.white-text {
    font-size: 15px;
  }

  .section-ttile-description-2.paragraph-white {
    font-size: 14px;
  }

  .ending-content-wrapper {
    margin-bottom: 15px;
  }

  .about-3-center-card-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-logos-wrapper {
    width: 90%;
  }

  .ion-title {
    font-size: 25px;
  }

  .cs-tab-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-block.ttt {
    padding: 40px 10px;
  }

  .form-block.form {
    padding-bottom: 40px;
  }

  .contact-heading-black {
    text-align: center;
  }

  .project-summary-20px {
    font-size: 18px;
  }

  .project-summary-20px.center.disclaimer {
    font-size: 6px;
  }

  .project-summary-20px.center.no-40.bigger {
    font-size: 25px;
  }

  .cta-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-contain {
    flex: none;
  }

  .white-button {
    font-size: 18px;
  }

  .hero-heading.light.ppf, .hero-heading.light.ceramic, .hero-heading.light.ppf-hero {
    font-size: 38px;
  }

  .hero-heading.vinyl-wrap {
    font-size: 35px;
  }

  .error-message {
    font-size: 16px;
  }

  .project-contain {
    padding: 20px;
  }

  .project-contain.featured {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-contain.page-featured {
    padding-left: 0;
    padding-right: 0;
  }

  .project-thumbnail-contain {
    height: 260px;
  }

  .project-name-2 {
    font-size: 32px;
  }

  .projects-page-wrapper {
    padding-top: 100px;
  }

  .project-name-3 {
    font-size: 32px;
  }

  .faq-card-heading {
    text-align: center;
  }

  .faqs-service-section-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-right-wrap {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-content {
    font-size: 16px;
  }

  .violet-button {
    font-size: 18px;
  }

  .faq-card-text {
    padding-bottom: 0;
    font-size: 16px;
  }

  .faq-answer-wrap {
    padding-right: 7%;
  }

  .faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .blog-section.blog-grid-banner {
    padding-top: 160px;
  }

  .blog-section.banner-our-team {
    padding-top: 200px;
  }

  .blog-section.job-position-banner, .blog-section.contacts-banner {
    padding-top: 160px;
  }

  .blog-section.contacts-3-banner {
    padding-top: 120px;
  }

  .blog-section.banner-faq {
    padding-top: 140px;
  }

  .blog-section.banner-customers {
    padding-top: 200px;
  }

  .blog-section.banner-testimonials {
    padding-bottom: 150px;
  }

  .blog-section.about-us-banner {
    padding-top: 100px;
  }

  .blog-section.portfolio-grid-banner {
    padding-top: 160px;
  }

  .blog-section.landing-banner {
    background-image: url('../images/landing-banner-image-2_1landing-banner-image-2.webp');
    background-position: 116% 83%;
    background-repeat: no-repeat;
    background-size: 200px;
    padding-top: 160px;
  }

  .blog-section.feedback {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .blog-section.get-a-free-quote {
    background-position: 170%, 70% 38%;
    background-size: cover, cover;
  }

  .blog-section.about-us-banner-2 {
    padding-top: 100px;
  }

  .blog-section.blog-details {
    padding-top: 120px;
  }

  .blog-section.blog-banner {
    padding-top: 100px;
  }

  .dark-overlay.changelog {
    background-image: linear-gradient(to bottom, var(--primary) 5%, transparent 73%, var(--black-font) 103%);
  }

  .hero-title-home-3 {
    font-size: 40px;
  }

  .heading-43 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-44 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-content-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category-2 {
    margin-bottom: 20px;
  }

  .section-9.our-news-banner {
    padding-top: 100px;
  }

  .text-color-white-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.5em;
  }

  .section-title-3 {
    font-size: 30px;
  }

  .rich-text-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-2 {
    overflow-wrap: anywhere;
  }

  .video-embed-auto-height {
    height: 315px;
  }

  .project-name-4 {
    font-size: 32px;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .base-container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-9 {
    line-height: 1.2em;
  }

  .base-container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .companions-logo {
    height: 30px;
  }

  .section-subtitle-3 {
    font-size: 15px;
  }

  .bold-text-14 {
    line-height: 1.2em;
  }

  .section-17.page-content, .section-17.about-us-2, .section-17.service-areas {
    background-position: 170%, 70% 38%;
    background-size: cover, cover;
  }

  .section-17.about-us-banner-2 {
    min-height: 500px;
  }

  .banner-title-2 {
    line-height: 1.1em;
  }

  .rich-text-block-section {
    overflow-wrap: anywhere;
  }

  .banner-title-3 {
    line-height: 1.1em;
  }

  .blog-sidebar-post-category-3 {
    margin-bottom: 20px;
  }

  .blog-sidebar-post-content-3 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-area-grid {
    grid-template-columns: 1fr;
  }

  .banner-title-4 {
    line-height: 1.1em;
  }

  .project-thumbnail-contain-2 {
    border-radius: 0;
    height: 260px;
  }

  .rich-text-block-section-2, .rich-text-block-section-blog {
    overflow-wrap: anywhere;
  }

  .package-image {
    object-fit: contain;
  }

  .image-10 {
    object-fit: cover;
    height: 100%;
  }

  .about-3-center-card-4, .about-3-card-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-hero {
    font-size: 40px;
  }

  .content {
    text-align: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .h2-heading {
    font-size: 2rem;
  }
}

#w-node-c387f564-cf8e-235c-1d0b-70a76e07a2a5-d1003ec2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9b4808f-5fcf-bf78-bbca-c8e13ddb0734-d1003ec2, #w-node-_5b08617e-1b1a-39e8-ed4d-5655c7b89874-d1003ec2, #w-node-_10ad7feb-41ae-56f3-6328-7d543dd2b4f0-d1003ec2, #w-node-_1c7ca6be-2ee9-f028-dda8-49534dd75461-d1003ec2, #w-node-_5c1dd113-339c-dd73-09dd-faa9d30d8feb-d1003ec2, #w-node-acd05593-8d1c-7d07-8bd1-18b5a9e02f8f-d1003ec2, #w-node-f07aeaa4-300f-054f-a8e7-ce29e3b849d9-d1003ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f07aeaa4-300f-054f-a8e7-ce29e3b849d7-d1003ec2, #w-node-cc237c0b-69f3-2504-6970-f14dc726b4a5-d1003ec2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0112ea9c-c0c4-6783-da69-78a31095a518-d1003ec2, #w-node-a9f69c9a-626f-7cd8-f05c-f7ab7659c11b-d1003ec2, #w-node-c557f8c1-c67c-50c4-8738-58c3b50bfeb6-d1003ec2, #w-node-_7e610d5f-5e99-3c8c-020b-7546ced94778-d1003ec2, #w-node-_3489b0ef-f202-bb5c-7457-a05ba993f32f-d1003ec2, #w-node-b3cf909e-b007-10ad-36f8-059a82ffb1ee-d1003ec2, #w-node-cc2413cf-609b-3524-44b1-5a4ebbb25ea4-d1003ec2, #w-node-_9e5dc6ad-a1d8-e3ab-6412-862ff8cfd436-d1003ec2, #w-node-_3a296241-0c90-68e9-1784-5e43e8716e34-d1003ec2, #w-node-_1daad978-e605-a020-894e-a54134eed871-d1003ec2, #w-node-cbc0f6e7-994f-860e-dda8-0433af401c62-d1003ec2, #w-node-_7674bf8e-c453-796c-c503-d82df213959b-d1003ec2, #w-node-b0428f71-c136-79ca-7c6d-4e5d8d0bda38-d1003ec2, #w-node-_04a08a4d-2f56-52a2-7443-63fb279dc1d0-d1003ec2, #w-node-_03503645-4002-22db-d381-93e913d088b2-13d088a4, #w-node-a9962df2-6c33-f8e1-72d8-feb3065fc72f-065fc72c, #w-node-_3798e0d9-4872-b780-e907-db02a26bb919-d1003ec9, #w-node-eee01fd1-b859-8dd3-cecd-e41ac680243d-d1003ed8, #w-node-eee01fd1-b859-8dd3-cecd-e41ac680243d-d1003edd, #w-node-eee01fd1-b859-8dd3-cecd-e41ac680243d-d1003ede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-a9962df2-6c33-f8e1-72d8-feb3065fc72f-065fc72c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c387f564-cf8e-235c-1d0b-70a76e07a2a5-d1003ec2 {
    grid-column: span 2 / span 2;
  }

  #w-node-f07aeaa4-300f-054f-a8e7-ce29e3b849d7-d1003ec2, #w-node-cc237c0b-69f3-2504-6970-f14dc726b4a5-d1003ec2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_04a08a4d-2f56-52a2-7443-63fb279dc1d0-d1003ec2 {
    grid-column: span 4 / span 4;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1daad978-e605-a020-894e-a54134eed871-d1003ec2 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/materialicons-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}