@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.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;
}

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

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

:root {
  --primary-color: #fe5a0e;
  --natural-color-100: white;
  --natural-color-900: #181818;
  --natural-color-500: #505050;
  --orange: #fe5a0e;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.pages-wrapper {
  overflow: hidden;
}

.pages-wrapper.style-guide {
  overflow: visible;
}

.nav-bar {
  background-color: #0000;
  background-image: url('../images/inner-banner-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 1px solid #fc561b;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.inner-container {
  position: relative;
}

.container.testimonial {
  overflow: hidden;
}

.container.hero {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
}

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

.split-contant.header-right {
  align-items: center;
  display: flex;
}

.header-logo {
  max-height: 55px;
}

.nav-link {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
}

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

.nav-link.w--current {
  opacity: 1;
  color: var(--primary-color);
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  transition: all .3s;
}

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

.nav-link.contact {
  display: inline-block;
}

.header-navigation {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-list-item {
  margin-right: 38px;
  font-weight: 400;
}

.nav-list-item.last {
  margin-right: 0;
}

.nav-list-item.contact {
  display: none;
}

.banner-section {
  background-image: url('../images/Hero-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 150px;
}

.banner-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.banner-section-heading {
  margin-bottom: 12px;
}

.banner-heading {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.banner-details-tag {
  max-width: 495px;
  margin-bottom: 24px;
  overflow: hidden;
}

.banner-details {
  color: #fffc;
  margin-bottom: 0;
  line-height: 28px;
}

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

.button-row.projects {
  text-align: center;
  margin-top: 60px;
}

.primary-button {
  background-color: var(--primary-color);
  background-image: url('../images/BTN-Arrow.svg');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 0;
  padding: 16px 28px;
  font-weight: 600;
  line-height: 28px;
  transition: all .3s;
}

.primary-button:hover {
  background-position: 81%;
  background-size: auto;
  padding-left: 28px;
  padding-right: 74px;
}

.primary-button.protect-pass-submit {
  margin-top: 0;
}

.primary-button.protect-pass-submit:hover {
  background-position: 77%;
  padding-right: 74px;
}

.primary-button._404 {
  margin-top: 0;
}

.primary-button._404:hover {
  background-position: 85%;
}

.primary-button.contact-submit {
  margin-top: 50px;
}

.primary-button.contact-submit:hover {
  background-position: 78%;
  padding-right: 72px;
}

.primary-button.about {
  margin-top: 30px;
}

.banner-img-wrapper {
  position: relative;
}

.banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.absolate.banner-shape-one {
  position: absolute;
  inset: -1% auto auto -1%;
}

.absolate.banner-shape-two {
  width: 70px;
  position: absolute;
  inset: auto auto 30px -20px;
}

.absolate.banner-shape-three {
  width: 35px;
  position: absolute;
  inset: -6% 5% auto auto;
  transform: rotate(-18deg);
}

.absolate.inner-shape-one {
  height: 75px;
  position: absolute;
  inset: auto auto 0% 62px;
}

.absolate.inner-shape-two {
  height: 50px;
  position: absolute;
  inset: auto 75px -73% auto;
}

.our-services-section {
  padding-top: 140px;
  padding-bottom: 120px;
  overflow: hidden;
}

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

.our-services-title-wrap {
  overflow: hidden;
}

.our-services-title {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.our-services-details-wrap {
  text-align: justify;
  max-width: 500px;
  overflow: hidden;
}

.our-services-details {
  color: var(--natural-color-500);
  margin-bottom: 0;
  line-height: 28px;
}

.inner-section {
  padding-top: 200px;
  padding-bottom: 42px;
  overflow: hidden;
}

.ticker {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.inner-ticker {
  background-color: #1e1c2a;
}

.inner-ticker.two {
  background-color: var(--primary-color);
  width: 200%;
  display: block;
  transform: translate(-52px, -229px)rotate(-4deg);
}

.inner-ticker.one {
  width: 200%;
  transform: translate(-57px, -10px)rotate(7deg);
}

.inner-ticker-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.ticker-title {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.shape-button {
  margin-left: 14px;
  margin-right: 14px;
}

.about-section {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 150px;
}

.about-grid-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

.about-grid {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-banner-wrapper {
  position: relative;
}

.about-banner {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 797px;
}

.about-text-wrapper {
  margin-top: 75px;
}

.about-section-heading {
  margin-bottom: 37px;
  overflow: hidden;
}

.about-heading {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 56px;
  line-height: 66px;
}

.about-section-details {
  margin-bottom: 37px;
  overflow: hidden;
}

.about-details {
  color: #505050;
  margin-bottom: 0;
  line-height: 28px;
}

.secondary-button {
  color: #181818;
  background-color: #0000;
  background-image: url('../images/BTN-Arrow.svg');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fe5a0e;
  padding: 15px 60px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  line-height: 28px;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--primary-color);
  color: var(--natural-color-100);
  background-position: 78%;
  padding-left: 35px;
  padding-right: 80px;
}

.secondary-button.blog {
  margin-top: 0;
  padding-left: 38px;
  padding-right: 38px;
}

.secondary-button.blog:hover {
  background-position: 84%;
  padding-left: 30px;
  padding-right: 78px;
}

.secondary-button.project {
  color: var(--natural-color-100);
  letter-spacing: -.6px;
  background-size: 30px;
  padding: 16px 35px;
}

.secondary-button.project:hover {
  background-position: 85%;
  padding-left: 30px;
  padding-right: 70px;
}

.secondary-button.our-service {
  background-image: url('../images/BTN-Arrow.svg');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
  padding-right: 35px;
  transition: all .3s;
}

.secondary-button.our-service:hover {
  background-color: var(--primary-color);
  color: var(--natural-color-100);
  background-position: 86%;
  background-size: auto;
  padding-left: 24px;
  padding-right: 74px;
}

.section-bg {
  z-index: -1;
  background-color: #1e1c2a;
}

.projects-section {
  padding-top: 356px;
  padding-bottom: 140px;
  overflow: hidden;
}

.projects-heading-wrapper {
  margin-bottom: 60px;
}

.projects-section-heading {
  overflow: hidden;
}

.projects-heading {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 58px;
}

.line {
  background-color: #181818;
  width: 70px;
  height: 1px;
}

.line.project {
  background-color: var(--natural-color-100);
  width: 70px;
  height: 1px;
  margin-top: 40px;
}

.line.faq {
  background-color: var(--natural-color-100);
  width: 70px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.line.blog {
  background-color: #181818;
  width: 70px;
  height: 1px;
  margin-top: 28px;
}

.line.about-us {
  position: absolute;
  inset: auto 25% 48% auto;
}

.line.testimonial {
  margin-top: 20px;
}

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

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

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

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

.projects-collection-grid.projects {
  grid-template-columns: 1fr 1fr 1fr;
}

.projects-link-wrapper {
  border: 1px solid #ffffff1a;
  width: 424px;
  padding: 122px 0 122px 72px;
  text-decoration: none;
}

.projects-link-wrapper.project {
  border-color: #e7e7e7;
  padding-left: 40px;
}

.projects-subtitle {
  color: #ffffffb3;
  margin-bottom: 8px;
  font-family: Space Grotesk, sans-serif;
  line-height: 28px;
}

.projects-subtitle.project-mini {
  color: #080808b3;
}

.projects-name {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}

.projects-name.project-title {
  color: #181818;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  width: 100px;
  display: none;
  inset: auto 10% 19% auto;
}

.slide-nav.project {
  inset: -23% 0% auto auto;
}

.choose-us-grid {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choose-us-text-wrapper {
  margin-top: 50px;
}

.choose-us-heading-tag {
  margin-bottom: 4px;
  overflow: hidden;
}

.choose-us-heading {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 160%;
}

.choose-us-details-tag {
  margin-bottom: 0;
  overflow: hidden;
}

.choose-us-details {
  color: #fff9;
  letter-spacing: -.5px;
  margin-bottom: 0;
  line-height: 28px;
}

.choose-us-heading-wrapper {
  margin-bottom: 40px;
}

.choose-us-contant-wrap {
  overflow: hidden;
}

.choose-us-single-wrap {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.choose-us-logo-wrap {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  display: flex;
}

.choose-us-single-contant {
  width: 380px;
}

.choose-us-single-heading {
  color: var(--natural-color-100);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.choose-us-single-details {
  color: #fff9;
  letter-spacing: -.5px;
  margin-bottom: 0;
  line-height: 28px;
}

.choose-us-banner-wrapper {
  position: relative;
}

.choose-us-banner {
  object-fit: cover;
  width: 100%;
  height: 797px;
}

.testimonial-section {
  background-color: var(--natural-color-100);
  margin-top: -180px;
  padding-top: 308px;
  padding-bottom: 140px;
  overflow: hidden;
}

.faq-section {
  background-color: #1e1c2a;
  padding-top: 140px;
  padding-bottom: 140px;
}

.faq-section-title {
  text-align: center;
  width: 100%;
  max-width: 872px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-heading {
  color: var(--natural-color-100);
  margin-bottom: 33px;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
}

.faq-details {
  color: var(--natural-color-100);
  max-width: 525px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
}

.faq-wrapper {
  width: 872px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.faq-toggle-wrapper {
  background-color: #1e1c2a;
  border: 1px solid #ffffff1a;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  overflow: hidden;
}

.faq-toggle-wrapper.last {
  margin-bottom: 0;
}

.faq-question-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.faq-question-title {
  color: var(--natural-color-100);
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.faq-question-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.minus-icon {
  background-color: var(--natural-color-100);
  width: 13px;
  height: 2px;
}

.plus-icon {
  background-color: var(--natural-color-100);
  width: 13px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.faq-answer {
  width: 100%;
  height: auto;
  display: block;
}

.faq-info {
  color: #fff9;
  width: 100%;
  max-width: 754px;
  height: auto;
  margin-bottom: 0;
  line-height: 160%;
}

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

.blog-heading-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.blog-title-wrap {
  max-width: 495px;
}

.blog-heading {
  color: #181818;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 58px;
}

.blog-details {
  color: #505050;
  line-height: 28px;
}

.service-know-more-button-wrap {
  color: #181818;
  align-items: center;
  margin-top: 55px;
  padding-top: 20px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
}

.service-know-more-button-wrap.project {
  color: var(--natural-color-100);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  margin-top: 121px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.service-know-more-button-wrap.project.btn {
  color: #181818;
  border-style: solid;
  border-color: #18181833;
  font-family: "Fa solid 900", sans-serif;
}

.service-know-more-button-wrap._404 {
  justify-content: center;
}

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

.single-blog-post-wrapper {
  border: 1px solid #e7e7e7;
  padding: 35px;
  text-decoration: none;
  position: relative;
}

.blog-post-img-wrap {
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.blog-post-date-wrap {
  z-index: 1;
  background-color: #fe5a0e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  padding: 16px 13px;
  display: flex;
  position: absolute;
  inset: 40% auto auto 9%;
}

.blog-number-text {
  color: var(--natural-color-100);
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.blog-date-text {
  color: var(--natural-color-100);
  font-weight: 500;
  line-height: 18px;
}

.blog-name {
  color: #181818;
  max-width: 420px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.blog-post-details {
  color: #505050;
  margin-bottom: 24px;
  line-height: 28px;
}

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

.read-more-text {
  color: #181818;
  margin-right: 14px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.footer {
  background-image: url('../images/Footer-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
}

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

.footer-heading {
  color: var(--natural-color-100);
  letter-spacing: -1px;
  max-width: 657px;
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.newsletter-from-block {
  flex-direction: column;
  justify-content: center;
  max-width: 582px;
  min-height: 56px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.input {
  color: var(--natural-color-100);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  max-width: 582px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 0 165px 0 0;
  font-size: 16px;
  line-height: 26px;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-bottom-color: var(--primary-color);
}

.input::placeholder {
  color: var(--natural-color-100);
  letter-spacing: -.6px;
}

.subscribe-button {
  text-align: center;
  letter-spacing: -.5px;
  background-color: #fe5a0e;
  padding: 14px 35px;
  font-family: Be Vietnam Pro, sans-serif;
  font-weight: 600;
  line-height: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.position-relative {
  position: relative;
}

.footer-top-info-wrap {
  margin-right: 75px;
  overflow: hidden;
}

.email-wrap {
  margin-bottom: 32px;
}

.email-title {
  color: var(--natural-color-100);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.email-title.orange {
  color: var(--primary-color);
}

.email-text {
  color: var(--natural-color-100);
  font-size: 16px;
  line-height: 20px;
}

.contact-title {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.contact-numbr-text {
  color: var(--natural-color-100);
  letter-spacing: -.5px;
  font-size: 16px;
  line-height: 20px;
}

.footer-middle-wrap {
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
}

.footer-middle-grid {
  grid-column-gap: 214px;
  grid-row-gap: 214px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-single-wrapper {
  border-right: 1px #fff3;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-single-wrapper.last {
  border-right-width: 0;
}

.footer-single-heading {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.footer-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  margin-top: 20px;
  display: grid;
}

.footer-single-link {
  color: #ffffffd9;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
}

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

.footer-single-link.w--current {
  margin-bottom: 0;
  text-decoration: none;
}

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

.footer-bottom-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-logo-wrap.w--current {
  overflow: hidden;
}

.footer-logo {
  max-width: 100%;
  max-height: 55px;
}

.copyright-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.utility-page-content {
  text-align: left;
  flex-direction: column;
  max-width: 648px;
  display: flex;
}

.utility-page-content._404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 595px;
}

.utility-page-form {
  background-color: var(--natural-color-100);
  border: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: stretch;
  width: 648px;
  max-width: 648px;
  padding: 63px;
  display: flex;
}

.inner-banner {
  background-image: url('../images/inner-banner-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 150px;
}

.inner-banner.checkout {
  padding-top: 170px;
  padding-bottom: 140px;
}

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

.inner-banner-title {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 74px;
}

.breadcrumbs-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.breadcrumbs-link {
  color: #fffc;
  text-decoration: none;
}

.breadcrumbs-link.w--current {
  color: var(--primary-color);
  font-weight: 600;
}

.section.single-services {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.section.blog, .section.blog-single {
  padding-top: 100px;
  padding-bottom: 140px;
}

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

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

.single-service-content-wrapper {
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}

.services-details-image-wrap {
  margin-bottom: 50px;
}

.services-details-title {
  color: #181818;
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.services-single-details.mg-bottom-16px {
  color: #505050;
  letter-spacing: -.6px;
  margin-bottom: 16px;
  line-height: 28px;
}

.services-single-details.mg-bottom-50px {
  color: #505050;
  letter-spacing: -.6px;
  margin-bottom: 50px;
  font-family: Barlow, sans-serif;
  line-height: 28px;
}

.services-single-details.mg-bottom-50px.last {
  margin-bottom: 0;
}

.services-details-mini-title {
  color: #181818;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  line-height: 48px;
}

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

.services-details-shape {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-single-container {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.single-blog-img-wrapper {
  margin-bottom: 50px;
  position: relative;
}

.single-blog-details-wrapper {
  margin-bottom: 50px;
}

.single-blog-date {
  color: #505050;
  margin-bottom: 20px;
  line-height: 28px;
}

.single-blog-tittle {
  color: #181818;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.single-blog-details {
  color: #505050;
  letter-spacing: -.6px;
  margin-bottom: 17px;
  line-height: 28px;
}

.single-blog-details.last {
  margin-bottom: 0;
}

.blog-quote-wrapper {
  border: 1px solid #d8d8d8;
  margin-bottom: 50px;
  padding: 53px 40px 53px 50px;
}

.quote-heading {
  color: #111;
  margin-top: 0;
  margin-bottom: 38px;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}

.quote-name {
  color: #505050;
  font-weight: 500;
  line-height: 135%;
}

.blog-quote-icon {
  margin-right: 36px;
  padding-top: 20px;
}

.blog-quote-title-wrap {
  align-items: flex-start;
  display: flex;
}

.about-us-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us-text-wrapper {
  position: relative;
  overflow: hidden;
}

.about-us-heading {
  color: #181818;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.about-us-details {
  color: #505050;
  margin-bottom: 40px;
  line-height: 28px;
}

.about-us-section-heading {
  position: relative;
  overflow: hidden;
}

.counter-section {
  z-index: 5;
  margin-top: -50px;
  margin-left: 86px;
  position: relative;
}

.counter-wrap {
  z-index: 10;
  background-color: var(--orange);
  padding: 45px 66px;
  position: relative;
}

.counter-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.counter-grid {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.counter-single-wrap {
  color: var(--natural-color-100);
  text-align: center;
  letter-spacing: -.5px;
  flex-direction: column;
  font-weight: 500;
  line-height: 34px;
  display: flex;
}

.our-passion-section {
  padding-top: 0;
  padding-bottom: 140px;
  display: none;
}

.our-passion-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  display: flex;
  overflow: hidden;
}

.our-passion-title-wrap.center {
  justify-content: center;
}

.our-passion-section-heading {
  color: #181818;
  letter-spacing: -2px;
  max-width: 643px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.our-passion-details {
  color: #505050;
  letter-spacing: -1px;
  max-width: 440px;
  margin-bottom: 0;
  line-height: 28px;
}

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

.our-passion-img-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-team-section {
  padding-bottom: 140px;
}

.our-team-heading-tag {
  text-align: center;
  margin-bottom: 60px;
  overflow: hidden;
}

.team-heading {
  color: #181818;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 58px;
}

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

.our-team-single-wrapper {
  z-index: 1;
  position: relative;
}

.our-team-details-wrapper {
  background-color: #fe5a0eed;
  padding: 66px;
  position: absolute;
  inset: 0%;
}

.team-details-wrap {
  margin-bottom: 239px;
}

.team-name {
  color: var(--natural-color-100);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.team-designation {
  color: var(--natural-color-100);
  letter-spacing: -.6px;
  line-height: 18px;
}

.team-social-medis-link-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
}

.single-social-link {
  background-color: var(--natural-color-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

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

.contact-container {
  width: 100%;
  max-width: 1273px;
  margin-left: auto;
  margin-right: auto;
}

.contact-grid {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.star-icon.contact {
  margin-bottom: 18px;
}

.contact-section-heading {
  color: #181818;
  letter-spacing: -2.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.contact-details {
  color: #505050;
  letter-spacing: -.5px;
  margin-bottom: 0;
  line-height: 28px;
}

.contact-from-block {
  width: 529px;
  overflow: hidden;
}

.contact-from {
  overflow: hidden;
}

.input-wrapper {
  margin-bottom: 20px;
}

.input-wrapper.last {
  margin-bottom: 0;
}

.contact-input {
  background-color: var(--natural-color-100);
  letter-spacing: -.6px;
  border: 1px solid #e7e7e7;
  height: 60px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  line-height: 28px;
  transition: border-color .3s, color .3s;
}

.contact-input:hover {
  border-style: solid;
  border-color: var(--primary-color);
}

.contact-input::placeholder {
  color: #505050;
  font-size: 18px;
  line-height: 28px;
}

.contact-text-area {
  background-color: var(--natural-color-100);
  border: 1px solid #e7e7e7;
  min-width: 100%;
  max-width: 100%;
  min-height: 154px;
  max-height: 230px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  transition: border-color .3s, color .3s;
}

.contact-text-area:hover {
  border-style: solid;
  border-color: var(--primary-color);
}

.contact-text-area::placeholder {
  color: #505050;
  letter-spacing: -.6px;
  font-size: 18px;
  line-height: 22px;
}

.projects-contant-wrap {
  position: relative;
}

.projects-single-section {
  padding-bottom: 150px;
  position: relative;
}

.project-single-grid-wrapper {
  justify-content: center;
  display: flex;
}

.project-single-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  display: grid;
}

.project-single-card {
  z-index: 10;
  background-color: var(--natural-color-100);
  padding: 100px 0;
}

.project-mini-title {
  color: #505050;
  letter-spacing: -.6px;
  line-height: 40px;
}

.project-card-top-contant-wrap {
  margin-bottom: 50px;
}

.project-single-heading {
  color: #181818;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.project-single-details {
  color: #505050;
  letter-spacing: -.5px;
  max-width: 711px;
  margin-bottom: 0;
  line-height: 28px;
}

.project-single-details.mg-top-50px {
  width: 711px;
  margin-top: 50px;
}

.project-single-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

.single-img-project {
  width: 100%;
}

.style-guide-section {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.style-guide-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.typpgraphy-style-wrapper {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 57px;
  padding-bottom: 60px;
}

.h1-heading-tag {
  color: #181818;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Space Grotesk, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.h2-heading-tag {
  color: #181818;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Space Grotesk, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.h3-heading-tag {
  color: #181818;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.h4-heading-tag {
  color: #181818;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.h5-heading-tag {
  color: #181818;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.h6-heading-tag {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.paragraph-style-wrapper {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 57px;
  padding-bottom: 60px;
}

.single-paragraph-style {
  margin-bottom: 25px;
}

.single-paragraph-style.last {
  margin-bottom: 0;
}

.paragraph-style-tittle {
  color: #181818;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-style-text {
  color: #656565;
  line-height: 26px;
}

.typeface-style-wrapper {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 57px;
  padding-bottom: 60px;
}

.typeface-tittle {
  color: #1c2936;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}

.style-guide-tittle-tag {
  margin-bottom: 55px;
}

.style-guide-tittle-tag.mg-bottom-38px {
  margin-bottom: 38px;
}

.style-guide-title {
  color: #181818;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.typeface-details {
  color: #656565;
  margin-bottom: 7px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.color-palate-wrapper {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 57px;
  padding-bottom: 60px;
}

.color-palates-wrap {
  max-width: 920px;
}

.color-palate-flex-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-color-plate-wrapper {
  background-color: #1e1c2a;
  justify-content: center;
  align-items: center;
  width: 202px;
  height: 112px;
  display: flex;
}

.single-color-plate-wrapper.two {
  background-color: var(--primary-color);
}

.single-color-plate-wrapper.three {
  background-color: #181818;
}

.single-color-plate-wrapper.four {
  background-color: #0000;
  border: 1px solid #e7e7e7;
}

.color-code {
  color: var(--natural-color-100);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.color-code.four {
  color: #181818;
}

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

.button-primary {
  background-color: var(--primary-color);
  color: var(--natural-color-100);
  padding: 16px 70px;
  font-weight: 600;
  line-height: 28px;
}

.button-secondary {
  border: 1px solid var(--primary-color);
  color: #181818;
  background-color: #0000;
  margin-left: 20px;
  padding: 16px 70px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  line-height: 28px;
}

.protect-pass-img-wrapper {
  margin-bottom: 60px;
}

.protect-pass-tittle {
  color: #1c2936;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Space Grotesk, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.protected-pass-details {
  color: #505050;
  letter-spacing: -.5px;
  margin-bottom: 38px;
  font-weight: 400;
  line-height: 28px;
}

.protect-pass-input {
  letter-spacing: -.5px;
  border: 1px solid #e7e7e7;
  height: 60px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 26px;
  line-height: 28px;
  transition: all .3s;
}

.protect-pass-input:hover {
  border-style: solid;
  border-color: var(--primary-color);
}

.protect-pass-input::placeholder {
  color: #505050;
  font-size: 18px;
}

._404-image-wrap {
  text-align: center;
  margin-bottom: 56px;
  margin-left: 95px;
}

._404-details-wrap {
  text-align: center;
  position: relative;
}

._404-title {
  color: #1c2936;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 100%;
}

._404-details {
  color: #656565;
  margin-bottom: 30px;
  line-height: 26px;
}

._404-overley-text {
  z-index: -1;
  color: #00000008;
  font-family: Space Grotesk, sans-serif;
  font-size: 428px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  inset: -49% auto auto -20%;
}

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

.licence-tittle {
  color: #1c2936;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.licence-details {
  color: #505050;
  letter-spacing: -.5px;
  max-width: 471px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.source-link {
  color: #181818;
  font-weight: 500;
  text-decoration: underline;
}

.license-image-wrapper {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

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

.license-details {
  color: #505050;
  letter-spacing: -.5px;
  max-width: 440px;
  font-size: 18px;
  line-height: 28px;
}

.licence-icon-flex-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 1px solid #e7e7e7;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.single-icon-wrap {
  width: 58px;
}

.license-heading {
  color: #1c2936;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.typography-button {
  background-color: var(--primary-color);
  padding: 16px 27px;
  font-weight: 600;
  line-height: 28px;
}

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

.changelog-container {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-contant-wrap {
  border: 1px solid #e7e7e7;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.changelog-heading {
  color: #1c2936;
  margin-top: 0;
  margin-bottom: 38px;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.changelog-date-text {
  color: #505050;
  margin-bottom: 15px;
  line-height: 100%;
}

.changelog-details {
  color: #505050;
  font-size: 20px;
  line-height: 100%;
}

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

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

.shop-collection-list.categories-grid {
  grid-template-columns: 1fr;
  width: 424px;
  margin-left: auto;
  margin-right: auto;
}

.shop-collection-link-block {
  position: relative;
}

.shop-details-wrapper {
  background-color: #fe5a0eed;
  padding-top: 66px;
  padding-bottom: 66px;
  padding-left: 66px;
  position: absolute;
  inset: 0%;
}

.shop-products-name-price-wrap {
  margin-bottom: 187px;
}

.products-name {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Space Grotesk, sans-serif;
  line-height: 32px;
}

.products-prices {
  color: var(--natural-color-100);
  letter-spacing: -.5px;
  font-size: 24px;
  line-height: 24px;
}

.shop-right-arrow-wrap {
  background-color: var(--natural-color-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  display: flex;
}

.products-single-section {
  padding-top: 100px;
  padding-bottom: 140px;
}

.products-single-container {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

.single-products-grid {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.single-product-name {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.single-products-details {
  color: #505050;
  letter-spacing: -.5px;
  max-width: 463px;
  margin-bottom: 0;
  line-height: 28px;
}

.singel-product-price {
  color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}

.quantity-text {
  color: #000;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  line-height: 23px;
}

.quantity-input {
  background-color: var(--natural-color-100);
  color: #505050;
  letter-spacing: -.5px;
  border-style: solid;
  border-color: #e7e7e7;
  width: 100%;
  height: 60px;
  margin-bottom: 23px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 26px;
  line-height: 28px;
}

.add-to-cart-button {
  background-color: var(--primary-color);
  color: var(--natural-color-100);
  padding: 16px 38px;
  font-weight: 600;
  line-height: 28px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--primary-color);
  color: var(--natural-color-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -11% -18% auto auto;
}

.cart-container {
  background-color: var(--natural-color-100);
  max-width: 851px;
  padding: 63px 78px;
}

.cart-header {
  border-bottom-width: 1px;
  border-bottom-color: #e7e7e7;
  margin-bottom: 66px;
  padding: 0 0 43px;
}

.cart-title {
  color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  line-height: 121%;
}

.close-icon-wrap {
  width: 34px;
  height: 34px;
}

.image.project-hover-in {
  object-fit: cover;
  height: 100%;
}

.cart-list {
  padding: 0;
}

.cart-item-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cart-contant-wrap {
  margin-left: 0;
  margin-right: 0;
}

.cart-product-name {
  color: #000;
  margin-bottom: 14px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  line-height: 121%;
}

.cart-price {
  color: #505050;
  margin-bottom: 10px;
  line-height: 121%;
}

.remove-button {
  color: #181818;
  letter-spacing: -1px;
  border: 1px solid #fe5a0e;
  padding: 16px 45px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.cart-img {
  width: 150px;
  height: 175px;
}

.cart-image-wrap {
  margin-right: 38px;
}

.cart-quantity-wrap {
  color: #505050;
  align-items: center;
  line-height: 26px;
  display: flex;
}

.cart-quantity-number {
  background-color: #0000;
  border-style: solid;
  border-width: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 26px;
}

.dot-icon {
  margin-left: 6px;
  margin-right: 6px;
}

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

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

.cart-subtotal {
  color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 121%;
}

.web-payments {
  display: none;
}

.cart-subtotal-number {
  color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  line-height: 121%;
}

.checkout-button {
  background-color: var(--primary-color);
  color: var(--natural-color-100);
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  line-height: 23px;
}

.projects-right-icon {
  font-size: 30px;
  line-height: 31px;
}

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

.project-hover-in-wrap {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.color-hover-in {
  background-color: #fe5a0ef0;
  position: absolute;
  inset: 0%;
}

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

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

.services-collection-list.our-service {
  grid-template-columns: 1fr 1fr 1fr;
}

.services-link-wrapper {
  border: 1px solid #e7e7e7;
  height: 100%;
  padding: 50px 40px;
  text-decoration: none;
  position: relative;
}

.services-single-wrapper {
  position: relative;
}

.services-icon {
  width: 43px;
}

.services-name {
  color: #181818;
  letter-spacing: -.5px;
  margin-top: 22px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.services-details {
  color: #505050;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  padding-bottom: 30px;
  line-height: 28px;
}

.service-know-more-button {
  letter-spacing: -1px;
  margin-right: 10px;
}

.service-shape {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.services-hover-icon-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.services-hover-icon {
  z-index: -1;
  width: 43px;
  position: absolute;
}

.services-hover-right-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.services-hover-icon-right {
  z-index: -1;
  position: absolute;
}

.button-wrap.our-service {
  text-align: center;
  margin-top: 60px;
}

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

.project-name, .service-name {
  color: var(--natural-color-100);
}

.numbers-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block {
  color: var(--natural-color-100);
  text-transform: uppercase;
  font-size: 58px;
  line-height: 68px;
}

.num-text {
  margin-left: 4px;
  font-size: 58px;
  line-height: 68px;
}

.number-info {
  margin-top: 20px;
}

.number-info-text {
  color: var(--natural-color-100);
  line-height: 28px;
}

.overflow-hidden {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-shape {
  background-color: var(--natural-color-100);
  opacity: 0;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.cover-shape.choose-us {
  background-color: #1e1c2a;
}

.image-box {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-text {
  color: var(--natural-color-100);
  margin-right: 32px;
  padding: 0;
  transition: all .3s;
}

.contact-text:hover {
  color: var(--primary-color);
}

.contact-text.w--current {
  color: var(--primary-color);
  font-weight: 600;
}

.quote-icon-wrap {
  margin-right: 32px;
}

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

.banner-heading-one, .bannr-heading-two, .banner-heading-three {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.overflow-hiden, .faq-heading-wrap, .faq-details-wrap, .blog-section-heading, .blog-details-wrap {
  overflow: hidden;
}

.footer-heading-wrap {
  margin-bottom: 0;
  overflow: hidden;
}

.inner-banner-title-tag {
  margin-bottom: 8px;
  overflow: hidden;
}

.about-details-wrap, .our-passion-details-wrap {
  overflow: hidden;
}

.inner-banner-section-title {
  margin-bottom: 10px;
  overflow: hidden;
}

.contact-heading-tag, .contact-details-wrap {
  overflow: hidden;
}

.licence-title-tag {
  margin-bottom: 24px;
  overflow: hidden;
}

.licence-details-tag {
  margin-bottom: 56px;
  overflow: hidden;
}

.licence-heading-tag, .licence-paragraph-tag {
  overflow: hidden;
}

.project-mini-title-wrap {
  margin-bottom: 12px;
  overflow: hidden;
}

.project-single-heading-tag {
  margin-bottom: 24px;
  overflow: hidden;
}

.project-single-details-tag {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.project-single-details-tag.mg-bottom-50px {
  margin-bottom: 50px;
}

.service-details-title-tag {
  margin-bottom: 17px;
  overflow: hidden;
}

.services-single-details-tag, .services-details-mini-title-tag {
  overflow: hidden;
}

.single-products-name-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.single-products-detaols-wrap {
  margin-bottom: 23px;
  overflow: hidden;
}

.single-products-price-tag {
  margin-bottom: 60px;
  overflow: hidden;
}

.page-loader {
  z-index: 9998;
  transform-origin: 50% 0;
  background-color: #1e1c2a;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader-wrapper {
  transform-origin: 50% 0;
  background-color: #111;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-loader-text-bg {
  width: 15vw;
  position: relative;
}

.page-loader-text-bg.absolute {
  max-width: none;
  position: absolute;
  inset: 0;
}

.page-loader-text-wrap {
  position: absolute;
  inset: 0;
}

.hide-page-loader {
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.project-shape {
  max-height: 115px;
  position: absolute;
  inset: -22% 10% auto auto;
  transform: rotate(12deg);
}

.testimonial-flex-wrapper {
  border: 1px solid #e8e8e8;
  display: flex;
}

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

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slider-mask {
  overflow: visible;
}

.slide {
  margin-right: 133px;
}

.testimonial-image-wrapper {
  margin-top: -102px;
  padding-left: 22px;
  padding-right: 22px;
}

.quote-contant-wrapper {
  background-color: #fe5a0e;
  width: 100%;
  padding: 64px 110px 64px 64px;
}

.quote-icon {
  margin-top: -9px;
}

.quote-icon.bottom {
  margin-top: 0;
  position: absolute;
  inset: auto -1% -6% auto;
}

.quote-details {
  color: #ffffffe6;
  max-width: 610px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

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

.testimonial-section-title {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 47px;
  padding-left: 481px;
  display: flex;
  overflow: hidden;
}

.testimonial-heading {
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.clint-details-wrapper {
  margin-top: 37px;
  padding-left: 42px;
}

.clint-name {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.clint-designation {
  color: #fffc;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.checkout-wrapper, .order-confirmation {
  padding-top: 80px;
  padding-bottom: 80px;
}

.search-results-title-wrapper {
  border: 1px solid #1e1c2a;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 65px;
}

.search-results-title {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.search-results-input {
  color: var(--natural-color-900);
  border: 1px solid #1e1c2a;
  border-radius: 15px;
  height: 50px;
  padding-left: 30px;
  font-size: 18px;
}

.search-results-input::placeholder {
  color: var(--natural-color-900);
}

.search-results-button {
  border: 1px solid var(--natural-color-900);
  color: var(--natural-color-900);
  background-color: #0000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 120px;
  height: 50px;
  font-size: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-results-singel {
  position: relative;
}

.search-link-block {
  color: #000;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.search-results {
  padding-top: 60px;
  padding-bottom: 100px;
}

.divider {
  background-color: var(--primary-color);
  width: 2px;
  height: 100%;
}

.text-block-2 {
  color: #fff;
  line-height: 16px;
}

.text-block-3 {
  opacity: 1;
  -webkit-text-stroke-color: #fff;
  line-height: 16px;
}

.text-block-4 {
  -webkit-text-stroke-color: #fff;
  line-height: 16px;
}

.text-block-5 {
  color: #fff;
  line-height: 16px;
}

.plug {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 100%;
}

.link {
  color: #cacaca;
}

.section-2 {
  background-color: #1e1c2a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 75px;
  display: flex;
}

.grid {
  grid-column-gap: 30px;
  background-color: var(--natural-color-100);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  width: 100%;
  max-width: 950px;
  height: auto;
  padding: 20px;
}

.div-block {
  background-color: #001c26;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 30px;
  display: flex;
}

.form-s1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.form-s1.flex {
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.field-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #424242;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-3 {
  width: 90%;
}

.form-radios {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-s2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.form-s2.flex {
  display: flex;
}

.form-s3 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: flex;
}

.form-s3.flex {
  display: flex;
}

.form-s4 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.form-s4.flex {
  display: flex;
}

.form-submit {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  margin-top: 25px;
  display: flex;
}

.form-submit.flex {
  display: flex;
}

.submit-button {
  background-color: var(--primary-color);
  width: 160px;
}

.textarea {
  border: 1px #000;
  border-bottom: 1px solid #424242;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.radio-button-label, .radio-button-label-2, .radio-button-label-3, .radio-button-label-4 {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 16px;
  line-height: 16px;
}

.radio-button-field, .radio-button-field-2, .radio-button-field-3, .radio-button-field-4 {
  display: flex;
}

.text-block-6 {
  color: #cacaca;
}

.form-heading {
  color: #000;
  margin-top: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-4 {
  background-color: var(--primary-color);
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.div-block-5 {
  width: 100%;
  max-width: 950px;
  height: auto;
  margin-bottom: 75px;
}

.contact-sec-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -2.7px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 58px;
  line-height: 68px;
}

.text-block-7 {
  color: var(--natural-color-100);
  text-align: center;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: grid;
}

.div-block-7.contact-us {
  grid-row-gap: 16px;
  margin-top: 50px;
}

.div-block-8 {
  align-items: center;
  display: flex;
}

.image-2 {
  width: 15px;
}

.image-2.black {
  filter: invert();
}

.link-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

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

.link-2.black {
  color: #000;
}

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

.image-3 {
  width: 12px;
  margin-top: 3px;
}

.image-3.black {
  filter: invert();
}

.div-block-9 {
  align-items: flex-start;
  display: flex;
}

.success-message {
  border: 1px solid var(--primary-color);
  background-color: #fff;
  min-height: 450px;
}

.text-block-8 {
  line-height: 30px;
}

.div-block-10 {
  align-items: center;
  height: 450px;
  display: flex;
}

.form-block {
  border: 1px solid var(--primary-color);
  margin-top: 125px;
  padding: 25px;
}

.project-container {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.project-container.inner-container {
  position: relative;
}

.project-container.testimonial {
  overflow: hidden;
}

.project-container.hero {
  max-width: 1200px;
}

.rich-text-block {
  margin-top: 20px;
  line-height: 30px;
  position: relative;
}

.div-block-11 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
}

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

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-4 {
  width: 100%;
  height: 100%;
}

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

.grid-3.bottom {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.accordion-item {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-toggle {
  border: 1px solid var(--primary-color);
  align-items: center;
  height: 80px;
  margin-bottom: 0;
  display: flex;
}

.text-block-9 {
  white-space: normal;
  flex: none;
  width: 100%;
}

.dropdown-list {
  background-color: #fff0;
  padding: 20px 20px 20px 0;
  display: block;
  position: static;
}

.dropdown-list.bottom {
  margin-bottom: 0;
}

.dropdown {
  color: #505050;
  margin-bottom: 0;
  line-height: 28px;
}

.div-block-12 {
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.div-block-13 {
  background-color: var(--primary-color);
  width: 100%;
  max-width: 1320px;
  height: 1px;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1320px;
}

.form {
  padding-top: 25px;
}

.text-field-5 {
  border-radius: 5px;
  height: 33px;
  margin-bottom: 15px;
}

.text-block-20 {
  margin-left: 15px;
  font-size: 16px;
  line-height: 1;
}

.cs-1-left-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.submit-button-3 {
  background-color: #434343;
  align-self: center;
  width: 250px;
  margin-top: 10px;
}

.cs1 {
  justify-content: center;
  align-items: center;
  padding: 125px 3%;
  display: flex;
}

.div-block-14 {
  background-color: #fc561b;
  width: 50px;
  height: 5px;
  margin-bottom: 20px;
}

.form-3 {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.success-message-8 {
  background-color: #ddd0;
  margin-top: 30px;
}

.email-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.email-heading.small {
  font-size: 17px;
}

.email-heading.small.middle {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bold-text-4 {
  color: #fc561b;
  font-weight: 500;
}

.form-heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.cs-form-top {
  background-color: #fff;
  border: 2px solid #fc561b;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: auto;
  padding: 20px 25px 25px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 6px #000000a1;
}

.heading-41 {
  color: #fc561b;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
}

.field-label-2 {
  font-size: 13px;
  font-weight: 500;
}

.heading-24-copy {
  margin-top: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.section-wrap {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .65fr;
  width: 100%;
  max-width: 1200px;
}

.section-wrap._1000mw {
  max-width: 1000px;
}

.phone-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.phone-heading.bottom {
  margin-top: 10px;
}

.cs-form-bottom {
  background-color: #fff;
  border: 2px solid #fc561b;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: auto;
  margin-top: 30px;
  padding: 20px 25px 25px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 6px #000000a1;
}

.image-16 {
  max-width: 20px;
  max-height: 22px;
}

.cs-1-right-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.form-image {
  position: absolute;
  top: 0;
}

.form-block-2 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.textarea-4 {
  border-radius: 5px;
}

.div-block-93 {
  align-items: center;
  display: flex;
}

.grid-17 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.slider-2 {
  background-color: #fff;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.mask {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide-2 {
  text-align: center;
  cursor: grab;
  width: 100%;
}

.img {
  display: inline-block;
}

.left-arrow-3, .right-arrow-3 {
  width: 10%;
}

.slide-nav-2 {
  font-size: 9px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
}

.icon, .icon-2 {
  color: #fc561b;
}

.text-span {
  color: #fc561b;
  font-weight: 700;
}

.lightbox-link {
  position: static;
}

@media screen and (min-width: 1920px) {
  .container.hero {
    max-width: 1320px;
  }

  .absolate.banner-shape-two {
    width: 75px;
    inset: auto auto 43px -218px;
  }

  .absolate.banner-shape-three {
    width: 50px;
    max-width: 100%;
    inset: 30% -222px 0% auto;
  }

  .inner-ticker.one {
    transform: translate(-57px, 43px)rotate(7deg);
  }

  .about-section {
    margin-bottom: -100px;
  }

  .testimonial-section {
    background-color: var(--natural-color-100);
  }

  .section.single-services {
    padding-top: 100px;
    padding-bottom: 140px;
    padding-right: 0;
    position: relative;
  }

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

  .section.projects {
    padding-top: 100px;
    padding-bottom: 140px;
    padding-right: 0;
  }

  .single-service-content-wrapper {
    max-width: 839px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-details-image-wrap {
    margin-bottom: 50px;
  }

  .services-details-img {
    width: 100%;
  }

  .services-details-title {
    color: #181818;
    margin-top: 0;
    margin-bottom: 17px;
    font-family: Space Grotesk, sans-serif;
    font-size: 58px;
    line-height: 68px;
  }

  .services-single-details {
    color: #505050;
    letter-spacing: -.5px;
    margin-bottom: 0;
    line-height: 28px;
  }

  .services-single-details.mg-bottom-16px {
    letter-spacing: -.5px;
    margin-bottom: 16px;
  }

  .services-single-details.mg-bottom-50px {
    letter-spacing: -.5px;
    margin-bottom: 50px;
  }

  .services-single-details.mg-bottom-50px.last {
    margin-bottom: 0;
  }

  .services-details-mini-title {
    color: #181818;
    margin-top: 0;
    margin-bottom: 17px;
    font-family: Space Grotesk, sans-serif;
    font-size: 24px;
    line-height: 48px;
  }

  .services-details-shape {
    z-index: -1;
    position: absolute;
    inset: auto 0% -7%;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 140px;
    padding-right: 0;
  }

  .contact-container {
    width: 100%;
    max-width: 1272px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-grid {
    grid-column-gap: 172px;
    grid-row-gap: 172px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .style-guide-grid {
    grid-column-gap: 170px;
  }

  .services-link-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 50px;
  }

  .slide {
    margin-right: 335px;
  }

  .project-container.hero {
    max-width: 1320px;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .split-contant.header-right, .header-logo-wrap, .header-logo-wrap.w--current {
    z-index: 2;
    position: relative;
  }

  .nav-link {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    transition: all 30ms;
  }

  .nav-link.w--current {
    font-size: 36px;
    line-height: 40px;
  }

  .nav-link.contact {
    display: inline-block;
  }

  .header-navigation {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .nav-list-item {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .nav-list-item.contact {
    display: block;
  }

  .banner-section {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .banner-grid {
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .banner-contant-wrapper {
    text-align: center;
  }

  .banner-heading {
    font-size: 73px;
    font-weight: 600;
    line-height: 83px;
  }

  .banner-details-tag {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-row.hero {
    justify-content: center;
  }

  .button-row.projects {
    margin-top: 40px;
  }

  .primary-button.contact-submit {
    margin-top: 35px;
  }

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

  .absolate.banner-shape-one {
    width: 40px;
    inset: 0% auto auto 1%;
  }

  .absolate.banner-shape-two {
    width: 70px;
    inset: auto 1% 0% auto;
  }

  .absolate.banner-shape-three {
    width: 30px;
    inset: 0% 0% auto auto;
  }

  .absolate.inner-shape-one {
    width: auto;
    bottom: -39%;
    left: 31px;
  }

  .absolate.inner-shape-two {
    width: auto;
  }

  .our-services-section {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .our-services-heading-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .our-services-title-wrap {
    margin-bottom: 20px;
  }

  .our-services-title {
    font-size: 40px;
    line-height: 40px;
  }

  .our-services-details-wrap {
    text-align: center;
    max-width: 75%;
  }

  .inner-section {
    padding-top: 61px;
    padding-bottom: 0;
  }

  .ticker {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner-ticker.two {
    transform: translate(-52px, -67px)rotate(-4deg);
  }

  .inner-ticker.one {
    transform: translate(-57px, 70px)rotate(7deg);
  }

  .ticker-title {
    font-size: 20px;
  }

  .about-section {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .about-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .about-banner {
    height: 550px;
  }

  .about-text-wrapper {
    text-align: center;
    margin-top: 0;
  }

  .about-section-heading {
    margin-bottom: 20px;
  }

  .about-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .about-section-details {
    max-width: 75%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .projects-heading-wrapper {
    margin-bottom: 50px;
  }

  .projects-heading {
    font-size: 46px;
    line-height: 56px;
  }

  .line.project {
    margin-top: 30px;
  }

  .line.blog {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .line.about-us {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    bottom: -17%;
    right: 45%;
  }

  .projects-collection-grid, .projects-collection-grid.projects {
    grid-template-columns: 1fr 1fr;
  }

  .projects-link-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .projects-link-wrapper.project {
    width: 100%;
    padding: 81px 40px;
  }

  .projects-name.project-title {
    font-size: 28px;
    line-height: 38px;
  }

  .slide-nav {
    inset: auto 11% 7% auto;
  }

  .slide-nav.project {
    top: -22%;
  }

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

  .choose-us-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .choose-us-text-wrapper {
    margin-top: 0;
  }

  .choose-us-heading-tag {
    margin-bottom: 20px;
  }

  .choose-us-heading {
    font-size: 46px;
    line-height: 56px;
  }

  .choose-us-single-wrap {
    margin-bottom: 35px;
  }

  .choose-us-logo-wrap {
    width: 80px;
    height: 80px;
    margin-right: 30px;
  }

  .choose-us-logo {
    width: 36px;
  }

  .choose-us-single-contant {
    width: 70%;
  }

  .choose-us-banner {
    height: 550px;
  }

  .testimonial-section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .faq-section {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .faq-section-title {
    margin-bottom: 45px;
  }

  .faq-heading {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 56px;
  }

  .faq-details {
    margin-bottom: 20px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-toggle-wrapper {
    padding: 24px;
  }

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

  .blog-heading-wrap {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
  }

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

  .blog-heading {
    margin-bottom: 16px;
    font-size: 46px;
    line-height: 56px;
  }

  .blog-details {
    max-width: 70%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .service-know-more-button-wrap {
    margin-top: 26px;
  }

  .service-know-more-button-wrap.project.btn {
    width: 90px;
    height: 90px;
    margin-top: 135px;
  }

  .single-blog-post-wrapper {
    height: 100%;
    padding: 24px;
  }

  .blog-post-img-wrap {
    margin-bottom: 62px;
  }

  .blog-post-date-wrap {
    width: 70px;
    height: 70px;
    top: 23%;
    left: 12%;
  }

  .blog-number-text {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 24px;
  }

  .blog-date-text {
    font-size: 14px;
    line-height: 14px;
  }

  .blog-name {
    max-width: 100%;
    margin-bottom: 16px;
    line-height: 32px;
  }

  .blog-post-details {
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-top {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer-heading {
    max-width: 84%;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 56px;
  }

  .footer-top-info-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    display: flex;
  }

  .email-wrap {
    margin-bottom: 0;
  }

  .email-title, .contact-title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 28px;
  }

  .footer-middle-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-single-wrapper {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .footer-single-heading {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 26px;
  }

  .footer-single-link, .footer-single-link.w--current {
    margin-bottom: 16px;
  }

  .footer-single-link.last {
    margin-bottom: 0;
  }

  .footer-bottom-wrap {
    padding-bottom: 24px;
  }

  .utility-page-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .utility-page-form {
    width: 100%;
    max-width: 100%;
    padding: 50px;
  }

  .inner-banner {
    padding-top: 122px;
    padding-bottom: 118px;
  }

  .inner-banner.our-services {
    padding-bottom: 121px;
  }

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

  .inner-banner-title {
    margin-bottom: 0;
    font-size: 46px;
    line-height: 56px;
  }

  .section.single-services, .section.blog, .section.blog-single {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

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

  .services-details-image-wrap {
    margin-bottom: 40px;
  }

  .services-details-title {
    margin-bottom: 0;
    font-size: 46px;
    line-height: 46px;
  }

  .services-single-details.mg-bottom-16px, .services-single-details.mg-bottom-50px {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .services-details-mini-title {
    margin-bottom: 0;
  }

  .single-blog-img-wrapper, .single-blog-details-wrapper {
    margin-bottom: 40px;
  }

  .single-blog-date {
    margin-bottom: 18px;
  }

  .single-blog-tittle {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 36px;
  }

  .single-blog-details {
    font-size: 17px;
    line-height: 27px;
  }

  .blog-quote-wrapper {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .quote-heading {
    margin-bottom: 34px;
    font-size: 26px;
    line-height: 36px;
  }

  .quote-name {
    font-size: 16px;
    line-height: 16px;
  }

  .about-us-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-us-text-wrapper {
    text-align: center;
  }

  .about-us-heading {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 56px;
  }

  .about-us-details {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-section-heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .counter-section {
    margin-top: 0;
    margin-left: 0;
  }

  .counter-wrap {
    padding: 20px;
  }

  .counter-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-passion-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-passion-title-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }

  .our-passion-section-heading {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 56px;
  }

  .our-passion-details {
    letter-spacing: -.6px;
    max-width: 90%;
  }

  .our-passion-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-passion-img-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .our-team-section {
    padding-bottom: 70px;
  }

  .our-team-heading-tag {
    margin-bottom: 40px;
  }

  .team-heading {
    font-size: 46px;
    line-height: 56px;
  }

  .team-img {
    width: 100%;
    height: 100%;
  }

  .our-team-details-wrapper {
    padding: 50px 40px;
  }

  .team-details-wrap {
    margin-bottom: 80px;
  }

  .team-name {
    font-size: 22px;
    line-height: 22px;
  }

  .team-designation {
    font-size: 16px;
    line-height: 16px;
  }

  .single-social-link {
    width: 38px;
    height: 38px;
  }

  .social-media-icon {
    width: 20px;
  }

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

  .contact-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .contact-heading-wrapper {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-section-heading {
    margin-bottom: 16px;
    font-size: 46px;
    line-height: 56px;
  }

  .contact-from-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blank {
    display: none;
  }

  .projects-single-section {
    padding-bottom: 90px;
  }

  .project-single-grid {
    grid-template-columns: 1.5fr;
  }

  .project-single-card {
    padding: 80px 0 40px;
  }

  .project-card-top-contant-wrap {
    margin-bottom: 40px;
  }

  .project-single-heading {
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 46px;
  }

  .project-single-details.mg-top-50px {
    width: 626px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .project-single-image-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .style-guide-section {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .style-guide-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .typpgraphy-style-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .h1-heading-tag {
    margin-bottom: 30px;
    font-size: 55px;
  }

  .h2-heading-tag {
    margin-bottom: 30px;
    font-size: 45px;
  }

  .h3-heading-tag {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .h4-heading-tag, .h5-heading-tag {
    margin-bottom: 30px;
  }

  .paragraph-style-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .paragraph-style-tittle {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-style-text {
    font-size: 18px;
  }

  .typeface-style-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .typeface-tittle {
    margin-bottom: 15px;
  }

  .style-guide-tittle-tag, .style-guide-tittle-tag.mg-bottom-38px {
    margin-bottom: 30px;
  }

  .style-guide-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .typeface-details {
    margin-bottom: 10px;
  }

  .color-palate-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .color-palate-flex-wrap {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .single-color-plate-wrapper {
    width: 100%;
  }

  .protect-pass-img-wrapper {
    margin-bottom: 35px;
  }

  .protect-pass-image {
    width: 90px;
  }

  .protect-pass-tittle {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .protected-pass-details {
    margin-bottom: 28px;
    font-size: 17px;
  }

  ._404-image-wrap {
    margin-bottom: 30px;
    margin-left: 0;
  }

  ._404-img {
    width: 200px;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 46px;
  }

  ._404-details {
    margin-bottom: 26px;
    font-size: 18px;
  }

  ._404-overley-text {
    font-size: 389px;
    top: -39%;
    left: -15%;
  }

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

  .licence-tittle {
    margin-bottom: 0;
    font-size: 30px;
  }

  .licence-details {
    max-width: 100%;
    margin-bottom: 0;
  }

  .license-image-wrapper {
    margin-bottom: 50px;
    padding-bottom: 60px;
  }

  .license-details {
    margin-bottom: 0;
  }

  .licence-icon-flex-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .license-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

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

  .changelog-contant-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .changelog-heading {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .shop-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .shop-collection-product-image {
    height: 100%;
  }

  .shop-products-name-price-wrap {
    margin-bottom: 140px;
  }

  .shop-products-name-price-wrap.categories {
    margin-bottom: 222px;
  }

  .products-name {
    font-size: 28px;
    line-height: 28px;
  }

  .shop-right-arrow-wrap {
    width: 90px;
    height: 90px;
  }

  .products-single-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .single-product-name {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .single-products-details {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .singel-product-price {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .quantity-text {
    margin-bottom: 16px;
  }

  .quantity-input {
    height: 50px;
    margin-bottom: 24px;
  }

  .add-to-cart-button {
    padding: 14px 34px;
  }

  .cart-container {
    max-width: 450px;
    padding: 24px;
  }

  .cart-header {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }

  .cart-title {
    font-size: 22px;
    line-height: 22px;
  }

  .close-icon-wrap {
    width: 22px;
    height: 22px;
  }

  .image.project-hover-in {
    width: 100%;
    height: 100%;
  }

  .cart-item-wrap {
    display: block;
  }

  .cart-product-name {
    font-size: 22px;
    line-height: 22px;
  }

  .cart-price {
    margin-bottom: 0;
    font-size: 18px;
  }

  .remove-button {
    padding: 14px 35px;
    font-size: 16px;
    line-height: 16px;
  }

  .cart-img {
    width: 100%;
    height: 100%;
  }

  .cart-image-wrap {
    margin-right: 0;
  }

  .cart-footer {
    margin-top: 0;
    padding-top: 30px;
  }

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

  .cart-subtotal, .cart-subtotal-number {
    font-size: 20px;
  }

  .checkout-button {
    line-height: 18px;
  }

  .projects-right-icon {
    font-size: 28px;
    line-height: 28px;
  }

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

  .services-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .services-collection-list.our-service {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .services-link-wrapper {
    width: 100%;
    padding: 35px 30px 35px 35px;
  }

  .services-name {
    margin-top: 30px;
    font-size: 22px;
    line-height: 22px;
  }

  .services-details {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
  }

  .service-shape {
    width: 100%;
    height: 100%;
  }

  .button-wrap.our-service {
    margin-top: 40px;
  }

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

  .numbers {
    height: 56px;
  }

  .text-block, .num-text {
    font-size: 46px;
    line-height: 56px;
  }

  .number-info {
    margin-top: 15px;
  }

  .image-box {
    width: 60%;
  }

  .hamburger-menu {
    margin-left: 20px;
    padding: 0;
  }

  .hamburger-menu.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    background-color: var(--natural-color-100);
    width: 35px;
    height: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-nav-menu-wrapper {
    background-color: #1e1c2a;
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    padding: 140px 24px 40px;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .contact-text {
    color: var(--natural-color-100);
    margin-right: 32px;
    padding: 0;
    font-weight: 600;
    display: none;
  }

  .contact-text.w--current {
    color: var(--natural-color-100);
  }

  .cart-item-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-heading-wrap {
    margin-bottom: 40px;
  }

  .inner-banner-title-tag {
    margin-bottom: 15px;
  }

  .our-passion-details-wrap {
    justify-content: center;
    display: flex;
  }

  .inner-banner-section-title {
    margin-bottom: 18px;
  }

  .licence-title-tag {
    margin-bottom: 20px;
  }

  .licence-details-tag {
    margin-bottom: 34px;
  }

  .service-details-title-tag, .services-single-details-tag {
    margin-bottom: 16px;
  }

  .services-single-details-tag.last {
    margin-bottom: 0;
  }

  .services-details-mini-title-tag {
    margin-bottom: 5px;
  }

  .single-products-name-wrap {
    margin-bottom: 12px;
  }

  .single-products-detaols-wrap {
    margin-bottom: 18px;
  }

  .single-products-price-tag {
    margin-bottom: 0;
  }

  .page-loader {
    display: none;
  }

  .page-loader-text-bg {
    width: 20vw;
  }

  .project-shape {
    width: 80px;
    display: none;
    top: -5%;
  }

  .testimonial-flex-wrapper {
    flex-direction: column;
  }

  .testimonial-image-wrapper {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-contant-wrapper {
    padding: 50px;
  }

  .quote-icon.bottom {
    right: 1.5%;
  }

  .testimonial-section-title {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .testimonial-heading {
    font-size: 46px;
    line-height: 46px;
  }

  .grid {
    width: 95%;
    max-width: none;
  }

  .div-block {
    padding-left: 20px;
  }

  .form-radios {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-radios.contact-us {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .radio-button-field {
    margin-bottom: 10px;
  }

  .radio-button-field.contact {
    margin-bottom: 0;
  }

  .radio-button-field-2 {
    margin-bottom: 10px;
  }

  .radio-button-field-2.contact {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .radio-button-field-3 {
    margin-bottom: 10px;
  }

  .radio-button-field-3.contact, .radio-button-field-4.contact {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .contact-sec-heading {
    margin-bottom: 16px;
    font-size: 46px;
    line-height: 56px;
  }

  .div-block-7 {
    grid-row-gap: 25px;
  }

  .div-block-8 {
    justify-content: center;
  }

  .div-block-8.home {
    justify-content: flex-start;
  }

  .div-block-9 {
    justify-content: center;
  }

  .div-block-9.home {
    justify-content: flex-start;
  }

  .form-block {
    margin-top: 75px;
  }

  .project-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-3.bottom {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .accordion-item {
    width: 90%;
  }

  .dropdown {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-12 {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .cs-1-left-block {
    align-items: center;
  }

  .heading-24-copy {
    text-align: center;
  }

  .section-wrap {
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-logo {
    width: 100px;
  }

  .nav-link {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }

  .nav-link.w--current {
    font-size: 32px;
    line-height: 36px;
  }

  .nav-list-item {
    margin-bottom: 26px;
  }

  .banner-section {
    padding-top: 119px;
    padding-bottom: 70px;
  }

  .banner-section-heading {
    margin-bottom: 10px;
  }

  .banner-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .banner-details-tag {
    max-width: 90%;
  }

  .button-row.projects {
    margin-top: 35px;
  }

  .primary-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-button.contact-submit {
    margin-top: 24px;
  }

  .absolate.banner-shape-one {
    width: 55px;
    inset: 0% auto auto 0%;
  }

  .absolate.banner-shape-two {
    width: 50px;
    inset: auto 0% 0% auto;
  }

  .absolate.banner-shape-three {
    width: 20px;
    inset: 0% 0% auto auto;
  }

  .absolate.inner-shape-one {
    width: auto;
    bottom: -73%;
    left: 32px;
  }

  .absolate.inner-shape-two {
    width: auto;
    bottom: -85%;
    right: 33px;
  }

  .our-services-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .our-services-heading-wrapper {
    margin-bottom: 30px;
  }

  .our-services-title-wrap {
    margin-bottom: 16px;
  }

  .our-services-title {
    font-size: 34px;
    line-height: 34px;
  }

  .our-services-details-wrap {
    max-width: 95%;
  }

  .our-services-details {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-section {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .ticker {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .inner-ticker.two {
    width: 150%;
    transform: translate(-52px, -31px)rotate(-4deg);
  }

  .inner-ticker.one {
    transform: translate(-57px, 67px)rotate(7deg);
  }

  .shape-button {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .about-banner {
    height: 450px;
  }

  .about-section-heading {
    margin-bottom: 14px;
  }

  .about-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .about-section-details {
    max-width: 100%;
    margin-bottom: 26px;
  }

  .about-details {
    font-size: 16px;
    line-height: 26px;
  }

  .secondary-button, .secondary-button.project {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .secondary-button.our-service {
    padding: 10px 30px;
  }

  .section-bg {
    overflow: hidden;
  }

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

  .projects-heading-wrapper {
    margin-bottom: 30px;
  }

  .projects-heading {
    font-size: 34px;
    line-height: 46px;
  }

  .line.project {
    margin-top: 20px;
  }

  .line.blog {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .line.about-us {
    margin-bottom: 16px;
    position: static;
  }

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

  .projects-collection-grid, .projects-collection-grid.projects {
    grid-template-columns: 1fr;
  }

  .projects-link-wrapper {
    padding: 70px 60px;
  }

  .projects-link-wrapper.project {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .projects-subtitle {
    margin-bottom: 20px;
  }

  .projects-subtitle.project-mini {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .projects-name {
    font-size: 24px;
    line-height: 24px;
  }

  .projects-name.project-title {
    font-size: 26px;
    line-height: 26px;
  }

  .slide-nav {
    inset: auto 8% 4% auto;
  }

  .slide-nav.project {
    top: -20%;
  }

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

  .choose-us-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .choose-us-heading-tag {
    margin-bottom: 14px;
  }

  .choose-us-heading {
    font-size: 34px;
    line-height: 46px;
  }

  .choose-us-details {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-heading-wrapper {
    text-align: center;
    margin-bottom: 31px;
  }

  .choose-us-single-wrap {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 26px;
  }

  .choose-us-logo-wrap {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .choose-us-logo {
    width: 30px;
  }

  .choose-us-single-contant {
    text-align: center;
    width: 100%;
  }

  .choose-us-single-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .choose-us-banner {
    height: 450px;
  }

  .testimonial-section, .faq-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .faq-section-title {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .faq-heading {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 46px;
  }

  .faq-details {
    max-width: 85%;
    margin-bottom: 16px;
  }

  .faq-toggle-wrapper {
    padding: 20px;
  }

  .faq-question-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .faq-info {
    font-size: 16px;
  }

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

  .blog-heading-wrap {
    margin-bottom: 35px;
  }

  .blog-heading {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 46px;
  }

  .blog-details {
    max-width: 100%;
  }

  .service-know-more-button-wrap {
    margin-top: 30px;
  }

  .service-know-more-button-wrap.project {
    width: 80px;
    height: 80px;
  }

  .service-know-more-button-wrap.project.btn {
    margin-top: 150px;
  }

  .blog-post-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-post-img-wrap {
    margin-bottom: 54px;
  }

  .blog-post-date-wrap {
    top: 33%;
    left: 10%;
  }

  .blog-number-text {
    font-size: 22px;
    line-height: 22px;
  }

  .blog-name {
    font-size: 22px;
  }

  .blog-post-details {
    margin-bottom: 18px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-top {
    margin-bottom: 40px;
  }

  .footer-heading {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 46px;
  }

  .subscribe-button {
    font-weight: 600;
  }

  .email-title, .contact-title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-middle-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 20px;
  }

  .footer-single-wrapper {
    padding-top: 30px;
  }

  .footer-single-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-single-link, .footer-single-link.w--current {
    margin-bottom: 0;
  }

  .footer-bottom-wrap {
    padding-bottom: 20px;
  }

  .footer-logo {
    width: 120px;
  }

  .copyright-text {
    font-size: 12px;
  }

  .utility-page-wrap {
    padding: 70px 10px 60px;
  }

  .utility-page-form {
    padding: 35px;
  }

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

  .inner-banner.projects-single {
    padding-bottom: 114px;
  }

  .inner-banner.our-services {
    padding-bottom: 115px;
  }

  .inner-banner.checkout {
    padding-bottom: 80px;
  }

  .inner-banner.checkout._404 {
    padding-top: 100px;
  }

  .inner-banner-title {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 34px;
  }

  .breadcrumbs-link {
    font-size: 16px;
  }

  .breadcrumbs-link.w--current {
    line-height: 20px;
  }

  .section.single-services, .section.blog, .section.blog-single {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

  .services-details-image-wrap {
    margin-bottom: 30px;
  }

  .services-details-title {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 34px;
  }

  .services-single-details.mg-bottom-16px {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .services-single-details.mg-bottom-50px {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .services-details-mini-title {
    font-size: 25px;
    line-height: 44px;
  }

  .single-blog-img-wrapper, .single-blog-details-wrapper {
    margin-bottom: 30px;
  }

  .single-blog-date {
    font-size: 17px;
    line-height: 27px;
  }

  .single-blog-tittle {
    font-size: 21px;
    line-height: 21px;
  }

  .single-blog-details {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-quote-wrapper {
    margin-bottom: 30px;
    padding: 30px;
  }

  .quote-heading {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .about-us-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-us-heading {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 46px;
  }

  .about-us-details {
    max-width: 90%;
    font-size: 16px;
    line-height: 26px;
  }

  .about-us-section-heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .our-passion-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-passion-title-wrap {
    margin-bottom: 35px;
  }

  .our-passion-section-heading {
    max-width: 100%;
    margin-bottom: 7px;
    font-size: 34px;
    line-height: 44px;
  }

  .our-passion-details {
    max-width: 90%;
    font-size: 16px;
    line-height: 25px;
  }

  .our-passion-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-team-section {
    padding-bottom: 70px;
  }

  .our-team-heading-tag {
    margin-bottom: 35px;
  }

  .team-heading {
    font-size: 34px;
    line-height: 44px;
  }

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

  .our-team-single-wrapper {
    width: 100%;
  }

  .our-team-details-wrapper {
    padding: 57px 30px 60px;
  }

  .team-details-wrap {
    margin-bottom: 57px;
  }

  .team-name {
    font-size: 21px;
    line-height: 21px;
  }

  .team-designation {
    font-size: 15px;
    line-height: 15px;
  }

  .single-social-link {
    width: 38px;
    height: 38px;
  }

  .contact-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .star-icon.contact {
    width: 60px;
    margin-bottom: 16px;
  }

  .contact-section-heading {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 46px;
  }

  .contact-details {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-input {
    height: 50px;
  }

  .contact-text-area {
    min-height: 140px;
  }

  .projects-single-section {
    padding-bottom: 70px;
  }

  .project-single-card {
    padding: 60px 0 30px;
  }

  .project-mini-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .project-card-top-contant-wrap {
    margin-bottom: 30px;
  }

  .project-single-heading {
    margin-bottom: 50px;
    font-size: 34px;
    line-height: 44px;
  }

  .project-single-details {
    font-size: 16px;
    line-height: 26px;
  }

  .project-single-details.mg-top-50px {
    width: 100%;
    margin-top: 30px;
  }

  .project-details-grid, ._2-colomns-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .typpgraphy-style-wrapper {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }

  .h1-heading-tag {
    font-size: 50px;
  }

  .h2-heading-tag {
    font-size: 40px;
  }

  .h3-heading-tag {
    font-size: 26px;
  }

  .h4-heading-tag {
    font-size: 20px;
  }

  .h5-heading-tag {
    font-size: 18px;
  }

  .single-paragraph-style {
    margin-bottom: 20px;
  }

  .paragraph-style-tittle {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-style-text {
    font-size: 15px;
    line-height: 15px;
  }

  .typeface-style-wrapper {
    padding-bottom: 30px;
  }

  .typeface-tittle {
    font-size: 18px;
    line-height: 18px;
  }

  .style-guide-tittle-tag {
    margin-bottom: 22px;
  }

  .style-guide-title {
    font-size: 25px;
    line-height: 28px;
  }

  .typeface-details {
    font-size: 15px;
  }

  .color-palate-flex-wrap {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .protect-pass-img-wrapper {
    margin-bottom: 28px;
  }

  .protect-pass-image {
    width: 70px;
  }

  .protect-pass-tittle {
    font-size: 28px;
  }

  .protected-pass-details {
    font-size: 16px;
    line-height: 26px;
  }

  ._404-image-wrap {
    margin-bottom: 24px;
    margin-left: 0;
  }

  ._404-img {
    width: 140px;
  }

  ._404-title {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 34px;
  }

  ._404-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  ._404-overley-text {
    font-size: 249px;
    display: none;
    top: -33%;
    left: 2%;
  }

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

  .licence-tittle {
    margin-bottom: 0;
    font-size: 26px;
  }

  .licence-details {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .license-image-wrapper {
    margin-bottom: 30px;
    padding-bottom: 50px;
  }

  .license-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .license-details {
    font-size: 16px;
    line-height: 26px;
  }

  .licence-icon-flex-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .single-icon-wrap {
    width: 45px;
  }

  .license-heading {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .typography-button {
    font-weight: 500;
    line-height: 20px;
  }

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

  .changelog-contant-wrap {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }

  .changelog-heading {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .changelog-date-text {
    font-size: 16px;
  }

  .changelog-details {
    font-size: 18px;
  }

  .shop-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .shop-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .shop-details-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .shop-details-wrapper.categories {
    padding-top: 66px;
    padding-bottom: 66px;
    padding-left: 66px;
  }

  .shop-products-name-price-wrap {
    margin-bottom: 70px;
  }

  .shop-products-name-price-wrap.categories {
    margin-bottom: 237px;
  }

  .products-name {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 20px;
  }

  .products-name.categories {
    font-size: 24px;
    line-height: 24px;
  }

  .products-prices {
    font-size: 20px;
  }

  .shop-right-arrow-wrap {
    width: 60px;
    height: 60px;
  }

  .shop-right-arrow-wrap.categories {
    width: 80px;
    height: 80px;
  }

  .shop-right-arrow {
    width: 28px;
  }

  .products-single-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .single-products-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .single-product-name {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .single-products-details {
    margin-bottom: 0;
  }

  .singel-product-price {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .quantity-text {
    line-height: 22px;
  }

  .quantity-input {
    margin-bottom: 26px;
    padding-left: 20px;
  }

  .cart-container {
    max-width: 480px;
    padding: 24px;
  }

  .cart-header {
    margin-bottom: 30px;
  }

  .cart-title {
    font-size: 20px;
    line-height: 20px;
  }

  .close-icon-wrap {
    width: 20px;
    height: 20px;
  }

  .cart-item-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .cart-product-name {
    font-size: 20px;
    line-height: 28px;
  }

  .cart-price {
    font-size: 17px;
  }

  .cart-image-wrap {
    margin-right: 0;
  }

  .cart-footer {
    padding-top: 24px;
  }

  .cart-subtotal, .cart-subtotal-number {
    font-size: 18px;
  }

  .checkout-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
  }

  .projects-right-icon {
    font-size: 26px;
    line-height: 26px;
  }

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

  .services-collection-list {
    grid-template-columns: 1fr;
  }

  .services-collection-list.our-service {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .services-link-wrapper {
    padding: 40px;
  }

  .service-shape {
    width: 100%;
    height: 100%;
  }

  .button-wrap.our-service {
    margin-top: 30px;
  }

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

  .project-name {
    font-size: 16px;
    line-height: 22px;
  }

  .service-name {
    font-size: 16px;
  }

  .numbers {
    height: 46px;
  }

  .text-block, .num-text {
    font-size: 34px;
    line-height: 46px;
  }

  .number-info {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .number-info-text {
    line-height: 24px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 30px;
    height: 3px;
  }

  .header-nav-menu-wrapper {
    padding-top: 109px;
  }

  .cart-item-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-heading-wrap {
    margin-bottom: 34px;
  }

  .inner-banner-section-title {
    margin-bottom: 16px;
  }

  .licence-title-tag {
    margin-bottom: 18px;
  }

  .licence-details-tag {
    margin-bottom: 26px;
  }

  .project-single-details-tag.mg-bottom-50px {
    margin-bottom: 30px;
  }

  .service-details-title-tag {
    margin-bottom: 14px;
  }

  .single-products-price-tag {
    margin-bottom: 16px;
  }

  .page-loader {
    display: none;
  }

  .page-loader-text-bg {
    width: 25vw;
  }

  .quote-contant-wrapper {
    padding: 30px;
  }

  .quote-icon.bottom {
    right: 31%;
  }

  .quote-details {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .clint-details-wrapper {
    margin-top: 30px;
  }

  .clint-name {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 25px;
  }

  .clint-designation {
    font-size: 17px;
    line-height: 26px;
  }

  .search-results-title-wrapper {
    border-radius: 10px;
    padding: 20px;
  }

  .search-results-title {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 28px;
  }

  .search-results {
    padding-top: 40px;
  }

  .plug {
    font-size: 11px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-radios {
    justify-content: flex-start;
  }

  .radio-button-field-2, .radio-button-field-3, .radio-button-field-4 {
    margin-left: 0;
  }

  .contact-sec-heading {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 46px;
  }

  .div-block-7 {
    grid-row-gap: 15px;
    margin-top: 25px;
  }

  .form-block {
    margin-top: 50px;
  }

  .project-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-11 {
    height: 400px;
  }

  .dropdown {
    max-width: 90%;
    font-size: 16px;
    line-height: 26px;
  }

  .section-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header-logo-wrap {
    z-index: 2;
    position: relative;
  }

  .header-logo {
    width: 100px;
  }

  .nav-link {
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
  }

  .nav-link.w--current {
    font-size: 24px;
    line-height: 27px;
  }

  .nav-list-item {
    margin-bottom: 24px;
  }

  .banner-section {
    padding-top: 93px;
    padding-bottom: 60px;
  }

  .banner-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-heading {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
  }

  .banner-details-tag {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .banner-details {
    font-size: 16px;
    line-height: 26px;
  }

  .button-row.projects {
    margin-top: 80px;
  }

  .primary-button {
    width: 80%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }

  .primary-button:hover {
    background-position: 74%;
    padding-right: 72px;
  }

  .primary-button.protect-pass-submit {
    width: 100%;
  }

  .primary-button.protect-pass-submit:hover {
    background-position: 63%;
  }

  .primary-button._404:hover {
    background-position: 77%;
  }

  .primary-button.contact-submit {
    text-align: center;
    margin-top: 30px;
  }

  .primary-button.contact-submit:hover {
    background-position: 64%;
  }

  .banner-img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .absolate.banner-shape-one {
    width: 50px;
    inset: 0% auto auto 0%;
  }

  .absolate.banner-shape-two {
    width: 50px;
    inset: auto 0% 0% auto;
  }

  .absolate.banner-shape-three {
    width: 20px;
    inset: 0% 0% auto auto;
  }

  .absolate.inner-shape-one {
    width: 56px;
    display: none;
    bottom: -195%;
    left: 10px;
  }

  .absolate.inner-shape-one._404 {
    display: none;
  }

  .absolate.inner-shape-two {
    width: 40px;
    display: none;
    bottom: -233%;
    right: 10px;
  }

  .absolate.inner-shape-two._404 {
    display: none;
  }

  .our-services-section {
    padding-top: 54px;
    padding-bottom: 26px;
  }

  .our-services-title-wrap {
    margin-bottom: 14px;
  }

  .our-services-title {
    font-size: 24px;
    line-height: 24px;
  }

  .our-services-details-wrap {
    max-width: 100%;
  }

  .inner-ticker.two {
    transform: none;
  }

  .inner-ticker.one {
    width: 100%;
    margin-bottom: 20px;
    transform: none;
  }

  .ticker-title {
    font-size: 17px;
  }

  .shape-button {
    width: 30px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .about-section {
    padding-bottom: 60px;
  }

  .about-grid-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-banner {
    height: 374px;
  }

  .about-section-heading {
    margin-bottom: 10px;
  }

  .about-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .about-section-details {
    margin-bottom: 24px;
  }

  .secondary-button {
    width: 80%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }

  .secondary-button:hover {
    background-position: 72%;
    padding-right: 83px;
  }

  .secondary-button.blog {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button.blog:hover {
    background-position: 82%;
  }

  .secondary-button.project:hover {
    background-position: 80%;
  }

  .secondary-button.our-service {
    width: 80%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }

  .projects-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .projects-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .line.project {
    margin-top: 13px;
  }

  .line.about-us {
    margin-bottom: 12px;
  }

  .projects-collection-grid {
    grid-template-columns: 1fr;
  }

  .projects-link-wrapper {
    width: 100%;
    padding: 40px;
    position: relative;
  }

  .projects-link-wrapper.project {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .projects-subtitle {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 27px;
  }

  .projects-subtitle.project-mini {
    margin-bottom: 18px;
  }

  .projects-name {
    font-size: 20px;
  }

  .projects-name.project-title {
    font-size: 22px;
    line-height: 22px;
  }

  .slide-nav {
    inset: auto 0% 2%;
  }

  .slide-nav.project {
    inset: auto 0% -19%;
  }

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

  .choose-us-heading-tag {
    margin-bottom: 16px;
  }

  .choose-us-heading {
    font-size: 24px;
    line-height: 26px;
  }

  .choose-us-details-tag {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .choose-us-heading-wrapper {
    margin-bottom: 26px;
  }

  .choose-us-logo-wrap {
    width: 60px;
    height: 60px;
  }

  .choose-us-logo {
    width: 24px;
  }

  .choose-us-single-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .choose-us-banner {
    height: 374px;
  }

  .testimonial-section, .faq-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .faq-section-title {
    margin-bottom: 30px;
  }

  .faq-heading {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 36px;
  }

  .faq-details {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 16px;
  }

  .faq-question-title {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-info {
    font-size: 15px;
  }

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

  .blog-heading-wrap {
    margin-bottom: 30px;
  }

  .blog-heading {
    font-size: 26px;
    line-height: 26px;
  }

  .blog-details {
    font-size: 16px;
    line-height: 24px;
  }

  .service-know-more-button-wrap {
    text-align: center;
    margin-top: 20px;
  }

  .service-know-more-button-wrap.project {
    width: 60px;
    height: 60px;
    margin-top: 120px;
  }

  .service-know-more-button-wrap.project.btn {
    width: 70px;
    height: 70px;
  }

  .single-blog-post-wrapper {
    padding: 20px;
  }

  .blog-post-img-wrap {
    margin-bottom: 50px;
  }

  .blog-post-date-wrap {
    width: 65px;
    height: 65px;
    padding: 6px;
    top: 23%;
    left: 13%;
  }

  .blog-number-text {
    font-size: 17px;
    line-height: 17px;
  }

  .blog-date-text {
    font-size: 13px;
    line-height: 13px;
  }

  .blog-name {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 28px;
  }

  .blog-post-details {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .read-more-text {
    font-size: 16px;
    line-height: 25px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-top {
    margin-bottom: 30px;
  }

  .footer-heading {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .newsletter-from-block {
    max-width: 100%;
  }

  .input {
    max-width: 100%;
    min-height: 43px;
    font-size: 15px;
    line-height: 25px;
  }

  .subscribe-button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }

  .footer-top-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 26px;
  }

  .email-title {
    font-size: 18px;
    line-height: 18px;
  }

  .email-text {
    font-size: 15px;
    line-height: 18px;
  }

  .contact-title {
    font-size: 18px;
    line-height: 18px;
  }

  .footer-middle-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .footer-single-wrapper {
    border-right-width: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .footer-single-wrapper.last {
    padding-top: 0;
  }

  .footer-single-heading {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 18px;
  }

  .footer-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-single-link {
    margin-bottom: 0;
  }

  .footer-single-link.w--current {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-logo-wrap {
    margin-bottom: 14px;
  }

  .footer-logo-wrap.w--current {
    margin-bottom: 16px;
  }

  .footer-logo {
    width: 200px;
  }

  .copyright-text {
    font-size: 15px;
  }

  .utility-page-wrap {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .utility-page-content {
    text-align: center;
  }

  .utility-page-form {
    padding: 20px;
  }

  .inner-banner {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .inner-banner.projects-single {
    padding-bottom: 86px;
  }

  .inner-banner.our-services {
    padding-bottom: 101px;
  }

  .inner-banner.shop-single {
    padding-bottom: 100px;
  }

  .inner-banner.checkout.serch {
    padding-top: 100px;
  }

  .inner-banner.checkout._404 {
    padding-top: 80px;
  }

  .inner-banner-title {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 36px;
  }

  .breadcrumbs-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .breadcrumbs-link {
    font-size: 15px;
    line-height: 20px;
  }

  .section.single-services, .section.blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-single {
    padding-top: 60px;
    padding-bottom: 55px;
  }

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

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

  .services-details-title {
    font-size: 24px;
    line-height: 24px;
  }

  .services-single-details.mg-bottom-16px, .services-single-details.mg-bottom-50px {
    margin-bottom: 0;
  }

  .services-details-mini-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .single-blog-img-wrapper, .single-blog-details-wrapper {
    margin-bottom: 24px;
  }

  .single-blog-date {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .single-blog-tittle {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-quote-wrapper {
    margin-bottom: 24px;
    padding: 24px;
  }

  .quote-heading {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .quote-name {
    font-size: 15px;
    line-height: 15px;
  }

  .blog-quote-icon {
    width: 30px;
    margin-right: 0;
    padding-top: 0;
  }

  .blog-quote-title-wrap {
    flex-direction: column;
  }

  .about-us-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-us-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .about-us-details {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .counter-wrap {
    padding: 16px 16px 20px;
  }

  .counter-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .our-passion-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .our-passion-title-wrap {
    margin-bottom: 30px;
  }

  .our-passion-section-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .our-passion-grid {
    grid-template-columns: 1fr;
  }

  .our-team-section {
    padding-bottom: 60px;
  }

  .our-team-heading-tag {
    margin-bottom: 30px;
  }

  .team-heading {
    font-size: 26px;
    line-height: 26px;
  }

  .our-team-grid {
    grid-template-columns: 1fr;
  }

  .our-team-details-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-details-wrap {
    margin-bottom: 155px;
  }

  .team-social-medis-link-wrapper {
    grid-row-gap: 0px;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .contact-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-heading-wrapper {
    max-width: 100%;
  }

  .star-icon.contact {
    width: 55px;
    margin-bottom: 14px;
  }

  .contact-section-heading {
    font-size: 33px;
    line-height: 34px;
  }

  .contact-from-block {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .input-wrapper {
    margin-bottom: 16px;
  }

  .contact-input {
    height: 50px;
    padding-left: 20px;
  }

  .contact-text-area {
    min-height: 130px;
    padding-left: 20px;
  }

  .projects-single-section {
    padding-bottom: 60px;
  }

  .project-single-card {
    padding: 50px 0 26px;
  }

  .project-mini-title {
    margin-bottom: 0;
  }

  .project-card-top-contant-wrap {
    margin-bottom: 26px;
  }

  .project-single-heading {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 24px;
  }

  .project-single-details.mg-top-50px {
    margin-top: 24px;
    font-size: 16px;
  }

  .project-details-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2-colomns-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .style-guide-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .h1-heading-tag {
    margin-bottom: 24px;
    font-size: 40px;
  }

  .h2-heading-tag {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .h3-heading-tag {
    margin-bottom: 24px;
    font-size: 25px;
  }

  .h4-heading-tag, .h5-heading-tag {
    margin-bottom: 24px;
  }

  .paragraph-style-wrapper {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }

  .paragraph-style-text {
    line-height: 22px;
  }

  .typeface-style-wrapper {
    margin-bottom: 35px;
  }

  .style-guide-tittle-tag {
    margin-bottom: 20px;
  }

  .style-guide-tittle-tag.mg-bottom-38px {
    margin-bottom: 24px;
  }

  .style-guide-title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 23px;
  }

  .color-palate-wrapper {
    margin-bottom: 35px;
  }

  .color-palate-flex-wrap {
    grid-template-columns: 1fr;
  }

  .single-color-plate-wrapper.one, .single-color-plate-wrapper.two, .single-color-plate-wrapper.three, .single-color-plate-wrapper.four {
    width: 100%;
  }

  .color-code {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-button-wrap {
    text-align: center;
    flex-direction: column;
  }

  .button-primary {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .button-secondary {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .protect-pass-img-wrapper {
    margin-bottom: 24px;
  }

  .protect-pass-image {
    width: 50px;
  }

  .protect-pass-tittle {
    font-size: 24px;
  }

  .protect-pass-input {
    height: 48px;
    margin-bottom: 16px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  ._404-image-wrap {
    margin-bottom: 22px;
  }

  ._404-img {
    width: 100px;
  }

  ._404-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 24px;
  }

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

  .licence-tittle {
    margin-bottom: 0;
    font-size: 22px;
  }

  .licence-details {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .license-image-wrapper {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .license-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-details {
    font-size: 15px;
    line-height: 25px;
  }

  .licence-icon-flex-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .single-icon-wrap {
    width: 40px;
  }

  .license-heading {
    font-size: 22px;
  }

  .typography-button {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }

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

  .changelog-contant-wrap {
    padding: 24px;
  }

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

  .changelog-details {
    font-size: 17px;
  }

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

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-collection-list.categories-grid {
    width: 100%;
  }

  .shop-details-wrapper {
    padding: 40px;
  }

  .shop-details-wrapper.categories {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .shop-products-name-price-wrap {
    margin-bottom: 162px;
  }

  .shop-products-name-price-wrap.categories {
    margin-bottom: 156px;
  }

  .products-name {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 20px;
  }

  .products-name.categories {
    font-size: 22px;
    line-height: 22px;
  }

  .products-prices {
    font-size: 18px;
    line-height: 18px;
  }

  .shop-right-arrow-wrap, .shop-right-arrow-wrap.categories {
    width: 70px;
    height: 70px;
  }

  .products-single-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .single-product-name {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .single-products-details {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .add-to-cart-button {
    justify-content: center;
    width: 100%;
    font-weight: 500;
    line-height: 18px;
  }

  .cart-icon {
    width: 33px;
  }

  .cart-quantity {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    font-size: 11px;
    font-weight: 400;
  }

  .cart-container {
    padding: 20px;
  }

  .cart-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .cart-title {
    font-size: 18px;
    line-height: 20px;
  }

  .close-icon-wrap {
    width: 18px;
    height: 18px;
  }

  .cart-item-wrap {
    text-align: center;
  }

  .remove-button {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
  }

  .cart-img {
    height: 100%;
  }

  .cart-image-wrap {
    margin-bottom: 16px;
  }

  .cart-quantity-wrap {
    justify-content: center;
  }

  .cart-quantity-number {
    width: 10px;
    height: 20px;
  }

  .cart-footer {
    padding-top: 20px;
  }

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

  .cart-subtotal, .cart-subtotal-number {
    font-size: 16px;
  }

  .checkout-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }

  .projects-right-icon {
    font-size: 20px;
    line-height: 20px;
  }

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

  .services-link-wrapper {
    padding: 20px;
  }

  .services-icon {
    width: 40px;
  }

  .services-name {
    margin-top: 24px;
    font-size: 20px;
    line-height: 20px;
  }

  .services-details {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .service-know-more-button {
    font-size: 16px;
    line-height: 26px;
  }

  .services-hover-icon {
    width: 40px;
  }

  .button-wrap.our-service {
    margin-top: 24px;
  }

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

  .project-name {
    font-size: 15px;
    line-height: 18px;
  }

  .service-name {
    font-size: 15px;
  }

  .numbers {
    height: 38px;
  }

  .text-block, .num-text {
    font-size: 28px;
    line-height: 38px;
  }

  .number-info {
    margin-top: 10px;
  }

  .number-info-text {
    font-size: 14px;
    line-height: 14px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 26px;
  }

  .header-nav-menu-wrapper {
    padding-top: 85px;
  }

  .contact-text {
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .quote-icon-wrap {
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .cart-item-wrapper {
    display: block;
  }

  .footer-heading-wrap {
    margin-bottom: 20px;
  }

  .inner-banner-title-tag {
    margin-bottom: 12px;
  }

  .inner-banner-section-title, .licence-title-tag {
    margin-bottom: 16px;
  }

  .licence-details-tag {
    margin-bottom: 28px;
  }

  .project-single-heading-tag, .services-details-mini-title-tag {
    margin-bottom: 16px;
  }

  .single-products-detaols-wrap {
    margin-bottom: 18px;
  }

  .page-loader {
    display: none;
  }

  .page-loader-text-bg, .page-loader-text-bg.absolute {
    width: 40vw;
  }

  .quote-contant-wrapper {
    padding: 24px 24px 58px;
  }

  .quote-icon {
    width: 20px;
  }

  .quote-icon.bottom {
    bottom: -1%;
    right: 21%;
  }

  .quote-details {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-section-title {
    margin-bottom: 30px;
  }

  .testimonial-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .clint-details-wrapper {
    margin-top: 20px;
    padding-left: 37px;
  }

  .clint-name {
    font-size: 20px;
    line-height: 23px;
  }

  .clint-designation {
    font-size: 16px;
    line-height: 25px;
  }

  .search-results-title-wrapper {
    padding: 10px;
  }

  .search-results-title {
    font-size: 32px;
    line-height: 42px;
  }

  .search-results-input {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 15px;
  }

  .search-results-button {
    width: 80px;
    font-size: 14px;
  }

  .divider {
    opacity: 1;
    width: 100%;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
  }

  .plug {
    font-size: 12px;
  }

  .section-2 {
    padding-top: 75px;
  }

  .grid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-s1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-field {
    padding-left: 3px;
  }

  .div-block-3 {
    width: 95%;
  }

  .form-radios, .form-radios.contact-us {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-s2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-submit {
    align-items: center;
  }

  .radio-button-field {
    margin-bottom: 15px;
  }

  .radio-button-field-2 {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .radio-button-field-2.contact {
    margin-top: 15px;
    margin-left: 0;
  }

  .radio-button-field-3 {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .radio-button-field-3.contact {
    margin-top: 15px;
    margin-left: 0;
  }

  .radio-button-field-4 {
    margin-left: 0;
  }

  .radio-button-field-4.contact {
    margin-top: 15px;
    margin-left: 0;
  }

  .div-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-sec-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .div-block-7 {
    grid-row-gap: 20px;
    margin-top: 25px;
  }

  .div-block-11 {
    height: 200px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .dropdown {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-20.small {
    font-size: 14px;
  }

  .cs1 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .form-heading-2 {
    font-size: 17px;
  }

  .cs-form-top {
    width: auto;
  }

  .heading-24-copy {
    font-size: 25px;
  }

  .section-wrap, .section-wrap._1000mw {
    max-width: 100%;
  }

  .cs-form-bottom {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-93 {
    flex-direction: row;
    justify-content: center;
  }

  .grid-17 {
    justify-items: center;
  }
}

#w-node-_689aff9d-8f27-821e-ca6c-035aa9188015-a7487bb7, #w-node-_4fa6befc-f47b-f746-ac27-b92e8ad86565-a7487bb7, #w-node-_12930c47-779d-2879-668f-6428211d1860-a7487bb7, #w-node-fcbb1efa-7925-8fe8-30ef-453354827055-a7487bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f451bac4-d509-6160-6562-02f216859396-16859378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_35a9548f-1b3a-b1ac-6cf0-d34f0d505872-16859378, #w-node-_8645e649-90c2-f0a7-b613-f59d67db16ce-16859378, #w-node-_1983442e-e543-0927-f082-fbec745608ec-16859378, #w-node-_9de6c405-20d2-2237-c5d5-6a9ee4971ad2-16859378, #w-node-_62cf0719-46c6-d502-2f84-18704f299e53-4f299e4c, #w-node-_62cf0719-46c6-d502-2f84-18704f299e5b-4f299e4c, #w-node-_62cf0719-46c6-d502-2f84-18704f299e5f-4f299e4c, #w-node-_62cf0719-46c6-d502-2f84-18704f299e63-4f299e4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62cf0719-46c6-d502-2f84-18704f299e69-4f299e4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62cf0719-46c6-d502-2f84-18704f299e70-4f299e4c, #w-node-_62cf0719-46c6-d502-2f84-18704f299e74-4f299e4c, #w-node-_62cf0719-46c6-d502-2f84-18704f299e79-4f299e4c, #w-node-_62cf0719-46c6-d502-2f84-18704f299e7d-4f299e4c, #w-node-d40e8351-8ad4-f88a-94ca-20a0b08c5639-a7487bf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50977e23-33b4-f4a7-4b0a-e71ccc61aeec-a7487bf2, #w-node-_0fc1e040-dbe9-7c29-fa91-32a52bc31679-a7487bf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4b908199-e19c-9eee-1865-d5b09dcc810e-a7487bf2, #w-node-e1720cc4-7fd5-89a8-f61e-27adce3fc53d-a7487bf2, #w-node-e5cf5dd2-0290-5cba-8d31-f7bb472badd7-a7487bf2, #w-node-e5cf5dd2-0290-5cba-8d31-f7bb472badd8-a7487bf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd7b69a-ce55-1bac-a119-4f202f787b3a-a7487bf2, #w-node-afe35c1a-0a80-8d04-9672-e4fd8a8d6d4d-a7487bf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a4d717a8-0e67-0e51-17fb-a9b51ffb85fd-a7487bf6, #w-node-a4d717a8-0e67-0e51-17fb-a9b51ffb8601-a7487bf6, #w-node-a469a810-6c7e-686a-3013-c020e009197d-a7487bf6, #w-node-_355613e5-fd6f-879e-2eb9-9e1c7ecf431b-a7487bf6, #w-node-a4d717a8-0e67-0e51-17fb-a9b51ffb8605-a7487bf6, #w-node-_6ab1271a-b3dc-2c3d-98cb-97cf362c8bb5-a7487bf6, #w-node-_6ab1271a-b3dc-2c3d-98cb-97cf362c8bb9-a7487bf6, #w-node-_6ab1271a-b3dc-2c3d-98cb-97cf362c8bbe-a7487bf6, #w-node-_6ab1271a-b3dc-2c3d-98cb-97cf362c8bc2-a7487bf6, #w-node-_8a6eea3c-26cf-6e24-1727-6a632457997e-a7487bfa, #w-node-ae219d1a-e733-a21b-1ae7-8260579d42e9-a7487bfa, #w-node-_6567477d-75b0-09d7-2980-63db04a52fd1-a7487bfd, #w-node-_566b47d7-4156-5c81-69a7-2436f9cb56c7-a7487bfd, #w-node-d5721c3d-11f4-a03d-6499-a8f83a18a903-a7487bfd, #w-node-_2bddb707-f25c-4666-b4a5-27414419c0c8-a7487bfd, #w-node-_783ca2a1-52fc-971c-d0bb-4ae9b3c45a82-a7487bfd, #w-node-_4bcad67c-2ed1-544f-10cb-2a8ebc3fbf28-a7487bfd, #w-node-f2dc595c-b034-d4ca-80cc-12985c1a46ac-a7487bfd, #w-node-_22bc69a1-c62b-dcea-4fc1-07cc953910cd-a7487bfd, #w-node-_02462fc9-b221-df9e-40f5-08363553422a-a7487bfd, #w-node-d54415e1-fa77-7676-949d-2ef622f1eb30-a7487bfd, #w-node-_431de165-4680-08d6-e767-452fdef11b9e-a7487bfd, #w-node-_200634e7-5331-b1b9-f167-3aa8e8e75ae4-a7487bfd, #w-node-_3b623ef8-3368-c177-cbec-5a8ee988cf23-a7487bfd, #w-node-bcb569e3-623c-bfb0-863a-d5e3eb41ac09-a7487bfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a03f9162-67a4-8bba-06ea-63beca3431a6-a7487c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a03f9162-67a4-8bba-06ea-63beca3431ac-a7487c00, #w-node-a03f9162-67a4-8bba-06ea-63beca3431ae-a7487c00, #w-node-a03f9162-67a4-8bba-06ea-63beca3431b0-a7487c00, #w-node-a03f9162-67a4-8bba-06ea-63beca3431b2-a7487c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a03f9162-67a4-8bba-06ea-63beca3431b4-a7487c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950673-c04b2c2b {
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950688-c04b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950673-503c1606 {
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950688-503c1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950673-4471f19b {
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950688-4471f19b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950673-006f8734 {
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950688-006f8734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950673-51a14cfb {
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950688-51a14cfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950673-6992cdd7 {
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950688-6992cdd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950673-c514c42f {
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950688-c514c42f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950673-9f5982e0 {
  align-self: start;
}

#w-node-_90715c1a-ea52-0105-9e8a-3c1c95950688-9f5982e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_12930c47-779d-2879-668f-6428211d1860-a7487bb7 {
    order: 9999;
  }

  #w-node-_50977e23-33b4-f4a7-4b0a-e71ccc61aeec-a7487bf2 {
    order: -9999;
  }

  #w-node-_0fc1e040-dbe9-7c29-fa91-32a52bc31679-a7487bf2 {
    align-self: center;
  }

  #w-node-_0cd7b69a-ce55-1bac-a119-4f202f787b3a-a7487bf2 {
    grid-row: span 1 / span 1;
    align-self: center;
  }

  #w-node-a03f9162-67a4-8bba-06ea-63beca3431a6-a7487c00 {
    align-self: center;
  }

  #w-node-a03f9162-67a4-8bba-06ea-63beca3431b4-a7487c00 {
    grid-row: span 1 / span 1;
    align-self: center;
  }
}


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