@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-UltraLightWide.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-MediumWide.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-SemiBoldWide.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-LightWide.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-ExtraBoldWide.ttf') format("truetype"), url('../fonts/Mona-Sans-BoldWide.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-BlackWide.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "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 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--white: #fdffff;
  --colors--black: #010101;
  --colors--primary-light: #a6ad91;
  --colors--primary: #8d987d;
  --colors--secondary: #88835a;
  --colors--light-grey: #c5c5c5;
  --colors--dark-grey: #474747;
  --colors--subtle-grey: #f6f7f8;
  --colors--dark-green: #2f332a;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-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: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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 {
  background-color: var(--colors--white);
  color: var(--colors--black);
  font-family: Mona Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 84px;
  font-weight: 700;
  line-height: 94px;
}

h2 {
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

h3 {
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

h4 {
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

h5 {
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

h6 {
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

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

figure {
  margin-bottom: 10px;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  inset: 0% 0% auto;
}

.container {
  max-width: 1280px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

.navbar-logo-wrapper {
  flex: 0 auto;
  margin-right: 32px;
}

.nav-menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--colors--white);
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .35s;
}

.nav-link:hover {
  color: var(--colors--primary-light);
}

.nav-link.w--current {
  color: var(--colors--primary);
}

.nav-link.is-login {
  margin-left: 0;
  margin-right: 0;
}

.nav-logo-image {
  height: 85px;
}

.primary-button {
  border: 1px solid var(--colors--primary);
  background-color: var(--colors--primary);
  color: var(--colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button:hover {
  border-color: var(--colors--secondary);
  background-color: var(--colors--white);
  color: var(--colors--black);
}

.primary-button.secondary {
  background-color: #0c131d;
  border-color: #ffffff24;
}

.primary-button.secondary:hover {
  border-color: var(--colors--black);
  color: var(--colors--white);
}

.primary-button.secondary.bg-none {
  background-color: #0000;
}

.primary-button.tertiary {
  border-color: var(--colors--light-grey);
  color: var(--colors--black);
  background-color: #0000;
  transition: all .25s;
}

.primary-button.tertiary:hover {
  border-color: var(--colors--dark-grey);
  color: var(--colors--black);
}

.primary-button.desktop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.primary-button-text {
  z-index: 1;
  text-transform: capitalize;
  position: relative;
}

.primary-button-shape {
  background-color: var(--colors--primary-light);
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.primary-button-shape.secondary {
  background-color: #ff4c0a;
}

.primary-button-shape.secondary.cta {
  background-color: #000;
}

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

.section.reputation {
  z-index: 1;
  margin-top: -230px;
  position: relative;
}

.section.about-us-section {
  background-image: url('../images/About-Us-Section-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 150px;
}

.section.standard {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.choose-us {
  padding-bottom: 140px;
}

.section.recent-work {
  padding-top: 145px;
  padding-bottom: 120px;
}

.section.footer-section {
  background-color: var(--colors--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 120px;
}

.section.cta {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.team-member-section {
  padding-bottom: 150px;
}

.section.blog-section {
  padding-bottom: 145px;
}

.section.blog-section.padding-top-145 {
  padding-top: 145px;
}

.section.faq-section {
  padding-bottom: 145px;
}

.section.faq-section.padding-top-145 {
  padding-top: 145px;
}

.section.book-solutions {
  padding-top: 172px;
  padding-bottom: 150px;
}

.section.banner-section-hv2 {
  background-image: url('../images/Banner-Section-Hv2-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 195px;
  padding-bottom: 380px;
  position: relative;
}

.section.inner-banner-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.changelog-section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.section.license-section {
  padding-top: 120px;
  padding-bottom: 145px;
}

.section.style-guide-section {
  padding-top: 100px;
  padding-bottom: 145px;
}

.section.achievements {
  padding-bottom: 80px;
}

.section.testimonial-section {
  padding-top: 145px;
  padding-bottom: 145px;
}

.section.about-us-section-hv2 {
  background-image: url('../images/About-Us.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -290px;
  padding-top: 430px;
  padding-bottom: 150px;
}

.section.cta-section {
  z-index: 2;
  padding-top: 70px;
  position: relative;
}

.section.packages-section {
  background-color: #f6f7f8;
  padding-top: 120px;
  padding-bottom: 150px;
}

.section.contact-us {
  padding-top: 120px;
  padding-bottom: 150px;
}

.section.shop-product {
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.shop-single {
  padding-top: 120px;
  padding-bottom: 130px;
}

.section.projects-section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.section.project-details {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.services {
  background-color: var(--colors--subtle-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.service-details-section {
  padding-top: 110px;
  padding-bottom: 140px;
}

.section.insights-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.section.core-values-section {
  padding-bottom: 145px;
}

.section.about-our-mission {
  padding-bottom: 150px;
}

.section.hero {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.project-section {
  padding-top: 145px;
  padding-bottom: 145px;
}

.section.exparts-section {
  background-image: url('../images/Exparts-Section-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 145px;
}

.section.testimonial {
  padding-top: 145px;
  padding-bottom: 110px;
}

.section.sponsor-section {
  padding-bottom: 50px;
}

.section.shop-categories {
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.blog-post {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.default {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.service {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.no-top-padding {
  padding-top: 0;
  padding-bottom: 60px;
}

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

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

.banner-title-tag-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.banner-title-tag-line {
  background-color: #ff4c0a;
  width: 60px;
  height: 1px;
}

.banner-subtitle {
  color: #ff4c0a;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.banner-subtitle.all-caps {
  text-transform: uppercase;
  line-height: 100%;
}

.banner-title {
  color: #fcfcfc;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 80px;
  font-weight: 700;
  line-height: 94px;
}

.banner-description-text {
  color: #c5c5c5;
  max-width: 560px;
  margin-bottom: 0;
  line-height: 28px;
}

.banner-left-content {
  width: 595px;
  padding-top: 20px;
}

.banner-right-content {
  width: 760px;
  margin-right: -75px;
  position: relative;
}

.banner-hero-image-wrapper {
  text-align: center;
}

.banner-hero-main-image {
  z-index: 1;
  width: 544px;
  position: relative;
}

.banner-hero-image-right {
  position: absolute;
  inset: auto 0% 2% auto;
}

.banner-hero-image-left {
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.primary-button-wrapper, .secondary-button-wrapper {
  display: inline-block;
}

.reputation-wrapper {
  display: flex;
  position: relative;
}

.reputation-left-content {
  background-color: #0e161c;
  border: 1px solid #ffffff1f;
  width: 680px;
  padding: 100px 65px;
  position: relative;
  overflow: hidden;
}

.reputation-text-wrapper {
  margin-bottom: 25px;
}

.reputation-title {
  color: #fcfcfc;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

.reputation-description-text {
  color: #c5c5c5;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.instrument-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.reputation-right-content {
  background-color: #fff;
  border-top: 1px solid #0000001f;
  border-bottom: 1px solid #0000001f;
  border-right: 1px solid #0000001f;
  width: 640px;
  position: relative;
}

.reputation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.reputation-single-wrapper {
  text-align: center;
  border-bottom: 1px solid #0000001f;
  border-right: 1px solid #0000001f;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.numbers.two {
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-bottom: 10px;
}

.number-digit {
  z-index: 1;
  color: #101418;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}

.number-digit._2 {
  color: #101418;
  font-size: 46px;
  line-height: 56px;
}

.number-digit.white {
  color: #fff;
}

.number-categories {
  color: #ff4c0a;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.number-categories._2 {
  color: #101418;
  font-size: 46px;
  line-height: 56px;
}

.number-categories.white {
  color: #fff;
}

.reputation-number-text {
  color: #5d5d5d;
  text-transform: capitalize;
  font-size: 18px;
}

.reputation-circel {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  inset: -75px 50% auto auto;
  transform: translate(50%);
}

.reputation-circel.choose-us {
  z-index: 1;
  top: auto;
  bottom: -75px;
}

.reputation-circel-image.postion {
  position: absolute;
}

.about-us-top-content {
  background-color: #fff;
  border: 15px solid #0000000d;
  justify-content: space-between;
  padding: 85px 80px;
  display: flex;
}

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

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

.title-tag-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.title-tag-line {
  background-color: var(--colors--primary);
  width: 60px;
  height: 1px;
}

.title-tag {
  color: var(--colors--primary);
  text-transform: capitalize;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.about-us-title {
  color: #101418;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 70px;
}

.about-us-team-image-description {
  justify-content: space-between;
  align-items: center;
  max-width: 335px;
  display: flex;
}

.about-us-team-image-wrapper {
  width: 150px;
}

.about-us-team-image {
  margin-left: -20px;
}

.about-us-team-image._1st {
  margin-left: 0;
}

.about-us-team-description-text-wrap {
  width: 175px;
}

.about-us-team-description-text {
  color: #5d5d5d;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.about-us-right-content {
  width: 480px;
  padding-top: 45px;
}

.about-us-description-text {
  color: #5d5d5d;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.about-us-bottom-content {
  z-index: 1;
  margin-top: -115px;
  position: relative;
}

.about-choice-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 40px;
  display: flex;
}

.about-feature-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 385px;
  display: flex;
}

.about-feature-single-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.about-feature-image-wrapper {
  width: 40px;
}

.about-feature-text-wrapper {
  border-bottom: 1px solid #0000001f;
  width: 310px;
  padding-bottom: 30px;
}

.about-feature-text-wrapper.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.about-feature-title {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.about-feature-description-text {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.about-right-content {
  width: 850px;
  display: flex;
  position: relative;
}

.about-left-content {
  padding-bottom: 70px;
}

.about-image-wrapper {
  width: 570px;
  overflow: hidden;
}

.about-image {
  width: 100%;
}

.best-home-service-award-wrapper {
  background-color: #0e161c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  display: flex;
  overflow: hidden;
}

.best-home-service-award-image-wrap {
  margin-bottom: 40px;
}

.best-home-service-award-text-wrapper {
  text-align: left;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

.best-home-service-award-text-block {
  color: #ff4c0a;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 18px;
}

.best-home-service-award-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.about-shape {
  position: absolute;
  inset: -14% 0% auto auto;
}

.services-why-choose-us {
  background-color: #f6f7f8;
}

.header-layout {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 1px solid var(--colors--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  padding-bottom: 90px;
  display: grid;
}

.services-section-title-left-content {
  width: 635px;
  overflow: hidden;
}

.section-title {
  color: var(--colors--black);
  font-size: 48px;
  line-height: 60px;
}

.services-section-description-button-wrapper {
  width: 496px;
}

.section-description {
  color: #5d5d5d;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.services-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: "Area"
  / minmax(580px, auto) minmax(740px, auto);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.services-tabs-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid #0000001f;
  border-top-style: none;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -1px;
  display: flex;
}

.services-tabs-content {
  flex: 1;
}

.services-tab-link {
  grid-column-gap: 30px;
  color: #101418;
  background-color: #0000;
  border-top: 1px solid #d8d9da;
  align-items: center;
  padding: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.services-tab-link.w--current {
  background-color: var(--colors--black);
  color: #fff;
  border-top-style: solid;
  border-top-color: #d8d9da;
}

.services-tab-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colors--primary);
  border-right: 1px solid #0000001f;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 98px;
  display: flex;
  overflow: hidden;
}

.services-tab-icon-main {
  width: 48px;
  height: 48px;
}

.services-tab-icon-two {
  color: var(--colors--white);
  width: 48px;
  height: 48px;
  position: absolute;
}

.services-tab-text-block {
  text-transform: capitalize;
}

.services-tab-content {
  height: 100%;
}

.services-content {
  border: 1px solid #0000001f;
  height: 100%;
}

.services-collection-list-wrapper, .services-collection-list, .services-collection-item {
  height: 100%;
}

.services-single-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.services-single-details {
  background-color: #fff;
  width: 470px;
  padding: 95px 35px 35px;
  position: relative;
  overflow: hidden;
}

.services-icon-wrapper {
  margin-bottom: 35px;
  display: inline-block;
}

.services-icon {
  color: var(--colors--white);
  width: 32px;
  height: 32px;
}

.services-text-wrapper {
  margin-bottom: 25px;
  overflow: hidden;
}

.services-name {
  color: #101418;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}

.services-description-text {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.services-link-block {
  color: #101418;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  transition: all .45s;
}

.services-link-block:hover {
  color: var(--colors--primary);
}

.services-number-wrap {
  color: #fff;
  background-color: #0e161c;
  padding: 15px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.choose-us-content {
  background-image: url('../images/Choose-Us-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
}

.choose-us-section-title-wrapper {
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
}

.choose-us-section-title-single {
  width: 656px;
}

.choose-us-section-title {
  color: #fcfcfc;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.choose-us-section-description-button-wrapper {
  width: 455px;
}

.choose-us-section-description-text {
  color: #c5c5c5;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

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

.choose-us-bottom-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.choose-us-card-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 320px;
  display: flex;
}

.choose-us-card-single {
  background-color: #0e161c;
  border: 1px solid #ffffff1f;
  padding: 30px 25px;
}

.choose-us-icon-wrapper {
  background-color: #ff4c0a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.choose-us-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.choose-us-description {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-image-wrapper {
  text-align: center;
  width: 610px;
  position: relative;
}

.choose-us-hero-main-image {
  z-index: 1;
  width: 433px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.choose-us-hero-image-left {
  position: absolute;
  inset: auto auto 0% 0%;
}

.choose-us-hero-image-right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.choose-us-image-shape {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recent-work-wrapper {
  overflow: hidden;
}

.recent-work-top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.recent-work-title-wrapper {
  width: 672px;
  overflow: hidden;
}

.recent-work-title {
  color: #101418;
  font-size: 60px;
  line-height: 70px;
}

.recent-work-description-wrapper {
  width: 465px;
}

.recent-work-description-text {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.recent-work-slider-title-line {
  grid-column-gap: 30px;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.recent-work-slider-title {
  color: #101418;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.recent-work-slider-line {
  background-color: #0000001f;
  width: 100%;
  max-width: 930px;
  height: 1px;
  position: relative;
}

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

.project-slider-mask {
  max-width: 648px;
  height: 100%;
  overflow: visible;
}

.project-slide {
  height: 100%;
  margin-right: 24px;
}

.slide-nav {
  display: none;
}

.project-single-wrapper {
  position: relative;
  overflow: hidden;
}

.project-image-wrapper {
  position: relative;
}

.project-image {
  width: 100%;
}

.project-content {
  padding-bottom: 40px;
  padding-left: 45px;
  padding-right: 45px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.project-date-location-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.project-date-text-block {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
}

.project-date-line {
  background-color: #fff;
  width: 25px;
  height: 1px;
}

.project-location-text {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
}

.project-name {
  color: #fff;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.project-name:hover {
  color: #ff4c0a;
}

.project-description-text {
  color: #c5c5c5;
  font-size: 18px;
  line-height: 28px;
}

.project-tag {
  color: #fff;
  background-color: #ff4c0a;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 30px auto auto 45px;
}

.project-slide-arrow {
  background-color: #0e161c;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .5ms;
  display: flex;
}

.project-slide-arrow:hover {
  background-color: #ff4c0a;
}

.project-slide-arrow.left {
  transition-duration: .4s;
  inset: -15.5% 70px auto auto;
}

.project-slide-arrow.right {
  transition-duration: .4s;
  inset: -15.5% 0% auto auto;
}

.recent-work-slider-line-shape {
  background-color: #ff4c0a;
  width: 0%;
  height: 1px;
}

.recent-work-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.footer-top-content {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.footer-details-wrapper {
  flex: none;
  width: 420px;
}

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

.footer-logo-image {
  height: 120px;
}

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

.footer-social-media-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-social-media-link-block {
  color: #fff;
  border: 1px solid #ffffff26;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.footer-social-media-link-block:hover {
  background-color: var(--colors--secondary);
}

.footer-form-wrapper {
  width: 573px;
}

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

.footer-form-single-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-form-input-field {
  background-color: var(--colors--white);
  color: #5d5d5d;
  width: 340px;
  height: 58px;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 18px;
}

.footer-form-input-field::placeholder {
  color: #5d5d5d;
}

.footer-form-input-submit-button {
  text-transform: capitalize;
  background-color: #ff4c0a;
  padding: 18px 34px;
  font-size: 18px;
  font-weight: 600;
}

.footer-form-input-text-field {
  color: #fcfcfc;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.footer-bottom-content {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.footer-menu-grid {
  grid-column-gap: 140px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: minmax(90px, auto) minmax(350px, auto);
}

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

.footer-menu-title {
  color: #fcfcfc;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

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

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

.footer-menu-text-link {
  color: #c5c5c5;
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

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

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

.footer-menu-contact-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-menu-contact-single {
  grid-column-gap: 13px;
  color: var(--colors--light-grey);
  align-items: flex-start;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.footer-menu-contact-single:hover {
  color: var(--colors--primary-light);
}

.footer-menu-contact-icon-wrapper {
  width: 25px;
}

.footer-menu-contact-icon {
  color: var(--colors--primary-light);
  width: 24px;
  height: 24px;
}

.footer-menu-text-block {
  font-size: 18px;
  line-height: 28px;
}

.footer-infermation-wrapper {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-infermation-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.footer-infermation-text-link {
  color: var(--colors--primary-light);
  text-decoration: none;
}

.cta-wrapper {
  background-color: var(--colors--dark-green);
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 70px;
  position: relative;
}

.cta-content {
  z-index: 1;
  max-width: 615px;
  position: relative;
  overflow: hidden;
}

.cta-heading {
  color: #fcfcfc;
  margin-bottom: 13px;
  font-size: 59px;
  line-height: 70px;
}

.cta-description-text {
  color: #fcfcfc;
  max-width: 604px;
  line-height: 28px;
}

.cta-button-wrapper {
  grid-column-gap: 35px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

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

.cta-contact-number {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: underline;
}

.cta-image {
  width: 591px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-member-top-content {
  background-image: url('../images/Team-Member-Bg_1Team Member Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
  padding-bottom: 345px;
}

.team-member-section-title-wrapper {
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.team-member-section-title-single-wrapper {
  width: 685px;
  overflow: hidden;
}

.team-member-section-title {
  color: #fcfcfc;
  font-size: 60px;
  line-height: 70px;
}

.team-member-section-description-button-wrapper {
  width: 440px;
  overflow: hidden;
}

.team-member-section-description-text {
  color: #c5c5c5;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.team-member-bottom-content {
  margin-top: -285px;
}

.team-member-popup-icon-wrapper {
  z-index: 1;
  cursor: pointer;
  background-color: #ff4c0a;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-post-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.blog-post-top-wrapper {
  align-items: center;
  display: flex;
}

.blog-post-top-image-wrapper {
  border: 1px solid var(--colors--primary);
  width: 785px;
  overflow: hidden;
}

.blog-post-top-image {
  object-fit: cover;
  width: 100%;
}

.blog-post-right-content {
  z-index: 1;
  background-color: #f6f7f8;
  border: 1px solid #0000001a;
  width: 780px;
  margin-left: -246px;
  padding: 65px 70px;
  position: relative;
}

.blogs-categories-name {
  background-color: var(--colors--primary);
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.blog-post-name {
  color: #101418;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.blog-post-name:hover {
  color: var(--colors--primary);
}

.blog-post-date-edit-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-post-date-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-post-date-icon {
  width: 15px;
  padding-bottom: 2px;
}

.blog-post-date-icon.white {
  color: var(--colors--white);
}

.blog-post-date-text-block {
  color: #5d5d5d;
  font-size: 18px;
}

.blog-post-date-text-block.white {
  color: var(--colors--white);
}

.blog-post-date-line {
  background-color: #5d5d5d;
  width: 1px;
  height: 20px;
}

.blog-section-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 45px;
  display: flex;
  overflow: hidden;
}

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

.blog-section-title-single-wrapper {
  width: 620px;
}

.blog-section-title-single-wrapper.choose-us {
  width: 645px;
  overflow: hidden;
}

.blog-section-title {
  color: #101418;
  font-size: 60px;
  line-height: 70px;
}

.blog-section-description-button-wrapper {
  width: 500px;
  overflow: hidden;
}

.blog-section-description-button-wrapper.choose-us {
  width: 450px;
}

.blog-section-description-text {
  color: #5d5d5d;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.blog-section-button-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

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

.blog-post-single-wrapper {
  border: 1px solid #0000001a;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.blog-post-image-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}

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

.blog-post-content {
  background-color: #f6f7f8;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px 20px 35px;
  display: flex;
}

.blog-name {
  color: #36342f;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.blog-name:hover {
  color: var(--colors--primary);
}

.faq-section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.faq-section-title-single-wrapper {
  width: 690px;
}

.faq-section-title {
  color: #101418;
  font-size: 60px;
  line-height: 68px;
}

.faq-section-description-wrapper {
  width: 510px;
}

.faq-section-description-text {
  color: #5d5d5d;
  line-height: 28px;
}

.faq-arrow-icon {
  color: #0003;
  font-size: 16px;
}

.faq-arrow-icon-wrapper {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.paragraph.for-faq {
  color: #5d5d5d;
  max-width: 550px;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.paragraph.for-answer {
  color: #c5c5c5;
  max-width: 427px;
  padding-bottom: 15px;
  line-height: 28px;
}

.faq-question {
  color: #101418;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.faq {
  border: 1px solid #0000001f;
  overflow: hidden;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.faq-answer-container {
  width: 100%;
  overflow: hidden;
}

.faq-singel-wrapper {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.recent-work-team-members {
  background-color: #fff;
}

.book-solutions-content {
  max-width: 1565px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.book-solutions-single {
  background-image: url('../images/Book-Solutions-Bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1330px;
  padding-top: 95px;
  padding-bottom: 200px;
  padding-left: 100px;
  position: relative;
}

.book-solutions-left-content {
  width: 465px;
}

.book-solutions-title {
  color: #fcfcfc;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
}

.book-solutions-dropdown {
  border: 1px solid #ffffff1f;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.book-solutions-dropdown-main {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.book-solutions-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.book-solutions-header-title {
  color: #fcfcfc;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.book-solutions-arrow-wrapper {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.answer-container {
  width: 100%;
  overflow: hidden;
}

.book-solutions-contact {
  z-index: 1;
  background-color: #ff4c0a;
  width: 440px;
  padding: 30px 40px 40px;
  position: absolute;
  inset: 0% 255px auto auto;
}

.book-solutions-form-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.book-solutions-form-title {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.book-solutions-form-line {
  background-color: #fff;
  width: 120px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.book-solutions-form-block {
  margin-bottom: 0;
}

.book-solutions-form {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.book-solutions-field-label {
  color: #fcfcfc;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.book-solutions-text-field {
  color: #fcfcfc;
  background-color: #0000;
  border: 1px solid #ffffff26;
  height: 53px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 16px;
}

.book-solutions-text-field:active {
  color: #fcfcfc;
}

.book-solutions-text-field::placeholder {
  color: #fcfcfcd9;
  font-size: 16px;
}

.book-solutions-form-submit-button {
  color: #fcfcfc;
  text-transform: capitalize;
  background-color: #0e161c;
  width: 100%;
  height: 58px;
  font-size: 18px;
  font-weight: 600;
}

.book-solutions-video-wrapper {
  width: 620px;
  position: absolute;
  inset: -96px 0% auto auto;
}

.book-solutions-video-lightbox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.book-solutions-thumbnail-image-wrapper {
  border: 2px solid #ff4c0a;
  width: 100%;
}

.book-solutions-thumbnail-play-button {
  position: absolute;
}

.book-solutions-thumbnail-ripple {
  width: 375px;
  position: absolute;
  left: 119px;
}

.book-solutions-video-shape {
  width: 131px;
  position: absolute;
  inset: -96px 489px auto auto;
}

.book-solutions-image {
  position: absolute;
  inset: -177px auto auto 465px;
}

.banner-home-v2-content {
  grid-column-gap: 70px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-hero-image-wrapper-hv2 {
  width: 525px;
}

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

.banner-hv2-right-content {
  z-index: 1;
  width: 735px;
  position: relative;
}

.banner-text-wrapper-hv2 {
  margin-bottom: 30px;
}

.banner-title-hv2 {
  color: #fcfcfc;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-size: 83px;
  line-height: 94px;
}

.banner-hv2-description {
  color: #c5c5c5;
  font-size: 19px;
  line-height: 29px;
}

.banner-hero-images {
  z-index: 1;
  padding-top: 60px;
  position: relative;
}

.banner-hero-images-content {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

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

.banner-hero-images-wrapper {
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}

.banner-hero-images-wrapper.middle {
  margin-top: -50px;
}

.banner-service-image {
  z-index: 1;
  filter: grayscale();
  border: 1.5px solid #ff4c0a;
  transition: border-color .45s, filter .45s;
  position: relative;
}

.banner-service-image:hover {
  border-color: var(--colors--secondary);
  filter: grayscale(0%);
}

.banner-hero-image-shape {
  filter: blur(5px);
  position: absolute;
  inset: 0% auto auto 0%;
}

.inner-banner-content {
  text-align: center;
}

.inner-banner-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.inner-banner-title {
  color: var(--colors--white);
  text-transform: capitalize;
  font-size: 60px;
  line-height: 70px;
}

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

.inner-banner-text-link {
  color: var(--colors--light-grey);
  text-transform: capitalize;
  text-decoration: none;
}

.inner-banner-text-link.w--current {
  color: var(--colors--primary-light);
}

.inner-banner-text-link-arrow {
  color: var(--colors--light-grey);
}

.password-protected-section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.password-protected-wrapper {
  background-color: #f6f7f8;
  border: 1px solid #0000000d;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 55px;
}

.password-protected-image-wrapper {
  background-color: #ff4c0a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  margin-bottom: 50px;
  display: flex;
}

.password-protected-text-wrapper {
  margin-bottom: 35px;
}

.password-protected-title {
  color: #101418;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
  line-height: 100%;
}

.password-protected-description-text {
  color: #5d5d5d;
  max-width: 570px;
  font-size: 18px;
  line-height: 28px;
}

.field-label {
  display: none;
}

.password-protected-text-field {
  color: #5d5d5d;
  background-color: #fff;
  border: 1px #000;
  height: 58px;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 18px;
}

.password-protected-text-field::placeholder {
  color: #5d5d5d;
}

.password-protected-submit-button {
  color: #fff;
  background-color: #ff4c0a;
  width: 100%;
  height: 58px;
  font-size: 18px;
  font-weight: 600;
}

.changelog-wrapper {
  background-color: #f6f7f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.changelog-wrapper-2 {
  grid-row-gap: 80px;
  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-left: 5px solid #eb3300;
  width: 665px;
  padding: 30px;
}

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

.changelog-content {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.changelog-list-circel {
  background-color: #ff4c0a;
  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: 500;
}

.changelog-list-text-block {
  color: #5d5d5d;
  font-size: 18px;
}

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

.license-icon-wrapper {
  max-width: 680px;
}

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

.license-details-text-link {
  color: #ff4c0a;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

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

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

.license-details-text {
  color: #5d5d5d;
  max-width: 745px;
  line-height: 28px;
}

.license-details-text.icons-graphics-text {
  max-width: 625px;
}

.license-details-text.typography {
  max-width: 560px;
}

.license-title {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 46px;
  font-weight: 600;
  line-height: 62px;
}

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

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

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

.license-image {
  border: 1px solid #eb3300;
  width: 100%;
}

.license-icon-wrap {
  background-color: #ff4c0a;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.license-button-wrapper {
  margin-top: 20px;
  display: inline-block;
}

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

.style-guide-single-wrapper {
  border-bottom: 1px solid #0000001f;
  padding-bottom: 100px;
}

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

.style-guide-title-tag-wrapper {
  background-color: var(--colors--primary-light);
  text-transform: capitalize;
  margin-bottom: 60px;
  padding: 10px 30px;
  display: inline-block;
}

.style-guide-title-tag {
  color: var(--colors--white);
  font-weight: 600;
}

.style-guide-color-plate-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.style-guide-color-plate-single {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.style-guide-color-plate-single._1 {
  background-color: var(--colors--primary);
}

.style-guide-color-plate-single._2 {
  background-color: var(--colors--black);
}

.style-guide-color-plate-single._3 {
  background-color: var(--colors--white);
  border: 1px solid #0000001a;
}

.style-guide-color-plate-single._4 {
  background-color: var(--colors--dark-grey);
}

.style-guide-text-style-wrapper, .typogrphy-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.typography-title {
  color: var(--colors--black);
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 36px;
}

.typography-description {
  color: var(--colors--dark-grey);
  text-transform: capitalize;
  font-size: 18px;
}

.buttons-and-components {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.components-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.components-button._1 {
  background-color: var(--colors--black);
}

.components-button._2 {
  background-color: var(--colors--primary);
}

.achievements-top-content {
  background-image: url('../images/Achievements-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 435px;
}

.achievements-top-wrapper {
  justify-content: space-between;
  display: flex;
}

.achievements-title-left-content {
  width: 520px;
}

.achievements-title {
  color: #fcfcfc;
  font-size: 60px;
}

.achievements-image-wrapper {
  grid-column-gap: 35px;
  align-items: center;
  width: 720px;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.achievements-bottom-content {
  margin-top: -315px;
}

.achievements-wrapper {
  display: flex;
  position: relative;
}

.achievements-single-left-content {
  background-color: #111a21;
  width: 650px;
  padding: 145px 50px;
  position: relative;
  overflow: hidden;
}

.achievements-text-wrapper {
  margin-bottom: 30px;
}

.achievements-single-title {
  color: #fcfcfc;
  margin-bottom: 15px;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

.achievements-description-text {
  color: #c5c5c5;
  font-size: 18px;
  line-height: 28px;
}

.achievements-single-image {
  width: 286px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.achievements-single-right-content {
  background-image: url('../images/Achievements-Form-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0000001f;
  width: 670px;
  padding: 50px 40px;
}

.achievements-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.achievements-form-title {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 34px;
}

.achievements-title-line {
  background-color: #ff4c0a;
  width: 120px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

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

.achievements-form {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.achievements-form-single {
  grid-column-gap: 30px;
  display: flex;
}

.achievements-form-single-content {
  width: 100%;
}

.achievements-form-field-label {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.achievements-form-text-field {
  background-color: #fff;
  border: 1px solid #0000001f;
  height: 54px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 16px;
}

.achievements-form-text-field::placeholder {
  color: #5d5d5d;
}

.achievements-form-submit-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #ff4c0a;
  height: 58px;
  font-size: 18px;
  font-weight: 600;
}

.team-member-content {
  background-image: url('../images/Team-Member-Section-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
  padding-bottom: 115px;
}

.team-member-section-title-wrapper-hv2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.team-member-section-title-left-content {
  width: 685px;
}

.team-member-section-title-hv2 {
  color: #fcfcfc;
  font-size: 60px;
  line-height: 70px;
}

.team-member-section-title-right-content {
  width: 430px;
  overflow: hidden;
}

.team-member-section-description {
  color: #c5c5c5;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.team-member-top-content-wrap {
  border-bottom: 1px solid #ffffff1f;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.team-member-bottom-content-wrapper {
  max-width: 1285px;
}

.team-member-tabs {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template: "Tabs"
  / minmax(290px, auto) minmax(945px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-tabs-menu {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.team-member-tab-link.w--current {
  border-color: #ff4c0a;
}

.team-member-tab-link {
  background-color: #0000;
  border: 2px solid #565c60;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-tab-link-image {
  width: 100%;
}

.team-member-tab-icon-wrapper {
  background-color: #0e161cde;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 150px;
  display: flex;
  position: absolute;
}

.testimonial-section-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.testimonial-section-title-single {
  width: 675px;
  overflow: hidden;
}

.testimonial-section-title {
  color: #101418;
  font-size: 59px;
  font-weight: 700;
  line-height: 70px;
}

.testimonial-description-text-wrapper {
  width: 465px;
  padding-bottom: 8px;
}

.testimonial-description-text {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-section-title-line {
  background-color: #0000001f;
  width: 100%;
  max-width: 1170px;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.testimonial-wrapper {
  overflow: hidden;
}

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

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

.testimonial-slide {
  width: 240px;
  margin-right: 30px;
  overflow: hidden;
}

.testimonial-slide-content {
  border: 1px solid var(--colors--primary);
  object-fit: cover;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.testimonial-slide-content._2 {
  background-image: url('../images/Testimonial-Slide-Image2.png');
}

.testimonial-slide-content._3 {
  background-image: url('../images/Testimonial-Slide-Image3.png');
}

.testimonial-details-wrapper {
  z-index: 0;
  border: 1px solid var(--colors--primary);
  background-color: #fff;
  width: 460px;
  margin-left: auto;
  padding: 40px;
  position: relative;
}

.testimonial-rivew-wrapper {
  grid-column-gap: 6px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-rivew-point {
  color: #101418;
  font-size: 22px;
  font-weight: 600;
}

.testimonial-description-hv2-text {
  color: #5d5d5d;
  max-width: 383px;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-name-bio-wrapper {
  margin-top: 55px;
}

.testimonial-name {
  color: #101418;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.testimonial-bio {
  color: #5d5d5d;
  font-size: 18px;
}

.testimonial-slider-arrow-wrapper {
  background-color: var(--colors--primary);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .45s;
  display: flex;
  inset: 0% 0% auto auto;
}

.testimonial-slider-arrow-wrapper:hover {
  background-color: #000;
}

.testimonial-slider-arrow-wrapper.left {
  top: -85px;
  right: 5%;
}

.testimonial-slider-arrow-wrapper.right {
  top: -85px;
}

.about-us-section-title-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.about-us-section-title-single {
  width: 600px;
  overflow: hidden;
}

.about-us-section-title {
  color: #101418;
  margin-bottom: 13px;
  font-size: 60px;
}

.about-us-description-text-hv2 {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.about-us-counter-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 540px;
  display: flex;
  overflow: hidden;
}

.about-us-counter-top-content {
  background-color: #f6f7f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.about-us-number-tag {
  color: #5d5d5d;
  text-transform: capitalize;
  font-size: 18px;
}

.about-us-counter-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
}

.about-us-tabs {
  position: relative;
}

.about-us-tab-menu {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.about-us-tab-link {
  background-color: #fffffff7;
  width: 270px;
  padding: 25px 45px 25px 25px;
  text-decoration: none;
}

.about-us-tab-link.w--current {
  background-color: #ff4c0a;
}

.about-us-tab-link._1 {
  top: 182px;
}

.about-us-tab-link._2 {
  position: relative;
  top: 425px;
  bottom: 0;
}

.about-us-tab-link._3 {
  top: 105px;
}

.about-us-tab-link._4 {
  top: 250px;
}

.about-us-tab-icon-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-tab-icon._2 {
  position: absolute;
}

.about-us-tab-link-title {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.about-us-tab-link-description-text {
  color: #101418;
  font-size: 18px;
  line-height: 28px;
}

.about-us-tab-image-wrapper {
  overflow: hidden;
}

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

.about-us-tab-link-image1 {
  position: absolute;
  inset: -51% auto auto 0%;
}

.about-us-tab-link-image2 {
  position: absolute;
  inset: -65% auto auto 90px;
}

.about-us-tab-link-image3 {
  position: absolute;
  inset: auto auto -73% 50px;
}

.about-us-tab-link-image4 {
  position: absolute;
  inset: auto auto -75% 85px;
}

.hv2-services-content {
  background-image: url('../images/Hv2-Services-Content-Bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
  padding-bottom: 410px;
}

.hv2-services-section-title-wrapper {
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.hv2-services-section-title-single {
  width: 635px;
  overflow: hidden;
}

.hv2-services-section-title {
  color: #fcfcfc;
  font-size: 60px;
  line-height: 70px;
}

.hv2-services-section-description-button-wrapper {
  width: 450px;
}

.hv2-services-section-description {
  color: #c5c5c5;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

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

.services-tabs-hv2 {
  grid-column-gap: 65px;
  grid-row-gap: 16px;
  grid-template: "Services-Tab"
  / minmax(357px, auto) minmax(905px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.services-tab-menu {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.services-tab-link-hv2 {
  grid-column-gap: 7px;
  color: #fcfcfc66;
  text-transform: capitalize;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.services-tab-link-hv2.w--current {
  color: #fff;
  background-color: #0000;
}

.services-tab-link-hv2-arrow {
  width: 32px;
}

.services-content-tab {
  background-color: #fff;
  border: 1px solid #0000001f;
  padding: 50px;
}

.services-tab-single {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.services-tab-image-wrapper {
  width: 350px;
  position: relative;
  overflow: hidden;
}

.services-tab-number {
  color: #fff;
  background-color: #0e161c;
  padding: 17px 15px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-tab-details-wrap {
  width: 410px;
}

.services-tab-icon-wrapper-hv2 {
  margin-bottom: 30px;
  display: inline-block;
}

.services-tab-icon {
  width: 55px;
}

.services-name-hv2 {
  color: #101418;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.services-description-hv2 {
  color: #5d5d5d;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 28px;
}

.services-feature-list-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.services-feature-list-single {
  grid-column-gap: 7px;
  color: #101418;
  text-transform: capitalize;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.services-feature-list-icon {
  width: 22px;
}

.services-tab-text-link {
  color: #101418;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  transition: all .45s;
  display: inline-block;
}

.services-tab-text-link:hover {
  color: var(--colors--primary);
}

.choose-us-cta-bg {
  background-image: url('../images/Choose-Us--CTA-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 145px;
  padding-bottom: 145px;
}

.benefits-layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.image-full {
  border: 1px solid var(--colors--primary);
  text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.choose-us-image {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: auto auto 0% -50px;
}

.features-choose-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
}

.features-choose-us-single {
  background-color: #fff;
  border: 1px solid #ffffff1f;
  padding: 15px;
}

.features-choose-us-image-wrapper {
  background-color: var(--colors--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.features-choose-us-name {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.features-choose-us-description-text {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-linner-shape {
  z-index: 1;
  position: absolute;
  inset: auto auto -17% -50px;
}

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

.cta-calendar {
  text-align: center;
  background-image: url('../images/CTA-calendar-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.cta-calendar.about {
  width: 510px;
}

.cta-calendar-content {
  max-width: 405px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cta-calendar-year {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.cta-calendar-year-text {
  color: #fcfcfc;
  font-size: 110px;
  font-weight: 700;
  line-height: 100%;
}

.cta-job-experience {
  text-align: left;
}

.cta-job-experience-title {
  color: #fcfcfc;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.cta-job-experience-text-block {
  color: #fcfcfc;
  font-size: 24px;
  font-weight: 500;
}

.cta-calendar-description-text {
  color: #fcfcfc;
  max-width: 404px;
  font-size: 18px;
  line-height: 28px;
}

.cta-main {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.cta-date {
  color: #000;
  background-color: #f6f7f8;
  padding: 17px 60px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 10% auto auto -13%;
  transform: rotate(-45deg);
}

.cta-image-wrapper {
  overflow: hidden;
}

.cta-image-wrapper.hv2 {
  width: 505px;
}

.cta-image-hv2 {
  width: 100%;
  height: 100%;
}

.cta-contact {
  background-image: url('../images/CTA-Contact-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -1px;
  padding: 65px 70px 65px 50px;
}

.cta-contact-title {
  color: #fcfcfc;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.cta-contact-number-wrapper {
  grid-column-gap: 15px;
  color: #fff;
  align-items: center;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.cta-contact-number-text {
  line-height: 34px;
  text-decoration: underline;
}

.cta-bottom-content {
  justify-content: space-between;
  display: flex;
}

.our-trusted {
  background-image: url('../images/Our-Trusted-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1015px;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 100px;
}

.our-trusted-title-wrapper {
  border-bottom: 1px solid #ffffff1f;
  margin-bottom: 50px;
  padding-bottom: 45px;
  overflow: hidden;
}

.our-trusted-title-single {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.our-trusted-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  display: inline-block;
}

.our-trusted-title-line {
  background-color: #ff4c0a;
  width: 80px;
  height: 1px;
}

.our-trusted-text-block {
  color: #c5c5c5;
  text-transform: capitalize;
  font-size: 18px;
  display: inline-block;
}

.our-trusted-esponsor-wrapper {
  padding-right: 60px;
  overflow: hidden;
}

.package-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.package-single-wrapper {
  background-color: #fff;
  padding: 30px 30px 60px;
}

.package-title-wrapper {
  background-color: #ff4c0a26;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.package-title {
  color: #ff4c0a;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.package-table-single {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.package-table-single-title {
  color: #101418;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.estimated-cost-wrap {
  padding-right: 100px;
}

.estimated-cost-text-block {
  color: #101418;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.package-table-button-wrapper {
  padding-top: 40px;
  padding-left: 30px;
}

.package-table-main {
  position: relative;
}

.package-table-line {
  background-color: #0000001a;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.contact-us-wrapper {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.contact-us-office-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-us-office-image {
  width: 100%;
}

.contact-us-office-details-wrapper {
  background-color: #fff;
  padding: 30px 25px;
  overflow: hidden;
}

.contact-us-office-title-wrapper {
  margin-bottom: 18px;
}

.contact-us-office-title {
  color: #101418;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.office-infermation-wrappers {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.office-infermation-single {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.office-infermation-icon-wrap {
  background-color: #ff4c0a;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.office-infermation-text {
  color: #5d5d5d;
  font-size: 18px;
}

.contact-us-title-wrapper {
  text-align: center;
  max-width: 775px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-title {
  color: #101418;
  font-size: 60px;
  line-height: 70px;
}

.contact-us-form-wrapper {
  background-color: #fff;
  padding: 100px 60px;
}

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

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

.contact-us-form-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-us-form-single {
  width: 100%;
}

.contact-us-form-field-label {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.contact-us-form-input {
  background-color: #fff;
  border: 1px solid #0000001a;
  height: 65px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 20px;
}

.contact-us-form-input::placeholder {
  color: #5d5d5d;
}

.contact-us-textarea {
  background-color: #fff;
  border: 1px solid #0000001f;
  min-width: 100%;
  max-width: 100%;
  min-height: 293px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 20px;
}

.contact-us-textarea::placeholder {
  color: #5d5d5d;
}

.contact-us-submit-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #ff4c0a;
  padding: 18px 35px;
  font-size: 18px;
  font-weight: 600;
}

.contact-us-map-wrapper {
  overflow: hidden;
}

.contact-us-map-image {
  width: 100%;
}

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

.product-image-wrapper {
  background-color: #f6f7f8;
  border: 1px solid #0000000f;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-name-price {
  margin-top: 30px;
  overflow: hidden;
}

.product-name {
  color: #101418;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

.product-name:hover {
  color: var(--colors--primary);
}

.product-price {
  color: #eb3300;
  font-size: 18px;
  font-weight: 500;
}

.product-cart-button-wrapper {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.product-cart-quantity {
  margin-bottom: 0;
  display: none;
}

.product-cart-button {
  color: #fff;
  background-color: #ff4c0a;
  padding: 12px 15px;
  font-weight: 500;
}

.shop-details-wrapper {
  grid-row-gap: 150px;
  flex-direction: column;
  display: flex;
}

.shop-details-top-content {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.shop-details-image-wrapper {
  background-color: #f6f7f8;
  border: 1px solid #ff4c0a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 680px;
  display: flex;
}

.shop-details-image {
  width: 300px;
}

.shop-details-text-content {
  width: 605px;
}

.product-details-name {
  color: #101418;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
}

.product-details-price {
  color: #eb3300;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.product-details-description-text {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.shop-details-cart-button-wrapper {
  max-width: 548px;
  margin-top: 45px;
}

.shop-details-cart-quantity-text-block {
  color: #101418;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.shop-details-cart-quantity {
  color: #101418;
  background-color: #fff;
  border-color: #0000001a;
  border-radius: 0;
  width: 100%;
  height: 58px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.shop-details-cart {
  margin-bottom: 0;
}

.shop-details-cart-button {
  color: #fff;
  background-color: #ff4c0a;
  justify-content: center;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
}

.shop-details-bottom-content {
  border-top: 1px solid #0000001f;
  padding-top: 70px;
  padding-left: 80px;
}

.shop-details-rich-content {
  max-width: 870px;
}

.shop-details-rich-content h2 {
  color: #101418;
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 70px;
}

.shop-details-rich-content p {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.shop-details-rich-content ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
  display: flex;
}

.shop-details-rich-content li {
  color: #5d5d5d;
  background-image: url('../images/Shop-Details-Rich-List-Shape_1Shop Details Rich List Shape.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

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

.project-details-wrapper {
  grid-column-gap: 100px;
  justify-content: space-between;
  display: flex;
}

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

.project-details-name-description {
  margin-bottom: 40px;
}

.project-details-name {
  color: #101418;
  max-width: 675px;
  margin-bottom: 15px;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

.project-details-description {
  color: #5d5d5d;
  max-width: 700px;
  font-size: 18px;
  line-height: 28px;
}

.project-details-image-wrapper {
  border: 2px solid #ff4c0a;
}

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

.project-details-rich-content-wrapper {
  margin-bottom: 45px;
}

.project-details-rich-text h2 {
  color: #101418;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.project-details-rich-text p {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.project-details-rich-text ul {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 35px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.project-details-rich-text li {
  color: #101418;
  background-image: url('../images/Shop-Details-Rich-List-Shape_1Shop Details Rich List Shape.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
}

.project-details-bottom-image-wrap {
  grid-column-gap: 20px;
  margin-bottom: 45px;
  display: flex;
}

.project-details-single-description-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.project-details-single-description {
  font-size: 18px;
  line-height: 28px;
}

.project-details-right-content {
  width: 440px;
}

.project-infermation-wrap {
  border: 1px solid #0000001f;
  padding: 40px;
  position: sticky;
  top: 140px;
}

.project-infermation-single {
  grid-column-gap: 20px;
  border-bottom: 1px solid #0000001f;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.project-infermation-single.top {
  padding-top: 0;
}

.project-infermation-single.bottom {
  border-bottom-style: none;
  padding-bottom: 0;
}

.contact-info-icon-wrapper {
  background-color: var(--colors--primary);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.project-infermation-title {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.project-infermation-text-block {
  color: #5d5d5d;
  font-size: 18px;
}

.contact-info-icon {
  color: var(--colors--white);
  width: 32px;
  height: 32px;
}

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

.services-single {
  flex-flow: column;
  display: flex;
}

.services-single.temp-hide {
  display: none;
}

.services-image-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

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

.services-name-description {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 75px 35px 45px;
  display: flex;
  position: relative;
}

.services-name-two {
  color: #101418;
  margin-bottom: 13px;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
}

.services-description {
  color: #5d5d5d;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.services-text-link {
  color: #101418;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  transition: all .45s;
}

.services-text-link:hover {
  color: var(--colors--primary);
}

.services-icon-wrap {
  background-color: var(--colors--primary-light);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: -40px auto auto 35px;
}

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

.service-details-name-description {
  margin-bottom: 40px;
}

.service-details-name {
  color: #101418;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.service-details-description {
  color: #5d5d5d;
  max-width: 700px;
  font-size: 18px;
  line-height: 28px;
}

.service-details-image-wrapper {
  margin-bottom: 40px;
}

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

.service-details-rich-text h2 {
  color: #101418;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.service-details-rich-text p {
  color: #5d5d5d;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.service-details-rich-text ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.service-details-rich-text li {
  color: #5d5d5d;
  background-image: url('../images/Shop-Details-Rich-List-Shape_1Shop Details Rich List Shape.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

.insights-wrapper {
  grid-row-gap: 140px;
  flex-direction: column;
  display: flex;
}

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

.blog-categories-title-wrapper {
  width: 625px;
}

.blog-categories-title-wrapper.no-max-width {
  width: 720px;
}

.blog-categories-title {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.blog-categories-list {
  grid-column-gap: 15px;
  display: flex;
}

.categories-button {
  color: #5d5d5d;
  background-color: #fff;
  border: 1px solid #0000001f;
  padding: 16px 25px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .35s, color .35s;
}

.categories-button:hover {
  background-color: var(--colors--primary);
  color: var(--colors--white);
}

.categories-button.w--current {
  background-color: var(--colors--primary);
  color: #fff;
}

.blog-categories-item {
  grid-column-gap: 15px;
  display: flex;
}

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

.blog-details-top-content {
  border-bottom: 1px solid #0000001f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-details-name {
  color: var(--colors--white);
  text-align: center;
  max-width: 900px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.blog-details-author-wrapper {
  color: var(--colors--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.blog-details-rich-content h2 {
  color: var(--colors--black);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.blog-details-rich-content p {
  color: #5d5d5d;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.blog-details-rich-content blockquote {
  background-color: var(--colors--secondary);
  color: #fff;
  text-align: center;
  background-image: url('../images/Block-Quote_1Block Quote.png');
  background-position: 50% 65px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  border-left-color: #0000;
  margin-bottom: 40px;
  padding: 130px 115px 60px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
}

.blog-details-rich-content ul {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 20px;
  padding-left: 30px;
  display: flex;
}

.blog-details-rich-content li {
  color: #5d5d5d;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

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

.blog-details-rich-content h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.blog-details-rich-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
}

.blog-details-rich-content h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.blog-details-rich-content h5, .blog-details-rich-content h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog-details-rich-content ol {
  margin-bottom: 20px;
  padding-left: 35px;
}

.about-wrapper {
  max-width: 1525px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.about-title-box {
  width: 645px;
}

.about-title {
  color: #101418;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.about-description-text-wrapper {
  width: 480px;
}

.about-description-text {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.about-main-image-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.about-left-image-wrapper {
  width: 636px;
  overflow: hidden;
}

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

.about-right-image-wrapper {
  width: 860px;
}

.about-right-image-grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: minmax(431px, 1fr) 1fr;
  overflow: hidden;
}

.about-right-bottom-image-wrapp {
  margin-top: 20px;
}

.core-values-section-title-wrapper {
  margin-bottom: 40px;
}

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

.core-values-image-wrapper {
  background-color: #ff4c0a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.core-values-text-wrapper {
  text-align: center;
}

.core-values-title {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.core-values-description-text {
  color: #5d5d5d;
  line-height: 28px;
}

.about-our-mission-wrapper {
  background-color: #0e161c;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.about-our-mission-image-wrapper {
  width: 588px;
  position: relative;
  overflow: hidden;
}

.about-our-mission-image {
  width: 470px;
}

.about-our-mission-image-two {
  border: 2px solid #ff4c0a;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-our-mission-tab-content {
  width: 530px;
}

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

.about-our-mission-tab-link {
  color: #5d5d5d;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #ffffff1f;
  padding: 17px 25px;
  font-size: 18px;
}

.about-our-mission-tab-link.w--current {
  color: #fff;
  background-color: #ff4c0a;
}

.about-our-mission-title {
  color: #fcfcfc;
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 70px;
}

.about-our-mission-description-text {
  color: #c5c5c5;
  font-size: 18px;
  line-height: 28px;
}

.about-counter-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-counter-wrapper {
  background-color: #ff4c0a;
  padding: 60px 50px;
}

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

.about-counter-single {
  text-align: center;
}

.about-counter-text {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

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

.previwe-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.preview-nav-link {
  color: #5d5d5d;
  text-transform: capitalize;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .45s;
}

.preview-nav-link:hover, .preview-nav-link.w--current {
  color: #ff4c0a;
}

.hero-wrap {
  background-color: var(--colors--black);
  color: var(--colors--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/cama-home-services-bg-trees_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.previwe-banner-content {
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.preview-banner-subtitle-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.previwe-banner-subtitle-line {
  background-color: var(--colors--white);
  width: 60px;
  height: 1px;
}

.previwe-banner-subtitle {
  color: var(--colors--white);
  text-transform: capitalize;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.preview-banner-title {
  color: var(--colors--white);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 86px;
  font-weight: 700;
  line-height: 96px;
}

.preview-banner-description {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 29px;
}

.previwe-banner-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.previwe-banner-title-description {
  margin-bottom: 30px;
}

.preview-banner-bottom-content {
  background-image: url('../images/Previwe-Banner-Image-Bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

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

.previwe-banner-left-image-wrap {
  width: 600px;
  margin-right: -90px;
}

.previwe-banner-image {
  border-top: 1px solid #ff4c0a;
  border-left: 1px solid #ff4c0a;
  border-right: 1px solid #ff4c0a;
  width: 100%;
}

.previwe-banner-middle-image-wrap {
  z-index: 1;
  width: 680px;
  position: relative;
}

.previwe-banner-right-image-wrap {
  width: 600px;
  margin-left: -90px;
}

.demo-section-subtitle-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.demo-section-title {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 70px;
}

.demo-section-description-text {
  color: #5c5f62;
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.single-demo {
  background-color: #efefef;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.project-section-title-wrapper {
  border-bottom: 1px solid #0000001f;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.project-section-single-title-wrap {
  width: 675px;
  overflow: hidden;
}

.project-section-single-title {
  color: #101418;
  font-size: 60px;
  font-weight: 700;
}

.project-single {
  border-bottom: 1px solid #0000001f;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-single:hover {
  padding-left: 40px;
  padding-right: 40px;
}

.project-header-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.project-header-left-content {
  grid-column-gap: 50px;
  align-items: center;
  width: 540px;
  display: flex;
}

.project-header-number {
  color: #101418;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.project-header-name {
  color: #101418;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}

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

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

.preloader-logo-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preloader-logo {
  height: 125px;
}

.project-header-link-block {
  color: #101418;
  border: 1px solid #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.project-header-link-arrow-icon._2 {
  position: absolute;
}

.project-header-location-wrap {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.project-header-location-line {
  background-color: #ff4c0a;
  width: 40px;
  height: 1px;
}

.project-header-location-text {
  color: #ff4c0a;
  font-size: 18px;
}

.project-header-date {
  color: #5d5d5d;
  text-align: right;
  font-size: 18px;
  line-height: 28px;
}

.project-bottom-content {
  z-index: 1;
  margin-top: 25px;
  padding-left: 102px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.project-tag-location {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.project-tag-hv2 {
  color: #fcfcfc;
  background-color: #ff4c0a;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
}

.project-tag-hv2.location {
  background-color: #101418;
}

.project-feature-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.project-feature-single {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.project-feature-list-text {
  color: #5d5d5d;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.project-image-hv2 {
  position: absolute;
  inset: 0%;
}

.team-member-close {
  cursor: pointer;
  width: 22px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  transform: rotate(47deg);
}

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

.exparts-section-title-single {
  width: 690px;
}

.exparts-section-title {
  color: #101418;
  font-size: 60px;
}

.exparts-section-description-wrapper {
  width: 440px;
}

.exparts-section-description-text {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-book-solutions {
  background-color: #f6f7f8;
}

.testimonial-sec-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.testimonial-sec-title-single {
  width: 690px;
  overflow: hidden;
}

.testimonial-sec-title {
  color: #101418;
  font-size: 60px;
  line-height: 70px;
}

.testimonial-sec-description-wrapper {
  width: 465px;
  overflow: hidden;
}

.testimonial-sec-description-text {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-tab-wrapper {
  position: relative;
}

.testimonial-tabs {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  grid-template: "Tabs-Area"
  / minmax(642px, auto) 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-tab-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 453px;
  display: flex;
  position: relative;
}

.testimonial-tab-link {
  z-index: 1;
  background-color: #0000;
  flex: none;
  padding: 0;
}

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

.testimonial-tab-link._1 {
  position: absolute;
  inset: 0% auto auto 190px;
}

.testimonial-tab-link._2 {
  position: absolute;
  inset: 105px auto auto 0%;
}

.testimonial-tab-link._3 {
  position: absolute;
  inset: 50px 65px auto auto;
}

.testimonial-tab-link._4 {
  position: absolute;
}

.testimonial-tab-link._5 {
  position: absolute;
  inset: auto auto 90px 130px;
}

.testimonial-tab-link._6 {
  position: absolute;
  inset: auto 100px 130px auto;
}

.testimonial-tab-link._7 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.testimonial-tab-content {
  z-index: 1;
  overflow: visible;
}

.testimonial-tab-pane {
  position: relative;
}

.testimonial-content {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #00000014;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 35px;
  position: relative;
  box-shadow: 0 2px 40px #d5d5d512;
}

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

.testimonial-rivew-img-wrap {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.testimonial-rivew-point-text {
  color: #101418;
  font-size: 22px;
  font-weight: 600;
}

.testimonial-description-text-wrap {
  margin-bottom: 30px;
}

.testimonial-description {
  color: #5d5d5d;
  max-width: 492px;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-author-name {
  color: #101418;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.testimonial-author-bio {
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 400;
}

.testimonial-content-frame {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -50px 0 auto;
}

.testimonial-tab-image {
  width: 900px;
  position: absolute;
  inset: auto auto -35px -95px;
}

.sponsor-ticker-wrapper {
  border-top: 1px solid #0000001f;
  border-bottom: 1px solid #0000001f;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.sponsor-ticker {
  align-items: center;
  display: flex;
}

.inner-ticker-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.single-sponsor-img {
  margin-right: 130px;
}

.checkout-section {
  background-color: #0000;
  min-height: auto;
  padding: 100px 0 140px;
}

.checkout-header {
  border-color: #0000001f;
  padding: 20px 15px;
}

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

.checkout-content {
  border: 1px solid #0000001f;
  margin-top: 20px;
  padding: 15px;
}

.checkout-input {
  background-color: #0000;
  border-color: #0000001f;
  border-radius: 0;
  height: 48px;
}

.checkout-sticky {
  top: 140px;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

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

.menu-dropdown-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-2 {
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .45s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: var(--colors--primary);
}

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

.dropdown-column-wrapper-2.homes-page {
  width: 160px;
  left: -40px;
  transform: none;
}

.dropdown-column-wrapper-2.homes-page.w--open {
  width: auto;
}

.dropdown-pd.pd-60px {
  background-color: #060606;
  padding: 60px 40px;
}

.dropdown-pd.pd-60px.homes-pd {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0e161c;
  border: 1px solid #ffffff1a;
  width: auto;
  min-width: 360px;
  padding: 20px;
  display: flex;
}

.dropdown-pd.pd-60px {
  border: 1px solid var(--colors--primary-light);
  background-color: var(--colors--black);
  padding: 60px 40px;
}

.dropdown-toggle-text-block {
  color: var(--colors--white);
  text-decoration: none;
  transition: color .35s;
}

.dropdown-toggle-text-block:hover {
  color: var(--colors--primary-light);
}

.dropdown-menu-text-link {
  grid-column-gap: 10px;
  color: var(--colors--white);
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover {
  color: var(--colors--primary);
}

.dropdown-menu-text-link.mb15 {
  margin-bottom: 15px;
}

.dropdown-menu-text-link.mb15.w--current {
  color: var(--colors--primary-light);
}

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

.dropdown-menu-text-link.temp-hide {
  display: none;
}

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

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

.more-temple-text-link {
  color: var(--colors--primary);
  font-size: 18px;
  text-decoration: none;
}

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

.dropdown-toggle {
  color: var(--colors--white);
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .45s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--colors--primary-light);
}

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

.more-temple-text-link-border {
  background-color: var(--colors--primary);
  width: 100%;
  height: 1px;
}

.dropdown-title {
  color: var(--colors--white);
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.dropdown-menu-cms {
  color: var(--colors--primary);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.more-temple-wrapper {
  border-bottom: 1px #000;
  display: inline-block;
}

.dropdown-menu-cms-line {
  background-color: var(--colors--primary);
  width: 10px;
  height: 1px;
}

.dropdown-menu-cms-single {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.navbar-right-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.cart-container {
  background-color: #fff;
  border: 1px solid #ff4c0a;
  min-width: 800px;
  max-width: 800px;
}

.cart-header {
  border-bottom-color: #0000001a;
  padding: 25px 40px;
}

.cart-title {
  color: #101418;
  font-size: 38px;
  font-weight: 600;
}

.cart-close-button {
  cursor: pointer;
  background-color: #ff4c0a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cart-product-image-wrapper {
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.cart-product-image {
  width: 100px;
}

.cart-item {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.cart-product-price {
  color: #ff4c0a;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.cart-quantity-2 {
  color: #5d5d5d;
  border-style: none;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
}

.cart-remove-button {
  color: #101418;
  border: 1px solid #0000001f;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-footer {
  border-top-color: #0000001a;
  padding: 30px 40px 40px;
}

.cart-footer-title, .cart-footer-price {
  color: #101418;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.checkout-button {
  color: #fff;
  background-color: #ff4c0a;
  justify-content: center;
  height: 58px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-single {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.testimonial-slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-mobile-button-wrapper {
  display: 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(--colors--primary);
  padding-bottom: 10px;
}

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

.shop-categories-text-link {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

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

.shop-categories-name {
  font-size: 60px;
  line-height: 70px;
}

.footer-line {
  background-color: #ffffff1a;
  width: 1px;
  height: 100%;
}

.footer-line._1 {
  position: absolute;
  inset: 0% auto auto 12%;
}

.footer-line._2 {
  position: absolute;
  inset: 0% auto auto 49.5%;
}

.footer-line._3 {
  position: absolute;
  inset: 0% 24% auto auto;
}

.reputation-video {
  position: absolute;
}

.banner-linear-shape {
  background-image: linear-gradient(177deg, #070c1100 20.93%, #070c11 84.02%);
  width: 100%;
  height: 918px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-tab-link-active-icon {
  position: absolute;
  inset: 0% 0% auto auto;
}

.ticker {
  align-items: center;
  display: flex;
}

.inner-ticker-image {
  margin-right: 50px;
}

.banner-bottom-line {
  z-index: 1;
  border-bottom: 1px solid #ffffff1f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.preview-banner-title-span {
  color: var(--colors--primary-light);
}

.primary-button-2 {
  color: #fdffff;
  background-color: #8d987d;
  border: 1px solid #8d987d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-2:hover {
  color: #010101;
  background-color: #fdffff;
  border-color: #88835a;
}

.image-background {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-background.low-opacity {
  opacity: .15;
}

.pagination {
  margin-top: 40px;
}

.blog-post-date-inner {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.topbar {
  background-color: var(--colors--black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.topbar-layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.topbar-block {
  grid-column-gap: 8px;
  color: var(--colors--light-grey);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.topbar-block:hover {
  color: var(--colors--primary-light);
}

.topbar-icon-wrap {
  width: 16px;
}

.topbar-icon {
  color: var(--colors--primary-light);
  width: 16px;
  height: 16px;
}

.topbar-text {
  font-size: 15px;
  line-height: 20px;
}

.icon-star {
  color: var(--colors--secondary);
  width: 32px;
  height: 32px;
}

.buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.header-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.icon-benefit {
  color: var(--colors--white);
  width: 24px;
  height: 24px;
}

.grid-2c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.testimonial-embed {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.area-item {
  border: 1px solid var(--colors--light-grey);
  background-color: var(--colors--subtle-grey);
  color: var(--colors--black);
  text-align: center;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s, border-color .4s, background-color .4s;
}

.area-item:hover {
  border-color: var(--colors--primary);
  background-color: var(--colors--primary-light);
  color: var(--colors--white);
}

.services-name-three {
  color: #101418;
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.image-wrapper {
  position: relative;
}

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

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.85fr 1fr;
  align-items: start;
  position: relative;
}

.service-form-wrapper {
  border: 1px solid var(--colors--primary-light);
  background-color: var(--colors--subtle-grey);
  margin-top: 40px;
  padding: 20px;
  position: sticky;
  top: 40px;
}

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

.service-form {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.service-form-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.service-form-label {
  color: #101418;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
}

.service-form-input-field {
  background-color: #fff;
  border: 1px solid #0000001f;
  height: 48px;
  margin-bottom: 0;
  padding: 0 14px;
  font-size: 16px;
}

.service-form-input-field:focus {
  border-color: var(--colors--primary);
}

.service-form-input-field::placeholder {
  color: #5d5d5d;
}

.service-form-input-field.textarea {
  height: auto;
  min-height: 144px;
  padding-top: 10px;
}

.preloader-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 18px;
  display: flex;
}

.preloader-text {
  color: var(--colors--white);
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

@media screen and (min-width: 1920px) {
  .blog-post-image {
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0e161c;
    max-height: 95vh;
    padding: 40px 25px;
    overflow: auto;
  }

  .nav-link {
    margin-bottom: 20px;
  }

  .nav-link.is-login {
    display: none;
  }

  .primary-button {
    padding: 16px 25px;
  }

  .primary-button.desktop {
    display: none;
  }

  .primary-button.mobile {
    display: flex;
  }

  .section.banner-section {
    background-attachment: scroll;
    padding-top: 210px;
    padding-bottom: 0;
  }

  .section.reputation {
    margin-top: 0;
  }

  .section.about-us-section, .section.standard {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.choose-us {
    padding-bottom: 150px;
  }

  .section.recent-work {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer-section {
    padding-top: 100px;
  }

  .section.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.team-member-section, .section.blog-section {
    padding-bottom: 100px;
  }

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

  .section.faq-section {
    padding-bottom: 100px;
  }

  .section.faq-section.padding-top-145, .section.book-solutions {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.banner-section-hv2 {
    padding-top: 200px;
    padding-bottom: 330px;
  }

  .section.changelog-section, .section.license-section, .section.style-guide-section, .section.testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-us-section-hv2 {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.cta-section {
    padding-top: 100px;
  }

  .section.packages-section, .section.contact-us, .section.shop-product, .section.shop-single, .section.projects-section, .section.project-details {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.service-details-section, .section.about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.core-values-section, .section.about-our-mission {
    padding-bottom: 100px;
  }

  .section.hero {
    padding-top: 60px;
  }

  .section.project-section, .section.exparts-section, .section.testimonial {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .section.blog-post {
    padding-bottom: 60px;
  }

  .section.default, .section.service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-wrapper {
    grid-row-gap: 90px;
    flex-direction: column;
  }

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

  .banner-title-tag-wrapper.center {
    justify-content: center;
  }

  .banner-title {
    font-size: 68px;
    line-height: 78px;
  }

  .banner-description-text {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-left-content {
    text-align: center;
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .banner-right-content {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-hero-main-image {
    width: 500px;
  }

  .banner-hero-image-right {
    width: 300px;
    inset: auto 0% 0% auto;
  }

  .banner-hero-image-left {
    width: 300px;
  }

  .banner-button-wrapper {
    justify-content: center;
  }

  .reputation-wrapper {
    flex-direction: column;
  }

  .reputation-left-content {
    width: 100%;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .reputation-title {
    max-width: 600px;
    font-size: 42px;
    line-height: 52px;
  }

  .reputation-description-text {
    max-width: 550px;
  }

  .instrument-image {
    width: 150px;
  }

  .reputation-right-content {
    width: 100%;
  }

  .reputation-single-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reputation-single-wrapper._1 {
    border-left: 1px solid #0000001f;
  }

  .reputation-single-wrapper._2 {
    border-right-style: none;
  }

  .reputation-single-wrapper._3 {
    border-bottom-style: none;
    border-left: 1px solid #0000001f;
  }

  .reputation-single-wrapper._4 {
    border-bottom-style: none;
    border-right-style: none;
  }

  .numbers.two {
    justify-content: center;
    height: 60px;
  }

  .number-digit, .number-categories {
    font-size: 50px;
    line-height: 60px;
  }

  .about-us-wrapper {
    flex-direction: column;
  }

  .about-us-top-content {
    grid-row-gap: 30px;
    border-width: 5px;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 40px 30px;
  }

  .about-us-left-content {
    width: 100%;
    max-width: 640px;
  }

  .title-tag-wrapper.center {
    justify-content: center;
    margin-bottom: 15px;
  }

  .title-tag-line {
    width: 40px;
  }

  .about-us-title {
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 62px;
  }

  .about-us-right-content {
    width: 100%;
    max-width: 575px;
    padding-top: 0;
  }

  .about-us-bottom-content {
    margin-top: 0;
  }

  .about-choice-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .about-feature-wrapper {
    grid-row-gap: 25px;
    width: 100%;
  }

  .about-right-content {
    width: 100%;
    max-width: 737px;
  }

  .about-left-content {
    width: 100%;
    padding-bottom: 0;
  }

  .about-image-wrapper {
    width: 100%;
    max-width: 450px;
  }

  .best-home-service-award-wrapper {
    width: 100%;
    max-width: 288px;
  }

  .best-home-service-award-image-wrap {
    margin-bottom: 30px;
  }

  .best-home-service-award-image {
    width: 70px;
  }

  .best-home-service-award-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .best-home-service-award-title {
    font-size: 22px;
    line-height: 32px;
  }

  .about-shape {
    top: -70px;
  }

  .services-wrapper {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-layout {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1.5fr;
    justify-content: center;
    place-items: start center;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .header-layout.padding-extra {
    margin-bottom: 60px;
    padding-bottom: 90px;
  }

  .services-section-title-left-content {
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    font-size: 45px;
    line-height: 55px;
  }

  .services-section-description-button-wrapper {
    text-align: center;
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-tabs {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .services-tab-link.w--current {
    background-position: 100%;
    background-size: 617px;
  }

  .services-tab-icon-wrapper {
    height: 95px;
  }

  .services-single-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .choose-us-content {
    padding-top: 100px;
  }

  .choose-us-section-title-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .choose-us-section-title-single {
    width: 100%;
  }

  .choose-us-section-title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 58px;
  }

  .choose-us-section-description-button-wrapper {
    width: 100%;
  }

  .choose-us-section-description-text {
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
  }

  .choose-us-button-wrapper {
    justify-content: center;
  }

  .choose-us-bottom-content {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .choose-us-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .choose-us-card-wrapper.top {
    margin-bottom: 20px;
  }

  .choose-us-image-wrapper {
    order: 1;
    width: 100%;
    max-width: 600px;
  }

  .choose-us-image-shape {
    height: 600px;
  }

  .recent-work-top-content {
    grid-row-gap: 10px;
    flex-direction: column;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .recent-work-title-wrapper {
    text-align: center;
    width: 100%;
  }

  .recent-work-title {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 58px;
  }

  .recent-work-description-wrapper {
    text-align: center;
    width: 100%;
  }

  .recent-work-description-text {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }

  .recent-work-slider-title-line {
    grid-column-gap: 20px;
  }

  .recent-work-slider-line {
    max-width: 360px;
  }

  .project-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-name {
    font-size: 36px;
    line-height: 46px;
  }

  .recent-work-button-wrapper {
    margin-top: 50px;
  }

  .footer-top-content {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
  }

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

  .footer-social-media-wrapper {
    justify-content: center;
  }

  .footer-form-wrapper, .footer-form-input-field, .footer-form-input-field-wrapper {
    width: 100%;
  }

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

  .footer-menu-grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: start center;
    width: 100%;
  }

  .footer-menu-single-wrapper {
    width: 100%;
  }

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

  .footer-menu-list-wrapper {
    grid-row-gap: 25px;
  }

  .footer-menu-contact-wrap {
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-menu-text-block {
    max-width: none;
  }

  .cta-wrapper {
    padding: 80px 30px;
  }

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

  .cta-heading {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 58px;
  }

  .cta-description-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button-wrapper {
    justify-content: center;
  }

  .cta-contact-wrapper {
    grid-column-gap: 10px;
  }

  .cta-contact-number {
    font-size: 22px;
  }

  .cta-image {
    display: none;
    position: static;
  }

  .team-member-top-content {
    padding-top: 94px;
  }

  .team-member-section-title-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-section-title-single-wrapper {
    width: 100%;
  }

  .team-member-section-title {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 58px;
  }

  .team-member-section-description-button-wrapper {
    width: 100%;
  }

  .team-member-section-description-text {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-popup-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .blog-post-top-wrapper {
    flex-direction: column;
  }

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

  .blog-post-right-content {
    width: 100%;
    margin-left: 0;
    padding: 40px 25px;
  }

  .blogs-categories-name {
    margin-bottom: 15px;
    padding: 9px 10px;
  }

  .blog-post-name {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 39px;
  }

  .blog-post-date-edit-wrapper {
    grid-column-gap: 7px;
  }

  .blog-post-date-wrapper {
    grid-column-gap: 8px;
  }

  .blog-post-date-text-block {
    font-size: 15px;
  }

  .blog-post-date-line {
    height: 15px;
  }

  .blog-section-title-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section-title-wrapper.mb0 {
    border-bottom-style: none;
  }

  .blog-section-title-single-wrapper, .blog-section-title-single-wrapper.choose-us {
    width: 100%;
  }

  .blog-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .blog-section-description-button-wrapper {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section-description-button-wrapper.choose-us {
    width: 100%;
  }

  .blog-section-description-text {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section-button-wrapper.center {
    justify-content: center;
    align-items: center;
  }

  .blog-post-list {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-content {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-name {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 31px;
  }

  .faq-section-title-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
  }

  .faq-section-title-single-wrapper {
    width: 100%;
    max-width: 700px;
  }

  .faq-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .faq-section-description-wrapper {
    width: 100%;
    max-width: 730px;
  }

  .faq {
    margin-bottom: 15px;
  }

  .faq-singel-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .book-solutions-content {
    max-width: 760px;
  }

  .book-solutions-single {
    grid-row-gap: 30px;
    flex-direction: column;
    padding: 100px 20px;
    display: flex;
  }

  .book-solutions-left-content {
    width: 100%;
  }

  .book-solutions-title {
    text-align: center;
    max-width: 670px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 58px;
  }

  .book-solutions-contact {
    width: 100%;
    position: static;
  }

  .book-solutions-video-wrapper {
    width: 100%;
    margin-top: 40px;
    display: none;
    position: static;
  }

  .book-solutions-thumbnail-image-wrapper {
    width: 100%;
  }

  .book-solutions-video-shape {
    display: none;
  }

  .book-solutions-image {
    display: none;
    inset: auto 0% 0% auto;
  }

  .banner-home-v2-content {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .banner-hero-image-wrapper-hv2 {
    width: 100%;
    max-width: 500px;
  }

  .banner-hv2-right-content {
    text-align: center;
    width: 100%;
    max-width: 750px;
  }

  .banner-title-hv2 {
    font-size: 56px;
    line-height: 66px;
  }

  .banner-hv2-description {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .banner-hero-images {
    margin-top: -180px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-hero-images-wrapper {
    padding-top: 10px;
    padding-left: 10px;
  }

  .banner-hero-image-shape {
    width: 200px;
  }

  .inner-banner-title {
    font-size: 46px;
    line-height: 56px;
  }

  .password-protected-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .password-protected-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .password-protected-image-wrapper {
    width: 150px;
    height: 150px;
  }

  .changelog-wrapper-2 {
    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;
  }

  .icon-grid {
    grid-column-gap: 30px;
  }

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

  .license-details-text {
    max-width: 700px;
    font-size: 17px;
    line-height: 27px;
  }

  .license-title {
    font-size: 42px;
    line-height: 52px;
  }

  .license-image-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .style-guide-wrapper {
    grid-row-gap: 70px;
  }

  .style-guide-single-wrapper {
    padding-bottom: 60px;
  }

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

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-color-plate-single {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .achievements-top-content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .achievements-top-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .achievements-title-left-content {
    text-align: center;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .achievements-title {
    font-size: 48px;
    line-height: 58px;
  }

  .achievements-image-wrapper {
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .achievements-bottom-content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .achievements-wrapper {
    flex-direction: column;
  }

  .achievements-single-left-content {
    width: 100%;
    padding: 120px 30px 100px;
  }

  .achievements-text-wrapper {
    max-width: 600px;
  }

  .achievements-single-image {
    width: 200px;
  }

  .achievements-single-right-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .achievements-form-single {
    grid-column-gap: 20px;
  }

  .team-member-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-member-section-title-wrapper-hv2 {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-member-section-title-left-content {
    width: 100%;
    max-width: 710px;
  }

  .team-member-section-title-hv2 {
    font-size: 48px;
    line-height: 58px;
  }

  .team-member-section-title-right-content {
    width: 100%;
    max-width: 500px;
  }

  .team-member-bottom-content-wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .team-member-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .testimonial-section-title-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-section-title-single {
    text-align: center;
    width: 100%;
    max-width: 700px;
  }

  .testimonial-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .testimonial-description-text-wrapper {
    text-align: center;
    width: 100%;
    max-width: 700px;
  }

  .testimonial-section-title-line {
    max-width: 550px;
  }

  .testimonial-slider-mask {
    max-width: 100%;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-details-wrapper {
    z-index: 1;
  }

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

  .about-us-section-title-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .about-us-section-title-single {
    text-align: center;
    width: 100%;
    max-width: 700px;
  }

  .about-us-section-title {
    font-size: 46px;
    line-height: 56px;
  }

  .about-us-description-text-hv2 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-counter-wrapper {
    width: 100%;
  }

  .about-us-tab-menu {
    grid-column-gap: 5px;
    margin-bottom: 40px;
    position: static;
    inset: 50% auto auto 0%;
    transform: translate(0);
  }

  .about-us-tab-link {
    border: 1px solid #0000001a;
    width: 100%;
    padding: 20px 15px;
  }

  .about-us-tab-link._1, .about-us-tab-link._2, .about-us-tab-link._3, .about-us-tab-link._4 {
    top: 0;
  }

  .about-us-tab-link-title {
    font-size: 18px;
  }

  .about-us-tab-link-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .about-us-tab-link-image1, .about-us-tab-link-image2, .about-us-tab-link-image3, .about-us-tab-link-image4 {
    display: none;
  }

  .hv2-services-section-title-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .hv2-services-section-title-single {
    text-align: center;
    width: 100%;
  }

  .hv2-services-section-title {
    font-size: 44px;
    line-height: 54px;
  }

  .hv2-services-section-description-button-wrapper {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .services-tab-menu {
    grid-row-gap: 20px;
  }

  .services-tab-link-hv2 {
    justify-content: center;
  }

  .services-content-tab {
    padding: 25px;
  }

  .services-tab-single {
    grid-column-gap: 20px;
  }

  .services-tab-image-wrapper {
    width: 100%;
    max-width: 300px;
  }

  .services-tab-details-wrap {
    width: 100%;
    max-width: 400px;
  }

  .services-tab-icon-wrapper-hv2 {
    margin-bottom: 20px;
  }

  .services-tab-icon {
    width: 45px;
  }

  .services-description-hv2 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .services-feature-list-wrap {
    grid-row-gap: 10px;
  }

  .services-feature-list-single {
    grid-column-gap: 5px;
    font-size: 18px;
  }

  .choose-us-cta-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .benefits-layout {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .image-full {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .choose-us-image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .features-choose-us {
    width: 100%;
  }

  .choose-us-linner-shape {
    width: 100%;
    max-width: 100%;
    height: 460px;
    left: 0;
  }

  .cta-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .cta-calendar {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-calendar.about {
    width: 100%;
  }

  .cta-calendar-year-text {
    font-size: 65px;
  }

  .cta-job-experience-title {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 38px;
  }

  .cta-job-experience-text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-calendar-description-text {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .cta-main {
    max-width: 750px;
  }

  .cta-date {
    padding: 10px 30px;
    font-size: 18px;
    top: 6%;
    left: -10%;
  }

  .cta-date.two {
    top: 9%;
    left: -4%;
  }

  .cta-image-wrapper {
    display: none;
  }

  .cta-contact {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-contact-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .cta-contact-number-wrapper {
    grid-column-gap: 10px;
    margin-top: 20px;
  }

  .cta-contact-number-text {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-bottom-content {
    flex-direction: column;
  }

  .our-trusted {
    width: 100%;
    padding: 60px 30px;
  }

  .our-trusted-title-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .package-single-wrapper {
    width: 850px;
    padding: 20px 20px 40px;
  }

  .package-title-wrapper {
    padding: 20px;
  }

  .package-title {
    font-size: 20px;
  }

  .package-table-single {
    padding: 20px;
  }

  .package-table-single-title {
    font-size: 20px;
    line-height: 30px;
  }

  .estimated-cost-wrap {
    padding-right: 20px;
  }

  .estimated-cost-text-block {
    font-size: 20px;
  }

  .contact-us-wrapper {
    grid-row-gap: 100px;
  }

  .contact-us-office-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-office-details-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .office-infermation-wrappers {
    grid-row-gap: 15px;
  }

  .office-infermation-single {
    grid-column-gap: 10px;
  }

  .office-infermation-icon-wrap {
    width: 25px;
    height: 25px;
  }

  .office-infermation-text {
    font-size: 16px;
  }

  .contact-us-title {
    font-size: 48px;
    line-height: 58px;
  }

  .contact-us-form-wrapper {
    padding: 60px 30px;
  }

  .contact-us-form-main {
    grid-column-gap: 20px;
  }

  .contact-us-form-field-label {
    font-size: 18px;
  }

  .contact-us-form-input {
    height: 50px;
    font-size: 18px;
  }

  .contact-us-textarea {
    min-height: 230px;
    font-size: 18px;
  }

  .product-collection-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .shop-details-wrapper {
    grid-row-gap: 100px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .shop-details-top-content {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .shop-details-image-wrapper {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-details-text-content {
    width: 100%;
    max-width: 100%;
  }

  .product-details-name {
    font-size: 48px;
    line-height: 58px;
  }

  .product-details-description-text {
    max-width: 600px;
  }

  .shop-details-cart-button-wrapper {
    max-width: 100%;
  }

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

  .shop-details-bottom-content {
    padding-top: 51px;
    padding-left: 0;
  }

  .shop-details-rich-content h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .shop-details-rich-content p {
    font-size: 17px;
    line-height: 27px;
  }

  .shop-details-rich-content li {
    line-height: 28px;
  }

  .projects-collection-list {
    grid-template-columns: 1fr;
  }

  .project-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-details-left-content {
    width: 100%;
  }

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

  .project-details-name {
    max-width: 100%;
    font-size: 40px;
  }

  .project-details-rich-content-wrapper {
    margin-bottom: 20px;
  }

  .project-details-rich-text h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .project-details-bottom-image-wrap {
    grid-column-gap: 0px;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .project-details-bottom-image {
    width: 49%;
  }

  .project-details-single-description-wrap {
    grid-row-gap: 20px;
  }

  .project-details-single-description {
    font-size: 17px;
    line-height: 27px;
  }

  .project-details-right-content {
    width: 100%;
  }

  .project-infermation-wrap {
    padding: 25px;
    position: static;
  }

  .services-collection-list-two {
    grid-template-columns: 1fr 1fr;
  }

  .services-name-description {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-name-two {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .services-description {
    font-size: 16px;
    line-height: 26px;
  }

  .services-icon-wrap {
    width: 70px;
    height: 70px;
    left: 20px;
  }

  .service-details-wrapper {
    max-width: 760px;
  }

  .service-details-name {
    font-size: 48px;
    line-height: 58px;
  }

  .service-details-rich-text h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .service-details-rich-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .service-details-rich-text li {
    line-height: 28px;
  }

  .insights-wrapper {
    grid-row-gap: 100px;
  }

  .blog-categories-wrapper {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .blog-categories-title {
    font-size: 48px;
    line-height: 58px;
  }

  .blog-details-top-content {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .blog-details-name {
    font-size: 36px;
    line-height: 46px;
  }

  .blog-details-author-wrapper {
    margin-top: 30px;
  }

  .blog-details-rich-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content blockquote {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 19px;
    line-height: 29px;
  }

  .blog-details-rich-content li {
    font-size: 18px;
  }

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

  .blog-details-rich-content.tablet-center {
    text-align: center;
  }

  .about-wrapper {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-title-single-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .about-title-box {
    width: 100%;
  }

  .about-title {
    font-size: 48px;
    line-height: 58px;
  }

  .about-description-text-wrapper {
    width: 100%;
    max-width: 650px;
  }

  .about-description-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-main-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-left-image-wrapper, .about-right-image-wrapper {
    width: 100%;
  }

  .about-right-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .core-values-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .core-values-image-wrapper {
    width: 110px;
    height: 110px;
  }

  .core-values-image {
    width: 40px;
  }

  .about-our-mission-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px;
  }

  .about-our-mission-image-wrapper, .about-our-mission-tab-content {
    width: 100%;
  }

  .about-our-mission-title {
    font-size: 48px;
    line-height: 58px;
  }

  .about-counter-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-counter-wrapper {
    padding: 40px 30px;
  }

  .about-counter-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .previwe-nav-menu {
    background-color: #030506;
    padding: 40px 20px;
  }

  .preview-nav-link {
    color: #fff;
    margin-bottom: 20px;
  }

  .previwe-banner-content {
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-banner-title {
    font-size: 56px;
    line-height: 66px;
  }

  .preview-banner-description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 28px;
  }

  .previwe-banner-title-description {
    margin-bottom: 20px;
  }

  .preview-banner-bottom-content {
    max-width: 755px;
    padding-top: 80px;
  }

  .preview-banner-top-content {
    margin-bottom: 40px;
  }

  .previwe-banner-left-image-wrap {
    width: 100%;
    max-width: 220px;
    margin-right: -50px;
  }

  .previwe-banner-middle-image-wrap {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .previwe-banner-right-image-wrap {
    width: 100%;
    max-width: 220px;
    margin-left: -50px;
  }

  .demo-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .demo-section-description-text {
    max-width: 650px;
    font-size: 17px;
    line-height: 27px;
  }

  .single-demo {
    padding: 20px;
  }

  .project-section-title-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-section-single-title-wrap {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-section-single-title {
    font-size: 48px;
    line-height: 58px;
  }

  .project-single {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .project-single:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-header-left-content {
    grid-column-gap: 10px;
    width: 100%;
    max-width: 444px;
  }

  .project-header-number {
    font-size: 25px;
  }

  .project-header-name {
    font-size: 26px;
    line-height: 36px;
  }

  .project-header-link-block {
    width: 50px;
    height: 50px;
  }

  .project-header-link-arrow-icon {
    width: 18px;
  }

  .project-header-location-line {
    display: none;
  }

  .project-header-location-text, .project-header-date {
    font-size: 16px;
  }

  .project-bottom-content {
    padding-left: 68px;
  }

  .project-tag-hv2 {
    font-size: 17px;
  }

  .project-image-hv2 {
    height: 100%;
  }

  .exparts-section-title-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .exparts-section-title-single {
    width: 100%;
  }

  .exparts-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .exparts-section-description-wrapper {
    width: 100%;
  }

  .testimonial-sec-title-wrap {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-sec-title-single {
    width: 100%;
    max-width: 625px;
  }

  .testimonial-sec-title {
    font-size: 48px;
    line-height: 58px;
  }

  .testimonial-sec-description-wrapper {
    width: 100%;
    max-width: 710px;
  }

  .testimonial-tab-wrapper {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-tabs {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .testimonial-tab-menu {
    height: 426px;
  }

  .testimonial-tab-image {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    inset: 4% auto auto 0%;
  }

  .sponsor-ticker-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .single-sponsor-img {
    width: 120px;
    margin-right: 40px;
  }

  .menu-dropdown-wrapper {
    margin-bottom: 20px;
    display: block;
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
  }

  .dropdown-column-wrapper-2.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrapper-2.homes-page {
    left: 0;
  }

  .dropdown-column-wrapper-2.homes-page.w--open {
    padding-top: 0;
    position: relative;
  }

  .dropdown-pd.pd-60px.homes-pd {
    border-style: none;
    flex-flow: row;
    min-width: 0;
    height: auto;
    display: flex;
  }

  .dropdown-pd.pd-60px {
    height: auto;
    overflow: visible;
  }

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

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .navbar-right-content {
    grid-column-gap: 15px;
  }

  .cart-container {
    min-width: 700px;
    max-width: 700px;
  }

  .testimonial-slide-img {
    z-index: 0;
  }

  .menu-button {
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .mobile-menu-button, .navbar-mobile-button-wrapper {
    align-items: flex-start;
    display: flex;
  }

  .image {
    height: 100%;
  }

  .package-main {
    overflow: auto;
  }

  .shop-categories-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .shop-categories-name {
    font-size: 48px;
    line-height: 58px;
  }

  .footer-line._1, .footer-line._2, .footer-line._3 {
    display: none;
  }

  .primary-button-2 {
    padding: 16px 25px;
  }

  .topbar-text {
    max-width: none;
  }

  .buttons-wrapper {
    justify-content: center;
    align-items: center;
  }

  .header-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-2c {
    grid-template-columns: 1fr;
  }

  .services-name-three {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

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

  .service-form-stack {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 68px;
    line-height: 78px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-logo-wrapper {
    flex: none;
  }

  .nav-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-logo-image {
    height: 60px;
  }

  .primary-button {
    padding: 15px 20px;
    font-size: 16px;
  }

  .section.banner-section {
    padding-top: 170px;
  }

  .section.about-us-section, .section.standard {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.choose-us {
    padding-bottom: 130px;
  }

  .section.recent-work {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta, .section.team-member-section, .section.blog-section {
    padding-bottom: 80px;
  }

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

  .section.faq-section {
    padding-bottom: 80px;
  }

  .section.faq-section.padding-top-145, .section.book-solutions {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.banner-section-hv2 {
    padding-top: 180px;
    padding-bottom: 170px;
  }

  .section.changelog-section, .section.license-section, .section.style-guide-section, .section.testimonial-section, .section.about-us-section-hv2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta-section {
    padding-top: 80px;
  }

  .section.packages-section, .section.contact-us, .section.shop-product, .section.shop-single, .section.projects-section, .section.project-details, .section.services, .section.service-details-section, .section.insights-section, .section.about-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.core-values-section, .section.about-our-mission {
    padding-bottom: 80px;
  }

  .section.project-section, .section.exparts-section, .section.testimonial, .section.shop-categories {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-title-tag-wrapper {
    margin-bottom: 20px;
  }

  .banner-title-tag-wrapper.center {
    grid-column-gap: 10px;
  }

  .banner-subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-title {
    font-size: 42px;
    line-height: 52px;
  }

  .banner-left-content {
    max-width: 450px;
  }

  .banner-right-content {
    max-width: 400px;
  }

  .banner-hero-main-image {
    width: 300px;
  }

  .banner-hero-image-right, .banner-hero-image-left {
    width: 190px;
  }

  .reputation-left-content {
    padding: 50px 20px 90px;
  }

  .reputation-title {
    max-width: 410px;
    font-size: 34px;
    line-height: 44px;
  }

  .reputation-description-text {
    max-width: 410px;
    font-size: 15px;
    line-height: 25px;
  }

  .instrument-image {
    width: 100px;
  }

  .reputation-single-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .numbers.two {
    height: 46px;
  }

  .number-digit, .number-digit._2 {
    font-size: 42px;
    line-height: 52px;
  }

  .number-digit.white {
    font-size: 36px;
    line-height: 46px;
  }

  .number-categories, .number-categories._2 {
    font-size: 42px;
    line-height: 52px;
  }

  .number-categories.white {
    font-size: 36px;
    line-height: 46px;
  }

  .reputation-number-text {
    font-size: 16px;
  }

  .reputation-circel {
    width: 120px;
    height: 120px;
  }

  .reputation-circel-image {
    width: 40px;
  }

  .about-us-top-content {
    grid-row-gap: 20px;
    border-width: 3px;
    margin-bottom: 30px;
    padding: 30px 20px;
  }

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

  .title-tag-wrapper {
    margin-bottom: 15px;
  }

  .title-tag-wrapper.center {
    grid-column-gap: 10px;
  }

  .title-tag-line {
    width: 30px;
  }

  .title-tag {
    font-size: 16px;
    line-height: 26px;
  }

  .about-us-title {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 48px;
  }

  .about-us-team-image-description {
    max-width: 295px;
  }

  .about-us-team-image-wrapper {
    width: 112px;
  }

  .about-us-team-image {
    width: 50px;
  }

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

  .about-us-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .about-feature-text-wrapper {
    width: 301px;
  }

  .about-feature-title {
    font-size: 20px;
    line-height: 30px;
  }

  .about-feature-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .about-right-content {
    flex-direction: column;
    max-width: 100%;
  }

  .about-image-wrapper {
    max-width: 100%;
  }

  .best-home-service-award-wrapper {
    text-align: center;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .best-home-service-award-image-wrap {
    margin-bottom: 20px;
  }

  .best-home-service-award-image {
    width: 50px;
  }

  .best-home-service-award-text-wrapper {
    text-align: center;
  }

  .best-home-service-award-title {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    line-height: 29px;
  }

  .about-shape {
    display: none;
  }

  .services-wrapper {
    max-width: 450px;
  }

  .section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .services-section-description-button-wrapper {
    max-width: 425px;
  }

  .section-description {
    font-size: 16px;
    line-height: 26px;
  }

  .services-tab-link {
    grid-column-gap: 20px;
    font-size: 20px;
  }

  .services-tab-link.w--current {
    background-size: 330px 100%;
  }

  .services-tab-icon-wrapper {
    height: 80px;
  }

  .services-tab-icon-main, .services-tab-icon-two {
    width: 40px;
  }

  .services-single-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-single-details {
    width: 100%;
    max-width: 420px;
    padding-top: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .services-icon-wrapper {
    margin-bottom: 30px;
  }

  .services-name {
    font-size: 24px;
  }

  .services-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-content {
    padding-top: 80px;
  }

  .choose-us-section-title-wrapper {
    max-width: 450px;
    padding-bottom: 40px;
  }

  .choose-us-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .choose-us-section-description-text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-card-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .choose-us-card-wrapper.top {
    grid-template-columns: 1fr;
  }

  .choose-us-description {
    max-width: 480px;
  }

  .choose-us-image-wrapper {
    max-width: 380px;
  }

  .choose-us-hero-main-image {
    width: 300px;
  }

  .choose-us-hero-image-left, .choose-us-hero-image-right {
    width: 190px;
  }

  .choose-us-image-shape {
    height: 440px;
  }

  .recent-work-top-content {
    max-width: 450px;
    margin-bottom: 60px;
  }

  .recent-work-title {
    font-size: 38px;
    line-height: 48px;
  }

  .recent-work-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .recent-work-slider-title-line {
    display: inline-block;
  }

  .recent-work-slider-line {
    max-width: 200px;
    display: none;
  }

  .project-image {
    object-fit: cover;
    height: 500px;
  }

  .project-content {
    max-width: 450px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-name {
    font-size: 28px;
    line-height: 38px;
  }

  .project-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .project-slide-arrow.left, .project-slide-arrow.right {
    top: -19%;
  }

  .recent-work-button-wrapper {
    margin-top: 40px;
  }

  .footer-top-content {
    grid-row-gap: 40px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .footer-details-text {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .footer-social-media-link-block {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .footer-form-single-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .footer-form-input-field {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-form-input-submit-button {
    width: 100%;
  }

  .footer-form-input-text-field {
    font-size: 20px;
  }

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

  .footer-menu-title {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-menu-text-link {
    font-size: 16px;
  }

  .footer-menu-single {
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .footer-menu-contact-single {
    grid-column-gap: 8px;
  }

  .footer-menu-text-block {
    font-size: 16px;
  }

  .footer-infermation-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-infermation-text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .cta-wrapper {
    padding: 60px 15px;
  }

  .cta-content {
    max-width: 430px;
  }

  .cta-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .cta-description-text {
    max-width: 450px;
    font-size: 17px;
    line-height: 27px;
  }

  .cta-button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cta-contact-icon {
    width: 25px;
  }

  .cta-contact-number {
    font-size: 18px;
    line-height: 28px;
  }

  .team-member-top-content {
    padding-top: 80px;
  }

  .team-member-section-title-wrapper {
    max-width: 450px;
  }

  .team-member-section-title {
    max-width: 450px;
    font-size: 38px;
    line-height: 48px;
  }

  .team-member-section-description-text {
    max-width: 450px;
    font-size: 17px;
    line-height: 27px;
  }

  .team-member-wrapper {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-top-image {
    object-fit: cover;
    max-height: 320px;
  }

  .blog-post-right-content {
    padding: 25px 15px;
  }

  .blog-post-name {
    font-size: 26px;
    line-height: 36px;
  }

  .blog-section-title-wrapper {
    grid-row-gap: 10px;
    max-width: 450px;
  }

  .blog-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .blog-section-description-button-wrapper {
    max-width: 480px;
  }

  .blog-section-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-post-list {
    grid-template-columns: 1fr;
  }

  .blog-post-image {
    min-height: 240px;
    max-height: 240px;
  }

  .faq-section-title-wrapper {
    grid-row-gap: 10px;
  }

  .faq-section-title-single-wrapper {
    max-width: 450px;
  }

  .faq-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .faq-section-description-wrapper {
    max-width: 450px;
  }

  .faq-section-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .faq-arrow-icon-wrapper {
    text-align: center;
  }

  .paragraph.for-faq {
    max-width: 394px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.for-answer {
    max-width: 370px;
  }

  .faq-question {
    max-width: 365px;
    font-size: 20px;
    line-height: 30px;
  }

  .faq-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-singel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book-solutions-single {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .book-solutions-title {
    max-width: 450px;
    font-size: 33px;
    line-height: 43px;
  }

  .book-solutions-dropdown {
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-solutions-header-title {
    font-size: 22px;
    line-height: 32px;
  }

  .book-solutions-contact {
    padding: 35px 20px;
  }

  .book-solutions-form-submit-button {
    height: 52px;
    font-size: 16px;
  }

  .banner-home-v2-content {
    grid-row-gap: 40px;
  }

  .banner-hero-image-wrapper-hv2 {
    max-width: 350px;
  }

  .banner-hv2-right-content {
    max-width: 450px;
  }

  .banner-title-hv2 {
    font-size: 48px;
    line-height: 58px;
  }

  .banner-hero-images {
    margin-top: -60px;
  }

  .banner-hero-images-grid {
    grid-column-gap: 10px;
  }

  .banner-hero-images-wrapper.middle {
    margin-top: -30px;
  }

  .banner-hero-image-shape {
    width: 110px;
  }

  .inner-banner-title {
    font-size: 38px;
    line-height: 48px;
  }

  .password-protected-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .password-protected-wrapper {
    max-width: 460px;
    padding: 50px 20px;
  }

  .password-protected-image-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }

  .password-protected-image {
    width: 40px;
  }

  .password-protected-text-wrapper {
    margin-bottom: 30px;
  }

  .password-protected-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .password-protected-text-field, .password-protected-submit-button {
    height: 48px;
  }

  .changelog-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .changelog-wrapper-2 {
    grid-row-gap: 30px;
  }

  .changelog-list-single-wrapper {
    grid-column-gap: 10px;
  }

  .changelog-single-content {
    padding: 25px 20px;
  }

  .changelog-list-text-block {
    font-size: 17px;
  }

  .license-icon-wrapper {
    max-width: 400px;
  }

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

  .license-details-text {
    font-size: 16px;
    line-height: 26px;
  }

  .license-title {
    font-size: 36px;
    line-height: 46px;
  }

  .license-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-text-wrapper {
    margin-bottom: 40px;
  }

  .license-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .license-icon {
    width: 30px;
  }

  .style-guide-single-wrapper {
    padding-bottom: 30px;
  }

  .style-guide-title-tag-wrapper {
    margin-bottom: 30px;
    padding: 10px 20px;
  }

  .style-guide-title-tag {
    font-weight: 400;
  }

  .style-guide-color-plate-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .typography-description {
    font-size: 16px;
    line-height: 26px;
  }

  .buttons-and-components {
    grid-column-gap: 15px;
  }

  .achievements-top-content {
    padding-top: 80px;
  }

  .achievements-title-left-content {
    max-width: 450px;
  }

  .achievements-title {
    font-size: 38px;
    line-height: 48px;
  }

  .achievements-image-wrapper {
    grid-column-gap: 15px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .achievements-image {
    width: 70px;
  }

  .achievements-image.middle {
    width: 90px;
  }

  .achievements-single-left-content {
    padding: 100px 15px 60px;
  }

  .achievements-text-wrapper {
    max-width: 380px;
  }

  .achievements-single-title {
    font-size: 32px;
    line-height: 42px;
  }

  .achievements-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .achievements-single-image {
    width: 150px;
  }

  .achievements-single-right-content {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .achievements-form-single {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .team-member-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-member-section-title-left-content {
    max-width: 450px;
  }

  .team-member-section-title-hv2 {
    font-size: 38px;
    line-height: 48px;
  }

  .team-member-section-title-right-content {
    max-width: 420px;
  }

  .team-member-section-description {
    font-size: 17px;
    line-height: 27px;
  }

  .team-member-bottom-content-wrapper {
    max-width: 480px;
  }

  .team-member-tab-icon-wrapper {
    width: 100%;
    max-width: 150px;
    height: 100px;
  }

  .testimonial-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .testimonial-description-text-wrapper {
    max-width: 400px;
  }

  .testimonial-section-title-line {
    max-width: 300px;
  }

  .testimonial-details-wrapper {
    width: 100%;
    padding: 25px;
  }

  .testimonial-rivew-star-icon {
    width: 20px;
  }

  .testimonial-description-hv2-text {
    font-size: 17px;
    line-height: 27px;
  }

  .testimonial-name-bio-wrapper {
    margin-top: 30px;
  }

  .testimonial-name {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-slider-arrow-wrapper {
    width: 40px;
    height: 40px;
  }

  .testimonial-slider-arrow-wrapper.left {
    right: 14%;
  }

  .about-us-section-title-single {
    max-width: 450px;
  }

  .about-us-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .about-us-tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-us-tab-link {
    width: 100%;
  }

  .about-us-tab-link-description-text {
    max-width: 200px;
  }

  .hv2-services-content {
    padding-top: 80px;
  }

  .hv2-services-section-title-wrapper {
    max-width: 450px;
  }

  .hv2-services-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .hv2-services-section-description {
    font-size: 16px;
    line-height: 26px;
  }

  .services-tab-menu {
    grid-row-gap: 15px;
  }

  .services-tab-link-hv2 {
    font-size: 24px;
    line-height: 34px;
  }

  .services-tab-single {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .services-tab-image-wrapper {
    max-width: 100%;
  }

  .services-tab-image {
    object-fit: cover;
    width: 100%;
  }

  .services-tab-details-wrap {
    max-width: 100%;
  }

  .choose-us-cta-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .choose-us-image {
    max-width: 380px;
  }

  .features-choose-grid {
    grid-template-columns: 1fr;
  }

  .features-choose-us-single {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features-choose-us-description-text {
    max-width: 400px;
  }

  .choose-us-linner-shape {
    height: 311px;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-calendar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-calendar-year {
    margin-bottom: 20px;
  }

  .cta-date.two {
    left: -7%;
  }

  .cta-contact {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-contact-title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-contact-number-wrapper {
    justify-content: center;
  }

  .our-trusted {
    padding: 50px 25px;
  }

  .our-trusted-title-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .our-trusted-title-line {
    width: 60px;
  }

  .our-trusted-text-block {
    max-width: 350px;
    line-height: 28px;
  }

  .our-trusted-esponsor-wrapper {
    padding-right: 20px;
  }

  .contact-us-wrapper {
    grid-row-gap: 80px;
  }

  .contact-us-office-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-title {
    font-size: 38px;
    line-height: 48px;
  }

  .contact-us-form-wrapper {
    padding: 40px 15px;
  }

  .contact-us-form-main {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us-form-input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-textarea {
    min-height: 180px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .product-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-details-wrapper {
    grid-row-gap: 80px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .shop-details-top-content {
    grid-row-gap: 40px;
  }

  .shop-details-image {
    width: 250px;
  }

  .product-details-name {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 48px;
  }

  .product-details-price {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .product-details-description-text {
    font-size: 17px;
    line-height: 27px;
  }

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

  .shop-details-cart-quantity-text-block {
    font-size: 20px;
  }

  .shop-details-cart-quantity {
    height: 48px;
  }

  .shop-details-cart-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .shop-details-rich-content h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .shop-details-rich-content p, .shop-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .project-details-name {
    font-size: 32px;
    line-height: 42px;
  }

  .project-details-description {
    font-size: 17px;
    line-height: 27px;
  }

  .project-details-rich-text h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .project-details-rich-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .project-details-rich-text li {
    line-height: 28px;
  }

  .project-details-single-description {
    font-size: 16px;
    line-height: 26px;
  }

  .project-infermation-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-infermation-single {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-infermation-single.top {
    grid-column-gap: 15px;
    padding-bottom: 20px;
  }

  .contact-info-icon-wrapper {
    width: 55px;
    height: 55px;
  }

  .project-infermation-title {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-info-icon {
    width: 30px;
  }

  .services-collection-list-two {
    grid-template-columns: 1fr;
  }

  .services-image {
    width: 100%;
  }

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

  .service-details-name {
    font-size: 38px;
    line-height: 48px;
  }

  .service-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .service-details-image-wrapper {
    margin-bottom: 20px;
  }

  .service-details-rich-text h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .service-details-rich-text ul {
    grid-row-gap: 10px;
  }

  .service-details-rich-text li {
    font-size: 16px;
    line-height: 26px;
  }

  .insights-wrapper {
    grid-row-gap: 80px;
  }

  .blog-categories-wrapper {
    margin-bottom: 50px;
  }

  .blog-categories-title-wrapper {
    width: 100%;
  }

  .blog-categories-title-wrapper.no-max-width {
    width: auto;
  }

  .blog-categories-title {
    font-size: 38px;
    line-height: 48px;
  }

  .blog-categories-list-wrapper {
    width: 100%;
  }

  .blog-categories-list {
    grid-column-gap: 10px;
  }

  .categories-button {
    padding: 12px 15px;
    font-size: 16px;
  }

  .blog-details-top-content {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .blog-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-author-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .blog-details-rich-content h2 {
    margin-top: 30px;
    font-size: 38px;
    line-height: 42px;
  }

  .blog-details-rich-content p {
    margin-bottom: 15px;
  }

  .blog-details-rich-content blockquote {
    background-position: 50% 45px;
    padding: 100px 20px 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-details-rich-content ul {
    margin-bottom: 15px;
  }

  .blog-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content h1 {
    margin-top: 30px;
    font-size: 56px;
    line-height: 64px;
  }

  .blog-details-rich-content h3 {
    margin-top: 30px;
    font-size: 28px;
    line-height: 36px;
  }

  .blog-details-rich-content h4 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .blog-details-rich-content h5 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .blog-details-rich-content h6 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .blog-details-rich-content ol {
    margin-bottom: 15px;
  }

  .about-wrapper {
    max-width: 450px;
  }

  .about-title {
    font-size: 38px;
    line-height: 48px;
  }

  .about-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .about-main-image-wrapper {
    grid-row-gap: 25px;
  }

  .about-right-image-grid {
    grid-column-gap: 20px;
  }

  .core-values-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .core-values-image-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .core-values-image {
    width: 35px;
  }

  .core-values-text-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-our-mission-wrapper {
    max-width: 480px;
    padding: 40px 15px;
  }

  .about-our-mission-tab-menu {
    grid-column-gap: 10px;
    margin-bottom: 30px;
  }

  .about-our-mission-tab-link {
    padding: 14px 15px;
    font-size: 17px;
  }

  .about-our-mission-title {
    font-size: 34px;
    line-height: 44px;
  }

  .about-our-mission-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .about-counter-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-counter-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-counter-grid {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .about-counter-text {
    font-size: 17px;
  }

  .preview-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .previwe-navbar-logo.w--current {
    padding-left: 0;
  }

  .previwe-navbar-logo-image {
    width: 170px;
  }

  .previwe-banner-content {
    max-width: 440px;
  }

  .preview-banner-subtitle-wrapper {
    grid-column-gap: 10px;
  }

  .previwe-banner-subtitle-line {
    width: 45px;
  }

  .previwe-banner-subtitle {
    max-width: 280px;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-banner-title {
    font-size: 42px;
    line-height: 56px;
  }

  .preview-banner-description {
    max-width: 415px;
    font-size: 16px;
    line-height: 26px;
  }

  .previwe-banner-button-wrapper {
    grid-column-gap: 15px;
  }

  .preview-banner-bottom-content {
    max-width: 460px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .previwe-banner-left-image-wrap {
    max-width: 150px;
    margin-right: -40px;
  }

  .previwe-banner-middle-image-wrap {
    max-width: 250px;
  }

  .previwe-banner-right-image-wrap {
    max-width: 150px;
    margin-left: -40px;
  }

  .demo-section-subtitle-wrap {
    margin-bottom: 10px;
  }

  .demo-section-title {
    font-size: 27px;
    line-height: 40px;
  }

  .demo-section-description-text {
    max-width: 430px;
    font-size: 16px;
    line-height: 26px;
  }

  .single-demo {
    width: 100%;
  }

  .project-section-title-wrapper, .project-section-single-title-wrap {
    max-width: 480px;
  }

  .project-section-single-title {
    font-size: 38px;
    line-height: 48px;
  }

  .project-main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-header-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-header-number {
    font-size: 20px;
  }

  .project-header-name {
    font-size: 24px;
  }

  .project-bottom-content {
    padding-left: 0;
  }

  .project-image-hv2 {
    object-fit: cover;
  }

  .exparts-section-title-wrapper {
    grid-row-gap: 10px;
    max-width: 450px;
  }

  .exparts-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .exparts-section-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .exparts-wrapper {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-sec-title-wrap {
    grid-row-gap: 10px;
    max-width: 450px;
    margin-bottom: 50px;
  }

  .testimonial-sec-title {
    font-size: 38px;
    line-height: 48px;
  }

  .testimonial-sec-description-wrapper {
    max-width: 440px;
  }

  .testimonial-sec-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-tab-wrapper {
    max-width: 450px;
  }

  .testimonial-tab-menu {
    height: 350px;
  }

  .testimonial-tab-link._1 {
    left: 132px;
  }

  .testimonial-tab-link._2 {
    top: 70px;
  }

  .testimonial-tab-link._3 {
    top: 42px;
    right: 40px;
  }

  .testimonial-tab-link._5 {
    bottom: 70px;
    left: 48px;
  }

  .testimonial-tab-link._6 {
    right: 60px;
  }

  .testimonial-content {
    padding: 30px 20px;
  }

  .testimonial-rivew-img {
    width: 20px;
  }

  .testimonial-description {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-author-name {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-author-bio {
    font-size: 16px;
  }

  .testimonial-content-frame {
    width: 420px;
  }

  .testimonial-tab-image {
    top: 6%;
  }

  .single-sponsor-img {
    width: 90px;
    margin-right: 30px;
  }

  .dropdown-pd.pd-60px {
    padding: 40px 20px;
  }

  .dropdown-menu-text-link {
    margin-bottom: 15px;
  }

  .dropdown-title-wrapper {
    margin-bottom: 20px;
  }

  .dropdown-grid {
    grid-template-columns: 1fr;
  }

  .navbar-right-content {
    grid-column-gap: 10px;
  }

  .cart-container {
    min-width: 450px;
    max-width: 450px;
  }

  .cart-header {
    padding: 20px 10px;
  }

  .cart-title {
    font-size: 28px;
    line-height: 38px;
  }

  .cart-close-button {
    width: 40px;
    height: 40px;
  }

  .cart-product-image-wrapper {
    width: 100%;
    max-width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-product-image {
    width: 60px;
  }

  .cart-item {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
  }

  .cart-product-name {
    font-size: 18px;
    line-height: 28px;
  }

  .cart-product-price {
    font-size: 15px;
  }

  .cart-remove-button {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .cart-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-footer {
    padding: 20px 10px;
  }

  .cart-footer-title, .cart-footer-price {
    font-size: 20px;
  }

  .checkout-button {
    height: 45px;
  }

  .faq-single {
    grid-row-gap: 10px;
  }

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

  .team-member-tab-icon {
    width: 40px;
  }

  .cart-right {
    margin-left: 0;
    margin-right: 0;
  }

  .shop-categories-name {
    font-size: 38px;
    line-height: 48px;
  }

  .inner-ticker-image {
    width: 100px;
    margin-right: 30px;
  }

  .primary-button-2 {
    padding: 15px 20px;
    font-size: 16px;
  }

  .topbar {
    display: block;
  }

  .topbar-layout {
    justify-content: center;
    align-items: center;
  }

  .topbar-block {
    grid-column-gap: 8px;
  }

  .topbar-text {
    font-size: 16px;
  }

  .service-form-stack {
    grid-row-gap: 20px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 46px;
    line-height: 56px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-logo-image {
    height: 65px;
  }

  .primary-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .primary-button-text {
    line-height: 22px;
  }

  .section.banner-section {
    padding-top: 150px;
  }

  .section.about-us-section, .section.standard {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.choose-us {
    padding-bottom: 100px;
  }

  .section.recent-work {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer-section {
    padding-top: 60px;
  }

  .section.cta, .section.team-member-section, .section.blog-section {
    padding-bottom: 60px;
  }

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

  .section.faq-section {
    padding-bottom: 60px;
  }

  .section.faq-section.padding-top-145, .section.book-solutions {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-section-hv2 {
    padding-top: 160px;
    padding-bottom: 135px;
  }

  .section.inner-banner-section, .section.changelog-section, .section.license-section, .section.style-guide-section, .section.testimonial-section, .section.about-us-section-hv2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.cta-section {
    padding-top: 60px;
  }

  .section.packages-section, .section.contact-us, .section.shop-product, .section.projects-section, .section.project-details, .section.services, .section.service-details-section, .section.insights-section, .section.blog-details-section, .section.about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.core-values-section, .section.about-our-mission {
    padding-bottom: 60px;
  }

  .section.project-section, .section.exparts-section, .section.testimonial, .section.shop-categories {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.service {
    padding-top: 30px;
  }

  .banner-wrapper {
    grid-row-gap: 80px;
  }

  .banner-title-tag-wrapper {
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }

  .banner-title-tag-line {
    width: 30px;
  }

  .banner-subtitle {
    font-size: 15px;
  }

  .banner-subtitle.all-caps {
    font-size: 14px;
  }

  .banner-title {
    font-size: 29px;
    line-height: 39px;
  }

  .banner-description-text {
    max-width: 300px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-left-content {
    max-width: 300px;
  }

  .banner-right-content {
    max-width: 280px;
  }

  .banner-hero-main-image {
    width: 200px;
  }

  .banner-hero-image-right, .banner-hero-image-left {
    width: 130px;
  }

  .banner-button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .reputation-left-content {
    padding: 40px 15px 100px;
  }

  .reputation-title {
    max-width: 300px;
    font-size: 22px;
    line-height: 32px;
  }

  .reputation-description-text {
    line-height: 25px;
  }

  .instrument-image {
    width: 90px;
  }

  .numbers.two {
    height: 40px;
    margin-bottom: 7px;
  }

  .number-digit, .number-digit._2, .number-categories, .number-categories._2 {
    font-size: 30px;
    line-height: 40px;
  }

  .reputation-number-text {
    font-size: 13px;
  }

  .reputation-circel {
    width: 90px;
    height: 90px;
    top: -45px;
  }

  .reputation-circel.choose-us {
    bottom: -45px;
  }

  .reputation-circel-image {
    width: 30px;
  }

  .about-us-top-content {
    margin-bottom: 25px;
    padding: 25px 15px;
  }

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

  .about-us-title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

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

  .about-us-team-image {
    width: 40px;
  }

  .about-us-team-description-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .about-us-description-text {
    font-size: 16px;
  }

  .about-feature-wrapper {
    grid-row-gap: 20px;
  }

  .about-feature-single-wrapper {
    grid-column-gap: 15px;
  }

  .about-feature-image-wrapper {
    width: 30px;
  }

  .about-feature-text-wrapper {
    width: 100%;
    max-width: 250px;
    padding-bottom: 20px;
  }

  .about-feature-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .best-home-service-award-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .best-home-service-award-image {
    width: 40px;
  }

  .best-home-service-award-text-block {
    font-size: 16px;
  }

  .best-home-service-award-title {
    max-width: 210px;
    font-size: 16px;
    line-height: 26px;
  }

  .header-layout {
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .services-section-title-left-content {
    max-width: 300px;
  }

  .section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .services-section-description-button-wrapper {
    max-width: 300px;
  }

  .section-description {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .services-tabs {
    grid-row-gap: 0px;
  }

  .services-tab-link {
    grid-column-gap: 10px;
    font-size: 18px;
  }

  .services-tab-link.w--current {
    background-size: 233px 100%;
  }

  .services-tab-icon-wrapper {
    width: 65px;
    height: 65px;
  }

  .services-tab-icon-main, .services-tab-icon-two {
    width: 30px;
  }

  .services-tab-content {
    margin-top: 25px;
  }

  .services-single-wrapper {
    padding: 40px 20px;
  }

  .services-single-details {
    max-width: 290px;
    padding: 70px 15px 30px;
  }

  .services-icon-wrapper {
    margin-bottom: 20px;
  }

  .services-text-wrapper {
    margin-top: 25px;
  }

  .services-name {
    font-size: 20px;
  }

  .services-description-text {
    font-size: 15px;
    line-height: 24px;
  }

  .services-link-block {
    font-size: 16px;
  }

  .choose-us-content {
    padding-top: 60px;
  }

  .choose-us-section-title-wrapper {
    max-width: 300px;
  }

  .choose-us-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .choose-us-section-description-text {
    max-width: 290px;
    font-size: 14px;
    line-height: 24px;
  }

  .choose-us-button-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .choose-us-card-single {
    padding: 20px 15px;
  }

  .choose-us-title {
    font-size: 22px;
    line-height: 32px;
  }

  .choose-us-description {
    max-width: 270px;
    font-size: 15px;
    line-height: 25px;
  }

  .choose-us-hero-main-image {
    width: 200px;
  }

  .choose-us-hero-image-left, .choose-us-hero-image-right {
    width: 130px;
  }

  .choose-us-image-shape {
    height: 360px;
  }

  .recent-work-top-content {
    max-width: 300px;
    margin-bottom: 50px;
  }

  .recent-work-title {
    font-size: 26px;
    line-height: 36px;
  }

  .recent-work-description-text {
    max-width: 290px;
    font-size: 15px;
    line-height: 25px;
  }

  .recent-work-slider-title {
    font-size: 20px;
  }

  .project-image {
    height: 430px;
  }

  .project-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-date-location-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-date-line {
    display: none;
  }

  .project-name {
    font-size: 19px;
    line-height: 29px;
  }

  .project-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .project-tag {
    font-size: 16px;
    left: 20px;
  }

  .project-slide-arrow {
    width: 40px;
    height: 40px;
  }

  .project-slide-arrow.left {
    top: -20%;
    right: 55px;
  }

  .project-slide-arrow.right {
    top: -20%;
  }

  .project-slide-arrow-image {
    width: 15px;
  }

  .recent-work-button-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    margin-top: 30px;
  }

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

  .footer-details-wrapper {
    max-width: 300px;
  }

  .footer-details-text {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-social-media-wrapper {
    grid-column-gap: 10px;
  }

  .footer-social-media-link-block {
    width: 40px;
    height: 40px;
  }

  .footer-form-single-wrapper {
    grid-row-gap: 10px;
  }

  .footer-form-input-field {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .footer-form-input-submit-button {
    padding: 16px 20px;
    font-size: 17px;
  }

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

  .footer-menu-title {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-menu-list-wrapper {
    grid-row-gap: 15px;
  }

  .footer-menu-text-link {
    font-size: 14px;
  }

  .footer-menu-single {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer-menu-contact-wrap {
    grid-row-gap: 15px;
  }

  .footer-menu-contact-single {
    grid-column-gap: 5px;
  }

  .footer-menu-contact-icon-wrapper, .footer-menu-contact-icon {
    width: 15px;
  }

  .footer-menu-text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-infermation-text {
    font-size: 15px;
    line-height: 25px;
  }

  .cta-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-content {
    max-width: 300px;
  }

  .cta-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .cta-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .cta-contact-number {
    font-size: 16px;
    line-height: 26px;
  }

  .team-member-top-content {
    padding-top: 60px;
  }

  .team-member-section-title-wrapper {
    max-width: 300px;
  }

  .team-member-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .team-member-section-description-text {
    max-width: 280px;
    font-size: 15px;
    line-height: 25px;
  }

  .blog-post-right-content {
    padding: 20px 10px;
  }

  .blogs-categories-name {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .blog-post-name {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-post-date-edit-wrapper {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post-date-edit-wrapper.center {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-post-date-wrapper {
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-post-date-line {
    display: none;
  }

  .blog-section-title-wrapper {
    max-width: 300px;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }

  .blog-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-section-description-text {
    max-width: 290px;
    font-size: 15px;
    line-height: 25px;
  }

  .blog-section-button-wrapper.center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blog-name {
    font-size: 17px;
    line-height: 27px;
  }

  .faq-section-title-single-wrapper {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .faq-section-description-wrapper {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-section-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph.for-faq {
    max-width: 270px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph.for-answer {
    font-size: 15px;
    line-height: 25px;
  }

  .faq-question {
    max-width: 225px;
    font-size: 17px;
    line-height: 27px;
  }

  .faq-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .book-solutions-single {
    padding: 60px 15px;
  }

  .book-solutions-title {
    max-width: 320px;
    font-size: 22px;
    line-height: 32px;
  }

  .book-solutions-dropdown {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book-solutions-dropdown-main {
    margin-bottom: 20px;
  }

  .book-solutions-header-title {
    font-size: 18px;
    line-height: 28px;
  }

  .book-solutions-arrow-wrapper {
    width: 30px;
    height: 30px;
  }

  .book-solutions-contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book-solutions-form-title {
    font-size: 20px;
    line-height: 30px;
  }

  .book-solutions-field-label {
    font-size: 16px;
  }

  .book-solutions-text-field {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .book-solutions-text-field::placeholder {
    font-size: 15px;
  }

  .book-solutions-form-submit-button {
    font-weight: 500;
  }

  .banner-hero-image-wrapper-hv2 {
    max-width: 240px;
  }

  .banner-hv2-right-content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-text-wrapper-hv2 {
    margin-bottom: 25px;
  }

  .banner-title-hv2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }

  .banner-hv2-description {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-hero-images-wrapper {
    padding-top: 5px;
    padding-left: 5px;
  }

  .banner-hero-image-shape {
    width: 70px;
  }

  .inner-banner-title-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
  }

  .inner-banner-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .inner-banner-text-link-wrapper {
    grid-column-gap: 5px;
  }

  .inner-banner-text-link {
    font-size: 16px;
  }

  .password-protected-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .password-protected-wrapper {
    max-width: 300px;
    padding: 40px 15px;
  }

  .password-protected-image-wrapper {
    width: 80px;
    height: 80px;
  }

  .password-protected-image {
    width: 30px;
  }

  .password-protected-title {
    font-size: 30px;
  }

  .password-protected-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .password-protected-text-field {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .password-protected-submit-button {
    font-size: 16px;
    font-weight: 500;
  }

  .changelog-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .changelog-list-single-wrapper {
    grid-column-gap: 10px;
  }

  .changelog-single-content {
    padding: 15px;
  }

  .changelog-list-text-block {
    width: 200px;
    font-size: 14px;
    line-height: 24px;
  }

  .license-icon-wrapper {
    max-width: 300px;
  }

  .icon-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .license-details-text {
    font-size: 15px;
    line-height: 25px;
  }

  .license-title {
    font-size: 28px;
    line-height: 38px;
  }

  .license-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-text-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-wrapper {
    grid-row-gap: 30px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-text-style-wrapper {
    grid-row-gap: 10px;
  }

  .typography-description {
    font-size: 15px;
    line-height: 25px;
  }

  .buttons-and-components {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .achievements-top-content {
    padding-top: 60px;
  }

  .achievements-top-wrapper {
    grid-row-gap: 20px;
  }

  .achievements-title-left-content {
    max-width: 300px;
  }

  .achievements-title {
    font-size: 26px;
    line-height: 36px;
  }

  .achievements-image-wrapper {
    grid-column-gap: 10px;
  }

  .achievements-image {
    width: 50px;
  }

  .achievements-image.middle {
    width: 60px;
  }

  .achievements-bottom-content {
    margin-top: -348px;
  }

  .achievements-single-left-content {
    padding-top: 90px;
  }

  .achievements-single-title {
    font-size: 23px;
    line-height: 33px;
  }

  .achievements-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .achievements-single-image {
    width: 100px;
  }

  .achievements-single-right-content {
    padding-top: 40px;
  }

  .achievements-form-text-field {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .achievements-form-submit-button {
    height: 48px;
    font-size: 16px;
    font-weight: 500;
  }

  .team-member-section-title-left-content {
    max-width: 300px;
  }

  .team-member-section-title-hv2 {
    font-size: 26px;
    line-height: 36px;
  }

  .team-member-section-title-right-content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-section-description {
    font-size: 16px;
    line-height: 26px;
  }

  .team-member-top-content-wrap {
    margin-bottom: 50px;
  }

  .team-member-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .team-member-tab-icon-wrapper {
    max-width: 100px;
    height: 80px;
  }

  .testimonial-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .testimonial-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .testimonial-section-title-line {
    max-width: 180px;
  }

  .testimonial-slide-content, .testimonial-details-wrapper {
    padding: 15px;
  }

  .testimonial-rivew-star-icon {
    width: 20px;
  }

  .testimonial-rivew-point {
    font-size: 18px;
  }

  .testimonial-description-hv2-text {
    max-width: 300px;
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-name-bio-wrapper {
    margin-top: 20px;
  }

  .testimonial-name {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-bio {
    font-size: 16px;
  }

  .testimonial-slider-arrow-wrapper.left {
    right: 15%;
  }

  .about-us-section-title-single {
    max-width: 320px;
  }

  .about-us-section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .about-us-description-text-hv2 {
    font-size: 16px;
    line-height: 26px;
  }

  .about-us-counter-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
  }

  .about-us-tab-menu {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .hv2-services-content {
    padding-top: 60px;
  }

  .hv2-services-section-title-wrapper {
    max-width: 300px;
  }

  .hv2-services-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .hv2-services-section-description-button-wrapper {
    max-width: 300px;
  }

  .hv2-services-section-description {
    font-size: 15px;
    line-height: 25px;
  }

  .hv2-services-bottom-content {
    margin-top: -354px;
  }

  .services-tab-menu {
    grid-row-gap: 10px;
  }

  .services-tab-link-hv2 {
    font-size: 19px;
    line-height: 29px;
  }

  .services-tab-link-hv2-arrow {
    width: 25px;
  }

  .services-content-tab {
    padding: 15px;
  }

  .services-name-hv2 {
    font-size: 24px;
    line-height: 34px;
  }

  .services-feature-list-single {
    font-size: 16px;
  }

  .choose-us-cta-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features-choose-us-single {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-choose-us-name {
    font-size: 20px;
    line-height: 30px;
  }

  .features-choose-us-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-linner-shape {
    height: 250px;
  }

  .cta-calendar-content {
    max-width: 300px;
  }

  .cta-calendar-year {
    grid-column-gap: 10px;
    margin-bottom: 15px;
  }

  .cta-calendar-year-text {
    font-size: 48px;
  }

  .cta-job-experience-title {
    font-size: 24px;
    line-height: 34px;
  }

  .cta-job-experience-text-block {
    font-size: 18px;
    line-height: 28px;
  }

  .cta-calendar-description-text {
    max-width: 280px;
    font-size: 16px;
    line-height: 29px;
  }

  .cta-date {
    left: -13%;
  }

  .cta-date.two {
    left: -14%;
  }

  .cta-contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-contact-title {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 36px;
  }

  .cta-contact-number-icon {
    width: 20px;
  }

  .cta-contact-number-text {
    font-size: 18px;
  }

  .our-trusted {
    padding: 40px 15px;
  }

  .our-trusted-title {
    font-size: 20px;
    line-height: 30px;
  }

  .our-trusted-title-line {
    width: 20px;
  }

  .our-trusted-text-block {
    max-width: 271px;
    font-size: 16px;
    line-height: 26px;
  }

  .package-title, .package-table-single-title {
    font-size: 18px;
  }

  .contact-us-wrapper {
    grid-row-gap: 60px;
  }

  .contact-us-office-details-wrapper {
    padding: 20px 15px;
  }

  .contact-us-office-title {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-us-title-wrapper {
    margin-bottom: 30px;
  }

  .contact-us-title {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-us-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-form-field-label {
    font-size: 16px;
  }

  .contact-us-form-input {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .contact-us-textarea {
    min-height: 140px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .contact-us-submit-button {
    padding: 15px 25px;
    font-size: 17px;
  }

  .product-collection-list {
    grid-row-gap: 30px;
  }

  .product-name-price {
    margin-top: 20px;
  }

  .product-name {
    font-size: 20px;
    line-height: 30px;
  }

  .product-price {
    font-size: 16px;
  }

  .shop-details-wrapper {
    max-width: 300px;
  }

  .shop-details-image-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .shop-details-image {
    width: 200px;
  }

  .product-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .product-details-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .shop-details-cart-quantity {
    height: 45px;
    margin-bottom: 15px;
  }

  .shop-details-cart-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .shop-details-rich-content h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .shop-details-rich-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .project-details-wrapper {
    grid-row-gap: 40px;
  }

  .project-details-name {
    font-size: 21px;
    line-height: 31px;
  }

  .project-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .project-details-rich-text h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .project-details-rich-text p, .project-details-rich-text li {
    font-size: 14px;
    line-height: 24px;
  }

  .project-details-bottom-image-wrap {
    margin-bottom: 20px;
  }

  .project-details-single-description-wrap {
    grid-row-gap: 10px;
  }

  .project-details-single-description {
    font-size: 14px;
    line-height: 24px;
  }

  .project-infermation-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-infermation-single {
    grid-column-gap: 10px;
  }

  .contact-info-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .project-infermation-title {
    font-size: 18px;
    line-height: 28px;
  }

  .project-infermation-text-block {
    font-size: 14px;
  }

  .contact-info-icon {
    width: 20px;
  }

  .services-name-description {
    padding: 50px 15px 35px;
  }

  .services-name-two {
    font-size: 22px;
    line-height: 32px;
  }

  .services-description {
    font-size: 15px;
    line-height: 25px;
  }

  .services-icon-wrap {
    width: 60px;
    height: 60px;
    top: -30px;
    left: 15px;
  }

  .services-white-icon {
    width: 25px;
  }

  .service-details-name-description {
    margin-bottom: 20px;
  }

  .service-details-name {
    font-size: 26px;
    line-height: 36px;
  }

  .service-details-description {
    font-size: 14px;
    line-height: 24px;
  }

  .service-details-rich-text h2 {
    margin-bottom: 15px;
  }

  .service-details-rich-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .insights-wrapper {
    grid-row-gap: 60px;
  }

  .blog-categories-title-wrapper.no-max-width {
    width: auto;
  }

  .blog-categories-title {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-categories-single-wrapper {
    width: 100%;
  }

  .blog-categories-list {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .blog-categories-item {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .blog-details-top-content {
    margin-bottom: 0;
  }

  .blog-details-name {
    font-size: 28px;
    line-height: 36px;
  }

  .blog-details-author-wrapper {
    grid-row-gap: 15px;
  }

  .blog-details-rich-content h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .blog-details-rich-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-rich-content blockquote {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .blog-details-rich-content h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .blog-details-rich-content h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .about-wrapper {
    max-width: 300px;
  }

  .about-title {
    font-size: 28px;
    line-height: 38px;
  }

  .about-description-text {
    max-width: 280px;
    font-size: 15px;
    line-height: 25px;
  }

  .about-right-image-grid {
    grid-column-gap: 15px;
  }

  .core-values-image-wrapper {
    width: 90px;
    height: 90px;
  }

  .core-values-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .about-our-mission-image-two {
    width: 120px;
  }

  .about-our-mission-tab-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-our-mission-tab-link {
    text-align: center;
    width: 100%;
  }

  .about-our-mission-title {
    font-size: 24px;
    line-height: 34px;
  }

  .about-our-mission-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .about-counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-counter-grid {
    grid-template-columns: 1fr;
  }

  .preview-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .previwe-navbar-logo-image {
    width: 150px;
  }

  .preview-banner-subtitle-wrapper {
    grid-column-gap: 7px;
  }

  .previwe-banner-subtitle-line {
    display: none;
  }

  .previwe-banner-subtitle {
    max-width: 220px;
    font-size: 14px;
    line-height: 22px;
  }

  .preview-banner-title {
    font-size: 36px;
    line-height: 42px;
  }

  .preview-banner-description {
    font-size: 15px;
    line-height: 25px;
  }

  .previwe-banner-button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .preview-banner-bottom-content {
    max-width: 305px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .preview-banner-top-content {
    margin-bottom: 30px;
  }

  .previwe-banner-left-image-wrap {
    max-width: 110px;
  }

  .previwe-banner-middle-image-wrap {
    max-width: 130px;
  }

  .previwe-banner-right-image-wrap {
    max-width: 110px;
  }

  .demo-section-subtitle-wrap {
    grid-column-gap: 15px;
  }

  .demo-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .demo-section-description-text {
    max-width: 285px;
    font-size: 15px;
    line-height: 25px;
  }

  .single-demo {
    padding: 15px;
  }

  .project-section-single-title {
    font-size: 30px;
    line-height: 40px;
  }

  .project-header-left-content {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-header-name {
    font-size: 19px;
    line-height: 29px;
  }

  .project-header-link-block {
    width: 45px;
    height: 45px;
  }

  .project-tag-location {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-tag-hv2, .project-feature-list-text {
    font-size: 16px;
  }

  .exparts-section-title-wrapper {
    max-width: 300px;
  }

  .exparts-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .exparts-section-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .exparts-wrapper, .testimonial-sec-title-wrap {
    max-width: 300px;
  }

  .testimonial-sec-title {
    font-size: 26px;
    line-height: 36px;
  }

  .testimonial-sec-description-wrapper {
    max-width: 290px;
  }

  .testimonial-sec-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-tab-menu {
    height: 280px;
  }

  .testimonial-tab-link {
    width: 40px;
  }

  .testimonial-tab-link._1 {
    left: 85px;
  }

  .testimonial-tab-link._5 {
    bottom: 40px;
    left: 20px;
  }

  .testimonial-tab-link._6 {
    bottom: 95px;
    right: 30px;
  }

  .testimonial-content {
    padding: 25px 15px;
  }

  .testimonial-description-text-wrap {
    margin-bottom: 20px;
  }

  .testimonial-description {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-content-frame {
    width: 270px;
    top: -33px;
  }

  .testimonial-tab-image {
    max-width: 280px;
    top: 9%;
    left: 1%;
  }

  .sponsor-ticker-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-sponsor-img {
    width: 70px;
    margin-right: 20px;
  }

  .dropdown-pd.pd-60px.homes-pd {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .dropdown-pd.pd-60px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-menu-text-link {
    font-size: 15px;
  }

  .more-temple-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-title {
    font-size: 20px;
  }

  .navbar-right-content {
    grid-column-gap: 7px;
    flex: none;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .cart-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-remove-button {
    font-size: 16px;
    font-weight: 400;
  }

  .cart-footer-title, .cart-footer-price {
    font-size: 18px;
  }

  .team-member-tab-icon {
    width: 35px;
  }

  .shop-categories-collection-list {
    grid-column-gap: 10px;
  }

  .shop-categories-text-link {
    font-size: 16px;
  }

  .shop-categories-name {
    font-size: 26px;
  }

  .inner-ticker-image {
    width: 70px;
    margin-right: 20px;
  }

  .primary-button-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .topbar {
    display: none;
  }

  .topbar-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .topbar-block {
    grid-column-gap: 5px;
  }

  .topbar-icon-wrap, .topbar-icon {
    width: 15px;
  }

  .topbar-text {
    font-size: 14px;
    line-height: 24px;
  }

  .areas-list {
    grid-template-columns: 1fr;
  }

  .area-item {
    padding: 18px;
  }

  .services-name-three {
    font-size: 22px;
    line-height: 32px;
  }

  .service-form-input-field {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .preloader-text-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_149ef833-eff7-8be2-7848-62e24de5fb8a-28ad62b3, #w-node-_149ef833-eff7-8be2-7848-62e24de5fbd7-28ad62b3, #w-node-a62ec92a-a457-9b75-40ea-e0f439e2c61d-39e2c605, #w-node-a62ec92a-a457-9b75-40ea-e0f439e2c625-39e2c605, #w-node-a62ec92a-a457-9b75-40ea-e0f439e2c62d-39e2c605, #w-node-a62ec92a-a457-9b75-40ea-e0f439e2c635-39e2c605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e30a129-1211-7f08-5358-53fda61d8578-a61d8568 {
  grid-area: Area;
}

#w-node-d58d07e9-db2e-8d18-b411-8664502d8463-39f9cc71, #w-node-_7db6a7af-b555-d228-ee15-b5822540d9d6-39f9cc71, #w-node-e4332faa-722f-325c-c9d0-b86cacc11b99-8492c335, #w-node-be2827df-9aad-8c6d-d0a9-6675d74577c4-8492c335, #w-node-_9e121c8f-7773-ba6d-cc8b-888e7321963a-8492c335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05a7fe59-7e99-1bb3-d8f2-e440acd8951d-8492c335 {
  grid-area: Services-Tab;
}

#w-node-_4b5dfc74-bb7f-1339-79d7-4f101f6250f9-8492c335, #w-node-_321fc5d5-a685-bfd4-37f0-46d2d3693aa6-8492c335, #w-node-_4fc28e42-fc78-97ea-0762-36faf88c44af-8492c335, #w-node-a559d591-cf53-d91a-4bcc-2f78b2a17f46-8492c335, #w-node-d139533e-94c2-0bb2-3810-bc37b32ba4f5-8492c335, #w-node-b15ed092-56d0-76b5-7a3d-f0b46fc0c08c-8492c335, #w-node-e5d0d934-38dd-0fc8-4d7a-f2194e7e99ed-8492c335, #w-node-_550d5d39-7b8b-7b4e-c914-c433b77cf20a-8492c335, #w-node-_11e4f3e4-735c-edd7-2e50-315eb2ad810c-8492c335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8f9b16-4d8e-5556-045b-257d5686f41e-8492c335 {
  grid-area: Tabs;
}

#w-node-ea36752a-4bf3-41ee-334a-3350f0aed1bc-8492c335, #w-node-_705a91d5-1cfe-43cd-9411-08ee888bf475-8492c335, #w-node-_8584f3a3-409a-491f-7eb1-4cd5fca3b0bd-8492c339, #w-node-_8584f3a3-409a-491f-7eb1-4cd5fca3b0bf-8492c339, #w-node-_8584f3a3-409a-491f-7eb1-4cd5fca3b0c1-8492c339, #w-node-_8584f3a3-409a-491f-7eb1-4cd5fca3b0c3-8492c339, #w-node-_8584f3a3-409a-491f-7eb1-4cd5fca3b0c5-8492c339, #w-node-_8584f3a3-409a-491f-7eb1-4cd5fca3b0c7-8492c339, #w-node-_8584f3a3-409a-491f-7eb1-4cd5fca3b0c9-8492c339, #w-node-_8584f3a3-409a-491f-7eb1-4cd5fca3b0cb-8492c339, #w-node-_8584f3a3-409a-491f-7eb1-4cd5fca3b0cd-8492c339, #w-node-_52d050b4-8bf0-8ce4-014f-375620a2cb2f-8492c339, #w-node-_745ac16e-5712-bd6a-71a9-89824ac83d89-8492c339, #w-node-ec019aca-a1ca-ec46-87cf-0d6fa5d42883-8492c339, #w-node-_250644ce-b4bd-7eb2-192e-128c0b4b1833-8492c339, #w-node-c9fc1926-a03d-49e0-dd3b-9c00ea67430b-8492c339, #w-node-_19821579-af29-7154-4715-f48435c51040-8492c339, #w-node-_5ba745f6-7a7b-fe12-31d7-bce66b25def0-8492c339, #w-node-ee4a77af-1e5d-39ac-586c-287ccdccc58c-8492c339, #w-node-_0171cd25-a485-5e1a-52c6-c121296546e2-8492c339, #w-node-c26de7be-ccd6-52a2-1107-bfdd773a1140-8492c33a, #w-node-_4e0e9e59-4dc4-45fc-7a6c-77ed4a670eca-8492c33a, #w-node-cc5d0d00-0f4b-52a3-35b0-2a2bdca3788e-8492c33a, #w-node-_7159b807-af5f-e2cf-c9df-3961addd042a-8492c33a, #w-node-_23b0d65c-9b65-360e-12e3-d8f26af74db1-8492c33c, #w-node-_281bd4cb-f27e-bafd-605d-cdde75641e70-8492c33c, #w-node-c6cb96cc-45dd-3054-f243-cd953bde2cc1-8492c33c, #w-node-_6e270214-82f5-03c9-f636-ce66b8299067-8492c36b, #w-node-_9dfd86f0-d675-0a0f-6197-fb2cc70dd90e-8492c36b, #w-node-dcfd67b1-6b84-0824-8f1a-8b85e4e8ab7a-8492c36b, #w-node-c4148be2-0658-3603-0917-11f418040055-8492c36b, #w-node-_3266da6e-9f23-7f9b-d90d-8874107b0c3f-8492c36b, #w-node-_2f4b7fab-97ef-be55-e135-6efa2e8d48c6-8492c36b, #w-node-_1cf090ef-8cf4-bf10-e96d-44b617248cd8-8492c36b, #w-node-d3c6c568-ee4b-96ff-cac5-c2adfd4810af-8492c36b, #w-node-d7660cd2-2a35-52ab-4d47-a7d377310e7c-8492c36b, #w-node-_060ba62a-006a-ccd7-f673-4c8d20437afa-8492c36b, #w-node-_96aad8c8-68ef-c33c-c15c-9fd17fa911ed-8492c36b, #w-node-_96aad8c8-68ef-c33c-c15c-9fd17fa91225-8492c36b, #w-node-faa214e1-60ce-2321-16e0-4089e69bfb11-8492c36c, #w-node-_2ec0fb83-021b-a73a-c515-ed73357317bd-8492c36c, #w-node-f8afdc5b-4281-55e7-6517-aee75da207ce-8492c36c, #w-node-_48944c80-a66c-5266-e333-3069a12f5364-8492c36c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae267a9c-40f3-7daf-a044-d1ece38c963f-8492c36c {
  grid-area: Area;
}

#w-node-_2dac39a4-7b7f-124a-27cf-8826b071839a-8492c36c {
  grid-area: Tabs-Area;
}

#w-node-f4dee799-00ef-f28d-82f9-b81127d73d79-8492c36c, #w-node-f4dee799-00ef-f28d-82f9-b81127d73db1-8492c36c, #w-node-c7c84530-4f14-97ea-be63-34d0ea5d999c-f254d03a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-UltraLightWide.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-MediumWide.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-SemiBoldWide.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-RegularWide.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-LightWide.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-ExtraBoldWide.ttf') format('truetype'), url('../fonts/Mona-Sans-BoldWide.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-BlackWide.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '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 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Aturan ini akan meningkatkan margin bawah (jarak di bawah) untuk setiap header (h1-h6) dan paragraf (p) yang dihasilkan dari Markdown. */
.markdown-content-spacing h1,
.markdown-content-spacing h2,
.markdown-content-spacing h3,
.markdown-content-spacing h4,
.markdown-content-spacing h5,
.markdown-content-spacing h6,
.markdown-content-spacing p,
.markdown-content-spacing ul,
.markdown-content-spacing ol {
    margin-bottom: 1em;
}
.markdown-content-spacing h2 {
    margin-bottom: 1em;
    margin-top: 2em;
}