@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 Regular 400";
  src: url('../fonts/fa-regular-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;
}

:root {
  --black: black;
  --orange-red: #ff4d01;
  --white: white;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@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-commerceaddtocartquantityinput, .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: #000c;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
}

h2 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 700;
  line-height: 85px;
}

h3 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

h4 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

h5 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

ol {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 20px;
  display: flex;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.overflow-none {
  overflow: visible;
}

.navbar {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.navbar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-right-content {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.navbar-logo-image {
  max-width: 230px;
}

.nav-menu {
  grid-column-gap: 45px;
  align-items: center;
  display: flex;
}

.nav-menu.two {
  grid-column-gap: 30px;
}

.nav-link {
  color: var(--white);
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  transition: all .45s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--orange-red);
}

.nav-link.two {
  color: #000;
  transition: all .45s;
}

.nav-link.two:hover, .nav-link.two.w--current {
  color: var(--orange-red);
}

.primary-button {
  border: 1px solid var(--orange-red);
  color: #000;
  background-color: #ff4d01;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 19px 38px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.services {
  max-width: 880px;
  margin-top: 40px;
}

.button-wrapper {
  display: inline-block;
}

.button-wrapper.mobile {
  display: none;
}

.primary-button-text-block.two {
  position: absolute;
}

.primary-button-text-block.one {
  z-index: 1;
  position: relative;
}

.primary-button-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.banner-section {
  background-image: url('../images/Banner-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 240px;
}

.section.features-section {
  background-color: #f9f9f9;
  padding-top: 45px;
  padding-bottom: 85px;
}

.section.about-us-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.footer-section {
  background-color: #000;
  padding-top: 100px;
}

.section.services-section {
  padding-bottom: 160px;
}

.section.projects-section {
  background-color: var(--black);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.blog-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.testimonial-section {
  background-image: url('../images/Testimonial-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.estimated-section {
  background-color: #f9f9f9;
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
}

.section.why-us-section {
  background-image: url('../images/Why-Us-Section-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 160px;
}

.section.banner-section-hv2 {
  background-image: url('../images/Banner-Bg-Hv2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;
  position: relative;
  overflow: hidden;
}

.section.our-services-section {
  padding-bottom: 160px;
}

.section.testimonial-section-hv2 {
  background-image: url('../images/Testimonial-Bg-Hv2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.about-us-section-hv2 {
  padding-bottom: 160px;
}

.section.number-talks-section {
  background-image: url('../images/Number-Talks-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section.contact-us-section {
  background-image: url('../images/Contact-Us-Section-B-g.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.section.why-us-section-hv2 {
  background-image: url('../images/Chose-Us-Section-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 205px;
  padding-bottom: 230px;
}

.section.projects-section-hv2 {
  background-color: #f9f9f9;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.inner-banner-section {
  background-image: url('../images/Inner-Banner-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 185px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.section.main-services-section {
  padding-top: 100px;
  padding-bottom: 160px;
}

.section.service-details-section {
  background-image: url('../images/Service-Details-Section-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 160px;
}

.section.main-blog-section {
  padding-top: 100px;
  padding-bottom: 160px;
}

.section.blog-details-section {
  background-image: url('../images/Blog-Details-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 160px;
}

.section.story-behind-us-section {
  padding-top: 100px;
  padding-bottom: 190px;
}

.section.about-mission-vision {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.team-members-section {
  padding-bottom: 160px;
}

.section.project-details-section {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 130px;
}

.section.shop-section, .section.shop-details-section {
  padding-top: 100px;
  padding-bottom: 160px;
}

.section.more-product-section {
  padding-bottom: 160px;
}

.section.main-contact-us {
  background-image: url('../images/Contact-Us-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 100px;
}

.section.license-section {
  padding-top: 110px;
  padding-bottom: 160px;
}

.section.changelog-section, .section.not-found-section {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.style-guide-section {
  padding-top: 115px;
  padding-bottom: 160px;
}

.section.shop-categories-section {
  padding-top: 100px;
  padding-bottom: 160px;
}

.section.preview-banner-section {
  background-image: url('../images/Preview-Banner-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 205px;
  padding-bottom: 270px;
}

.section.included-section {
  margin-top: -50px;
  padding-bottom: 160px;
}

.section.demo-section {
  padding-bottom: 160px;
}

.section.demo-section.utility-section {
  background-image: url('../images/Utility-Sec-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.projects-main-section {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 160px;
}

.section.team-details-section {
  padding-top: 100px;
  padding-bottom: 160px;
}

.banner-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.banner-left-content {
  width: 100%;
}

.banner-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 70px;
}

.banner-title.h2 {
  font-size: 25px;
  line-height: 25px;
}

.banner-description-text {
  color: #ffffffb3;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 28px;
}

.banner-button-wrapper {
  grid-column-gap: 10px;
  margin-bottom: 75px;
  display: flex;
}

.banner-button-wrapper.mb0 {
  margin-bottom: 0;
}

.secondary-button {
  color: #fff;
  border: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 19px 38px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button:hover {
  border-color: var(--orange-red);
}

.banner-social-media-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.banner-social-media-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.banner-social-media-line {
  background-color: #fff3;
  width: 120px;
  height: 1px;
}

.banner-social-media-icon-wrapper {
  grid-column-gap: 7px;
  align-items: center;
  display: flex;
}

.banner-social-media-icon-link-block {
  color: #fff;
  background-color: #ffffff14;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.banner-right-content {
  width: 100%;
  position: relative;
}

.banner-hero-image-one {
  z-index: 1;
  width: 630px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-hero-image-two {
  z-index: 2;
  position: absolute;
  inset: auto auto auto 0;
  transform: rotate(-16.72deg);
}

.banner-circel {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 122px;
  display: flex;
  position: absolute;
  inset: -22px auto auto -22px;
}

.features-wrapper {
  z-index: 1;
  margin-top: -90px;
  position: relative;
}

.features-wrapper.z-index {
  z-index: 4;
  margin-top: -60px;
}

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

.features-single-wrapper {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 4px 54px #00000005;
}

.features-number-image-wrap {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.features-number {
  color: #000;
  font-weight: 500;
  display: inline-block;
}

.features-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
}

.features-title.home-v2 {
  font-style: normal;
}

.features-description-text {
  color: #0009;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.about-services-bg {
  background-image: url('../images/About--Services-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-us-left-content {
  width: 100%;
  padding-top: 39px;
  padding-right: 39px;
  position: relative;
}

.about-us-image-wrap {
  z-index: 1;
  position: relative;
}

.about-us-image {
  width: 100%;
}

.about-us-shape {
  background-color: #fe5a0e;
  width: 292px;
  height: 689px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-us-circel {
  z-index: 1;
  background-color: #eee;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: -18px -20px auto auto;
}

.about-us-circel-image {
  width: 80px;
}

.about-us-since {
  z-index: 1;
  background-color: #fff;
  padding: 16px 30px;
  display: inline-block;
  position: absolute;
  inset: 53% -16px auto auto;
  transform: rotate(-19.69deg)translate(0, -50%);
}

.about-us-since.hv2 {
  inset: auto 44% 60% auto;
  transform: rotate(-19.69deg);
}

.about-us-since-text-block {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}

.about-us-right-content {
  width: 43%;
}

.about-us-text-wrapper {
  margin-bottom: 20px;
}

.section-title-tag-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.section-title-tag-line {
  background-color: #ff4d01;
  width: 95px;
  height: 1px;
}

.section-title-tag-title {
  color: #ff4d01;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.section-title-tag-title.italicize-none {
  font-style: normal;
}

.about-us-section-title {
  color: #000;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.about-us-section-description-text {
  color: #000c;
  max-width: 489px;
  margin-bottom: 0;
  line-height: 28px;
}

.about-us-counter-up-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.numbers {
  justify-content: flex-start;
  height: 46px;
  display: flex;
  overflow: hidden;
}

.numbers.two {
  align-items: center;
  height: 85px;
  overflow: hidden;
}

.number-digit {
  z-index: 1;
  color: #fe5a0e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 700;
  line-height: 85px;
  position: relative;
}

.number-digit.two {
  color: #fc590e;
  font-size: 90px;
  font-weight: 600;
  line-height: 100px;
}

.number-digit.white-color {
  color: var(--white);
}

.number-categories {
  color: #fe5a0e;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 75px;
  font-weight: 700;
  line-height: 85px;
}

.number-categories.two {
  font-size: 90px;
  font-weight: 600;
  line-height: 100px;
}

.number-categories.white-color {
  color: var(--white);
}

.about-us-counter-name-wrap {
  margin-top: 10px;
}

.about-us-name {
  color: #000;
  font-weight: 500;
}

.about-us-button-wrapper {
  display: inline-block;
}

.tertiary-button {
  color: #000;
  border: 1px solid #000;
  padding: 19px 38px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  position: relative;
  overflow: hidden;
}

.tertiary-button:hover {
  border-color: var(--orange-red);
}

.footer-top-content {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  padding-bottom: 50px;
  display: flex;
}

.footer-title-wrapper {
  width: 52%;
}

.footer-title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.footer-contact-wrapper {
  width: 38%;
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-form-input {
  color: #fffc;
  background-color: #d9d9d908;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 18px;
}

.footer-form-input::placeholder {
  color: #fffc;
}

.footer-form-single-wrapper {
  border: 1px solid #ffffff26;
  align-items: center;
  display: flex;
}

.footer-form-submit-button {
  color: #000;
  background-color: #fe5a0e;
  height: 60px;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 600;
}

.footer-bottom-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-bottom: 70px;
  display: flex;
}

.footer-left-content {
  width: 31%;
}

.footer-logo-wrapper {
  margin-bottom: 30px;
}

.footer-logo-image {
  max-height: 40px;
}

.footer-description-text {
  color: #fffc;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.footer-social-media-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.footer-social-icon-wrap {
  color: var(--white);
  border: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.footer-right-content {
  width: 63%;
}

.footer-menu-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

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

.footer-menu-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.footer-menu-title-line {
  background-color: #fe5a0e;
  width: 80px;
  height: 1px;
}

.footer-menu-single {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.footer-menu-list-wrap {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.footer-menu-list-single {
  display: block;
}

.footer-menu-text-link {
  color: #ffffffd9;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

.footer-menu-text-link:hover {
  color: var(--orange-red);
}

.footer-contact-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-contact-single {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.footer-contact-image-wrap {
  background-color: var(--orange-red);
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.footer-contact-text-block {
  color: #ffffffd9;
}

.footer-information-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-information-text-block {
  color: #fff;
  font-size: 16px;
}

.footer-information-text-link {
  color: #fe5a0e;
  text-decoration: none;
}

.services-slider-wrapper {
  overflow: hidden;
}

.services-title-wrapper {
  margin-bottom: 70px;
}

.services-title {
  color: #000;
  max-width: 595px;
  margin-top: 25px;
  font-size: 75px;
  line-height: 85px;
}

.services-slider {
  background-color: #0000;
  height: 100%;
}

.services-slider-mask {
  max-width: 424px;
  overflow: visible;
}

.services-slide {
  min-height: 500px;
  margin-right: 24px;
}

.slide-nav {
  display: none;
}

.services-slider-arrow {
  background-color: #efefef;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  transition: all .45s;
  display: flex;
  inset: -45% 0% auto auto;
}

.services-slider-arrow:hover {
  background-color: #fe5a0e;
}

.services-slider-arrow.left {
  right: 11%;
}

.services-collection-list.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-single-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding: 225px 35px 40px;
  position: relative;
  overflow: hidden;
}

.services-single-wrapper.two {
  border: 1px solid #d9d9d9;
  padding: 100px 24px 30px;
}

.services-single-wrapper._1 {
  background-image: url('../images/image0.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
}

.services-single-wrapper._2 {
  background-image: url('../images/4in-Sewer-Pipe-Install---Hinsdale-IL.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
}

.services-single-wrapper._3 {
  background-image: url('../images/trenchless-installation-undergrounding-hardening-electrical-infrastructure.jpg');
  background-position: 0 100%;
  background-size: cover;
  height: 100%;
}

.services-single-wrapper._4 {
  background-image: url('../images/How-To-Safely-Handle-And-Transport-HDPE-Conduits-Pipes.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.services-single-wrapper._5 {
  background-image: url('../images/IMG_9443.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
}

.services-single-wrapper._6 {
  background-image: url('../images/trenchless-pipe-installation.jpg');
  background-position: 20%;
  background-repeat: repeat-y;
  background-size: cover;
  height: 100%;
}

.services-single-wrapper._7 {
  background-image: url('../images/BE84252_HERO_3.avif');
  background-position: 50% 20%;
  background-size: auto;
  height: 100%;
}

.services-single-wrapper._8 {
  background-image: url('../images/IMG_1178.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
}

.services-single-wrapper._9 {
  background-image: url('../images/chargepoint.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.services-single-wrapper._10 {
  background-image: url('../images/IMG_8042.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.services-image-overlay {
  background-image: linear-gradient(#0000 12%, #000000e3 55.01%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-content {
  z-index: 1;
  position: relative;
}

.services-name {
  color: #fff;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.services-name:hover {
  color: #fe5a0e;
}

.services-name.two {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.services-name.s {
  font-size: 32px;
  line-height: 42px;
}

.services-description-text {
  color: #fff;
  margin-bottom: 20px;
  line-height: 28px;
}

.services-description-text.two {
  color: #000;
}

.services-link-block {
  grid-column-gap: 15px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.services-link-block.two {
  color: #000;
}

.services-link-block-text {
  border-bottom: 1px solid var(--white);
  padding-bottom: 2px;
}

.services-link-block-text.two {
  border-bottom-color: #000;
}

.services-link-block-arrow-wrap {
  background-color: #fe5a0e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.services-link-block-arrow {
  max-width: 50%;
  transform: rotate(180deg);
}

.services-content-wrap {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-number {
  z-index: 1;
  color: #000;
  text-align: center;
  background-color: #fe5a0e;
  padding: 12px;
  font-style: italic;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.services-number.two {
  background-color: #efefef;
  inset: 0% auto auto 0%;
}

.services-slider-arrow-image {
  max-height: 30px;
}

.services-slider-arrow-image.r {
  transform: rotate(180deg);
}

.blog-top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.blog-title-wrapper {
  width: 660px;
}

.blog-title {
  color: #000;
  margin-top: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.blog-grid-hv1 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
}

.blog-single-wrapper {
  padding: 405px 24px 30px;
  position: relative;
}

.blog-overlay {
  background-image: linear-gradient(#0000 22%, #000000e3 55%, #000);
  position: absolute;
  inset: 0%;
}

.blog-content {
  z-index: 1;
  position: relative;
}

.blog-author-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.blog-author-wrapper.details {
  justify-content: center;
}

.blog-category-wrap {
  color: #fff;
  border: 1px solid #ffffff80;
  padding: 7px 13px;
  font-size: 18px;
}

.blog-author-name-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-author-circel {
  background-color: #fe5a0e;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.blog-author-name {
  color: #fffc;
  font-size: 17px;
}

.blog-name-description-wrap {
  max-width: 515px;
}

.blog-name {
  color: #fff;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.blog-name:hover {
  color: var(--orange-red);
}

.blog-description-text {
  color: #fffc;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.blog-date-wrap {
  background-color: #fe5a0e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 118px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-date-day {
  color: #000;
  margin-bottom: 6px;
  font-size: 46px;
  font-style: italic;
  font-weight: 600;
  line-height: 46px;
}

.blog-date-month {
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.blog-post-collection-list {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog-post-single-wrapper {
  padding: 75px 50px 50px;
  position: relative;
}

.blog-post-content {
  z-index: 1;
  position: relative;
}

.blog-post-overlay {
  background-image: linear-gradient(270deg, #00000042 22%, #000000e3 61%, #000);
  position: absolute;
  inset: 0%;
}

.blog-post-name {
  color: #fff;
  max-width: 340px;
  margin-bottom: 13px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.blog-post-name:hover {
  color: var(--orange-red);
}

.blog-post-description-text {
  color: #ffffffe6;
  max-width: 415px;
  margin-bottom: 20px;
  line-height: 28px;
}

.blog-post-date-wrap {
  background-color: #fe5a0e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-post-date-day {
  color: #000;
  margin-bottom: 3px;
  font-size: 27px;
  font-style: italic;
  font-weight: 600;
  line-height: 27px;
}

.blog-post-date-month {
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 15px;
}

.testimonial-content {
  max-width: 1635px;
  margin-left: auto;
  padding-bottom: 136px;
  padding-left: 15px;
  overflow: hidden;
}

.testimonial-content.two {
  padding-bottom: 170px;
}

.testimonial-title-wrapper {
  max-width: 730px;
  margin-bottom: 55px;
}

.testimonial-title {
  color: #fff;
  margin-top: 20px;
  font-size: 60px;
  font-style: italic;
  line-height: 70px;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-mask {
  max-width: 536px;
  overflow: visible;
}

.testimonial-slide {
  margin-right: 24px;
}

.testimonial-single-wrapper {
  background-color: #fffffff0;
  padding: 45px 40px;
}

.testimonial-slide-arrow {
  background-color: #ffffff12;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  transition: all .45s;
  display: flex;
  inset: auto 0 -170px 0%;
}

.testimonial-slide-arrow:hover {
  background-color: #fe5a0e;
}

.testimonial-slide-arrow.left {
  right: 10%;
}

.testimonial-slide-arrow.right {
  left: 10%;
}

.testimonial-reviews-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.testimonial-reviews-image-wrap {
  grid-column-gap: 3px;
  align-items: center;
  display: flex;
}

.testimonial-review-image {
  width: 28px;
}

.testimonial-review-point-text-block {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.testimonial-description-text {
  color: #000c;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.testimonial-author-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.testimonial-author-image-wrap {
  width: 65px;
}

.testimonial-author-name {
  color: #000;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

.testimonial-author-bio {
  color: #000000b3;
}

.estimated-section-title-wrapper {
  max-width: 50%;
  margin-bottom: 70px;
}

.estimated-section-title {
  color: #000;
  letter-spacing: -.01em;
  margin-top: 20px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.estimated-wrapper {
  background-color: #fff0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  position: relative;
}

.estimated-form-wrapper {
  z-index: 100;
  max-width: 590px;
  position: relative;
}

.estimated-form-block {
  margin-bottom: 0;
}

.estimated-form {
  z-index: 100;
  position: relative;
}

.estimated-form-single-wrapper {
  margin-bottom: 33px;
}

.estimated-form-select-field {
  z-index: 1;
  color: #000c;
  background-color: #0000;
  border: 1px #000;
  height: 58px;
  margin-bottom: 0;
  padding: 0 28px;
  font-size: 18px;
  position: relative;
}

.estimated-form-select-field-wrap {
  border: 1px solid #00000026;
  padding-right: 24px;
  position: relative;
}

.estimated-select-arrow-shape {
  background-color: #efefef;
  width: 67px;
  height: 58px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.estimated-form-field-label {
  color: #000;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
}

.estimated-form-single-flex {
  grid-column-gap: 20px;
  background-color: #fff;
  border: 3px solid #ff4d01;
  border-radius: 15px;
  margin-bottom: 33px;
  padding: 15px;
  display: flex;
}

.estimated-form-single {
  width: 100%;
}

.estimated-form-radio-text {
  color: var(--black);
  font-weight: 400;
  position: absolute;
}

.estimated-form-radio-button {
  cursor: pointer;
  border-color: #00000026;
  border-radius: 0%;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 80px;
}

.estimated-form-radio-button.w--redirected-checked {
  border: 1px solid var(--orange-red);
  box-shadow: none;
  background-color: #fe5a0e;
  border-radius: 0%;
}

.estimated-form-radio-button-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.estimated-form-radio {
  width: 100%;
  display: inline-block;
}

.estimated-form-radio-main {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.estimated-form-submit-button {
  color: #fff;
  background-color: #000;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
}

.estimated-image {
  z-index: 1;
  filter: grayscale();
  width: 45%;
  position: absolute;
  inset: auto 30px 0% auto;
}

.estimated-image-shape {
  position: absolute;
  inset: -11% 6% auto auto;
}

.estimated-section-shape {
  width: 45%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.estimated-main-content {
  z-index: 1;
  position: relative;
}

.why-us-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.why-us-left-content {
  width: 636px;
  padding-top: 40px;
  padding-right: 40px;
  position: relative;
}

.why-us-image {
  z-index: 1;
  position: relative;
}

.why-us-image-shape {
  background-color: #fe5a0e;
  width: 292px;
  height: 690px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.why-us-counter-image {
  z-index: 2;
  width: 338px;
  position: absolute;
  inset: auto -15px 10% auto;
  transform: rotate(-10.66deg);
}

.why-us-right-content {
  width: 490px;
}

.why-us-title {
  color: #000;
  margin-top: 25px;
  margin-bottom: 13px;
  font-size: 60px;
  line-height: 70px;
}

.why-us-title.top {
  margin-bottom: 5px;
}

.why-us-title.bottom {
  margin-top: 0;
  font-size: 30px;
  line-height: 30px;
}

.why-us-description-text {
  color: #000c;
  margin-bottom: 30px;
  line-height: 28px;
}

.why-us-features-wrap {
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 45px;
  display: flex;
}

.why-us-features-single {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.why-us-features-list-check {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.why-us-features-list-title {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.projects-section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.hero-wrapper-hv2 {
  justify-content: space-between;
  display: flex;
}

.hero-left-content {
  width: 71%;
  overflow: hidden;
}

.hero-text-wrapper {
  padding-top: 70px;
}

.hero-title {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 65px;
  line-height: 75px;
}

.hero-description-text {
  color: #ffffffb3;
  max-width: 596px;
  margin-bottom: 39px;
  font-size: 18px;
  line-height: 28px;
}

.hero-right-content {
  width: 75%;
  margin-right: 0;
}

.hero-image-wrapper {
  width: 100%;
  position: relative;
}

.hero-image {
  z-index: 3;
  width: 100%;
  position: relative;
}

.hero-image-shape1 {
  z-index: 2;
  width: 76%;
  position: absolute;
  inset: auto 0 15px auto;
}

.hero-image-shape2 {
  z-index: 1;
  width: 61%;
  position: absolute;
  inset: auto auto -112px 128px;
  transform: rotate(16.42deg);
}

.banner-shape {
  background-color: #fe5a0e4d;
  width: 35%;
  height: 1275px;
  position: absolute;
  inset: -131px 156px -131px auto;
  transform: rotate(15deg);
}

.hero-circel {
  z-index: 3;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 172px;
  display: flex;
  position: absolute;
  inset: auto auto 270px 0%;
}

.about-service {
  background-image: url('../images/Services-Bg-Hv2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-section-hv2 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.about-us-wrapper-hv2 {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.about-us-left-content-hv2 {
  width: 65%;
  height: 775px;
  position: relative;
}

.hv2-about-us-image1 {
  z-index: 1;
  width: 418px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hv2-about-us-image2 {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-us-image-shape {
  position: absolute;
  inset: auto 25px 45px auto;
}

.our-services-section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.our-services-section-single-title-wrap {
  width: 595px;
}

.our-services-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-image-overlay-two {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.services-icon-wrapper {
  z-index: 1;
  flex-direction: column;
  height: 72px;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
}

.services-icon {
  display: block;
}

.services-icon.one {
  margin-bottom: 10px;
}

.testimonial-section-hv2-title-wrapper {
  text-align: center;
  margin-bottom: 55px;
}

.testimonial-section-hv2-title-tag-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.testimonial-section-hv2-title-tag-text-block {
  color: #ff4d01;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-section-hv2-title-tag-border {
  background-color: #ff4d01;
  width: 95px;
  height: 1px;
}

.testimonial-section-hv2-title {
  color: #000;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  font-size: 75px;
  line-height: 85px;
}

.testimonial-slider-arrow-none {
  display: none;
}

.testimonial-slide-nav {
  background-color: var(--orange-red);
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 45px;
  display: flex;
  inset: auto 0 -135px;
}

.number-talks-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.number-talks-left-content {
  width: 47%;
}

.number-talks-title {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 22px;
  font-size: 60px;
  line-height: 70px;
}

.number-talks-description-text {
  color: #fffc;
  max-width: 490px;
  margin-bottom: 35px;
  line-height: 28px;
}

.number-talks-right-content {
  width: 46%;
}

.number-talks-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.number-talks-single-wrap {
  background-color: #fe5a0e33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.number-talks-text-wrap {
  margin-top: 5px;
}

.number-talks-text-block {
  color: #fff;
  font-weight: 500;
}

.contact-us-wrapper {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-us-left-content {
  width: 50%;
}

.contact-us-title {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.contact-us-description-text {
  color: #fffc;
  max-width: 570px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.contact-us-details-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.contact-us-details-single {
  grid-row-gap: 13px;
  border: 1px solid #fff;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.contact-gmail-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.contact-gmail-icon-wrap {
  background-color: #fe5a0e;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.contact-text-block {
  color: #fff;
  font-size: 16px;
}

.contact-us-right-content {
  width: 36%;
  position: relative;
}

.contact-us-card-wrapper {
  z-index: 1;
  background-color: #fff;
  padding: 30px;
  position: relative;
}

.contact-us-card-title-wrap {
  text-align: center;
  margin-bottom: 55px;
}

.contact-us-card-title {
  color: #000;
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.contact-us-card-border {
  background-color: #ff4d01;
  width: 120px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-card-form-block {
  margin-bottom: 0;
}

.contact-us-card-form {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.contact-us-field-label {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.contact-us-text-field {
  color: #000;
  border: 1px solid #00000026;
  height: 54px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
}

.contact-us-text-field::placeholder {
  color: #000c;
  font-weight: 700;
}

.contact-us-textarea {
  border: 1px solid #00000026;
  max-width: 390px;
  min-height: 135px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.contact-us-textarea::placeholder {
  color: #000c;
}

.contact-us-textarea.two {
  min-width: 100%;
}

.contact-us-textarea.two::placeholder {
  font-weight: 700;
}

.contact-us-button {
  color: #000;
  background-color: #fe5a0e;
  padding: 17px 35px;
  font-size: 18px;
  font-weight: 600;
}

.contact-us-border {
  position: absolute;
  inset: 105px auto auto 50%;
  transform: translate(-50%);
}

.contact-us-card-shape-one {
  position: absolute;
  inset: 12% auto auto 0%;
}

.contact-us-card-shape-two {
  position: absolute;
  inset: 12% -1px auto auto;
}

.contact-us-section-shape1 {
  z-index: 2;
  width: 35%;
  position: absolute;
  inset: auto 130px 0% auto;
}

.contact-us-section-shape2 {
  z-index: 1;
  width: 40.5%;
  position: absolute;
  inset: auto 208px 0% auto;
}

.contact-us-section-shape3 {
  transform-style: preserve-3d;
  background-color: #fe5a0e99;
  width: 20%;
  height: 1070px;
  position: absolute;
  inset: -9% 336px auto auto;
  transform: rotateX(1deg)rotateY(0)rotateZ(16deg);
}

.chose-us-left-content {
  align-items: center;
  width: 52%;
  height: 750px;
  display: flex;
  position: relative;
}

.chose-us-image1 {
  z-index: 1;
  width: 595px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.chose-us-image2 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.chose-us-image3 {
  z-index: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.chose-us-image4 {
  z-index: 2;
  position: absolute;
  inset: 50% -55px auto auto;
  transform: rotate(-10.66deg)translate(0, -50%);
}

.chose-us-image-shape {
  position: absolute;
  inset: -30px 0% auto auto;
  transform: rotate(12.2deg);
}

.chose-us-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.chose-us-right-content {
  width: 38%;
}

.chose-us-title-wrapper {
  margin-bottom: 23px;
}

.chose-us-title {
  color: #000;
  margin-top: 25px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.chose-us-tab-wrapper {
  margin-bottom: 35px;
}

.chose-us-tabs-menu {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.chose-us-tab-content {
  display: none;
}

.chose-us-tab-link {
  background-color: #0000;
  border: 1px solid #00000026;
  padding: 20px 30px;
  text-decoration: none;
}

.chose-us-tab-link.w--current {
  background-color: #0000;
}

.managing-project-accordion-title-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.managing-project-question {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

.managing-project-accordion-icon-wrap {
  border: 1px solid #0003;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.managing-project-ans-wrap {
  overflow: hidden;
}

.managing-project-ans {
  color: #000;
  max-width: 440px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 28px;
}

.projects-top-content {
  margin-bottom: 60px;
}

.projects-section-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.projects-section-title-left {
  width: 520px;
}

.projects-section-title {
  color: #000;
  margin-top: 25px;
  font-size: 75px;
  line-height: 85px;
}

.projects-bottom-content {
  max-width: 1635px;
  margin-left: auto;
  padding-bottom: 135px;
  padding-left: 15px;
  overflow: hidden;
}

.projects-slider {
  background-color: #0000;
  height: 100%;
}

.projects-mask {
  max-width: 648px;
  overflow: visible;
}

.projects-slide {
  margin-right: 45px;
}

.projects-text-wrapper {
  background-color: #fff;
  max-width: 535px;
  margin-top: -250px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.projects-name-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.projects-name-wrap.mb30 {
  margin-bottom: 30px;
}

.projects-name {
  color: #000;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.projects-number {
  color: #000;
  letter-spacing: -.01em;
  font-size: 22px;
  font-weight: 500;
}

.projects-single-text-wrapper {
  padding-left: 40px;
}

.projects-description-text {
  color: #000;
  margin-bottom: 17px;
  line-height: 28px;
}

.project-apartment-type-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.project-apartment-type-wrap.two {
  grid-column-gap: 10px;
}

.project-apartment-type-wrap.two.mb0 {
  margin-bottom: 0;
}

.project-apartment-type-name-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.project-apartment-type-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.project-apartment-type-border {
  background-color: #0003;
  width: 52px;
  height: 1px;
}

.project-location-date-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.project-date, .project-location {
  color: #000c;
  font-weight: 500;
}

.projects-link-block {
  background-color: #efefef;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .45s;
  display: flex;
}

.projects-link-block:hover {
  background-color: #fe5a0e;
}

.projects-slider-arrow {
  display: none;
}

.projects-slide-nav {
  background-color: #fe5a0e;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 45px;
  display: flex;
  inset: auto 0 -135px;
}

.number-talks-section-shape2 {
  position: absolute;
  inset: auto auto -2px 0%;
}

.number-talks-section-shape1 {
  z-index: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.inner-banner-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-banner-title {
  z-index: 100;
  color: #fff;
  font-size: 42px;
  line-height: 52px;
  position: relative;
}

.inner-banner-text-link-wrapper {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.home-icon {
  margin-bottom: 4px;
}

.inner-banner-text-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.inner-banner-text-link.w--current {
  color: var(--orange-red);
}

.inner-banner-shape-1 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.inner-banner-shape-2 {
  z-index: 1;
  position: absolute;
  inset: auto auto 0% 60px;
}

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

.service-details-wrapper {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.service-details-image-wrapper {
  position: relative;
}

.service-details-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-height: 500px;
}

.service-details-image.lb {
  object-position: 50% 60%;
}

.service-details-image.uci {
  object-position: 50% 0%;
}

.service-details-image.bbs {
  object-position: 50% 60%;
}

.service-details-image.cl {
  object-position: 50% 100%;
}

.service-details-image-overlay {
  background-image: linear-gradient(#0000 22%, #000000e3 55%, #000);
  position: absolute;
  inset: 0%;
}

.service-details-text-wrapper {
  z-index: 1;
  text-align: center;
  width: 455px;
  position: absolute;
  inset: auto 0 50px 50%;
  transform: translate(-50%);
}

.service-details-name {
  color: #fff;
  margin-bottom: 25px;
  font-size: 68px;
  line-height: 78px;
}

.service-details-name.s {
  font-size: 50px;
  line-height: 60px;
}

.service-details-description-text {
  color: #fff;
  line-height: 28px;
}

.service-details-image-shape {
  z-index: -1;
  position: absolute;
  inset: auto -9% -40px auto;
  transform: rotate(-10.64deg);
}

.service-details-rich-wrapper {
  margin-top: 90px;
}

.service-details-rich-content h2 {
  color: #000;
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.service-details-rich-content p {
  color: #000c;
  margin-bottom: 30px;
  line-height: 28px;
}

.service-details-rich-content ol {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.service-details-rich-content li {
  color: #000c;
}

.blog-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-details-wrapper {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-name {
  color: #fff;
  font-size: 42px;
  line-height: 52px;
}

.blog-details-text-wrapper {
  text-align: center;
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 50px 50%;
  transform: translate(-50%);
}

.blog-details-rich-wrapper {
  margin-top: 60px;
}

.blog-details-rich-content h2 {
  color: #000;
  margin-top: 65px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.blog-details-rich-content p {
  color: #000c;
  margin-bottom: 20px;
  line-height: 28px;
}

.blog-details-rich-content ol {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  display: flex;
}

.blog-details-rich-content li {
  color: #000c;
}

.blog-details-rich-content figure {
  margin-bottom: 60px;
}

.blog-details-rich-content h3 {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.blog-details-rich-content blockquote {
  color: #111;
  background-image: url('../images/Quote-Image.svg');
  background-position: 55px 55px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #d8d8d8;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 55px 80px 55px 120px;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.story-behind-us-wrapper {
  margin-bottom: 60px;
}

.story-behind-us-title-wrapper {
  text-align: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.story-behind-us-title-tag-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.story-behind-us-title-tag-border {
  background-color: #ff4d01;
  width: 95px;
  height: 1px;
}

.story-behind-us-title-tag-text-block {
  color: var(--orange-red);
  font-size: 20px;
  font-weight: 700;
}

.story-behind-us-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 75px;
  font-weight: 700;
  line-height: 85px;
}

.story-behind-us-title.s {
  font-size: 60px;
  line-height: 65px;
}

.story-behind-us-description-text {
  color: #000c;
  max-width: 740px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}

.story-behind-us-description-text.s {
  max-width: 800px;
  font-size: 16px;
}

.story-behind-us-image-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.story-behind-us-image-grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.story-behind-us-single-image-wrap {
  overflow: hidden;
}

.story-behind-us-single-image-wrap.pd80px {
  padding-top: 80px;
  overflow: hidden;
}

.story-behind-us-single-image {
  width: 100%;
  height: 511px;
}

.story-behind-us-image-shape {
  z-index: -1;
  position: absolute;
  inset: 55% auto auto 50%;
  transform: translate(-50%)translate(0, -50%);
}

.counter-up-wrapper {
  background-color: #000;
  padding-top: 55px;
  padding-bottom: 55px;
}

.counter-up-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.counter-up-grid {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.counter-up-single-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-up-category-text {
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
}

.about-mission-vision-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-mission-vision-right-content {
  width: 565px;
}

.about-mission-title {
  color: #000;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 75px;
  line-height: 85px;
}

.about-mission-tab-menu {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.about-mission-tab-link {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  padding: 18px 38px;
  font-size: 20px;
  font-weight: 600;
}

.about-mission-tab-link.w--current {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
}

.about-mission-description-text {
  color: #000c;
  margin-bottom: 0;
  line-height: 28px;
}

.team-members-section-title-wrapper {
  text-align: center;
  margin-bottom: 55px;
}

.team-members-section-title {
  color: #000;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  font-size: 75px;
  line-height: 85px;
}

.team-members-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-members-single-wrapper, .team-members-image-wrapper {
  position: relative;
  overflow: hidden;
}

.team-members-image-overlay {
  background-image: linear-gradient(#0000 7.14%, #0000004a 19.63%, #000 74%);
  position: absolute;
  inset: 0%;
}

.team-members-details {
  z-index: 1;
  text-align: center;
  width: 250px;
  position: absolute;
  inset: auto 0 45px 50%;
  transform: translate(-50%);
}

.team-members-name {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.team-members-bio {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
}

.team-social-media-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-social-media-icon-wrap {
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .48s;
  display: flex;
}

.team-social-media-icon-wrap:hover {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
}

.project-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.project-details-left-content {
  width: 735px;
}

.project-details-name-apartment-type {
  margin-bottom: 30px;
}

.project-apartment-type-main {
  display: inline-block;
}

.project-details-rich-content p {
  color: #000c;
  margin-bottom: 27px;
  line-height: 28px;
}

.project-details-rich-content figure {
  width: 100%;
  margin-bottom: 30px;
}

.project-details-rich-content li {
  color: #000c;
}

.project-details-rich-content h2 {
  color: #000;
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.project-details-right-content {
  width: 480px;
  position: relative;
}

.project-details-author-wrapper {
  grid-row-gap: 25px;
  background-color: #fff;
  flex-direction: column;
  padding: 55px;
  display: flex;
  position: sticky;
  top: 140px;
}

.project-details-author-single {
  grid-column-gap: 20px;
  border-bottom: 1px solid #00000029;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.project-details-author-single.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.project-details-icon-wrapper {
  background-color: #fe5a0e;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.project-details-category-name {
  color: #000;
  margin-bottom: 7px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.project-details-category-text-block {
  color: #000c;
}

.shop-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-single-wrapper, .shop-image-wrapper {
  position: relative;
  overflow: hidden;
}

.shop-image-overlay {
  background-image: linear-gradient(#0000 7%, #0000004a 19%, #000 74%);
  position: absolute;
  inset: 0%;
}

.product-content {
  z-index: 1;
  position: absolute;
  inset: auto auto 40px 35px;
}

.product-name {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 9px;
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
  text-decoration: none;
  display: block;
}

.product-price {
  color: #ff4d01;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.shop-details-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1155px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shop-details-left-content {
  width: 580px;
  position: relative;
}

.shop-details-image {
  width: 100%;
}

.shop-details-image-shape {
  z-index: -1;
  position: absolute;
  inset: -25px -25px auto auto;
}

.shop-details-right-content {
  width: 465px;
}

.shop-details-name {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.shop-details-description-text {
  color: #000c;
  margin-bottom: 22px;
  line-height: 28px;
}

.shop-details-price {
  color: #000;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.quantity-field-label {
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}

.quantity-input {
  color: #000;
  background-color: #0000;
  border-color: #0003;
  border-radius: 0;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  padding: 0 25px;
  font-weight: 500;
}

.default-state {
  margin-bottom: 0;
}

.add-to-cart-button {
  color: #000;
  background-color: #ff4d01;
  padding: 18px 38px;
  font-size: 20px;
  font-weight: 600;
}

.more-product-section-title-wrapper {
  text-align: center;
  margin-bottom: 55px;
}

.more-product-section-title {
  color: #000;
  margin-bottom: 9px;
  font-size: 75px;
  font-weight: 600;
  line-height: 85px;
}

.more-product-description-text {
  color: #000c;
  max-width: 465px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}

.contact-us-content {
  justify-content: space-between;
  align-items: center;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-us-left {
  width: 600px;
}

.contact-us-heading {
  color: #181818;
  margin-bottom: 22px;
  font-size: 75px;
  line-height: 85px;
}

.contact-us-description {
  color: #000c;
  max-width: 533px;
  margin-bottom: 35px;
  line-height: 28px;
}

.contact-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.contact-single {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.contact-icon-wrapper {
  background-color: #fe5a0e;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.contact-icon.add {
  max-width: 50%;
}

.contact-text {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.contact-text.add {
  font-size: 20px;
}

.contact-us-form-shape1 {
  position: absolute;
  inset: 1% auto auto 1%;
  transform: rotate(20.23deg);
}

.contact-us-form-shape2 {
  position: absolute;
  inset: -50px auto auto 0%;
  transform: rotate(15.23deg);
}

.license-single-wrapper {
  margin-bottom: 95px;
}

.license-single-wrapper.mb0 {
  margin-bottom: 0;
}

.license-title-wrapper {
  margin-bottom: 45px;
}

.license-title-wrapper.mb0 {
  margin-bottom: 0;
}

.license-title-tag-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  display: inline-block;
}

.license-title {
  color: #000;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 52px;
}

.license-title-border {
  background-color: #ff4d01;
  width: 120px;
  height: 1px;
}

.license-sourced-text-block {
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}

.license-sourced-text-link {
  color: #ff4d01;
  font-weight: 600;
  display: inline-block;
}

.license-image-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.license-image-single-wrapper {
  background-color: #f8f8f8;
  padding: 35px;
}

.license-icons-wrapper {
  max-width: 975px;
}

.license-icon-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.license-single-icon {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.typography-sourced-text {
  color: #000c;
  max-width: 560px;
  margin-bottom: 25px;
  line-height: 28px;
}

.typography-sourced-text.mb0 {
  margin-bottom: 0;
}

.changelog-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.changelog-list-single-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.changelog-list-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.changelog-single-content {
  background-color: #fff;
  border: 1px #000;
  width: 665px;
  padding: 30px;
}

.changelog-date-wrapper {
  width: 170px;
}

.changelog-content {
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-list-circel {
  background-color: #c2c2c2;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.changelog-date-text-block {
  color: #20261d;
  font-size: 16px;
  font-weight: 500;
}

.changelog-line {
  width: 16px;
  position: absolute;
  inset: 50% auto auto 235px;
  transform: translate(0, -50%);
}

.changelog-tag {
  color: #20261d;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.changelog-list-text-block {
  color: #555;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}

.changelog-single-wrapper {
  justify-content: space-between;
  display: flex;
}

.not-found-wrapper {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

._404-not-found-image-wrapper {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

._404-not-found-image {
  z-index: 1;
  position: relative;
}

._404-not-found-image-circel {
  background-color: #ff7029;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: 50%;
  transform: translate(-50%)translate(0, -50%);
}

._404-not-found-details-wrapper {
  text-align: center;
}

._404-not-found-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 58px;
  line-height: 68px;
}

._404-not-found-description-text {
  color: #000c;
  margin-bottom: 25px;
  line-height: 28px;
}

._404-not-found-button-wrapper {
  display: inline-block;
}

.protected-password-section {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.protected-password-wrapper {
  text-align: center;
  background-color: #fff;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 45px;
}

.protected-password-image-wrapper {
  width: 170px;
  margin-bottom: 25px;
  display: inline-block;
}

.protected-password-title {
  color: #000;
  margin-bottom: 17px;
  font-size: 36px;
  line-height: 46px;
}

.protected-password-description-text {
  color: #505050;
  max-width: 522px;
  margin-bottom: 30px;
  line-height: 28px;
}

.protected-password-field-label {
  color: #000;
  text-align: left;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
}

.protected-password-text-field {
  color: #000;
  border: 1px solid #00000026;
  height: 60px;
  margin-bottom: 25px;
  padding: 0 25px;
  font-size: 16px;
}

.protected-password-text-field::placeholder {
  color: #000c;
}

.protected-password-submit {
  color: #000;
  background-color: #ff4d01;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
}

.style-guide-wrapper {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-single-wrapper {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.style-guide-single-wrapper.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.style-guide-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.style-guide-border {
  background-color: #ff4d01;
  width: 70px;
  height: 1px;
}

.typography-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.color-palette-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.single-color-palette {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
}

.single-color-palette.one {
  background-color: #000;
}

.single-color-palette.two {
  background-color: #ff4d01;
}

.single-color-palette.three {
  background-color: #f9f9f9;
}

.single-color-palette.four {
  background-color: #fff;
  border: 1px solid #000;
}

.color-palette-code {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.color-palette-code.two {
  color: #000;
  text-transform: uppercase;
}

.typeface-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.typeface-text-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.typeface-text-block {
  color: #000c;
  font-size: 16px;
}

.style-guide-paragraph-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.style-guide-paragraph-title {
  color: #181818;
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.style-guide-paragraph-text-block {
  color: #000c;
}

.style-guide-button-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.checkout-section {
  background-color: var(--white);
  padding: 100px 0;
}

.checkout-sticky {
  top: 140px;
}

.checkout-header {
  border-color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkout-content {
  border: 1px solid #000;
  margin-top: 10px;
}

.checkout-input {
  border-color: var(--black);
  background-color: #fff;
  border-radius: 5px;
  height: 45px;
}

.shipping-method {
  border-bottom-style: none;
}

.shop-categories-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.shop-categories-left-content {
  border-bottom: 1px solid var(--orange-red);
  padding-bottom: 10px;
}

.shop-categories-title {
  color: var(--black);
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.shop-categories-collection-list {
  grid-column-gap: 20px;
  display: flex;
}

.shop-categories-text-link {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.shop-categories-text-link.w--current {
  color: var(--orange-red);
}

.preview-navbar {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.preview-banner-text-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

.preview-banner-title {
  color: #000;
  max-width: 980px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 90px;
  line-height: 100px;
}

.preview-banner-description-text {
  color: #000000b3;
  max-width: 628px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}

.preview-banner-button-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-banner-bottom-content {
  position: relative;
}

.preview-banner-wrapper {
  grid-row-gap: 65px;
  flex-direction: column;
  display: flex;
}

.preview-banner-image-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-banner-single-image {
  width: 505px;
}

.preview-banner-image {
  width: 100%;
}

.preview-banner-image-shape-1 {
  position: absolute;
  inset: auto auto -60px -40px;
}

.preview-banner-image-shape-2 {
  position: absolute;
  inset: auto -40px -60px auto;
}

.preview-section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.preview-title-tag-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.preview-banner-title-tag-border {
  background-color: #ff4d01;
  width: 32px;
  height: 1px;
}

.preview-title-tag {
  color: #ff4d01;
  font-size: 20px;
  line-height: 30px;
}

.preview-section-title {
  color: #000;
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
}

.preview-section-description-text {
  color: #000c;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}

.preview-section-description-text.two {
  max-width: 555px;
}

.included-wrapper {
  max-width: 1145px;
  margin-left: auto;
  margin-right: auto;
}

.included-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.included-single-wrapper {
  background-color: #f9f9f9;
  padding: 40px 45px;
}

.included-image-wrapper {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.included-title {
  color: #000;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
}

.included-description {
  color: #000c;
  max-width: 248px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.included-description.two {
  max-width: 270px;
}

.demo-grid {
  grid-column-gap: 25px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.preview-demo-single {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.preview-demo-image-wrapper {
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-demo-image {
  width: 100%;
}

.preview-demo-image.one {
  z-index: 1;
  position: relative;
}

.preview-demo-image.two {
  position: absolute;
}

.preview-demo-title-wrapper {
  text-align: center;
}

.preview-demo-title {
  color: var(--black);
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
}

.preview-demo-image-shape-one {
  background-color: var(--orange-red);
  width: 100%;
  height: 53%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.preview-demo-image-single {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-demo-image-shape-two {
  background-color: var(--orange-red);
  width: 100%;
  height: 53%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.single-demo-wrapper {
  width: 648px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.figma-top-content {
  background-color: #000;
  padding-top: 95px;
  padding-bottom: 415px;
}

.figma-content {
  text-align: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.figma-image-wrapper {
  width: 150px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.figma-title {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 52px;
}

.figma-description-text {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 28px;
}

.figma-button-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figma-bottom-content {
  margin-top: -350px;
}

.single-figma-image-wrapper {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.figma-single-image {
  width: 100%;
}

.preview-footer-top-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.preview-footer-details {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.preview-footer-logo-link-block {
  margin-bottom: 25px;
}

.preview-footer-title {
  color: #000;
  margin-bottom: 13px;
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
}

.preview-footer-description-text {
  color: #000c;
  margin-bottom: 25px;
  line-height: 28px;
}

.preview-footer-bottom-content {
  text-align: center;
  border-top: 1px solid #0003;
  padding-top: 20px;
  padding-bottom: 20px;
}

.preview-footer-details-text-block {
  color: #000;
  font-weight: 500;
}

.preview-footer-details-text-link {
  color: #ff4d01;
  font-weight: 600;
  text-decoration: none;
}

.company-projects-title {
  color: #fff;
  margin-top: 30px;
  font-size: 75px;
  line-height: 85px;
}

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

.projects-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.company-projects-wrapper {
  border-top: 1px solid #ffffff24;
  position: relative;
}

.company-projects-single {
  border-bottom: 1px solid #ffffff24;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.company-projects-left-content {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.company-projects-number {
  color: #fff9;
  font-size: 22px;
  font-weight: 500;
}

.company-projects-name {
  color: #fff9;
  max-width: 270px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  text-decoration: none;
}

.company-projects-content {
  justify-content: space-between;
  align-items: center;
  width: 745px;
  display: flex;
}

.company-projects-location-date-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.company-projects-name-border {
  background-color: #fff3;
  width: 52px;
  height: 1px;
}

.project-apartment-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.project-apartment-date {
  color: #fffc;
  font-weight: 500;
}

.company-projects-image-wrapper {
  opacity: 0;
  width: 32%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.company-projects-image {
  z-index: 1;
  position: relative;
}

.company-projects-image-shape {
  background-color: var(--orange-red);
  width: 290px;
  height: 285px;
  position: absolute;
  inset: -15px auto auto -15px;
}

.team-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.team-details-image-wrapper {
  width: 445px;
  position: sticky;
  top: 140px;
}

.team-details-image {
  width: 100%;
}

.team-details-image-left-content {
  position: relative;
}

.team-details-right-content {
  width: 815px;
}

.team-details-name-bio-wrap {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: inline-block;
}

.team-details-bio-text {
  color: #181818;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.details-team-members-name {
  color: #181818;
  letter-spacing: -.02em;
  font-size: 75px;
  font-weight: 600;
  line-height: 85px;
}

.team-details-description-text {
  color: #181818cc;
  margin-bottom: 30px;
  line-height: 28px;
}

.team-details-story {
  margin-bottom: 30px;
}

.team-details-story-title {
  color: #181818;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.team-details-story-description-text {
  color: #181818cc;
  line-height: 28px;
}

.team-details-list {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.team-details-list-item {
  grid-column-gap: 10px;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.team-details-list-circel {
  background-color: #ff7029;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.dropdown-column-wrapper {
  background-color: #0000;
  width: 800px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.homes-page {
  width: 120px;
  transform: none;
}

.dropdown-column-wrapper.homes-page.w--open {
  width: 300px;
}

.dropdown-pd.pd-60px {
  background-color: var(--white);
  padding: 60px 40px;
}

.dropdown-pd.pd-60px.homes-pd {
  background-color: #0c0c0c;
  padding: 20px;
  box-shadow: 0 2px #0003;
}

.dropdown-toggle-arrow {
  margin-left: 8px;
  font-family: "Fa Solid 900", sans-serif;
}

.dropdown-menu-text-link {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover {
  color: var(--orange-red);
}

.dropdown-menu-text-link.mb0 {
  margin-bottom: 0;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.preloader {
  z-index: 2147483647;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.preloader-logo-wrapper {
  width: 200px;
}

.cart-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
}

.cart-icon {
  width: 17px;
}

.cart-quantity {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -16% -21% auto auto;
}

.cart-container {
  min-width: 850px;
  max-width: 850px;
  padding-left: 70px;
  padding-right: 70px;
}

.cart-header {
  border-bottom-color: #e7e7e7;
  margin-bottom: 30px;
  padding: 40px 0;
}

.close-button {
  width: 22px;
  height: 22px;
}

.cart-product-image {
  border: 1px solid #e7e7e7;
  width: 150px;
}

.cart-item {
  grid-column-gap: 30px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-div-block {
  margin-left: 0;
}

.cart-list {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.cart-product-name {
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.cart-product-price {
  color: #505050;
  margin-bottom: 20px;
}

.product-quantity {
  border-color: #e7e7e7;
  height: 30px;
}

.cart-remove-button {
  color: #181818;
  border: 1px solid #000;
  padding: 18px 40px;
  font-weight: 600;
  text-decoration: none;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #e7e7e7;
  padding: 50px 0;
}

.cart-footer-subtotal-text {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.cart-footer-subtotal-price {
  color: #000;
  font-size: 24px;
}

.cart-line-item {
  margin-bottom: 30px;
}

.checkout-button {
  color: #000;
  background-color: #fe5a0e;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: 600;
  display: flex;
}

.top-navigation-wrap {
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.top-navigation-content-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-navigation-details {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.top-nav-link {
  color: #000;
}

.announcement-close-wrap {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.announcement-close {
  width: 14px;
}

.text-span {
  color: #ff4d01;
}

.heading {
  color: #fe5a0e;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.text-field {
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  height: 50px;
}

.text-block {
  color: #fff;
  font-weight: 600;
}

.success-message {
  background-color: #ff4d01;
}

.text-block-2 {
  color: #fff;
  font-weight: 700;
}

.icon {
  color: #fffc;
}

.dropdown-toggle-2 {
  padding-left: 0;
}

.lightbox-link {
  min-height: 300px;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 200px;
}

.div-block._1 {
  background-image: url('../images/Hero.png');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block._2 {
  background-image: url('../images/trenchless-pipe-installation.jpg');
  background-size: cover;
}

.div-block._3 {
  background-image: url('../images/Reamer-in-ground.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block._4 {
  background-image: url('../images/4in-Sewer-Pipe-Install---Hinsdale-IL.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block._5 {
  background-image: url('../images/trenchless-installation-undergrounding-hardening-electrical-infrastructure.jpg');
  background-position: 50%;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 200px;
}

.image._85 {
  object-position: 50% 85%;
}

.image._70 {
  object-position: 50% 70%;
}

.image._20 {
  object-position: 50% 20%;
}

.text-block-3 {
  color: #000;
}

@media screen and (min-width: 1920px) {
  .nav-menu.two {
    grid-column-gap: 45px;
  }

  .banner-left-content {
    width: 500px;
  }

  .banner-title {
    font-size: 50px;
    line-height: 70px;
  }

  .banner-right-content {
    width: 670px;
  }

  .banner-hero-image-two {
    bottom: auto;
    left: -85px;
  }

  .features-wrapper.z-index {
    margin-top: -90px;
  }

  .features-grid {
    grid-column-gap: 25px;
  }

  .features-single-wrapper {
    padding: 30px 35px;
  }

  .features-description-text {
    font-size: 18px;
    line-height: 28px;
  }

  .about-us-left-content {
    width: 635px;
  }

  .about-us-circel {
    width: 193px;
    height: 192px;
    top: -18px;
    right: -45px;
  }

  .about-us-circel-image {
    width: 152px;
  }

  .about-us-right-content {
    width: 570px;
  }

  .about-us-section-title {
    font-size: 75px;
    line-height: 85px;
  }

  .footer-title-wrapper {
    width: 745px;
  }

  .footer-title {
    font-size: 75px;
    line-height: 85px;
  }

  .footer-contact-wrapper {
    width: 495px;
  }

  .footer-left-content {
    width: 405px;
  }

  .footer-right-content {
    width: 825px;
  }

  .footer-menu-grid {
    grid-column-gap: 90px;
  }

  .footer-menu-title {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-menu-text-link {
    font-size: 18px;
    line-height: 20px;
  }

  .services-slider-arrow.left {
    right: 8%;
  }

  .services-slider-arrow.right {
    right: 0%;
  }

  .services-single-wrapper.two {
    padding: 100px 35px 40px;
  }

  .services-name.two {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-title {
    font-size: 75px;
    line-height: 85px;
  }

  .blog-single-wrapper {
    padding: 405px 45px 50px;
  }

  .blog-name {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-description-text {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-title {
    font-size: 75px;
    line-height: 85px;
  }

  .testimonial-slide-arrow.left {
    right: 6.5%;
  }

  .testimonial-slide-arrow.right {
    left: 6.5%;
  }

  .estimated-section-title-wrapper {
    max-width: 665px;
  }

  .estimated-section-title {
    font-size: 75px;
    line-height: 85px;
  }

  .estimated-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 55px;
  }

  .estimated-form-wrapper {
    max-width: 590px;
  }

  .estimated-image {
    width: 563px;
  }

  .estimated-section-shape {
    width: 980px;
  }

  .why-us-wrapper {
    grid-column-gap: 110px;
  }

  .why-us-counter-image {
    right: -35px;
  }

  .why-us-title {
    font-size: 75px;
    line-height: 85px;
  }

  .hero-left-content {
    width: 685px;
  }

  .hero-title {
    font-size: 100px;
    line-height: 100px;
  }

  .hero-right-content {
    width: 722px;
    margin-right: -115px;
  }

  .hero-image-shape1 {
    width: 516px;
    right: -45px;
  }

  .hero-image-shape2 {
    width: 463px;
  }

  .banner-shape {
    width: 515px;
    right: 273px;
    transform: rotate(15deg);
  }

  .about-us-wrapper-hv2 {
    grid-column-gap: 90px;
  }

  .about-us-left-content-hv2 {
    width: 630px;
    height: 775px;
  }

  .hv2-about-us-image1 {
    width: 418px;
  }

  .testimonial-slide-nav {
    left: 555px;
    right: auto;
  }

  .number-talks-left-content {
    width: 620px;
  }

  .number-talks-title {
    font-size: 75px;
    line-height: 85px;
  }

  .number-talks-right-content {
    width: 610px;
  }

  .contact-us-left-content {
    width: 655px;
  }

  .contact-us-title {
    font-size: 75px;
    line-height: 85px;
  }

  .contact-gmail-wrap {
    grid-column-gap: 15px;
  }

  .contact-text-block {
    font-size: 18px;
  }

  .contact-us-right-content {
    width: 480px;
  }

  .contact-us-card-wrapper {
    padding: 35px 45px;
  }

  .contact-us-section-shape1 {
    width: 527px;
  }

  .contact-us-section-shape2 {
    width: 697px;
  }

  .contact-us-section-shape3 {
    width: 427px;
  }

  .chose-us-left-content {
    width: 690px;
  }

  .chose-us-right-content {
    width: 505px;
  }

  .chose-us-title {
    font-size: 75px;
    line-height: 85px;
  }

  .company-projects-image-wrapper {
    width: 424px;
  }

  .bold-text {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .container.flex {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: var(--black);
    padding: 40px 20px;
  }

  .nav-menu.two {
    border: 1px solid var(--orange-red);
    background-color: #000;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link {
    margin-bottom: 20px;
  }

  .nav-link.two {
    color: var(--white);
    margin-bottom: 20px;
  }

  .primary-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-wrapper.mobile {
    align-items: flex-start;
    display: flex;
  }

  .button-wrapper.desktop {
    display: none;
  }

  .section.banner-section {
    padding-top: 160px;
  }

  .section.features-section {
    padding-bottom: 80px;
  }

  .section.about-us-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer-section {
    padding-top: 100px;
  }

  .section.services-section {
    padding-bottom: 100px;
  }

  .section.projects-section, .section.blog-section, .section.testimonial-section, .section.estimated-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.why-us-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.banner-section-hv2 {
    padding-top: 200px;
  }

  .section.our-services-section {
    padding-bottom: 100px;
  }

  .section.testimonial-section-hv2, .section.about-us-section-hv2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.number-talks-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .section.contact-us-section, .section.why-us-section-hv2, .section.projects-section-hv2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.inner-banner-section {
    padding-top: 160px;
    padding-bottom: 90px;
  }

  .section.main-services-section, .section.service-details-section, .section.main-blog-section {
    padding-bottom: 100px;
  }

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

  .section.story-behind-us-section {
    padding-bottom: 100px;
  }

  .section.about-mission-vision {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.team-members-section {
    padding-bottom: 100px;
  }

  .section.project-details-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.shop-section, .section.shop-details-section, .section.more-product-section {
    padding-bottom: 100px;
  }

  .section.main-contact-us {
    padding-top: 100px;
  }

  .section.license-section, .section.style-guide-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.shop-categories-section {
    padding-bottom: 100px;
  }

  .section.preview-banner-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section.included-section {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .section.demo-section, .section.team-details-section {
    padding-bottom: 100px;
  }

  .banner-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .banner-left-content {
    text-align: center;
    width: 100%;
  }

  .banner-title {
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 74px;
  }

  .banner-description-text {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .secondary-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .banner-social-media-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-social-media-line {
    width: 100px;
  }

  .banner-right-content {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-image-shape {
    width: 100%;
    max-width: 550px;
  }

  .banner-hero-image-one {
    width: 100%;
    right: -3%;
  }

  .banner-hero-image-two {
    width: 200px;
    left: -30px;
  }

  .features-grid {
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .features-single-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .features-number-image-wrap {
    margin-bottom: 20px;
  }

  .features-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .about-us-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .about-us-left-content {
    width: 100%;
    max-width: 600px;
  }

  .about-us-circel {
    width: 150px;
    height: 150px;
    inset: -3% -3% auto auto;
  }

  .about-us-circel-image {
    width: 100px;
  }

  .about-us-right-content {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title-tag-wrapper.center {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .section-title-tag-wrapper.center.left {
    align-items: flex-start;
  }

  .about-us-section-title {
    margin-top: 15px;
    font-size: 60px;
    line-height: 70px;
  }

  .about-us-section-description-text {
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-counter-up-wrapper {
    justify-content: center;
    margin-bottom: 30px;
  }

  .numbers.two {
    justify-content: center;
    height: 72px;
  }

  .number-digit, .number-digit.two, .number-categories, .number-categories.two {
    font-size: 62px;
    line-height: 72px;
  }

  .tertiary-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-top-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .footer-title-wrapper {
    width: 100%;
  }

  .footer-title {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
    font-weight: 600;
    line-height: 62px;
  }

  .footer-contact-wrapper {
    width: 100%;
  }

  .footer-bottom-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .footer-left-content {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo-wrapper {
    margin-bottom: 25px;
  }

  .footer-details-wrapper {
    text-align: center;
  }

  .footer-social-media-wrap {
    justify-content: center;
  }

  .footer-right-content {
    width: 100%;
  }

  .footer-menu-grid {
    grid-column-gap: 30px;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 35px;
  }

  .footer-menu-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .services-title-wrapper {
    margin-bottom: 60px;
  }

  .services-title {
    max-width: 500px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 46px;
    line-height: 56px;
  }

  .services-title.left {
    margin-left: 0;
  }

  .services-slider-arrow {
    width: 75px;
    height: 75px;
  }

  .services-slider-arrow.left {
    top: -37.5%;
    right: 11%;
  }

  .services-slider-arrow.right {
    top: -37.5%;
  }

  .services-collection-list.grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-single-wrapper {
    padding-top: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-single-wrapper.two {
    padding: 80px 25px 35px;
  }

  .services-single-wrapper._1, .services-single-wrapper._2, .services-single-wrapper._3, .services-single-wrapper._4, .services-single-wrapper._5, .services-single-wrapper._6, .services-single-wrapper._7, .services-single-wrapper._8, .services-single-wrapper._9, .services-single-wrapper._10, .services-single-wrapper._10 {
    height: 100%;
  }

  .services-name, .services-name.two {
    font-size: 36px;
    line-height: 46px;
  }

  .services-slider-arrow-image {
    width: 20px;
  }

  .blog-top-content {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .blog-title {
    margin-top: 20px;
    font-size: 58px;
    font-weight: 600;
    line-height: 68px;
  }

  .blog-grid-hv1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-single-wrapper {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 250px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .blog-post-collection-list {
    grid-row-gap: 30px;
  }

  .blog-post-single-wrapper {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 35px;
    padding-right: 35px;
  }

  .testimonial-content {
    padding-bottom: 120px;
  }

  .testimonial-content.two {
    padding-bottom: 140px;
    padding-right: 15px;
  }

  .testimonial-title-wrapper {
    text-align: center;
    max-width: 768%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    line-height: 70px;
  }

  .testimonial-single-wrapper {
    padding: 35px;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
  }

  .testimonial-slide-arrow.left {
    bottom: -140px;
    right: 13%;
  }

  .testimonial-slide-arrow.right {
    bottom: -140px;
    left: 13%;
  }

  .testimonial-reviews-wrap {
    margin-bottom: 25px;
  }

  .testimonial-description-text {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

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

  .estimated-section-title {
    font-size: 52px;
    line-height: 62px;
  }

  .estimated-wrapper {
    padding: 40px;
  }

  .estimated-form-wrapper {
    max-width: 100%;
  }

  .estimated-image, .estimated-image-shape, .estimated-section-shape {
    display: none;
  }

  .why-us-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .why-us-counter-image {
    width: 250px;
    right: -3px;
  }

  .why-us-right-content {
    text-align: center;
    width: 100%;
  }

  .why-us-title {
    margin-top: 20px;
    font-size: 50px;
    line-height: 60px;
  }

  .why-us-description-text {
    max-width: 500px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-us-features-wrap {
    grid-row-gap: 20px;
    align-items: center;
    margin-bottom: 30px;
  }

  .why-us-features-single {
    grid-column-gap: 15px;
  }

  .why-us-features-list-title {
    font-size: 24px;
    line-height: 34px;
  }

  .projects-section-title-wrapper {
    margin-bottom: 60px;
  }

  .hero-wrapper-hv2 {
    grid-row-gap: 45px;
    flex-direction: column;
  }

  .hero-left-content {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text-wrapper {
    padding-top: 0;
  }

  .hero-title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 72px;
    line-height: 82px;
  }

  .hero-description-text {
    max-width: 575px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-right-content {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-shape1 {
    max-width: 409px;
    display: block;
    bottom: -29px;
    right: 30px;
  }

  .hero-image-shape2 {
    width: 100%;
    max-width: 369px;
    display: block;
    bottom: -180px;
    left: 62px;
  }

  .banner-shape {
    display: none;
  }

  .hero-circel {
    width: 150px;
    height: 150px;
    bottom: 150px;
    left: -3%;
  }

  .hero-circel-image {
    width: 110px;
  }

  .about-us-wrapper-hv2 {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .about-us-left-content-hv2 {
    width: 100%;
    max-width: 600px;
    height: 600px;
  }

  .hv2-about-us-image1 {
    width: 100%;
    max-width: 350px;
  }

  .hv2-about-us-image2 {
    width: 100%;
    max-width: 320px;
  }

  .about-us-image-shape {
    width: 400px;
    bottom: 27px;
  }

  .our-services-section-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .our-services-section-single-title-wrap {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .our-services-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .services-icon-wrapper {
    margin-bottom: 35px;
  }

  .testimonial-section-hv2-title-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-section-hv2-title-tag-wrapper {
    margin-bottom: 20px;
  }

  .testimonial-section-hv2-title {
    font-size: 46px;
    line-height: 56px;
  }

  .testimonial-slide-nav {
    bottom: -119px;
  }

  .number-talks-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .number-talks-left-content {
    width: 100%;
  }

  .number-talks-text-wrapper {
    text-align: center;
  }

  .number-talks-title {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 62px;
  }

  .number-talks-description-text {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .number-talks-right-content {
    width: 100%;
    max-width: 615px;
  }

  .number-talks-text-block {
    font-size: 17px;
  }

  .contact-us-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .contact-us-left-content {
    text-align: center;
    width: 100%;
    max-width: 660px;
  }

  .contact-us-title {
    font-size: 50px;
    line-height: 60px;
  }

  .contact-us-description-text {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-details-wrapper {
    justify-content: center;
  }

  .contact-us-right-content {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-card-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .contact-us-card-title {
    margin-bottom: 10px;
  }

  .contact-us-textarea {
    max-width: 550px;
  }

  .contact-us-textarea.two {
    max-width: 630px;
  }

  .contact-us-section-shape1, .contact-us-section-shape2, .contact-us-section-shape3 {
    display: none;
  }

  .chose-us-left-content {
    width: 100%;
    max-width: 600px;
    height: 664px;
  }

  .chose-us-image1 {
    width: 100%;
    max-width: 537px;
  }

  .chose-us-image2 {
    width: 409px;
    inset: 0% 0% auto auto;
  }

  .chose-us-image3 {
    max-width: 200px;
  }

  .chose-us-image4 {
    max-width: 300px;
    right: -30px;
  }

  .chose-us-image-shape {
    width: 100%;
    max-width: 300px;
    right: 5%;
  }

  .chose-us-wrapper {
    grid-row-gap: 70px;
    flex-direction: column-reverse;
  }

  .chose-us-right-content {
    text-align: center;
    width: 100%;
  }

  .chose-us-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }

  .chose-us-title {
    margin-top: 20px;
    font-size: 52px;
    line-height: 62px;
  }

  .projects-top-content {
    margin-bottom: 50px;
  }

  .projects-section-title-wrap {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .projects-section-title-left {
    width: 100%;
  }

  .projects-section-title {
    margin-top: 15px;
    font-size: 52px;
    line-height: 62px;
  }

  .projects-bottom-content {
    padding-bottom: 110px;
  }

  .projects-mask {
    max-width: 600px;
  }

  .projects-slide {
    margin-right: 25px;
  }

  .projects-text-wrapper {
    margin-top: -200px;
    padding: 30px;
  }

  .projects-name {
    font-size: 38px;
    line-height: 48px;
  }

  .project-apartment-type-wrap {
    margin-bottom: 20px;
  }

  .projects-slide-nav {
    bottom: -110px;
  }

  .number-talks-section-shape2 {
    width: 350px;
  }

  .number-talks-section-shape1 {
    width: 150px;
  }

  .inner-banner-shape-1 {
    max-width: 160px;
    inset: auto auto 0% 0%;
  }

  .inner-banner-shape-2 {
    max-width: 140px;
    left: 20px;
  }

  .service-details-name {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 56px;
  }

  .service-details-image-shape {
    display: none;
  }

  .service-details-rich-wrapper {
    margin-top: 25px;
  }

  .service-details-rich-content h2 {
    margin-top: 30px;
  }

  .blog-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-details-wrapper {
    max-width: 720px;
  }

  .blog-details-rich-wrapper {
    margin-top: 35px;
  }

  .blog-details-rich-content h2 {
    margin-top: 30px;
    font-size: 38px;
    line-height: 48px;
  }

  .blog-details-rich-content figure {
    margin-bottom: 40px;
  }

  .blog-details-rich-content h3 {
    margin-top: 20px;
  }

  .blog-details-rich-content blockquote {
    background-position: 10px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 54px;
    font-size: 27px;
    line-height: 37px;
  }

  .story-behind-us-wrapper {
    margin-bottom: 50px;
  }

  .story-behind-us-title-wrapper {
    max-width: 720px;
  }

  .story-behind-us-title-tag-wrap {
    margin-bottom: 20px;
  }

  .story-behind-us-title-tag-text-block {
    font-size: 18px;
  }

  .story-behind-us-title {
    margin-bottom: 15px;
    font-size: 52px;
    line-height: 62px;
  }

  .story-behind-us-description-text {
    max-width: 700px;
  }

  .story-behind-us-single-image-wrap.pd80px {
    padding-top: 40px;
  }

  .story-behind-us-single-image._1, .story-behind-us-single-image._2, .story-behind-us-single-image._3, .story-behind-us-single-image._4 {
    height: auto;
  }

  .story-behind-us-image-shape {
    display: none;
  }

  .counter-up-wrapper {
    padding: 40px 20px;
  }

  .counter-up-grid {
    grid-column-gap: 20px;
  }

  .counter-up-category-text {
    font-size: 16px;
  }

  .about-mission-vision-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .about-mission-vision-right-content {
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-mission-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 53px;
    line-height: 63px;
  }

  .about-mission-tab-menu {
    justify-content: center;
    margin-bottom: 25px;
  }

  .team-members-section-title-wrapper {
    margin-bottom: 50px;
  }

  .team-members-section-title {
    font-size: 55px;
    line-height: 65px;
  }

  .team-members-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-members-name {
    font-size: 32px;
    line-height: 42px;
  }

  .project-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .project-details-left-content, .project-details-right-content {
    width: 100%;
  }

  .project-details-author-wrapper {
    padding: 40px;
  }

  .shop-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .shop-image {
    width: 100%;
  }

  .product-name {
    font-size: 30px;
    line-height: 40px;
  }

  .product-price {
    font-size: 24px;
    line-height: 34px;
  }

  .shop-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    max-width: 700px;
  }

  .shop-details-left-content {
    width: 100%;
    max-width: 500px;
  }

  .shop-details-right-content {
    width: 100%;
  }

  .shop-details-description-text {
    max-width: 565px;
    margin-bottom: 20px;
  }

  .shop-details-price {
    margin-bottom: 20px;
  }

  .more-product-section-title {
    font-size: 52px;
    line-height: 62px;
  }

  .contact-us-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-left {
    width: 100%;
  }

  .contact-us-text-wrapper {
    text-align: center;
  }

  .contact-us-heading {
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 70px;
  }

  .contact-us-description {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-wrap {
    grid-row-gap: 15px;
  }

  .contact-single {
    grid-column-gap: 10px;
  }

  .contact-icon-wrapper {
    width: 35px;
    height: 35px;
  }

  .contact-text {
    font-size: 20px;
    line-height: 32px;
  }

  .contact-us-form-shape1, .contact-us-form-shape2 {
    display: none;
  }

  .license-single-wrapper {
    margin-bottom: 50px;
  }

  .license-title-tag-wrapper {
    margin-bottom: 20px;
  }

  .license-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .license-sourced-text-block {
    font-size: 18px;
  }

  .license-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-image-single-wrapper {
    padding: 15px;
  }

  .license-icon-grid {
    grid-column-gap: 20px;
  }

  .license-single-icon {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .license-icon {
    width: 50px;
  }

  .changelog-wrapper {
    grid-row-gap: 40px;
  }

  .changelog-list-wrapper {
    grid-row-gap: 20px;
  }

  .changelog-single-content {
    width: 100%;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
  }

  .changelog-right-content {
    width: 100%;
  }

  .changelog-line {
    display: none;
  }

  .changelog-single-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  ._404-not-found-image-wrapper {
    margin-bottom: 30px;
  }

  ._404-not-found-image {
    width: 300px;
  }

  ._404-not-found-image-circel {
    width: 100px;
    height: 100px;
  }

  ._404-not-found-title {
    font-size: 50px;
    line-height: 60px;
  }

  .style-guide-single-wrapper {
    padding-bottom: 40px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }

  .single-color-palette {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-palette-code {
    font-size: 22px;
    line-height: 32px;
  }

  .style-guide-paragraph-wrapper {
    grid-row-gap: 25px;
  }

  .preview-navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .preview-banner-text-wrapper {
    margin-bottom: 20px;
  }

  .preview-banner-title {
    max-width: 760px;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 74px;
  }

  .preview-banner-wrapper {
    grid-row-gap: 50px;
  }

  .preview-banner-image-wrapper {
    grid-column-gap: 25px;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .preview-banner-single-image {
    width: 50%;
  }

  .preview-banner-image-shape-1 {
    width: 250px;
    display: none;
    bottom: -29px;
  }

  .preview-banner-image-shape-2 {
    display: none;
  }

  .included-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .included-single-wrapper {
    padding: 35px 30px;
  }

  .included-image-wrapper {
    margin-bottom: 25px;
  }

  .demo-grid {
    grid-row-gap: 40px;
  }

  .preview-demo-single {
    width: 100%;
  }

  .preview-demo-image-wrapper {
    margin-bottom: 20px;
    padding: 15px;
  }

  .single-demo-wrapper {
    width: 355px;
    margin-top: 40px;
  }

  .figma-top-content {
    padding: 80px 15px 140px;
  }

  .figma-image {
    width: 100px;
  }

  .figma-description-text {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .figma-bottom-content {
    margin-top: -40px;
  }

  .single-figma-image-wrapper {
    max-width: 90%;
  }

  .preview-footer-top-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .company-projects-title {
    margin-top: 20px;
    font-size: 48px;
    line-height: 58px;
  }

  .company-projects-single {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .company-projects-left-content {
    grid-column-gap: 20px;
  }

  .company-projects-name {
    max-width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .company-projects-content {
    width: 100%;
  }

  .company-projects-image-wrapper {
    width: 200px;
  }

  .company-projects-image-shape {
    width: 180px;
    height: 180px;
  }

  .team-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-details-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .team-details-right-content {
    text-align: center;
    width: 100%;
  }

  .details-team-members-name {
    font-size: 48px;
    line-height: 58px;
  }

  .team-details-list-wrapper {
    justify-content: center;
    display: flex;
  }

  .menu-dropdown-wrapper {
    margin-bottom: 20px;
    display: block;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-pd.pd-60px {
    height: 700px;
    overflow: auto;
  }

  .dropdown-pd.pd-60px.homes-pd {
    height: auto;
    display: inline-block;
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    background-color: #000;
    width: 40px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0;
  }

  .hamburger-menu-bar.top {
    background-color: var(--orange-red);
  }

  .hamburger-menu-bar.bottom.bg-white {
    background-color: var(--white);
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-slide-arrow-image {
    width: 25px;
  }

  .contact-main {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-navigation-details {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 76px;
    line-height: 86px;
  }

  h2 {
    font-size: 66px;
    line-height: 76px;
  }

  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container.flex {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .primary-button {
    font-weight: 500;
  }

  .section.banner-section {
    padding-top: 150px;
  }

  .section.about-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.footer-section {
    padding-top: 80px;
  }

  .section.services-section {
    padding-bottom: 170px;
  }

  .section.projects-section, .section.blog-section, .section.testimonial-section, .section.estimated-section, .section.why-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.banner-section-hv2 {
    padding-top: 170px;
  }

  .section.our-services-section {
    padding-bottom: 80px;
  }

  .section.testimonial-section-hv2, .section.about-us-section-hv2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.number-talks-section {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section.contact-us-section, .section.why-us-section-hv2, .section.projects-section-hv2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.inner-banner-section {
    padding-top: 130px;
  }

  .section.main-services-section, .section.service-details-section, .section.main-blog-section, .section.blog-details-section, .section.story-behind-us-section, .section.about-mission-vision {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.team-members-section {
    padding-bottom: 80px;
  }

  .section.project-details-section, .section.shop-section, .section.shop-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.more-product-section {
    padding-bottom: 80px;
  }

  .section.main-contact-us, .section.license-section, .section.changelog-section, .section.not-found-section, .section.style-guide-section, .section.shop-categories-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.preview-banner-section {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .section.included-section, .section.demo-section {
    padding-bottom: 80px;
  }

  .section.projects-main-section, .section.team-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-title {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
  }

  .banner-description-text {
    max-width: 410px;
    font-size: 17px;
    line-height: 27px;
  }

  .secondary-button {
    font-weight: 500;
  }

  .banner-social-media-wrapper {
    max-width: 375px;
  }

  .banner-right-content {
    max-width: 390px;
  }

  .banner-image-shape {
    max-width: 363px;
  }

  .banner-hero-image-two {
    width: 150px;
    left: -15px;
  }

  .banner-circel {
    width: 100px;
    height: 100px;
  }

  .banner-circel-image {
    width: 70px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .about-us-left-content {
    max-width: 420px;
    padding-top: 25px;
    padding-right: 25px;
  }

  .about-us-shape {
    height: 100%;
  }

  .about-us-circel {
    width: 100px;
    height: 100px;
    top: -5%;
    right: 3%;
  }

  .about-us-circel-image {
    width: 70px;
  }

  .about-us-since.hv2 {
    bottom: 50%;
    right: 24%;
  }

  .about-us-since-text-block {
    font-size: 19px;
  }

  .section-title-tag-wrapper.center.left {
    align-items: center;
  }

  .section-title-tag-wrapper.two {
    justify-content: center;
  }

  .section-title-tag-line {
    width: 50px;
  }

  .section-title-tag-title {
    font-size: 18px;
    font-weight: 600;
  }

  .about-us-section-title {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 46px;
  }

  .about-us-section-description-text {
    max-width: 480px;
  }

  .about-us-counter-up-wrapper {
    grid-column-gap: 35px;
    margin-bottom: 25px;
  }

  .number-categories {
    font-size: 48px;
    line-height: 48px;
  }

  .tertiary-button {
    font-weight: 500;
  }

  .footer-top-content {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .footer-title {
    max-width: 480px;
    font-size: 42px;
    line-height: 52px;
  }

  .footer-contact-wrapper {
    width: 100%;
  }

  .footer-form-submit-button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }

  .footer-bottom-content {
    padding-bottom: 60px;
  }

  .footer-description-text {
    max-width: 420px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .footer-social-icon-wrap {
    width: 45px;
    height: 45px;
  }

  .footer-menu-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.3fr 1fr;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 30px;
  }

  .footer-menu-title {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 32px;
  }

  .footer-menu-list-wrap {
    grid-row-gap: 20px;
  }

  .footer-menu-text-link, .footer-contact-single {
    font-size: 17px;
  }

  .footer-information-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-information-text-block {
    font-size: 17px;
  }

  .services-slider-wrapper {
    overflow: visible;
  }

  .services-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }

  .services-title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 48px;
  }

  .services-title.left {
    margin-left: auto;
  }

  .services-slider-arrow {
    width: 60px;
    height: 60px;
  }

  .services-slider-arrow.left {
    inset: auto 15% -20% 0;
  }

  .services-slider-arrow.right {
    inset: auto -15% -20% 0;
  }

  .services-collection-list.grid {
    grid-template-columns: 1fr;
  }

  .services-single-wrapper {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .services-name {
    font-size: 36px;
    line-height: 46px;
  }

  .services-name.two {
    font-size: 30px;
  }

  .services-description-text.two {
    max-width: 380px;
  }

  .blog-top-content {
    margin-bottom: 50px;
  }

  .blog-title-wrapper {
    width: 100%;
    max-width: 440px;
  }

  .blog-title {
    margin-top: 15px;
    font-size: 48px;
    line-height: 58px;
  }

  .blog-single-wrapper {
    padding-top: 200px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-author-wrapper {
    margin-bottom: 15px;
  }

  .blog-author-wrapper.details {
    margin-bottom: 10px;
  }

  .blog-category-wrap, .blog-author-name {
    font-size: 16px;
  }

  .blog-name-description-wrap {
    max-width: 100%;
  }

  .blog-name {
    font-size: 32px;
    line-height: 42px;
  }

  .blog-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-date-wrap {
    width: 100px;
    height: 100px;
  }

  .blog-date-day {
    margin-bottom: 3px;
    font-size: 35px;
    line-height: 45px;
  }

  .blog-date-month {
    font-size: 17px;
    line-height: 27px;
  }

  .blog-post-single-wrapper {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-name {
    font-size: 26px;
    line-height: 36px;
  }

  .blog-post-description-text {
    max-width: 390px;
    font-size: 17px;
    line-height: 27px;
  }

  .blog-post-date-wrap {
    width: 70px;
    height: 70px;
  }

  .blog-post-date-day {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial-content {
    padding-right: 15px;
  }

  .testimonial-content.two {
    padding-bottom: 120px;
    padding-right: 15px;
  }

  .testimonial-title-wrapper {
    margin-bottom: 50px;
  }

  .testimonial-title {
    margin-top: 15px;
    font-size: 42px;
    line-height: 52px;
  }

  .testimonial-single-wrapper {
    padding: 25px;
  }

  .testimonial-slide-arrow {
    width: 60px;
    height: 60px;
  }

  .testimonial-slide-arrow.left {
    bottom: -118px;
    right: 14%;
  }

  .testimonial-slide-arrow.right {
    bottom: -118px;
    left: 14%;
  }

  .testimonial-reviews-wrap {
    margin-bottom: 20px;
  }

  .testimonial-review-image {
    width: 25px;
  }

  .testimonial-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .estimated-section-title-wrapper {
    margin-bottom: 50px;
  }

  .estimated-section-title {
    margin-top: 15px;
    font-size: 37px;
    line-height: 47px;
  }

  .estimated-wrapper {
    padding: 20px;
  }

  .estimated-form-single-wrapper {
    margin-bottom: 20px;
  }

  .estimated-form-select-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .estimated-select-arrow-shape {
    height: 50px;
  }

  .estimated-form-field-label {
    font-size: 18px;
  }

  .estimated-form-single-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .estimated-form-radio-button, .estimated-form-submit-button {
    height: 50px;
    font-size: 16px;
  }

  .why-us-left-content {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-right: 30px;
  }

  .why-us-image-shape {
    width: 255px;
    height: 100%;
  }

  .why-us-counter-image {
    right: -2px;
  }

  .why-us-title {
    margin-top: 15px;
    font-size: 36px;
    line-height: 46px;
  }

  .why-us-description-text {
    max-width: 450px;
  }

  .why-us-features-wrap {
    grid-row-gap: 15px;
    margin-bottom: 25px;
  }

  .why-us-features-single {
    grid-column-gap: 10px;
  }

  .why-us-features-list-check {
    width: 25px;
    height: 25px;
  }

  .why-us-features-list-title {
    font-size: 20px;
    line-height: 30px;
  }

  .projects-section-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hero-left-content {
    max-width: 440px;
  }

  .hero-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 46px;
    line-height: 56px;
  }

  .hero-description-text {
    max-width: 380px;
    font-size: 17px;
    line-height: 27px;
  }

  .hero-right-content {
    max-width: 440px;
  }

  .hero-image-shape1 {
    max-width: 350px;
    right: 20px;
  }

  .hero-image-shape2 {
    max-width: 295px;
    left: 20px;
  }

  .hero-circel {
    width: 120px;
    height: 120px;
  }

  .hero-circel-image {
    width: 90px;
  }

  .about-us-left-content-hv2 {
    max-width: 395px;
    height: 553px;
  }

  .hv2-about-us-image1 {
    max-width: 280px;
  }

  .hv2-about-us-image2 {
    max-width: 250px;
  }

  .about-us-image-shape {
    width: 100%;
    max-width: 345px;
    bottom: 51px;
  }

  .our-services-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .services-icon-wrapper {
    margin-bottom: 25px;
  }

  .testimonial-section-hv2-title-wrapper {
    max-width: 480px;
    margin-bottom: 50px;
  }

  .testimonial-section-hv2-title-tag-wrapper {
    margin-bottom: 15px;
  }

  .testimonial-section-hv2-title-tag-text-block {
    font-size: 18px;
  }

  .testimonial-section-hv2-title {
    max-width: 450px;
    font-size: 40px;
    line-height: 50px;
  }

  .number-talks-left-content {
    width: 100%;
    max-width: 430px;
  }

  .number-talks-title {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 46px;
  }

  .number-talks-description-text {
    max-width: 400px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .contact-us-left-content {
    max-width: 450px;
  }

  .contact-us-title {
    font-size: 42px;
    line-height: 52px;
  }

  .contact-us-description-text {
    max-width: 398px;
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 27px;
  }

  .contact-us-details-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .contact-us-right-content {
    max-width: 450px;
  }

  .contact-us-card-wrapper {
    padding: 30px;
  }

  .contact-us-textarea {
    max-width: 390px;
    min-height: 130px;
  }

  .chose-us-left-content {
    max-width: 425px;
    height: 500px;
  }

  .chose-us-image1 {
    max-width: 400px;
  }

  .chose-us-image2 {
    width: 100%;
    max-width: 280px;
  }

  .chose-us-image4 {
    max-width: 200px;
    right: -14px;
  }

  .chose-us-image-shape {
    max-width: 224px;
    right: 14%;
  }

  .chose-us-title {
    margin-top: 15px;
    font-size: 38px;
    line-height: 48px;
  }

  .chose-us-tab-wrapper {
    margin-bottom: 30px;
  }

  .chose-us-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .managing-project-question {
    font-size: 22px;
    line-height: 32px;
  }

  .projects-section-title {
    font-size: 46px;
    line-height: 56px;
  }

  .projects-bottom-content {
    padding-bottom: 95px;
    padding-right: 15px;
  }

  .projects-image {
    width: 100%;
  }

  .projects-text-wrapper {
    margin-top: -70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-name-wrap.mb30 {
    margin-bottom: 15px;
  }

  .projects-name {
    font-size: 32px;
    line-height: 42px;
  }

  .projects-single-text-wrapper {
    padding-left: 30px;
  }

  .projects-link-block {
    width: 45px;
    height: 45px;
  }

  .projects-slide-nav {
    bottom: -95px;
  }

  .number-talks-section-shape2 {
    width: 300px;
  }

  .number-talks-section-shape1 {
    width: 140px;
  }

  .inner-banner-title {
    font-size: 36px;
    line-height: 46px;
  }

  .inner-banner-text-link-wrapper {
    margin-top: 10px;
  }

  .inner-banner-text-link {
    font-size: 17px;
  }

  .inner-banner-shape-1, .inner-banner-shape-2 {
    max-width: 80px;
  }

  .service-details-text-wrapper {
    width: 100%;
    max-width: 455px;
    bottom: 30px;
  }

  .service-details-name {
    font-size: 42px;
    line-height: 52px;
  }

  .service-details-rich-content h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px;
  }

  .service-details-rich-content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-name {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 31px;
    line-height: 41px;
  }

  .blog-details-text-wrapper {
    width: 100%;
    bottom: 25px;
  }

  .blog-details-rich-content h2 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-rich-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content blockquote {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 13px;
    font-size: 20px;
    line-height: 30px;
  }

  .story-behind-us-wrapper {
    margin-bottom: 40px;
  }

  .story-behind-us-title-wrapper {
    max-width: 450px;
  }

  .story-behind-us-title-tag-wrap {
    margin-bottom: 15px;
  }

  .story-behind-us-title {
    font-size: 36px;
    line-height: 46px;
  }

  .story-behind-us-description-text {
    max-width: 430px;
    font-size: 16px;
    line-height: 26px;
  }

  .story-behind-us-image-grid {
    grid-column-gap: 10px;
  }

  .story-behind-us-single-image-wrap.pd80px {
    padding-top: 20px;
  }

  .counter-up-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .about-mission-vision-right-content {
    max-width: 442px;
  }

  .about-mission-title {
    margin-top: 15px;
    font-size: 38px;
    line-height: 48px;
  }

  .about-mission-tab-link {
    padding: 15px 25px;
    font-size: 18px;
  }

  .about-mission-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .team-members-section-title {
    max-width: 440px;
    font-size: 40px;
    line-height: 50px;
  }

  .team-members-collection-list {
    grid-template-columns: 1fr;
  }

  .team-members-image {
    width: 100%;
  }

  .project-details-name-apartment-type {
    margin-bottom: 20px;
  }

  .project-details-rich-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .project-details-rich-content ol {
    margin-bottom: 20px;
  }

  .project-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .project-details-rich-content h2 {
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .project-details-author-wrapper {
    padding: 30px;
  }

  .project-details-author-single {
    grid-column-gap: 15px;
  }

  .project-details-icon-wrapper {
    width: 55px;
    height: 55px;
  }

  .project-details-category-name {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  .shop-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    max-width: 400px;
  }

  .shop-details-left-content {
    max-width: 400px;
  }

  .shop-details-image-shape {
    display: none;
  }

  .shop-details-name {
    font-size: 38px;
    line-height: 48px;
  }

  .shop-details-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .shop-details-price {
    font-size: 26px;
    line-height: 36px;
  }

  .quantity-input {
    height: 55px;
    margin-bottom: 20px;
  }

  .add-to-cart-button {
    padding: 14px 25px;
  }

  .more-product-section-title-wrapper {
    margin-bottom: 50px;
  }

  .more-product-section-title {
    font-size: 46px;
    line-height: 56px;
  }

  .contact-us-left {
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .contact-us-description {
    max-width: 480px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .contact-text {
    font-size: 18px;
    line-height: 28px;
  }

  .license-title-wrapper {
    margin-bottom: 35px;
  }

  .license-title-tag-wrapper {
    margin-bottom: 15px;
  }

  .license-title {
    font-size: 28px;
    line-height: 38px;
  }

  .license-sourced-text-block {
    font-size: 16px;
  }

  .license-image-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .license-image-single-wrapper {
    padding: 10px;
  }

  .license-single-icon {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .license-icon {
    width: 40px;
  }

  .typography-sourced-text {
    max-width: 417px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .changelog-wrapper {
    grid-row-gap: 30px;
  }

  .changelog-single-content {
    padding: 25px;
  }

  ._404-not-found-image-wrapper {
    margin-bottom: 20px;
  }

  ._404-not-found-image {
    width: 200px;
  }

  ._404-not-found-image-circel {
    width: 70px;
    height: 70px;
  }

  ._404-not-found-title {
    font-size: 44px;
    line-height: 54px;
  }

  ._404-not-found-description-text {
    max-width: 430px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .protected-password-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .protected-password-wrapper {
    max-width: 400px;
    padding: 35px 30px;
  }

  .protected-password-image-wrapper {
    width: 100px;
    margin-bottom: 20px;
  }

  .protected-password-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }

  .protected-password-description-text {
    max-width: 420px;
    font-size: 16px;
    line-height: 26px;
  }

  .protected-password-text-field {
    height: 50px;
  }

  .protected-password-submit {
    height: 50px;
    font-size: 18px;
  }

  .style-guide-title {
    font-size: 34px;
    line-height: 44px;
  }

  .color-palette-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-paragraph-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .shop-categories-wrapper {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .shop-categories-left-content {
    margin-left: auto;
    margin-right: auto;
  }

  .preview-banner-title {
    max-width: 450px;
    font-size: 40px;
    line-height: 50px;
  }

  .preview-banner-description-text {
    max-width: 380px;
    font-size: 17px;
    line-height: 27px;
  }

  .preview-banner-wrapper {
    grid-row-gap: 40px;
  }

  .preview-banner-image-wrapper {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .preview-section-title-wrapper {
    max-width: 480px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-title-tag-wrap {
    margin-bottom: 10px;
  }

  .preview-title-tag {
    font-size: 18px;
    line-height: 28px;
  }

  .preview-section-title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .preview-section-description-text, .preview-section-description-text.two {
    max-width: 480px;
  }

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

  .included-description {
    max-width: 300px;
  }

  .included-description.two {
    max-width: 374px;
  }

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

  .single-demo-wrapper {
    width: 100%;
  }

  .figma-top-content {
    padding: 60px 15px 120px;
  }

  .figma-content {
    max-width: 480px;
  }

  .figma-image-wrapper {
    width: 100px;
  }

  .figma-title {
    font-size: 35px;
    line-height: 45px;
  }

  .figma-description-text {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .preview-footer-top-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .preview-footer-title {
    font-size: 33px;
    line-height: 43px;
  }

  .preview-footer-description-text {
    max-width: 400px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-footer-details-text-block {
    font-size: 16px;
  }

  .company-projects-title {
    margin-top: 15px;
    font-size: 42px;
    line-height: 52px;
  }

  .projects-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .company-projects-single {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .company-projects-left-content {
    grid-column-gap: 15px;
  }

  .company-projects-number {
    font-size: 20px;
    font-weight: 400;
  }

  .company-projects-name {
    font-size: 22px;
    line-height: 32px;
  }

  .project-apartment-name {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .project-apartment-date {
    font-size: 16px;
    line-height: 26px;
  }

  .company-projects-image-wrapper {
    width: 150px;
  }

  .company-projects-image-shape {
    width: 130px;
    height: 130px;
  }

  .team-details-wrapper {
    max-width: 480px;
  }

  .team-details-image-wrapper {
    width: 100%;
  }

  .team-details-name-bio-wrap {
    margin-bottom: 20px;
  }

  .details-team-members-name {
    font-size: 38px;
    line-height: 48px;
  }

  .team-details-list-item {
    grid-column-gap: 7px;
    font-size: 16px;
  }

  .dropdown-pd.pd-60px {
    padding: 40px 20px;
  }

  .dropdown-menu-text-link {
    margin-bottom: 15px;
  }

  .cart-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cart-product-image {
    width: 120px;
  }

  .cart-item {
    grid-column-gap: 15px;
  }

  .cart-product-name {
    font-size: 20px;
    line-height: 30px;
  }

  .cart-remove-button {
    padding: 11px 20px;
    font-size: 16px;
  }

  .cart-footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cart-footer-subtotal-text {
    font-size: 20px;
    line-height: 30px;
  }

  .cart-footer-subtotal-price {
    font-size: 20px;
  }

  .cart-line-item {
    margin-bottom: 20px;
  }

  .checkout-button {
    height: 50px;
  }

  .testimonial-slide-arrow-image {
    width: 20px;
  }

  .top-navigation-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-navigation-content-wrap {
    grid-row-gap: 8px;
    flex-direction: column;
    position: relative;
  }

  .top-navigation-details {
    font-size: 14px;
    line-height: 18px;
  }

  .announcement-close-wrap {
    position: absolute;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 52px;
    line-height: 62px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.flex {
    grid-template-columns: 1fr;
  }

  .navbar-right-content {
    grid-column-gap: 20px;
  }

  .navbar-logo-wrap {
    padding-left: 0;
  }

  .navbar-logo-image {
    width: 155px;
  }

  .primary-button {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 400;
  }

  .section.banner-section {
    padding-top: 130px;
  }

  .section.features-section {
    padding-bottom: 60px;
  }

  .section.about-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer-section {
    padding-top: 60px;
  }

  .section.services-section {
    padding-bottom: 140px;
  }

  .section.projects-section, .section.blog-section, .section.testimonial-section, .section.estimated-section, .section.why-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-section-hv2 {
    padding-top: 140px;
  }

  .section.our-services-section {
    padding-bottom: 60px;
  }

  .section.testimonial-section-hv2, .section.about-us-section-hv2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.number-talks-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.contact-us-section, .section.why-us-section-hv2, .section.projects-section-hv2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.inner-banner-section {
    padding-top: 115px;
    padding-bottom: 60px;
  }

  .section.main-services-section, .section.service-details-section, .section.main-blog-section, .section.blog-details-section, .section.story-behind-us-section, .section.about-mission-vision, .section.project-details-section, .section.shop-section, .section.shop-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.more-product-section {
    padding-bottom: 60px;
  }

  .section.main-contact-us, .section.license-section, .section.changelog-section, .section.not-found-section, .section.style-guide-section, .section.shop-categories-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.preview-banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.included-section, .section.demo-section {
    padding-bottom: 60px;
  }

  .section.projects-main-section, .section.team-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-title {
    max-width: 320px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
  }

  .banner-description-text {
    max-width: 255px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .banner-button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .secondary-button {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 400;
  }

  .banner-social-media-wrapper {
    max-width: 273px;
  }

  .banner-social-media-title {
    font-size: 17px;
    line-height: 28px;
  }

  .banner-social-media-line {
    width: 40px;
  }

  .banner-social-media-icon-link-block {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .banner-right-content {
    max-width: 290px;
  }

  .banner-image-shape {
    max-width: 255px;
  }

  .banner-hero-image-one {
    max-width: 260px;
    inset: auto 0% 0% auto;
  }

  .banner-hero-image-two {
    width: 100px;
    bottom: 150px;
    left: 2px;
  }

  .banner-circel {
    width: 90px;
    height: 90px;
    left: -10px;
  }

  .banner-circel-image {
    width: 65px;
  }

  .features-wrapper {
    margin-top: -60px;
  }

  .features-single-wrapper {
    padding: 25px 20px;
  }

  .features-number-image-wrap {
    grid-column-gap: 10px;
  }

  .features-title {
    font-size: 20px;
    line-height: 30px;
  }

  .features-description-text {
    font-size: 15px;
    line-height: 26px;
  }

  .features-image {
    width: 35px;
  }

  .features-image.one {
    width: 20px;
  }

  .features-image.three {
    width: 25px;
  }

  .about-us-left-content {
    max-width: 310px;
  }

  .about-us-shape {
    width: 150px;
  }

  .about-us-circel {
    width: 90px;
    height: 90px;
  }

  .about-us-circel-image {
    width: 65px;
  }

  .about-us-since {
    padding: 10px 20px;
    top: 62%;
    right: -8px;
  }

  .about-us-since-text-block {
    font-size: 18px;
  }

  .about-us-text-wrapper {
    margin-bottom: 15px;
  }

  .section-title-tag-title {
    font-size: 16px;
  }

  .about-us-section-title {
    max-width: 320px;
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .about-us-section-description-text {
    max-width: 320px;
    font-size: 15px;
    line-height: 25px;
  }

  .about-us-counter-up-wrapper {
    grid-column-gap: 20px;
  }

  .numbers.two {
    height: 52px;
  }

  .number-digit, .number-digit.two, .number-categories, .number-categories.two {
    font-size: 42px;
    line-height: 52px;
  }

  .about-us-name {
    font-size: 17px;
  }

  .tertiary-button {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 400;
  }

  .footer-top-content {
    padding-bottom: 30px;
  }

  .footer-title {
    max-width: 320px;
    font-size: 28px;
    line-height: 38px;
  }

  .footer-form-input {
    border-style: solid;
    border-color: #ffffff26;
    height: 50px;
    font-size: 16px;
  }

  .footer-form-single-wrapper {
    grid-row-gap: 15px;
    border-style: none;
    flex-direction: column;
  }

  .footer-form-submit-button {
    width: 100%;
    height: 50px;
  }

  .footer-description-text {
    max-width: 275px;
    font-size: 15px;
    line-height: 25px;
  }

  .footer-social-icon-wrap {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .footer-menu-grid {
    grid-template-columns: 1fr;
  }

  .footer-information-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .services-title {
    max-width: 320px;
    margin-top: 15px;
    font-size: 28px;
    line-height: 38px;
  }

  .services-slide {
    min-height: 0;
  }

  .services-slider-arrow {
    width: 45px;
    height: 45px;
  }

  .services-slider-arrow.left {
    bottom: 0%;
    right: 17%;
  }

  .services-slider-arrow.right {
    bottom: 0%;
    right: -17%;
  }

  .services-single-wrapper {
    padding: 100px 15px 30px;
  }

  .services-single-wrapper.two {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .services-name {
    font-size: 29px;
    line-height: 39px;
  }

  .services-name.two {
    font-size: 26px;
    line-height: 36px;
  }

  .services-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .services-link-block {
    font-size: 16px;
  }

  .services-link-block-arrow-wrap {
    width: 30px;
    height: 30px;
  }

  .services-slider-arrow-image {
    width: 15px;
  }

  .blog-title {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-single-wrapper {
    padding: 150px 15px 40px;
  }

  .blog-name {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-description-text {
    font-size: 16px;
  }

  .blog-date-wrap {
    width: 90px;
    height: 90px;
  }

  .blog-date-day {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-date-month {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-post-name {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-post-description-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .blog-post-date-wrap {
    width: 65px;
    height: 60px;
  }

  .blog-post-date-day {
    margin-bottom: 2px;
  }

  .testimonial-content {
    padding-bottom: 110px;
  }

  .testimonial-content.two {
    padding-bottom: 100px;
  }

  .testimonial-title-wrapper {
    max-width: 100%;
    margin-bottom: 45px;
  }

  .testimonial-title {
    max-width: 310px;
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-single-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-slide-arrow {
    width: 45px;
    height: 45px;
  }

  .testimonial-slide-arrow.left {
    bottom: -99px;
    right: 17%;
  }

  .testimonial-slide-arrow.right {
    bottom: -99px;
    left: 17%;
  }

  .testimonial-review-image {
    width: 20px;
  }

  .testimonial-review-point-text-block {
    font-size: 16px;
  }

  .testimonial-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-author-wrapper {
    grid-column-gap: 10px;
  }

  .testimonial-author-image-wrap {
    width: 45px;
  }

  .testimonial-author-name {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .testimonial-author-bio {
    font-size: 16px;
  }

  .estimated-section-title {
    margin-top: 13px;
    font-size: 24px;
    line-height: 34px;
  }

  .estimated-form-select-field {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .estimated-form-select-field-wrap {
    padding-right: 15px;
  }

  .estimated-select-arrow-shape {
    width: 48px;
    height: 45px;
  }

  .estimated-form-radio-button {
    height: 45px;
  }

  .estimated-form-radio-main {
    grid-row-gap: 20px;
    flex-direction: column;
    font-size: 16px;
  }

  .estimated-form-submit-button {
    height: 45px;
  }

  .why-us-left-content {
    max-width: 320px;
  }

  .why-us-image-shape {
    width: 180px;
  }

  .why-us-counter-image {
    width: 150px;
  }

  .why-us-title {
    font-size: 26px;
    line-height: 36px;
  }

  .why-us-description-text {
    max-width: 258px;
    font-size: 16px;
    line-height: 26px;
  }

  .why-us-features-wrap {
    margin-bottom: 20px;
  }

  .why-us-features-list-title {
    font-size: 17px;
    line-height: 27px;
  }

  .projects-section-title-wrapper {
    margin-bottom: 50px;
  }

  .hero-wrapper-hv2 {
    grid-row-gap: 40px;
  }

  .hero-left-content {
    max-width: 290px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-description-text {
    max-width: 265px;
    font-size: 16px;
    line-height: 26px;
  }

  .hero-right-content {
    max-width: 320px;
  }

  .hero-image-shape1 {
    max-width: 300px;
    display: none;
  }

  .hero-image-shape2 {
    display: none;
  }

  .hero-circel {
    width: 100px;
    height: 100px;
    bottom: 90px;
  }

  .hero-circel-image {
    width: 75px;
  }

  .about-us-left-content-hv2 {
    max-width: 310px;
    height: 400px;
  }

  .hv2-about-us-image1 {
    max-width: 190px;
  }

  .hv2-about-us-image2 {
    max-width: 180px;
  }

  .about-us-image-shape {
    max-width: 240px;
    bottom: 40px;
  }

  .testimonial-section-hv2-title-wrapper {
    margin-bottom: 40px;
  }

  .testimonial-section-hv2-title-tag-wrapper {
    margin-bottom: 10px;
  }

  .testimonial-section-hv2-title-tag-border {
    width: 50px;
  }

  .testimonial-section-hv2-title {
    max-width: 310px;
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-slide-nav {
    bottom: -109px;
  }

  .number-talks-left-content {
    max-width: 310px;
  }

  .number-talks-title {
    font-size: 24px;
    line-height: 34px;
  }

  .number-talks-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .number-talks-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-left-content {
    max-width: 310px;
  }

  .contact-us-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .contact-us-description-text {
    max-width: 280px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 25px;
  }

  .contact-text-block {
    font-size: 17px;
  }

  .contact-us-card-wrapper {
    padding: 20px;
  }

  .contact-us-card-title {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-us-field-label {
    font-size: 17px;
  }

  .contact-us-text-field {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-us-textarea {
    min-height: 100px;
    font-weight: 400;
  }

  .contact-us-border {
    top: 96px;
  }

  .chose-us-left-content {
    max-width: 285px;
    height: 370px;
  }

  .chose-us-image1 {
    max-width: 265px;
  }

  .chose-us-image2 {
    max-width: 200px;
  }

  .chose-us-image3 {
    max-width: 120px;
  }

  .chose-us-image4 {
    max-width: 120px;
    right: -6px;
  }

  .chose-us-image-shape {
    max-width: 150px;
    top: -30px;
  }

  .chose-us-title {
    font-size: 26px;
    line-height: 36px;
  }

  .chose-us-tab-link {
    padding: 15px;
  }

  .managing-project-accordion-icon-wrap {
    width: 25px;
    height: 25px;
  }

  .managing-project-ans {
    font-size: 15px;
    line-height: 25px;
  }

  .projects-section-title-wrap {
    grid-row-gap: 15px;
  }

  .projects-section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .projects-mask {
    max-width: 320px;
  }

  .projects-text-wrapper {
    margin-top: -40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .projects-name-wrap {
    margin-bottom: 10px;
  }

  .projects-name {
    font-size: 22px;
    line-height: 32px;
  }

  .projects-number {
    font-size: 18px;
  }

  .projects-single-text-wrapper {
    padding-left: 0;
  }

  .projects-description-text {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 27px;
  }

  .project-apartment-type-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-date, .project-location {
    font-size: 16px;
  }

  .projects-link-block {
    width: 40px;
    height: 40px;
  }

  .projects-slide-nav {
    height: 40px;
    bottom: -90px;
  }

  .number-talks-section-shape2 {
    width: 200px;
  }

  .number-talks-section-shape1 {
    width: 100px;
  }

  .inner-banner-title {
    font-size: 26px;
    line-height: 36px;
  }

  .inner-banner-text-link-wrapper {
    margin-top: 7px;
  }

  .inner-banner-text-link {
    font-size: 16px;
    font-weight: 500;
  }

  .inner-banner-shape-1 {
    max-width: 50px;
  }

  .inner-banner-shape-2 {
    max-width: 30px;
  }

  .service-details-image {
    height: 270px;
  }

  .service-details-text-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 20px;
  }

  .service-details-name {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .service-details-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .service-details-rich-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .service-details-rich-content p {
    margin-bottom: 20px;
  }

  .service-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-list {
    grid-row-gap: 25px;
  }

  .blog-details-name {
    max-width: 250px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-details-rich-wrapper {
    margin-top: 20px;
  }

  .blog-details-rich-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .blog-details-rich-content blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  .story-behind-us-title-wrapper {
    max-width: 315px;
  }

  .story-behind-us-title-tag-wrap {
    margin-bottom: 10px;
  }

  .story-behind-us-title-tag-border {
    width: 20px;
  }

  .story-behind-us-title-tag-text-block {
    font-weight: 600;
  }

  .story-behind-us-title {
    font-size: 24px;
    line-height: 34px;
  }

  .story-behind-us-title.s {
    font-size: 40px;
    line-height: 45px;
  }

  .story-behind-us-single-image-wrap.pd80px {
    padding-top: 15px;
  }

  .counter-up-grid {
    grid-template-columns: 1fr;
  }

  .about-mission-vision-right-content {
    max-width: 315px;
  }

  .about-mission-title {
    font-size: 26px;
    line-height: 36px;
  }

  .about-mission-tab-menu {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .about-mission-tab-link {
    text-align: center;
    width: 100%;
  }

  .about-mission-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .team-members-section-title-wrapper {
    margin-bottom: 45px;
  }

  .team-members-section-title {
    max-width: 320px;
    font-size: 28px;
    line-height: 38px;
  }

  .team-members-name {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .team-members-bio {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .project-details-author-wrapper {
    padding: 20px;
  }

  .project-details-author-single {
    padding-bottom: 20px;
  }

  .project-details-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .project-details-category-name {
    font-size: 20px;
    line-height: 30px;
  }

  .shop-collection-list {
    grid-row-gap: 20px;
  }

  .product-content {
    left: 15px;
  }

  .product-name {
    font-size: 24px;
    line-height: 34px;
  }

  .product-price {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 30px;
  }

  .shop-details-wrapper {
    grid-row-gap: 30px;
  }

  .shop-details-name {
    font-size: 30px;
    line-height: 40px;
  }

  .shop-details-price {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .quantity-field-label {
    margin-bottom: 15px;
  }

  .quantity-input {
    height: 50px;
  }

  .add-to-cart-button {
    font-size: 18px;
  }

  .more-product-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .contact-us-left {
    max-width: 320px;
  }

  .contact-us-heading {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .contact-us-description {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .contact-icon {
    width: 20px;
  }

  .license-title-wrapper {
    margin-bottom: 30px;
  }

  .license-title {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 34px;
  }

  .license-sourced-text-block {
    font-size: 15px;
    line-height: 25px;
  }

  .license-image-grid, .license-icon-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .typography-sourced-text {
    font-size: 16px;
    line-height: 26px;
  }

  .changelog-list-single-wrapper {
    grid-column-gap: 10px;
    line-height: 25px;
  }

  .changelog-single-content {
    padding: 15px;
  }

  .changelog-list-text-block {
    width: 200px;
  }

  .not-found-wrapper {
    max-width: 310px;
  }

  ._404-not-found-image {
    width: 180px;
  }

  ._404-not-found-image-circel {
    width: 60px;
    height: 60px;
  }

  ._404-not-found-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }

  ._404-not-found-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .protected-password-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .protected-password-wrapper {
    max-width: 300px;
    padding: 29px 15px;
  }

  .protected-password-image-wrapper {
    width: 80px;
    margin-bottom: 15px;
  }

  .protected-password-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .protected-password-description-text {
    max-width: 320px;
    font-size: 15px;
    line-height: 25px;
  }

  .protected-password-text-field {
    margin-bottom: 15px;
  }

  .style-guide-single-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .style-guide-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .typography-wrapper {
    grid-row-gap: 15px;
  }

  .color-palette-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .color-palette-code {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-button-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-categories-wrapper {
    grid-row-gap: 20px;
  }

  .shop-categories-title {
    font-size: 36px;
    line-height: 46px;
  }

  .shop-categories-text-link {
    font-size: 18px;
  }

  .preview-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .preview-banner-title {
    max-width: 320px;
    font-size: 26px;
    line-height: 36px;
  }

  .preview-banner-description-text {
    max-width: 270px;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-banner-button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .preview-banner-image-wrapper {
    grid-column-gap: 15px;
  }

  .preview-title-tag-wrap {
    margin-bottom: 7px;
  }

  .preview-title-tag {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
  }

  .preview-section-title {
    margin-bottom: 7px;
    font-size: 21px;
    line-height: 31px;
  }

  .preview-section-description-text {
    max-width: 320px;
    font-size: 16px;
    line-height: 26px;
  }

  .included-grid {
    grid-row-gap: 25px;
  }

  .included-single-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .included-image-wrapper {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }

  .included-title {
    font-size: 24px;
    line-height: 34px;
  }

  .included-description, .included-description.two {
    font-size: 16px;
    line-height: 26px;
  }

  .preview-demo-title {
    font-weight: 600;
  }

  .figma-top-content {
    padding-bottom: 100px;
  }

  .figma-image-wrapper {
    margin-bottom: 20px;
  }

  .figma-image {
    width: 80px;
  }

  .figma-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
  }

  .figma-description-text {
    max-width: 320px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }

  .figma-button-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .preview-footer-top-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .preview-footer-title {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .preview-footer-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .preview-footer-details-text-block {
    line-height: 26px;
  }

  .company-projects-title {
    font-size: 32px;
    line-height: 42px;
  }

  .projects-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .company-projects-left-content {
    grid-column-gap: 10px;
  }

  .company-projects-content {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .company-projects-name-border {
    display: none;
  }

  .company-projects-image-wrapper {
    width: 100px;
  }

  .company-projects-image-shape {
    width: 85px;
    height: 85px;
  }

  .team-details-wrapper {
    grid-row-gap: 30px;
    max-width: 320px;
  }

  .details-team-members-name {
    font-size: 27px;
    line-height: 37px;
  }

  .team-details-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .team-details-story-title {
    font-size: 28px;
    line-height: 38px;
  }

  .team-details-story-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .team-details-list-wrapper {
    grid-row-gap: 10px;
    text-align: left;
  }

  .team-details-list-item {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .team-details-list-text-block {
    line-height: 26px;
  }

  .cart-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-product-image {
    width: 90%;
  }

  .cart-item {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .cart-div-block {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .product-quantity {
    width: 100%;
    height: 40px;
  }

  .cart-remove-button {
    text-align: center;
  }

  .testimonial-slide-arrow-image {
    width: 15px;
  }

  .project-details-main-icon {
    width: 25px;
  }

  .cart-title {
    font-size: 24px;
    line-height: 34px;
  }

  .top-navigation-content-wrap {
    grid-row-gap: 5px;
  }

  .top-navigation-details {
    max-width: 80%;
  }

  .announcement-close-wrap {
    width: 20px;
    height: 20px;
  }

  .announcement-close {
    width: 12px;
  }
}

#w-node-_8ee0661e-e7d5-8f7c-0ba5-36917190c5ed-76943e96, #w-node-_8ee0661e-e7d5-8f7c-0ba5-36917190c5f9-76943e96, #w-node-_8ee0661e-e7d5-8f7c-0ba5-36917190c605-76943e96, #w-node-_87d65395-66a1-6835-d613-c36486da4987-86da495b, #w-node-_87d65395-66a1-6835-d613-c36486da4988-86da495b, #w-node-_87d65395-66a1-6835-d613-c36486da49d0-86da495b, #w-node-_823b0250-389b-8d7e-4fcb-7933fdbb0d50-76943e87, #w-node-ac70aceb-2aed-f310-0d50-750285638371-76943e87, #w-node-dddfc353-c913-f643-f125-c8667467a3fd-76943e87, #w-node-bc01fd9b-2722-0b56-283b-599012ce3dee-76943e87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@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 Regular 400';
  src: url('../fonts/fa-regular-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;
}