@font-face {
  font-family: "Fa V 4 Compatibility";
  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;
}

@font-face {
  font-family: Le Jour Script;
  src: url('../fonts/Le-Jour-Script-Personal-Use-Only.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --heading-color: #0d2623;
  --heading-text: Urbanist, sans-serif;
  --light-color: white;
  --brand-dark: #144178;
  --brand-color: #2f7de4;
  --paragraph-text: "Space Grotesk", sans-serif;
  --p-font-color: #fffc;
  --bg-color: #1d3c37;
  --paragraph-color: #202020cc;
  --dark: #202020;
  --white: white;
  --black: black;
  --black-2: black;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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;
  }
}

h1 {
  color: var(--heading-color);
  letter-spacing: -.79px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 79px;
  font-weight: 800;
  line-height: 100%;
}

h2 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

h5 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.28px;

  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

h6 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

p {
  color: #0d2623cc;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

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

li {
  padding-left: 20px;
  list-style-type: decimal;
}

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

.about-home-bg-wrap.v2{
  width: 50%;
}

.navbar {
  background-color: var(--light-color);
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
}

.navbar.preview {
  z-index: 999;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

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

.brand, .brand.w--current {
  width: 150px;
  height: 75px;
  padding-left: 0;
}

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

.menu-button-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

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

.navbar-main-wrapper {
  z-index: 888;
  transition: all .5s;
  position: sticky;
  top: 0;
}

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

.top-bar-right {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.top-bar-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.top-bar-text {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  font-size: 18px;
  line-height: 27px;
}

.top-bar-link {
  color: var(--bg-color);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.top-bar-link-text {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
}

.top-bar-wrapper {
  z-index: 888;
  background-color: var(--bg-color);
  position: relative;
}

.icon {
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

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

.menu-button-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.coll-button-link {
  font-family: var(--paragraph-text);
  color: #1d3c37;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.coll {
  padding-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.primary-button {
  z-index: 2;
  font-family: var(--paragraph-text);
  color: var(--light-color);
  border: 1px solid #ffffff4d;
  border-radius: 7px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 104%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.primary-button.active {
  border-color: var(--brand-color);
  flex: none;
}

.button-text {
  z-index: 4;
  position: relative;
}

.button-text._2 {
  color: var(--brand-color);
  text-transform: none;
}

.button-text._1 {
  text-transform: none;
  padding-top: 1px;
  padding-bottom: 1px;
}

.button-text._4 {
  color: var(--light-color);
}

.button-text.dark {
  color: #0d2623;
}

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

.manu-wrap {
  grid-column-gap: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-home {
  margin-right: 0;
}

.menu-link {
  color: #202020cc;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .5s;
}

.menu-link.home {
  color: #202020cc;
  padding: 0;
  font-family: Space Grotesk, sans-serif;
}

.menu-link.home:hover {
  color: var(--brand-color);
}

.menu-link.home.flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: var(--paragraph-text);
  align-items: center;
  display: flex;
}

.menu-link.home-link {
  color: #202020cc;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.menu-link.home-link.w--current {
  color: var(--brand-color);
  white-space: nowrap;
}

.menu-link.home-link {
  font-family: var(--paragraph-text);
  color: #202020cc;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  transition: all .5s;
}

.menu-link.home-link:hover, .menu-link.home-link.w--current {
  color: var(--brand-color);
}

.menu-link.pages {
  font-family: var(--paragraph-text);
  padding: 0;
}

.menu-link.pages:hover {
  color: var(--brand-color);
}

.menu-link.pages.w--current {
  color: var(--brand-color);
  white-space: nowrap;
}

.menu-link.pages.flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: var(--paragraph-text);
  align-items: center;
  transition-property: none;
  display: flex;
}

.menu-link.pages.dropdown.w--current {
  width: 100%;
  height: 100%;
}

.menu-link.color {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-link.color:hover {
  color: var(--brand-color);
}

.menu-link.media {
  grid-column-gap: 7px;
  transform-origin: 0%;
  align-items: center;
  display: flex;
}

.menu-link.media:hover {
  color: var(--brand-color);
}

.more-temple-text {
  text-transform: none;
  white-space: nowrap;
  flex: none;
}

.dropdown-list-home {
  transform-origin: 50% 0;
  background-color: #0000;
  padding-top: 20px;
  display: none;
}

.dropdown-list-home-wrapper {
  grid-row-gap: 20px;
  background-color: var(--light-color);
  border: 1px solid #0000001f;
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding: 30px;
  display: flex;
}

.dropdown-list-pages-wrapper {
  grid-column-gap: 84px;
  background-color: var(--light-color);
  border: 1px solid #0000001f;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 45px;
  display: flex;
}

.dropdown-page {
  padding-top: 2px;
}

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

.dropdown-list-pages {
  transform-origin: 50% 0;
  background-color: #0000;
  width: 700px;
  padding-top: 20px;
  left: -350px;
}

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

.heading {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.heading.footer {
  font-family: var(--heading-text);
  color: var(--light-color);
  text-transform: none;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.drop-icon {
  margin-bottom: 0;
  margin-right: -20px;
}

.drop-icon-pages {
  margin-top: 3px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.cart {
  margin-left: 44px;
}

.cart-button {
  color: #202020cc;
  background-color: #3898ec00;
  padding: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  transition: color .5s, opacity .2s;
}

.cart-button:hover {
  color: var(--brand-color);
}

.bracket.padding {
  padding-right: 2px;
}

.cart-quantity {
  color: #202020cc;
  min-width: 12px;
  height: 18px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.progress-wrapper {
  background-color: #0000;
  width: 100%;
  height: 8px;
  margin-top: -1px;
}

.progress {
  background-color: var(--brand-color);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 0%;
  height: 8px;
}

.section {
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}

.section.banner {
  background-color: var(--light-color);
  background-image: url('../images/ZaiWall.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -8px;
  padding-bottom: 215px;
}

.section.counter {
  margin-top: -156px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.about-home {
  overflow: hidden;
}

.section.about-home.v2 {
  padding-top: 0;
}

.section.services {
  background-image: url('../images/Services-Background.png');
  background-position: 0 0;
  background-size: auto;
}

.section.team {
  background-image: url('../images/Team-Bg.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
  position: relative;
}

.section.simple-services {
  background-image: url('../images/Simple-Services-Banner.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 130px;
}

.section.projects {
  position: relative;
}

.section.client-reviews {
  background-image: url('../images/Client-Reviews-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section.team-member.v2 {
  margin-top: 207px;
  padding-bottom: 0;
}

.section.upcoming.v2 {
  padding-top: 155px;
  padding-bottom: 120px;
}

.section.blog {
  background-image: url('../images/Blog-Bg.png');
  background-position: 0 0;
  background-size: auto;
}

.section.faq {
  background-image: url('../images/Faq-Bg.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.footer {
  background-color: var(--dark);
  background-image: none;
  padding-top: 70px;
  padding-bottom: 0;
}

.section.banner-v2 {
  background-image: url('../images/Banner-Bg-V2.png');
  background-position: 50%;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-v2.hero {
  background-image: linear-gradient(#0006, #0006), url('../images/DSC06519-HDR.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 83vh;
  display: flex;
}

.section.our-work {
  background-color: #195091;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.section.discover {
  position: relative;
}

.section.professionalism {
  background-color: #195091;
  background-image: none;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.steps {
  position: relative;
}

.section.recent-project {
  background-color: var(--dark);
  background-image: none;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.team-v2 {
  padding-bottom: 0;
}

.section.team-v2.hide {
  display: none;
}

.section.testimonials {
  padding-bottom: 120px;
}

.section.blog-v2 {
  background-image: url('../images/Blog-Bg-V2.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 130px;
}

.section.single-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC06519-HDR.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 122px;
  padding-bottom: 130px;
}

.section.discover-work {
  padding-top: 108px;
  padding-bottom: 150px;
}

.section.core-value {
  background-image: none;
  background-size: auto;
  padding-top: 130px;
  overflow: visible;
}

.section.style {
  color: var(--brand-color);
  padding-top: 120px;
  padding-bottom: 130px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 122.222%;
}

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

.section.blogs-catagoris {
  background-image: url('../images/BlogBg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 71px;
  padding-bottom: 130px;
}

.section.services-single-v2 {
  background-color: #f3faf8;
  padding-top: 110px;
  padding-bottom: 97px;
  overflow: visible;
}

.section.contact-us {
  background-color: var(--dark);
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
}

.section.shop {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  background-color: #f3faf8;
  padding-top: 120px;
  padding-bottom: 123px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
}

.section.shop-single {
  background-color: #f3faf8;
  padding-top: 120px;
  padding-bottom: 122px;
}

.section.packages {
  background-color: #f3faf8;
}

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

.section.license {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 106px;
  padding-bottom: 122px;
}

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

.section.preview {
  background-color: #f3faf8;
  background-image: url('../images/Pervew-Bg.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 187px;
  padding-bottom: 80px;
}

.section.preview-page {
  background-color: #f3faf8;
  padding: 0 15px 150px;
}

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

.section.figma-included {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.faq-v2 {
  padding-top: 0;
}

.button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  display: flex;
  overflow: hidden;
}

.button-wrapper.steps {
  justify-content: center;
  margin-top: 32px;
}

.button-wrapper.recent-project {
  margin-top: 32px;
}

.secondary-button {
  font-family: var(--paragraph-text);
  color: var(--light-color);
  border: 1px solid #ffffff4d;
  border-radius: 7px;
  flex: none;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.secondary-button.dark {
  font-family: var(--paragraph-text);
  color: #0d2623;
  border-color: #0d26234d;
}

.banner-title-wrapper {
  max-width: 851px;
  overflow: hidden;
}

.banner-title {
  font-family: var(--heading-text);
  color: var(--light-color);
  margin-bottom: 16px;
  font-size: 79px;
  font-weight: 800;
  line-height: 108.861%;
}

.banner-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  max-width: 784px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.banner-bottom-wrapper {
  z-index: 11;
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  align-items: flex-end;
  display: flex;
}

.counter-left {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 684px;
  padding-bottom: 44px;
  display: flex;
}

.counter-right {
  z-index: 6;
  width: 100%;
}

.customers-counter-wrap {
  align-items: center;
  height: 62px;
  display: flex;
  overflow: hidden;
}

.count-number {
  font-family: var(--heading-text);
  color: var(--brand-color);
  text-align: center;
  text-transform: uppercase;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 800;
  line-height: 67.2px;
}

.count-number.dark {
  font-family: var(--heading-text);
  color: #1d3c37;
  font-size: 56px;
  font-weight: 800;
  line-height: 120%;
}

.counter-wrapper {
  justify-content: center;
  align-items: center;
  height: 62px;
  display: flex;
  overflow: hidden;
}

.counter-inner {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.counter-inner._1 {
  justify-content: flex-start;
}

.counter-inner._2 {
  justify-content: flex-end;
}

.counter-title {
  font-family: var(--paragraph-text);
  color: var(--bg-color);
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.counter-title.light {
  color: var(--heading-color);
}

.border {
  background-color: #1d3c37;
  width: 1px;
  height: 50px;
}

.border.v2 {
  background-color: #6d563b;
}

.excellence-title {
  font-family: var(--heading-text);
  color: var(--light-color);
  letter-spacing: .3px;
  max-width: 554px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.counter-right-img {
  width: 100%;
  height: 100%;
}

.counter-right-wrapper {
  z-index: 11;
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 70px;
  position: relative;
}

.banner-bottom-main-wrapper {
  position: relative;
}

.banner-bottom-right-bg {
  z-index: 6;
  width: 48%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.excellence-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.excellence-inner-border {
  background-color: #ffffff80;
  border-radius: 5px;
  width: 295px;
  height: 2px;
  margin-left: 17px;
}

.excellence-inner-content-wrap {
  text-align: right;
}

.excellence-inner-content {
  font-family: var(--paragraph-text);
  color: var(--light-color);
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.excellence-inner-content-sub {
  font-family: var(--paragraph-text);
  color: var(--light-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.counter-right-img-wrapper {
  margin-top: -50px;
  display: flex;
  position: absolute;
  inset: 0% 10% auto auto;
}

.element-img-wrap {
  border-radius: 5px;
  max-width: 198px;
  overflow: hidden;
  transform: rotate(10deg);
  box-shadow: 8px 0 30px #0d262326;
}

.element-img-wrap._2 {
  margin-top: -20px;
  margin-left: -86px;
}

.element-img-wrap._3 {
  margin-top: -10px;
  margin-left: -67px;
}

.about-home-main-wrapper {
  width: 100%;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.about-home-main-wrapper.v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.about-home-bg-wrap {
  width: 100%;
  max-width: 775px;
  position: relative;
}

.about-home-bg-wrap.v2 {
  margin-left: 0;
  margin-right: 0;
  width: 50%;
  min-width: 50%;
}

.about-home-bg-wrap.v2.poste {
  width: 50%;
}

.about-home-bg {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.about-home-bg.poste {
  width: 100%;
}

.about-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(540px, auto) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end;
  width: 100%;
  max-width: 700px;
  padding-top: 60px;
  padding-right: 0;
}

.about-wrapper.v2 {
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.about-left-content {
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-left-content.v2 {
  inset: auto auto 0% 0%;
}

.about-right-content.v2 {
  width: 100%;
  min-width: 100%;
}

.sub-title-wrapper {
  margin-bottom: 15px;
}

.sub-title-inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sub-title-border {
  background-color: var(--paragraph-color);
  width: 20px;
  height: 1px;
}

.sub-title {
  font-family: var(--heading-text);
  color: var(--paragraph-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.section-title {
  font-family: var(--heading-text);
  letter-spacing: -.42px;
  margin-bottom: 16px;
  line-height: 120%;
}

.section-title.about {
  font-family: var(--heading-text);
  color: var(--brand-dark);
  text-transform: none;
  max-width: 624px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.section-title.light {
  z-index: 4;
  font-family: var(--heading-text);
  color: var(--light-color);
  text-transform: none;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.section-title.our-team {
  font-family: var(--heading-text);
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.section-title.project {
  font-family: var(--heading-text);
}

.section-title.dark {
  z-index: 4;
  color: #144178;
  text-transform: none;
  position: relative;
}

.section-title.dark.team-v2 {
  text-align: center;
}

.section-title.dark.testimonials {
  color: #144178;
  text-align: center;
  text-transform: none;
}

.section-title.dark.width {
  color: var(--light-color);
}

.section-title.blog-v2 {
  color: var(--light-color);
  margin-bottom: 0;
  line-height: 120%;
}

.section-title.services-v2 {
  color: var(--brand-dark);
  text-align: left;
  text-transform: none;
}

.section-title.project-v2 {
  color: var(--brand-dark);
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
}

.section-title-wrap {
  padding-bottom: 42px;
  padding-left: 50px;
  position: relative;
}

.section-title-wrap.no-m {
  padding-left: 0;
}

.section-details {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.section-details.white {
  color: var(--p-font-color);
}

.section-details.white.services {
  font-family: var(--paragraph-text);
  text-align: center;
  max-width: 861.746px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 150%;
}

.section-details.white.simple-services {
  font-family: var(--paragraph-text);
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 150%;
}

.section-details.white.client-reviews {
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
}

.section-details.white.blog {
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.white.our-work {
  font-family: var(--paragraph-text);
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.white.professionalism {
  text-align: center;
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.team {
  font-family: var(--paragraph-text);
  max-width: 1012.08px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.section-details.projects {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 150%;
}

.section-details.team-member {
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
}

.section-details.about-us {
  font-family: var(--paragraph-text);
}

.section-details.steps {
  text-align: center;
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.recent-project {
  color: var(--light-color);
}

.section-details.team-v2 {
  text-align: center;
  max-width: 852px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.testimonials {
  text-align: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.experience {
  color: #fcfcfc;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.section-details.core-value {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.section-details.core-value.center {
  text-align: center;
}

.section-details.services-v2 {
  text-align: left;
}

.section-details.project-v2 {
  text-align: left;
  max-width: 558px;
  margin-left: auto;
}

.about-card-wrapper {
  padding: 55px 50px;
  position: relative;
  overflow: hidden;
}

.about-card-wrapper.v2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-card-inner {
  z-index: 1;
  grid-column-gap: 10px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

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

.about-card-single {
  width: 100%;
  max-width: 260px;
}

.about-card-single.width {
  width: 100%;
  max-width: 275px;
}

.about-card-single.value {
  background-color: var(--brand-color);
  border-radius: 15px;
  padding: 20px;
}

.about-card-single.value.services {
  background-color: #2f7de4;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 175px;
  display: flex;
}

.card-icon-wrap {
  background-color: #f3faf8;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
}

.card-details {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.card-details.dark {
  color: var(--white);
}

.card-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.21px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 33.6px;
}

.card-title.dark {
  color: var(--white);
}

.about-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.divider {
  background-color: #0d26234d;
  width: 1px;
}

.customer-rating-wrap {
  background-color: var(--brand-color);
  margin-bottom: -1px;
  padding: 50px 34px 32px 31px;
  position: relative;
}

.customer-rating-img {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.customer-rating-img.v2 {
  height: 100%;
}

.customer-rating-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.customer-rating-number {
  font-family: var(--heading-text);
  color: var(--light-color);
  letter-spacing: -3.95px;
  font-size: 79px;
  line-height: 86px;
}

.customer-rating-wrapper {
  display: inline-block;
  position: relative;
}

.customer-rating-text {
  font-family: var(--heading-text);
  color: var(--light-color);
  letter-spacing: -.21px;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.rating-shape {
  z-index: 2;
  position: absolute;
  inset: -8px -24px auto auto;
}

.rating-shape.v2 {
  inset: -22px auto auto -20px;
}

.about-blur-shape {
  z-index: 0;
  background-image: linear-gradient(104deg, #ddeff054 2.73%, #fff0 93.68%);
  border-radius: 1069.06px;
  width: 1069.06px;
  height: 1069.06px;
  position: absolute;
  inset: -370px -507px auto auto;
  transform: rotate(84.144deg);
}

.about-blur-shape._1 {
  inset: -416px auto auto -700px;
  transform: rotate(160deg);
}

.about-blur-shape._2 {
  z-index: 0;
  inset: -600px -586px auto auto;
  transform: rotate(0);
}

.services-title-wrapper {
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}

.services-grid {
  border-top: 2px solid #ffffff4d;
  border-left: 2px solid #ffffff4d;
  border-radius: 10px;
  overflow: hidden;
}

.services-grid.v2 {
  border-top: 2px solid #0000001f;
  border-left: 2px solid #0000001f;
}

.services-inner-items {
  border-bottom: 2px solid #ffffff4d;
  border-right: 2px solid #ffffff4d;
  padding: 60px 50px;
  position: relative;
  overflow: hidden;
}

.services-inner-items.v2 {
  border-bottom: 2px solid #00000012;
  border-right: 2px solid #00000012;
}

.services-collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.services-icon-wrap {
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
}

.services-icon-wrap.v2 {
  background-color: var(--bg-color);
}

.services-icon {
  z-index: 2;
  position: relative;
}

.services-icon._1 {
  z-index: 2;
  position: absolute;
}

.services-icon._2 {
  z-index: 4;
}

.services-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 115px;
  display: flex;
}

.text-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--light-color);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-link.services.dark {
  color: #000b22;
}

.sub-text-link {
  font-family: var(--paragraph-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.link-arrow {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.services-name-link {
  text-decoration: none;
}

.services-name {
  font-family: var(--heading-text);
  color: var(--light-color);
  letter-spacing: -.27px;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.services-name.v2 {
  color: #000b22;
}

.services-details.card {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.services-details.card.v2 {
  color: var(--paragraph-color);
  font-size: 17px;
}

.services-bg-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.services-bg-img {
  z-index: 2;
  opacity: .04;
  position: relative;
}

.services-inner-wrap {
  z-index: 4;
  position: relative;
}

.services-bg-color {
  z-index: 0;
  background-color: #e4572f;
  border-top-left-radius: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.services-icon-wrap-shape {
  background-color: var(--light-color);
  border-top-left-radius: 85px;
  border-top-right-radius: 85px;
  border-bottom-left-radius: 85px;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto -50px -60px auto;
}

.team-title-wrapper {
  z-index: 4;
  text-align: center;
  position: relative;
}

.team-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.team-contant-wrap {
  width: 1220px;
  position: relative;
}

.tabs-border-wrapper {
  background-color: #dedede;
  border-radius: 5px;
  width: 5px;
  height: 456px;
}

.tabs-border {
  opacity: 1;
  background-color: #1d3c37;
  border-radius: 5px;
  width: 5px;
  height: 33.33%;
}

.tabs-team {
  align-items: flex-start;
  display: flex;
}

.tabs-manu {
  border: 1px solid #2020204d;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 530px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.tabs-content {
  width: 100%;
  max-width: 948px;
}

.team-container {
  z-index: 4;
  justify-content: flex-end;
  width: 100%;
  max-width: 1620px;
  margin-top: 52px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.tab-pane-wrap, .team-img {
  width: 100%;
  height: 100%;
}

.tab-link {
  color: #202020;
  background-color: #f2f9f9;
  border-bottom: 1px solid #2020204d;
  padding: 28px;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: var(--brand-color);
  color: var(--light-color);
}

.tab-link._3 {
  border-bottom-style: none;
}

.tab-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.tab-batch-wrap {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  display: flex;
}

.tab-title {
  font-family: var(--heading-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.tab-link-details-wrap {
  overflow: hidden;
}

.tab-link-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  padding-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.team-shap-img {
  position: absolute;
  inset: 8px auto auto 464px;
}

.simple-services-title-wrapper {
  text-align: center;
}

.simple-services-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 95.5px;
  display: flex;
  position: relative;
}

.simple-services-items {
  z-index: 2;
  position: relative;
}

.simple-services-items.margin-top {
  margin-top: 30px;
}

.simple-services-wrap {
  cursor: none;
  padding: 70px 35px 72.22px 30px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.simple-services-img {
  position: relative;
}

.simple-services-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.simple-services-dot {
  z-index: 0;
  background-color: var(--brand-color);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: auto auto 8px 1px;
}

.simple-services-icon {
  z-index: 2;
  position: relative;
}

.simple-services-shape-wrap {
  z-index: 0;
  position: absolute;
  inset: 90px 200px auto auto;
}

.simple-services-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.simple-services-details {
  font-family: var(--paragraph-text);
  color: var(--dark);
  max-width: 364px;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.simple-services-img-shape {
  position: absolute;
  inset: 0%;
  transform: rotate(-1.799deg);
}

.simple-services-number-wrap {
  border: 7px solid var(--light-color);
  background-color: var(--brand-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: -50px 40px auto auto;
}

.simple-services-number {
  font-family: var(--heading-text);
  color: var(--light-color);
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
}

.drop-icon {
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.projects-wrapper {
  z-index: 2;
  position: relative;
}

.projects-title-wrapper {
  text-align: center;
}

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

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

.project-items {
  border-radius: 10px;
  overflow: hidden;
}

.project-single-items-wrapper {
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-single-hover-wrapper {
  z-index: 2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-single-items {
  background-color: #f3faf8;
  position: relative;
}

.project-single-hover-inner {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.project-single-cavar-img {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.project-title {
  color: var(--light-color);
  margin-top: 16px;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.project-title.white {
  font-family: var(--heading-text);
  color: var(--light-color);
  font-size: 34px;
}

.link-block-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.project-single-catagoris-wrap {
  grid-column-gap: 5px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.project-single-catagoris-border {
  background-color: #fffc;
  width: 15px;
  height: 2px;
}

.project-single-catagoris-border.color {
  background-color: #202020cc;
}

.project-catagoris-text {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.project-catagoris-text.color {
  color: #202020cc;
}

.border-divider {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.border-divider.color {
  background-color: #0d26234d;
}

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

.project-single-overlay {
  background-image: linear-gradient(29deg, #0d2623eb 31.14%, #0d26234a 43%);
  position: absolute;
  inset: 0%;
}

.project-link-icon-wrap {
  border: 2px solid var(--light-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}

.project-link-icon._2 {
  position: relative;
  bottom: 10px;
  left: -22px;
}

.project-link-icon._1 {
  position: relative;
}

.project-single-items-img-wrap {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

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

.project-single-content-items {
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.project-title-link {
  text-decoration: none;
}

.projects-button-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.client-reviews-title-wrapper {
  text-align: center;
}

.client-reviews-content-wrapper {
  background-color: var(--light-color);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 52px;
  padding: 30px 30px 30px 52px;
  display: flex;
}

.client-reviews-content-left {
  padding-right: 32px;
}

.client-reviews-content-right {
  width: 100%;
  max-width: 608px;
}

.client-reviews-content-img-wrap {
  border: 1px solid #0d26234d;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.client-reviews-content-img {
  width: 100%;
  height: 100%;
}

.client-reviews-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.3px;
  max-width: 490px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.client-reviews-details {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  width: 100%;
  max-width: 598px;
  margin-bottom: 82px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.client-details-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.client-name {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.client-designation {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.client-reviews-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.client-reviews-mask {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  background-color: var(--brand-color);
  border: 1px solid #0d26234d;
  border-radius: 1000%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto 57px 511px;
}

.left-arrow {
  border: 1px solid #0d26234d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto 57px 438px;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.client-reviews-slider-wrap {
  align-items: center;
  display: flex;
}

.project-shape-one {
  z-index: 0;
  position: absolute;
  inset: -420px auto auto -420px;
}

.project-shape-two {
  z-index: 0;
  position: absolute;
  inset: auto -370px 20px auto;
}

.team-member-title-wrapper {
  text-align: center;
}

.team-member-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 52px;
  padding-top: 32px;
}

.team-member-content-wrapper.v2 {
  margin-bottom: 0;
}

.team-member-single {
  background-image: url('../images/Tam-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0d26234d;
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-member-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 38px;
  display: flex;
}

.team-member-wrap-bg {
  z-index: 0;
  width: 100%;
  height: 226px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-member-img-wrap {
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

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

.team-member-title-wrap {
  z-index: 4;
  background-image: linear-gradient(#18141000, #181410b3);
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 30px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-member-name {
  font-family: var(--heading-text);
  color: var(--light-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.member-designation {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  font-size: 18px;
  line-height: 27px;
}

.team-member-name-link {
  text-decoration: none;
}

.team-member-media-link {
  color: var(--light-color);
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.team-member-media-link:hover {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
  transform: translate(0, -5px);
}

.team-member-media {
  font-family: "Fa Brands 400", sans-serif;
}

.upcoming-wrapper {
  background-image: url('../images/Upcoming-Bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 70px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.upcoming-img-wrap {
  z-index: 0;
  width: 100%;
  max-width: 726px;
  height: auto;
  margin-top: -53px;
  margin-right: -48px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.button-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-wrap.upcoming {
  justify-content: flex-start;
}

.button-wrap.upcoming.services {
  padding-left: 50px;
}

.button-wrap.upcoming.services.no-m {
  padding-left: 0;
}

.button-wrap.upcoming-v2 {
  justify-content: flex-start;
}

.upcoming-title {
  z-index: 4;
  font-family: var(--heading-text);
  color: var(--light-color);
  max-width: 633px;
  margin-bottom: 16px;
  position: relative;
}

.upcoming-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  max-width: 519px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

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

.blog-title-wrapper {
  text-align: center;
}

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

.blog-content-wrapper.blog {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-single {
  background-color: #f3faf8;
  border-radius: 10px;
  padding: 20px;
}

.blog-img-wrap {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
}

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

.blog-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  transition: all .5s;
}

.blog-title:hover {
  color: var(--brand-color);
}

.blog-title-link {
  text-decoration: none;
}

.blog-details {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  margin-bottom: 32px;
}

.blog-bottom-wrap {
  justify-content: space-between;
  padding-top: 16px;
  display: flex;
}

.link-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-link-text {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.blog-link-arrow {
  color: var(--heading-color);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 18px;
  transform: rotate(-45deg);
}

.date {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.faq-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.faq-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.42px;
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.faq-details {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  max-width: 648px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.faq-content-inner {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.faq-single-items {
  background-color: var(--light-color);
  cursor: pointer;
  border: 1px solid #0d262326;
  border-radius: 10px;
  padding: 25px 28px;
}

.faq-qustion-title-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-ans-wrap {
  overflow: hidden;
}

.faq-ans {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 161.111%;
}

.faq-qustion {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 145.455%;
}

.footer-top-content-wrap {
  border-bottom: 1px solid #ffffff80;
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
}

.footer-title {
  max-width: 672px;
  line-height: 120%;
}

.footer-title.light {
  font-family: var(--heading-text);
  color: var(--light-color);
  text-transform: none;
}

.footer-content-wrap {
  grid-column-gap: 100px;
  justify-content: space-between;
  margin-bottom: 90px;
  padding-top: 100px;
  display: flex;
}

.footer-cpyright-wrap {
  border-top: 1px solid #ffffff80;
  padding-top: 25px;
  padding-bottom: 30px;
  line-height: 160%;
}

.footer-left-content {
  max-width: 400px;
}

.footer-right-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr minmax(155px, auto);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 939px;
  display: flex;
}

.footer-logo-link {
  width: 200px;
}

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

.footer-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  margin-top: 16px;
  margin-bottom: 52px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.info-wrap.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.info {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.media-text {
  color: var(--p-font-color);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 122.222%;
}

.media-text-icon {
  color: var(--light-color);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.media-text-icon.footer {
  font-size: 20px;
}

.copyright-text {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.copyright-link {
  color: var(--brand-color);
  text-decoration: none;
}

.copyright-link.under {
  text-decoration: underline;
}

.more-temple-link {
  color: var(--brand-color);
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline;
}

.banner-container {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-right-content-img {
  width: 100%;
  height: 100%;
}

.banner-count-wrap-v2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 684px;
  margin-top: 50px;
  display: flex;
}

.banner-title-inner-v2 {
  margin-bottom: 10px;
  position: relative;
}

.banner-title-v2 {
  z-index: 4;
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.7px;
  max-width: 560px;
  font-size: 70px;
  font-weight: 800;
  line-height: 110%;
  position: relative;
}

.banner-title-v2.width {
  font-family: var(--heading-text);
  color: var(--white);
  text-transform: none;
  max-width: none;
}

.banner-title-shape-v2 {
  z-index: 2;
  width: 100%;
  max-width: 261px;
  height: 15px;
  position: absolute;
  inset: auto auto 7px -5px;
}

.banner-right-content {
  z-index: 4;
  width: 100%;
  max-width: 652px;
  height: 100%;
  position: relative;
}

.banner-details-v2 {
  font-family: var(--paragraph-text);
  color: var(--light-color);
  max-width: 583px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.lightbox-link {
  border-radius: 100%;
  width: 113.45px;
  height: 113.45px;
  position: absolute;
  inset: 50px auto auto -10px;
  overflow: hidden;
}

.lightbox-link-img-wrap {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-linkimg-bg {
  z-index: 0;
  position: relative;
}

.lightbox-link-play {
  z-index: 2;
}

.lightbox-link-play-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-shape-v2 {
  z-index: 0;
  position: absolute;
  inset: auto auto 7px -200px;
}

.banner-shape-img-v2 {
  width: 100%;
  height: 100%;
}

.our-work-title-wrapper {
  text-align: center;
}

.our-work-content-wrapper {
  cursor: none;
  border-radius: 10px;
  margin-top: 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-work-title-inner {
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.our-work-shape {
  z-index: 2;
  width: 245px;
  height: 15px;
  position: absolute;
  inset: 44px auto auto 232px;
}

.our-work-video-bg-wrap {
  z-index: 0;
  position: relative;
}

.our-work-video-bg {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  max-height: 80vh;
}

.lightbox-video-link {
  cursor: pointer;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: relative;
}

.video-player {
  cursor: pointer;
}

.lightbox-video-link-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-work-content-wrap-bottom {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 52px;
  display: flex;
  overflow: hidden;
}

.our-work-single-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.work-divider {
  background-color: #ffffff80;
  width: 1px;
  height: 236px;
}

.work-icon-wrap {
  background-color: var(--light-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  display: flex;
  overflow: hidden;
}

.work-icon {
  width: 40px;
  height: 40px;
}

.work-icon-title {
  font-family: var(--heading-text);
  color: var(--light-color);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

.work-icon-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.discover-wrapper {
  z-index: 4;
  position: relative;
}

.discover-content-wrapper {
  background-color: var(--light-color);
  flex-direction: column;
  margin-top: 52px;
  display: flex;
}

.discover-content-wrapper.hide {
  display: none;
}

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

.discover-left-title-wrap {
  width: 100%;
  max-width: 556px;
  position: relative;
}

.discover-right-details-wrap {
  max-width: 597.999px;
}

.discover-details {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.discover-button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.discover-title-img {
  z-index: 2;
  width: 218px;
  height: 15px;
  position: absolute;
  inset: 45px auto auto -5px;
}

.discover-title {
  z-index: 4;
  font-family: var(--heading-text);
  color: #144178;
  text-transform: none;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.discover-single {
  cursor: pointer;
  background-color: #0000;
  border-radius: 10px;
  justify-content: space-between;
  padding: 28px 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.discover-icon-wrap {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  display: flex;
}

.discover-tab-bg-img-wrap {
  z-index: 0;
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC06519-HDR.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.discover-tab-bg-img-wrap.indus {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Platrage3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.discover-tab-bg-img-wrap.commer {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Commercial3.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.discover-tab-bg-img {
  cursor: default;
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.discover-content-wrap {
  z-index: 4;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.discover-icon-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.discover-plus-icon-wrap {
  z-index: 10;
  padding-top: 10px;
  position: relative;
}

.discover-plus-icon {
  color: var(--white);
  cursor: pointer;
  font-size: 40px;
  line-height: 40px;
}

.discover-content-title {
  font-family: var(--heading-text);
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
}

.link-text {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.link-text.arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.discover-content-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  max-width: 471px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.discover-content-details-wrap {
  padding-top: 16px;
  overflow: hidden;
}

.discover-wrap {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  overflow: hidden;
}

.discover-shape-1 {
  z-index: 0;
  position: absolute;
  inset: -181px auto auto -97px;
}

.discover-shape-2 {
  z-index: 0;
  position: absolute;
  inset: auto auto 138px 0%;
}

.discover-shape-3 {
  z-index: 0;
  position: absolute;
  inset: auto 0% 129.5px auto;
}

.professionalism-title-wrap {
  text-align: center;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.professionalism-shape {
  z-index: 2;
  width: 390px;
  height: 11px;
  position: absolute;
  inset: auto 104px 8px auto;
}

.professionalism-conatint-wrapper {
  margin-top: 52px;
}

.professionalism-tabs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.professionalism-tabs-menu {
  flex-direction: column;
  display: flex;
}

.professionalism-tab-link {
  padding: 0;
}

.professionalism-tab-link.w--current {
  background-color: #144178;
  overflow: hidden;
}

.professionalism-tab-link {
  background-color: #ddd0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.professionalism-tab-link-wrap {
  position: relative;
}

.professionalism-tab-link-img-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.professionalism-tab-link-title-wrap {
  z-index: 4;
  padding: 30px 50px 30px 30px;
  position: relative;
  overflow: hidden;
}

.professionalism-tab-link-img {
  width: 100%;
  height: 100%;
}

.professionalism-tab-link-title-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.steps-content-wrapper {
  z-index: 2;
  margin-top: 52px;
  position: relative;
}

.steps-shape {
  z-index: 2;
  width: 152px;
  height: 11px;
  position: absolute;
  inset: auto 22px 10px auto;
}

.professionalism-tab-link-title {
  font-family: var(--heading-text);
  color: var(--light-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.professionalism-tab-link-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.professionalism-border {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.professionalism-tabs-content-wrapper {
  height: 100%;
}

.professionalism-img-content-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.professionalism-content-img {
  object-fit: cover;
  width: 100%;
  max-width: 650px;
  height: 100%;
}

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

.steps-grid {
  grid-column-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(360px, auto) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.steps-single.steps {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
}

.steps-number-wrap {
  background-color: var(--brand-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.steps-number {
  font-family: var(--heading-text);
  color: var(--light-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.steps-number-title {
  font-family: var(--heading-text);
  color: #144178;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.steps-number-details {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.steps-shape-img-wrap {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 45px 0% auto;
}

.steps-shape-img {
  width: 100%;
  height: 100%;
}

.recent-project-wrapper {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 15px;
}

.steps-shape-1 {
  width: 100%;
  max-width: 468px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.steps-shape-2 {
  width: 100%;
  max-width: 542px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.recent-project-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.recent-project-left {
  width: 100%;
  max-width: 617px;
}

.recent-project-right {
  width: 100%;
  overflow: hidden;
}

.section-title-shape {
  z-index: 2;
  width: 175px;
  height: 11px;
  position: absolute;
  inset: auto auto 9px -5px;
}

.recent-project-title-wrap {
  position: relative;
}

.recent-project-slider {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.recent-project-slider-wrap {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  overflow: hidden;
}

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

.recent-project-slider-items {
  border-radius: 10px;
  margin-right: 30px;
  overflow: hidden;
}

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

.recent-project-slider-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav-recent {
  display: none;
}

.left-arrow-recent {
  z-index: 10;
  background-color: #fffc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  left: 0;
  overflow: visible;
  box-shadow: 0 0 7px #b4b4b414;
}

.icon-img {
  width: 34px;
}

.right-arrow-recent {
  z-index: 10;
  background-color: #fffc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  left: 608px;
  box-shadow: 0 0 7px #00004714;
}

.recent-project-slider-img-wrap {
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  height: 500px;
  min-height: 0;
  position: relative;
}

.recent-project-slider-overlay {
  background-image: linear-gradient(12deg, #1e559bf7 10.48%, #0d262333 70.25%);
  position: absolute;
  inset: 0%;
}

.recent-project-single-content-hover {
  transform-origin: 50% 0;
  background-color: #2f7de4e6;
  border-radius: 10px;
  position: absolute;
  inset: 0 0% auto;
}

.recent-project-single-inner {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.recent-project-single-inner._1 {
  transform-origin: 50% 0;
  padding-top: 50px;
  position: static;
}

.recent-project-single-title {
  font-family: var(--heading-text);
  color: var(--light-color);
  max-width: 456px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.recent-project-single-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  font-family: var(--heading-text);
  color: var(--p-font-color);
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.recent-project-single-title-link {
  text-decoration: none;
}

.recent-project-single-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.recent-project-single-content {
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.team-content-wrapper-v2 {
  padding-top: 52px;
}

.team-title-wrap-v2 {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-title-shape-v2 {
  z-index: 2;
  width: 346px;
  height: 11px;
  position: absolute;
  inset: auto 55px 9px auto;
}

.team-content-wrap-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-content-single-v2 {
  border-radius: 10px;
  flex: none;
  width: 312px;
  max-width: 312px;
  position: relative;
  overflow: hidden;
}

.team-content-img-wrap-v2, .team-content-img-v2 {
  width: 100%;
  height: 100%;
}

.team-content-over-wrap-v2 {
  background-color: #e4572fe6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-content-name-v2 {
  font-family: var(--heading-text);
  color: var(--light-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 145.455%;
}

.team-content-title-v2 {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.team-author-details-v2 {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.team-link-wrap-v2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  font-family: var(--heading-text);
  color: var(--heading-color);
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.team-content-name-link-v2 {
  text-decoration: none;
}

.testimonials-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  margin-top: 67px;
}

.testimonials-mask {
  width: 100%;
  max-width: 648px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.testimonials-slide {
  width: 100%;
  margin-right: 24px;
  overflow: visible;
}

.testimonials-slide-nav {
  display: none;
}

.testimonials-left-arrow {
  background-color: var(--light-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  left: 292px;
  box-shadow: 0 0 7px #0000470f;
}

.testimonials-right-arrow {
  background-color: var(--brand-color);
  border: 1px solid #0d262326;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  right: 291px;
}

.testimonials-slide-single {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 50px 50px 35px;
}

.testimonials-slide-details {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

.testimonials-left-arrow-img, .testimonials-right-arrow-img {
  width: 40px;
}

.testimonials-slide-star-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 52px;
  display: flex;
}

.author-wrapper {
  border-top: 1px solid #20202080;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.author-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 20px;
  line-height: 120%;
  display: flex;
}

.author-img {
  flex: none;
}

.author-name {
  font-family: var(--heading-text);
  color: var(--paragraph-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.author-title {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  font-size: 20px;
  line-height: 120%;
}

.testiamonials-title-wrap-v2 {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonials-title-shape-v2 {
  z-index: 2;
  width: 309px;
  height: 11px;
  position: absolute;
  inset: auto 210px 9px auto;
}

.blog-content-wrapper-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.blog-content-wrapper-v2.blog-v2 {
  margin-top: 0;
  display: block;
}

.blog-left-title-wrap-v2 {
  width: 100%;
  max-width: 654px;
  position: relative;
  overflow: hidden;
}

.blog-details-wrap-v2 {
  max-width: 597.999px;
}

.blog-title-flex-v2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-title-v2 {
  z-index: 4;
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
}

.blog-details-v2 {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.blog-button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-single-v2 {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 25px 20px;
}

.blog-title-wrap {
  border-bottom: 1px solid #2020204d;
  margin-bottom: 25px;
}

.blog-title-wrap.margin {
  margin-top: 25px;
  margin-bottom: 0;
}

.blog-img-v2 {
  width: 100%;
  height: 100%;
}

.blog-img-wrap-v2 {
  border: 1px solid #0d26264d;
  border-radius: 10px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.blog-title-link-v2 {
  text-decoration: none;
}

.blog-bottom-wrap-v2 {
  justify-content: space-between;
  margin-bottom: 16px;
  padding-top: 0;
  display: flex;
}

.upcoming-title-wrapper-v2 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 150px;
}

.upcoming-title-v2 {
  z-index: 4;
  font-family: var(--heading-text);
  color: var(--light-color);
  max-width: 610px;
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 120%;
  position: relative;
}

.upcoming-details-v2 {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  max-width: 519px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.upcoming-img-wrap-v2 {
  z-index: 0;
  align-items: flex-end;
  width: 535px;
  max-width: 698px;
  height: 100%;
  padding-top: 38px;
  display: flex;
}

.upcoming-img-v2 {
  width: 100%;
  height: 100%;
  margin-left: -147px;
}

.upcoming-wrapper-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Upcoming-Bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.upcoming-imgv2 {
  width: 100%;
  height: 100%;
  margin-left: -195px;
}

.upcoming-img-wrapper-v2 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.overflow-hidden {
  height: 100%;
  overflow: hidden;
}

.overflow-hidden.services-v2 {
  width: 100%;
}

.overflow-hidden.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.button-animation {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-hover-animated {
  background-color: var(--brand-color);
  color: var(--light-color);
  text-transform: none;
  width: 100%;
  height: 100%;
}

.button-text-wrap {
  flex: none;
  width: 100%;
  height: 21px;
  overflow: hidden;
}

.project-link-icon-inner {
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.banner-single-title {
  font-family: var(--heading-text);
  color: var(--light-color);
  text-align: center;
  letter-spacing: -.56px;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 56px;
  font-weight: 800;
  line-height: 120%;
}

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

.banner-single-link {
  font-family: var(--paragraph-text);
  color: #ddd;

  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.banner-single-link.w--current {
  color: var(--brand-color);
  text-decoration: underline;
}

.banner-single-link-text {
  text-transform: none;
}

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

.discover-work-left {
  width: 100%;
  max-width: 556px;
}

.discover-work-right {
  width: 100%;
  max-width: 521px;
}

.discover-work-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(520px, auto) 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.discover-work-title {
  font-family: var(--heading-text);
  color: #144178;
  text-transform: none;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.discover-work-img-wrap {
  border: 1px solid var(--brand-color);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.discover-work-img {
  object-fit: cover;
  width: 100%;
  max-width: 50vw;
  height: 100%;
}

.experience-wrapper {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.experience-content-left {
  background-color: var(--brand-color);
  background-image: none;
  width: 100%;
  max-width: 480px;
  padding: 85px 54px 48px 76px;
  position: relative;
}

.experience-content-right {
  background-color: var(--brand-dark);
  background-image: none;
  width: 100%;
  padding-top: 68px;
  padding-bottom: 68px;
  padding-left: 60px;
}

.experience-wrap {
  overflow: hidden;
}

.experience-years-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 14px;
  display: flex;
  overflow: hidden;
}

.experience-years {
  font-family: var(--paragraph-text);
  color: #fcfcfc;

  font-size: 110px;
  font-weight: 700;
  line-height: 100%;
}

.experience-years-text {
  font-family: var(--heading-text);
  color: #fcfcfc;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
  line-height: 68.421%;
}

.experience-text {
  font-family: var(--heading-text);
  color: #fcfcfc;
  font-size: 24px;
  font-weight: 500;
  line-height: 108.333%;
}

.since-wrap {
  background-color: var(--white);
  width: 100%;
  max-width: 260.298px;
  padding: 18px 43px;
  position: absolute;
  inset: 35px auto auto -70px;
  transform: rotate(-45deg);
}

.since-text {
  font-family: var(--paragraph-text);
  color: var(--brand-color);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.trusted-partners-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.trusted-partners-title {
  font-family: var(--heading-text);
  color: var(--light-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.trusted-partners-title-border {
  background-color: var(--brand-color);
  border-radius: 5px;
  width: 80px;
  height: 1px;
}

.trusted-partners-title-single {
  color: var(--p-font-color);
  font-size: 18px;
  line-height: 160%;
}

.trusted-partners-title-wrap {
  border-bottom: 1px solid #ffffff1f;
  padding-bottom: 37px;
}

.trusted-partners-ticker-wrappwe {
  align-items: center;
  padding-top: 32px;
  display: flex;
  overflow: hidden;
}

.single-ticker-wrap {
  flex: none;
  align-items: center;
  display: flex;
}

.single-ticker-logo {
  flex: none;
  margin-right: 35px;
}

.core-value-wrapper {
  padding-bottom: 143px;
}

.core-value-title-wtapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.core-value-title-wtapper.values {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.core-value-left {
  width: 100%;
  max-width: 518px;
}

.core-value-right {
  width: 100%;
  max-width: 521px;
}

.core-value-title {
  font-family: var(--heading-text);
  color: var(--brand-dark);
  letter-spacing: -.24px;
  text-transform: none;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.core-value-title.center {
  text-align: center;
}

.core-value-catagoris-grid {
  grid-column-gap: 67px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-value-single {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.core-value-img-wrap {
  background-color: var(--brand-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 37px;
  display: flex;
}

.core-value-inner-title {
  font-family: var(--heading-text);
  color: #000b22;
  text-align: center;
  text-transform: none;
  margin-bottom: 19px;
  font-size: 28px;
  font-weight: 600;
  line-height: 92.857%;
}

.core-value-inner-details {
  font-family: var(--heading-text);
  color: #70767a;
  text-align: center;
  max-width: 266px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.team-tackles-wrapper {
  background-color: var(--dark);
  background-image: none;
  background-size: auto;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.team-tackles-left {
  max-width: 588px;
  padding-left: 0;
}

.team-tackles-right {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.team-tackles-img {
  border-radius: 10px;
  width: 40vw;
  max-width: none;
  height: 100%;
}

.team-tackles-img.max-h {
  object-fit: cover;
  height: 70vh;
}

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

.team-tackles-img-wrap {
  border: 2px solid var(--brand-color);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.team-tackles-catd-img-wrap {
  border: 2px solid var(--brand-color);
  border-radius: 10px;
  position: absolute;
  inset: auto -119px 0% auto;
  overflow: hidden;
}

.team-tackles-img-wrapper {
  width: 100%;
  max-width: 588px;
  position: relative;
}

.tackles-tabs {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.tackles-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 29px;
  display: flex;
}

.tackles-tab-link {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  text-align: center;

  background-color: #ddd0;
  border: 1px solid #fff3;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.tackles-tab-link.w--current {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
  color: var(--light-color);

  line-height: 100%;
}

.tackles-tab-link {
  padding: 17px 25px;
}

.tackles-text-block {
  text-transform: none;
}

.tackles-tab-pane {
  width: 100%;
  max-width: 529px;
  height: 10%;
}

.tackles-tab-pane-title {
  font-family: var(--heading-text);
  color: var(--light-color);
  letter-spacing: -.42px;
  text-transform: none;
  margin-bottom: 9px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.tackles-tab-pane-title.blue {
  color: var(--brand-color);
}

.tackles-tab-pane-details.v2 {
  color: var(--p-font-color);
}

.style-guide-single-wrap {
  border-bottom: 1px solid #0000001f;
  margin-bottom: 80px;
  padding-bottom: 72px;
}

.style-guide-single-wrap.border-none {
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.style-guide-headding-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.top-title {

  background-color: #e4572f4d;
  border-radius: 7px;
  margin-bottom: 51px;
  padding: 10px 35px;
  display: inline-block;
}

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

.style-guide-colors {
  background-color: var(--brand-color);
  border-radius: 10px;
  padding: 73px 110px;
}

.style-guide-colors._2 {
  background-color: var(--bg-color);
}

.style-guide-colors._3 {
  color: #f3faf8;
  background-color: #0000001a;
  border: 1px solid #0000001a;
}

.style-guide-colors._4 {
  background-color: #0d2623;
}

.style-text {
  font-family: var(--heading-text);
  color: var(--light-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 121.429%;
}

.style-text.dark {
  color: var(--heading-color);
}

.pragraph-title {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 122%;
}

.pragraph-inner {
  margin-bottom: 26px;
}

.pragraph-inner._2 {
  margin-bottom: 0;
}

.button-flex {
  grid-column-gap: 25px;
  display: flex;
}

.primary-button.bg {
  background-color: var(--brand-color);
}

.primary-button.order {
  background-color: var(--brand-color);
  margin-bottom: 0;
}

.arrow-button {
  border: 1px solid #0d26234d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.arrow-button-right {
  background-color: var(--brand-color);
  border: 1px solid #0d26234d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

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

.expart-single-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-image: url('../images/Expart-Single-Bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.expart-single-left-content {
  margin-top: 80px;
  margin-bottom: -120px;
  padding-left: 80px;
}

.expart-single-card-img {
  width: 100%;
  height: 100%;
}

.expart-single-left-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.team-member-shape {
  z-index: 4;
  background-image: linear-gradient(#18141000, #181410b3);
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  max-height: 115px;
  padding: 0 30px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.expart-single-member-img-wrap {
  position: absolute;
  inset: 0%;
}

.expart-single-member-img-inner {
  position: absolute;
  inset: auto 0% 0%;
}

.expart-single-member-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.expart-single-name {
  font-family: var(--heading-text);
  color: var(--light-color);
  margin-bottom: 2px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.expart-single-title {
  font-family: var(--paragraph-text);
  color: var(--brand-color);
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.expart-single-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  max-width: 537px;
  margin-bottom: 52px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

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

.single-media-link {
  color: var(--light-color);
  border: 1px solid #ffffff1f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.single-media-link:hover {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
  transform: translate(0, -10px);
}

.single-media {
  font-family: "Fa Brands 400", sans-serif;
}

.expart-single-rice-text-wrapper {
  width: 100%;
  max-width: 792px;
  margin-top: 238px;
  margin-left: auto;
  margin-right: auto;
}

.exploart-rice-text-wrap h2 {
  font-family: var(--heading-text);
  color: #000b22;
  margin-bottom: 8px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.exploart-rice-text-wrap p {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  letter-spacing: -.18px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.exploart-rice-text-wrap ul {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 23px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.exploart-rice-text-wrap li {
  font-family: var(--paragraph-text);
  background-image: url('../images/Rich-Img_1Rich Img.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-size: 18px;
  line-height: 137.441%;
}

.services-title-wrapper-v2 {
  grid-column-gap: 243px;
  grid-row-gap: 243px;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.section-button-wrap {
  margin-top: 23px;
  display: flex;
}

.section-button-wrap.service {
  margin-top: 0;
  padding-left: 50px;
}

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

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

.service-single-content-wrap {
  width: 100%;
  margin-bottom: 52px;
}

.service-single-details {
  width: 100%;
  max-width: 761px;
  margin-bottom: 52px;
}

.service-single-name {
  font-family: var(--heading-text);
  color: #000b22;
  margin-bottom: 8px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.service-single-content-img {
  border-radius: 10px;
}

.service-single-rich-text h2 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.service-single-rich-text li {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  letter-spacing: -.36px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 220%;
  list-style-type: decimal;
}

.service-single-rich-text ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.service-single-rich-text p {
  margin-bottom: 25px;
  line-height: 160%;
}

.service-single-rich-text ul {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: decimal;
}

.service-single-rich-text-2 h2 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 42px;
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.service-single-rich-text-2 p {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.service-single-rich-text-2 ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.739px;
  list-style-type: none;
  display: flex;
}

.service-single-rich-text-2 li {
  background-image: url('../images/Rich-Img_1Rich Img.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  list-style-type: none;
}

.blogs-catagoris-list {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blogs-title {
  font-family: var(--heading-text);
  color: #000b22;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

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

.category-button-flex-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.category-btn {
  color: var(--heading-color);
  text-align: center;

  background-color: #3898ec00;
  border: 1px solid #0000001f;
  border-radius: 7px;
  padding: 17px 25px;
  font-size: 18px;
  line-height: 100%;
}

.category-btn.w--current {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
  color: var(--light-color);
}

.blog-single-wrapper {

  border-bottom: 1px solid #000b221a;
  padding-bottom: 60px;
}

.blog-single-catagoris-name {
  font-family: var(--paragraph-text);
  color: var(--light-color);
  background-color: #1d3c37;
  border-radius: 6px;
  padding: 9px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.blog-single-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.56px;
  width: 100%;
  max-width: 771px;
  margin-top: 25px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.author-info-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 69px;
  padding-bottom: 30px;
  display: flex;
}

.author-info-inner {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.author-single-img {
  flex: none;
  width: 60px;
  height: 60px;
}

.author-single-name {
  font-family: var(--heading-text);
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
}

.info-border {
  background-color: #0d2623cc;
  width: 25px;
  height: 1px;
}

.read-text {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.read-text-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.date-and-time {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.blog-single-rich-img {
  border: 2px solid var(--brand-color);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.blog-single-main-wrapper {
  width: 100%;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.blog-rich-text h2 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 52px;
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.blog-rich-text p {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  letter-spacing: -.18px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.blog-rich-text blockquote {
  font-family: var(--heading-text);
  color: var(--light-color);
  text-align: center;
  background-color: #1d3c37;
  background-image: url('../images/Rich-Bg_1Rich Bg.png');
  background-position: 50% 55px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  border-radius: 10px;
  padding: 130px 28px 60px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}

.blog-rich-text ul {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 25px;
  display: flex;
}

.blog-rich-text li {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  background-image: url('../images/Rich-Img_1Rich Img.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 137%;
  list-style-type: none;
}

.blog-rich-text-2 h2 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-bottom: 13px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.blog-rich-text-2 p {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  letter-spacing: -.18px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.blog-rich-text-2 li {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  letter-spacing: -.36px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  list-style-type: decimal;
}

.blog-rich-text-2 ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 25px;
  padding-left: 20px;
  list-style-type: decimal;
  display: flex;
}

.blog-single-rich-img-wrap {
  width: 100%;
  height: 100%;
  margin-top: 27px;
  margin-bottom: 52px;
}

.prjects-title-wrapper-v2 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.services-grid-v2 {
  border-top: 2px solid #ffffff4d;
  border-left: 2px solid #ffffff4d;
  border-radius: 10px;
  overflow: hidden;
}

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

.project-single-right {
  width: 100%;
  max-width: 440px;
  position: relative;
}

.project-single-wrap {
  width: 100%;
  max-width: 800px;
}

.project-single-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.56px;
  margin-bottom: 8px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.project-single-details {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  letter-spacing: -.18px;
  margin-bottom: 52px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.project-single-img {
  border: 2px solid var(--brand-color);
  border-radius: 10px;
  margin-bottom: 52px;
}

.project-single-rich-text h2 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.project-single-rich-text p {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.project-single-rich-text ul {
  grid-row-gap: 7px;
  flex-direction: column;
  margin-bottom: 47px;
  list-style-type: none;
  display: flex;
}

.project-single-rich-text li {
  font-family: var(--paragraph-text);
  color: var(--dark);
  background-image: url('../images/Rich-Img_1Rich Img.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-size: 18px;
  line-height: 137.441%;
  list-style-type: none;
}

.project-single-richtext h2 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.project-single-richtext p {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.project-single-richtext ul {
  margin-bottom: 25px;
  padding-left: 20px;
  list-style-type: decimal;
}

.project-single-richtext li {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  list-style-type: decimal;
}

.project-single-rich-texts p {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
}

.project-single-rich-text-img-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  margin-bottom: 42px;
  display: flex;
}

.project-single-rich-text-img {
  border: 2px solid var(--brand-color);
  border-radius: 10px;
}

.project-single-content-inner {
  grid-column-gap: 20px;
  border-bottom: 1px solid #00000014;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 38.44px;
  display: flex;
}

.project-single-content-inner.border-none {
  border-bottom-style: none;
}

.project-single-card-imag-wrap {
  background-color: var(--brand-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.project-single-card-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 600;
  line-height: 92.857%;
}

.project-single-card-details {
  font-family: var(--paragraph-text);
  color: #0d2623cc;

  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}

.project-single-right-inner {
  background-color: var(--light-color);
  border-bottom: 1px solid #00000014;
  border-radius: 10px;
  padding: 40px 40px 0;
  position: sticky;
  top: 130px;
}

.infoo-single-grig {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.infoo-single {
  background-color: var(--light-color);
  border-radius: 10px;
  overflow: hidden;
}

.infoo-single-img {
  border-radius: 10px;
}

.infoo-single-content-wrap {
  background-color: var(--light-color);
  padding: 30px 30px 40px;
}

.office-info {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-bottom: 23px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.info-inner {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.info-inner-img-wrap {
  background-color: var(--brand-color);
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

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

.contact-us-wrapper {
  margin-top: 0;
}

.contact-us-title-wrap {
  text-align: left;
  width: 100%;
  max-width: 582px;
  margin-bottom: 46px;
  margin-left: 0;
  margin-right: 0;
}

.contact-us-title-wrap.no-mw {
  max-width: none;
}

.contact-us-title {
  font-family: var(--heading-text);
  color: var(--brand-dark);
  letter-spacing: -.56px;
  text-transform: none;
  padding-left: 15px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  position: static;
}

.contact-us-title.white {
  color: var(--white);
}

.contact-us-form {
  background-color: var(--light-color);
  color: #000b22cc;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 93px 110px;
}

.contact-form-field-wrap {
  width: 100%;
}

.field-label {
  font-family: var(--paragraph-text);
  color: #000b22;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 145.833%;
}

.text-field {
  background-color: var(--light-color);
  text-transform: none;
  border: 1px solid #0000001f;
  border-radius: 10px;
  width: 100%;
  height: 65px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 194.444%;
}

.text-field::placeholder {
  color: #000b22cc;
}

.contact-form-flex {
  grid-column-gap: 50px;
  grid-row-gap: 23px;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.textarea {
  font-family: var(--paragraph-text);
  color: #000b22cc;
  border: 1px solid #0000001f;
  border-radius: 10px;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  min-height: 293px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 194.444%;
}

.textarea::placeholder {
  color: #000b22cc;
}

.form-button {
  background-color: var(--brand-color);
  font-family: var(--paragraph-text);
  color: var(--light-color);

  border-radius: 10px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  overflow: auto;
}

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

.shop-overlay {
  background-image: linear-gradient(#1d3c37b3, #1d3c37b3);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.shop-button {
  background-color: var(--brand-color);
  font-family: var(--paragraph-text);
  color: var(--light-color);

  padding: 10px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 122.222%;
}

.shop-img-wrap {
  background-color: var(--light-color);
  border: 1px solid #00000014;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

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

.shop-content {
  margin-top: 37px;
}

.product-name {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-bottom: 9px;
  font-size: 28px;
  font-weight: 600;
}

.product-price {
  font-family: var(--paragraph-text);
  color: var(--brand-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

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

.product-name-link {
  text-decoration: none;
}

.shop-img-link {
  text-decoration: none;
  display: block;
}

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

.shop-single-wrapper {
  border-bottom: 1px solid #0000001f;
  padding-bottom: 123px;
}

.shop-single-content-wrap {
  grid-column-gap: 65px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1256px;
  display: grid;
}

.shop-single-img-wrap {
  border: 1px solid #1d3c37;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.shop-single-content {
  width: 100%;
  max-width: 588px;
}

.shop-single-produact-name {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.56px;
  margin-bottom: 11px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.shop-single-produact-price {
  font-family: var(--paragraph-text);
  color: var(--brand-color);
  margin-bottom: 29px;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}

.shop-single-produact-details {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  margin-bottom: 47px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.shop-field-label {
  font-family: var(--heading-text);
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 116.667%;
}

.shop-add-to-cart {
  width: 100%;
  max-width: 548px;
}

.shop-quantity {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  height: 58px;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
}

.buy-now-button {
  display: none;
}

.shop-add-to-cart-button {
  background-color: var(--brand-color);
  font-family: var(--paragraph-text);
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  width: 100%;
  padding: 18px 34px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.shop-single-rich-text-wrapper {
  max-width: 1092px;
  margin-top: 122px;
  margin-left: auto;
  margin-right: auto;
}

.shope-rech-text-wrap h2 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.56px;
  margin-bottom: 13px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.shope-rech-text-wrap p {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.shope-rech-text-wrap ul {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
  list-style-type: none;
  display: flex;
}

.shope-rech-text-wrap li {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  background-image: url('../images/Rich-Img_1Rich Img.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 137.441%;
}

.cart-header {
  border-bottom-color: #0000001a;
  padding: 40px 40px 30px;
}

.cart-container {
  border: 1px solid var(--brand-color);
  border-radius: 15px;
  max-width: 800px;
}

.cart-item {
  padding-top: 12px;
}

.cart-item-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.option-list-wrap {
  margin-left: 0;
  margin-right: 0;
}

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

.cart-list {
  border-bottom: 1px solid #0000001a;
  padding: 40px 40px 50px;
}

.cart-footer {
  border-top-style: none;
  padding: 28px 40px 40px;
}

.option-list-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: center;
  display: flex;
}

.option-list-img-link {
  background-color: #f3faf8;
  border: 1px solid #0000001f;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.option-list-image {
  width: 100%;
  max-width: 150px;
  height: 100%;
}

.quantity-none {
  display: none;
}

.mg-bottom-0px {
  margin-bottom: 0;
}

.cart-product-name {
  font-family: var(--heading-text);
  color: var(--heading-color);

  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 600;
  line-height: 121%;
}

.cart-quantity-number {
  background-color: #fafafa00;
  border-style: none;
  border-radius: 0;
  width: 50px;
  height: 20px;
  margin-bottom: 0;
  padding-left: 5px;
}

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

.packages-title-wrap {
  text-align: center;
  width: 100%;
  max-width: 909px;
  margin-bottom: 106px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.packages-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.56px;

  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.packages-crd-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.packages-single-card {
  background-color: var(--light-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 -4px 250px #00000012;
}

.packages-single-card.dark {
  background-color: #0c0d0d;
  position: relative;
  top: -60px;
}

.package-title-wrap {
  font-family: var(--paragraph-text);
  color: #646464;
  margin-bottom: 26px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.package-name {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: normal;
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.package-name.light {
  color: var(--light-color);
}

.package-details.light {
  color: #a4a4a4;
}

.packages-single-card-peice {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.cart-price {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: -.56px;
  border-bottom: 1px solid #0000001f;
  padding-bottom: 27px;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.cart-price.active {
  color: var(--brand-color);
  border-bottom-color: #ffffff1f;
}

.price-plan-list {
  grid-row-gap: 13px;
  flex-direction: column;
  margin-bottom: 33px;
  padding-top: 23px;
  display: flex;
}

.plan-list-item {
  background-image: url('../images/Cart-Arrow_1Cart Arrow.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 31px;
  list-style-type: none;
  display: flex;
}

.plan-list-item-text {
  font-family: var(--paragraph-text);
  color: #0d2623;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.plan-list-item-text.light {
  color: #fffc;
}

.price-button-link {
  background-color: var(--brand-color);
  font-family: var(--paragraph-text);
  color: var(--light-color);
  text-align: center;

  border-radius: 7px;
  width: 100%;
  padding: 18px 38px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.popular {
  background-color: var(--brand-color);
  font-family: var(--paragraph-text);
  color: var(--light-color);
  text-align: center;
  letter-spacing: -.72px;

  padding: 8px 49px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  inset: 30px -59px auto auto;
  transform: rotate(45deg);
}

.changelog-wrapper {
  position: relative;
}

.changelog-flex {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.changelog-left {
  justify-content: flex-end;
  display: flex;
}

.changelog-righr {
  border-left: 4px solid var(--brand-color);
  background-color: var(--light-color);
  border-radius: 10px;
  width: 100%;
  max-width: 671px;
  margin-left: 60px;
  padding: 29px 30px;
}

.changelog-dot {
  border: 4px solid var(--brand-color);
  background-color: var(--light-color);
  border-radius: 100%;
  flex: none;
  width: 16px;
  height: 16px;
}

.changelog-text {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  text-align: right;

  flex: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 88.88%;
}

.changelog-text-wrap {
  padding-right: 50px;
  display: flex;
}

.changelog-v2 {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-bottom: 33px;
  font-size: 24px;
  font-weight: 600;
  line-height: 83.333%;
}

.changelog-list {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.changelog-list-items {
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.changelog-list-items-text {
  font-family: var(--paragraph-text);
  color: #0d2623cc;

  padding-left: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.changelog-list-dot {
  background-color: var(--brand-color);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.changelog-wrap {
  z-index: 4;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.changelog-main-wrapper {
  background-color: #f3faf8;
  border-radius: 20px;
  padding: 119px 170px 119px 178px;
}

.changelog-wrapper-border {
  z-index: 0;
  background-color: #0000001f;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 232px;
}

.license-wrap {
  margin-bottom: 108px;
}

.license-wrap.mb-none {
  margin-bottom: 0;
}

.license-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  letter-spacing: normal;
  margin-bottom: 9px;
  font-size: 36px;
  font-weight: 600;
  line-height: 144.444%;
}

.license-details {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  width: 100%;
  max-width: 698px;
  margin-bottom: 52px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.license-details.icons {
  max-width: 598px;
}

.license-details.typography {
  max-width: 634px;
  margin-bottom: 0;
}

.surch-link {
  color: var(--brand-color);

  font-weight: 500;
  text-decoration: none;
}

.surch-link.font {
  text-decoration: none;
}

.license-img-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-img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.license-img, .license-icon {
  width: 100%;
  height: 100%;
}

.license-icon-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.license-icon-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 567.38px;
  display: grid;
}

.sign-page {
  background-color: #1d3c37;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  padding: 20px 0 20px 20px;
}

.sign-grid {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.sign-grid-left {
  border-radius: 15px;
  width: 100%;
  max-width: 722px;
  overflow: hidden;
}

.sign-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sign-img-wrap {
  background-image: linear-gradient(#0d2623e6, #0d2623e6), url('../images/Sign-Bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 72px;
}

.sign-form-wrap {
  width: 100%;
  max-width: 560px;
}

.brand-logo-link {
  margin-bottom: 23px;
}

.page-title.light {
  font-family: var(--heading-text);
  color: var(--light-color);
  letter-spacing: -.56px;
  width: 100%;
  font-size: 41px;
  font-weight: 700;
  line-height: 130%;
}

.sign-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sign-img-inner {
  width: 100%;
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
}

.sign-title-inner {
  background-color: #0d2623;
  padding: 52px 77px 43px 63px;
}

.form-title {
  font-family: var(--heading-text);
  color: var(--light-color);
  letter-spacing: -.48px;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}

.form-details {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.form-details.password {
  margin-bottom: 0;
}

.form-details.reset-password {
  font-family: var(--paragraph-text);
  width: 100%;
  max-width: 447px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.google-medta-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.google-medta-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  display: flex;
}

.google-medta-link-text {
  font-family: var(--paragraph-text);
  color: var(--p-font-color);
  font-size: 18px;
  font-weight: 400;
}

.sign-in {
  color: var(--brand-color);
  text-decoration: none;
}

.continue-wrap {
  grid-column-gap: 28px;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.continue-border {
  background-color: #ffffff26;
  width: 184px;
  height: 1px;
}

.continue-text {
  font-family: var(--heading-text);
  color: var(--light-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.form-wrap {
  padding-top: 48px;
}

.form-wrap.reset-password {
  padding-top: 0;
}

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

.field-wrap {
  margin-bottom: 28px;
}

.field-label-text {
  font-family: var(--paragraph-text);
  color: var(--light-color);

  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.field-text {
  color: var(--p-font-color);
  background-color: #fff0;
  border: 1px solid #ffffff1f;
  border-radius: 10px;
  height: 56px;
  padding: 15px 30px;
  line-height: 120%;
}

.field-text::placeholder {
  color: var(--p-font-color);
}

.star {
  color: var(--brand-color);
}

.eie {
  position: relative;
}

.eie-img {
  position: absolute;
  inset: 18px 18px auto auto;
}

.form-checkout-button-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.checkbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.checkbox-cercle {
  border-color: #ffffff1f;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.checkbox-label {
  color: var(--p-font-color);
}

.check-text {
  text-decoration: underline;
}

.submit-button {
  background-color: var(--brand-color);
  font-family: var(--paragraph-text);
  color: var(--light-color);

  border-radius: 7px;
  width: 100%;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.shop-menu-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 52px;
  display: flex;
}

.shop-menu-link {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  border: 1px solid #0000001f;
  border-radius: 7px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.shop-menu-link.w--current {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
  color: var(--light-color);
}

.shop-menu-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  text-align: center;
  letter-spacing: -1.8px;
  width: 100%;
  max-width: 1122px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  font-size: 90px;
  font-weight: 800;
  line-height: 118%;
}

.preview-button-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.preview-details {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  text-align: center;
  max-width: 895px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
}

.preview-page-img-container {
  background-image: url('../images/Previews-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.preview-page-img-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.preview-page-img-inner {
  border-top: 1px solid #e4572f;
  border-left: 1px solid #e4572f;
  border-right: 1px solid #e4572f;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
}

.preview-page-img-inner._1 {
  width: 100%;
  max-width: 475px;
  margin-right: -100px;
}

.preview-page-img-inner._3 {
  width: 100%;
  max-width: 490px;
  margin-left: -100px;
}

.preview-page-img-inner._2 {
  z-index: 4;
  width: 100%;
  max-width: 680px;
  height: 100%;
  position: relative;
}

.preview-page-img {
  width: 100%;
  height: 100%;
}

.included-wrapper {
  margin-top: 139px;
}

.included-title-wrap {
  overflow: hidden;
}

.included-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  text-align: center;
  letter-spacing: -.42px;
  margin-bottom: 6.29px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.included-details {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  text-align: center;
  width: 100%;
  max-width: 708px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.included-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;
}

.included-single {
  background-color: var(--light-color);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 60px 29px 52px;
  display: flex;
}

.included-icon-wrap {
  background-color: #ddeff0;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 34px;
  display: flex;
}

.included-icon-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  text-align: center;
  margin-bottom: 13px;
  font-size: 28px;
  font-weight: 600;
  line-height: 160%;
}

.included-icon-details {
  font-family: var(--paragraph-text);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.included-icon-details._2 {
  max-width: 304px;
}

.included-icon-details._3 {
  max-width: 312px;
}

.section-page-title-wrap {
  overflow: hidden;
}

.section-page-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  text-align: center;
  letter-spacing: -.42px;

  margin-bottom: 9px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.section-page-title.footer {
  color: var(--light-color);
  margin-bottom: 3px;
  font-weight: 600;
  line-height: 139.286%;
}

.section-page-details {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  text-align: center;
  width: 100%;
  max-width: 747px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.section-page-details.footer {
  color: var(--p-font-color);
  max-width: 787px;
  margin-bottom: 31px;
  font-size: 20px;
  line-height: 160%;
}

.section-page-details.figma {
  margin-bottom: 32px;
}

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

.pages-grid.authentication {
  grid-row-gap: 40px;
}

.pages-grid.utility {
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.pags-single-link-wrap.width {
  width: 100%;
  max-width: 648px;
  height: 100%;
}

.pags-single-inner {
  background-color: #1d3c37;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.pags-single-inner.grey {
  background-color: #ddeff0;
  border-radius: 15px;
}

.pags-single-inner-overlay {
  background-color: var(--brand-color);
  position: absolute;
  inset: 0%;
}

.pags-single-inner-img-wrap {
  z-index: 4;
  position: relative;
}

.pags-single-inner-img {
  border: 1px solid var(--brand-color);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.pags-single-inner-img.radius {
  border-radius: 8px;
}

.pags-link {
  z-index: 4;
  background-color: var(--light-color);
  font-family: var(--heading-text);
  color: var(--heading-color);

  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 12px 23px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  display: inline-block;
  position: absolute;
  inset: auto auto 100px 0%;
  box-shadow: 25px 0 60px #0000001a;
}

.figma-included-wrapper {
  background-color: #f3faf8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}

.figma-included-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  display: flex;
}

.figma-included-img-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.figma-included-img-inner {
  width: 100%;
  max-width: 1020px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.figma-included-img {
  border-top: 1px solid #e4572f;
  border-left: 1px solid #e4572f;
  border-right: 1px solid #e4572f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 1020px;
  height: 100%;
}

.figma-img-wrap {
  background-color: var(--light-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 158px;
  margin-bottom: 42px;
  display: flex;
}

.flowzai-mail {
  color: var(--paragraph-color);
  font-weight: 500;
  text-decoration: none;
}

.footer-section {
  background-image: url('../images/Footer.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
}

.preview-footer-wrapper {
  text-align: center;
}

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

.footer-title-wrap {
  border-bottom: 1px solid #ffffff1f;
  padding-bottom: 130px;
}

.copyright-wrap {
  padding-top: 21px;
  padding-bottom: 23px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  text-align: center;
  background-color: #f3faf8;
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 130px;
}

.utility-page-form {
  background-color: var(--light-color);
  border: 1px solid #00000014;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.blog-content-wrapper-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 52px;
  display: grid;
}

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

.lock-wrapper {
  background-color: var(--brand-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-bottom: 47px;
  margin-right: auto;
  display: flex;
}

.password-title {
  font-family: var(--heading-text);
  color: #101418;
  text-align: left;
  margin-bottom: 11px;
  font-size: 36px;
  font-weight: 700;
  line-height: 144.444%;
}

.password-details {
  font-family: var(--paragraph-text);
  text-align: left;
  margin-bottom: 43px;
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}

.password-text {
  margin-bottom: 20px;
  display: none;
}

.password-field {
  font-family: var(--paragraph-text);
  color: #0d2623cc;
  border: 1px solid #0000001a;
  height: 58px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 400;
}

.password-field::placeholder {
  color: #0d2623cc;
}

.password-button {
  background-color: var(--brand-color);
  font-family: var(--paragraph-text);
  color: var(--light-color);

  border-radius: 7px;
  width: 100%;
  padding: 18px 34px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.not-found-img {
  margin-bottom: 52px;
}

.not-found-title {
  color: var(--heading-color);
  text-transform: none;
  margin-bottom: 19px;
  font-size: 56px;
  font-weight: 700;
  line-height: 92.857%;
}

.not-found-paragraph {
  font-family: var(--paragraph-text);
  width: 100%;
  max-width: 620px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}

.not-found-button {
  border: 1px solid var(--brand-color);
  background-color: var(--brand-color);
  font-family: var(--paragraph-text);
  color: var(--light-color);

  border-radius: 7px;
  padding: 18px 34px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.not-found-button-text {
  text-transform: none;
}

.cart-product-prices {
  color: #e4572f;
  margin-bottom: 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 121%;
}

.cart-products-name {
  color: #0d2623;

  margin-bottom: 17px;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 121%;
}

.remove-button-v2 {
  color: #0d2623;

  border: 1px solid #0000001a;
  border-radius: 7px;
  padding: 20px 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.cart-quantity-text {
  color: #0d2623cc;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 144.44%;
}

.shop-title {
  color: #0d2623;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.checkout-button {
  color: #fff;

  background-color: #e4572f;
  border-radius: 7px;
  padding: 18px 34px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.close-button {
  cursor: pointer;
  background-color: #e4572f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.subtotal-text {
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.checkout-form {
  padding-top: 120px;
  padding-bottom: 130px;
}

.checkout-form-wrap {
  display: flex;
}

.info-title {
  font-family: var(--heading-text);
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.order-summary-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  top: 130px;
}

.checkout-form-inner {
  flex-grow: 1;
  max-width: 100%;
}

.shipping-address {
  background-color: var(--light-color);
  border-radius: 10px;
  overflow: hidden;
}

.shipping-method, .payment-info, .billing-address, .order-items {
  border-radius: 10px;
  overflow: hidden;
}

.order-items.mb-none {
  margin-bottom: 0;
}

.block-header {
  align-items: center;
}

.requird {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  font-size: 16px;
}

.customer-info {
  background-color: var(--light-color);
  border-radius: 10px;
  overflow: hidden;
}

.field-label-name {
  font-family: var(--paragraph-text);
  color: var(--heading-color);

  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.email {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  background-color: #fafafa00;
  height: 52px;
  font-size: 16px;
  line-height: 20px;
}

.email:focus-visible, .email[data-wf-focus-visible] {
  background-color: #fafafa00;
}

.priceing {
  font-family: var(--paragraph-text);
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
}

.rent {
  font-family: var(--paragraph-text);
  color: var(--heading-color);

  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.rent-dtails {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.customer-field-label {
  font-family: var(--paragraph-text);
  color: var(--paragraph-color);
  background-color: #fafafa00;
  height: 52px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.order-summary {
  border-radius: 10px;
  overflow: hidden;
}

.order-summary-main-wrap {
  height: 273vh;
}

.block-wrap {
  margin-left: 0;
}

.checkbox-pay {
  margin-top: 0;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox-label-inner {
  margin-bottom: 0;
}

.paypal-checkout-form {
  padding: 120px 0 130px;
}

.blockwrap {
  margin-left: 0;
}

.order-wrap {
  top: 130px;
}

.order-items-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.order-items-wrap.mb-none {
  margin-bottom: 0;
}

.payment-information, .customer-information, .shipping-method-wrapper, .order-summary-inner {
  border-radius: 10px;
  overflow: hidden;
}

.order-confirmation {
  padding-top: 120px;
  padding-bottom: 130px;
}

.order-summary-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  top: 130px;
}

.preloader-wrap {
  z-index: 99999;
  background-color: var(--light-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content-wrap {
  width: 100%;
  max-width: 222px;
}

.preview-navbar {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 1px 10px #0000001f;
}

.banner-main-title-wrapper-v2 {
  z-index: 4;
  margin-top: 0;
  position: relative;
}

.after-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 0;
}

.hide {
  display: none;
}

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

.service-slider {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.list {
  list-style-type: disc;
}

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

.info-content {
  background-color: var(--brand-color);
  width: 100%;
  height: 250px;
  padding: 40px;
}

.heading-8 {
  color: var(--white);
  text-transform: none;
}

.text-block-3 {
  text-decoration: none;
}

.link-block {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px;
  text-decoration: none;
}

.slide {
  background-image: url('../images/Residentiel1.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/Residentiel3.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/Commercial1.png');
  background-position: 100%;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/Commercial1.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/Platrier.png');
  background-position: 50% 100%;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/Industriel1.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/Platrage1.png');
  background-position: 50% 0;
  background-size: auto;
}

.slide-nav-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/Platrage3.png');
  background-position: 50%;
  background-size: auto;
}

.application-values-form {
  padding-left: 40px;
  padding-right: 40px;
}

.content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.dropdown-list {
  padding-left: 10px;
}

.dropdown-list.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.page-wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 75vh;
  display: flex;
}

.section-2 {
  width: 20vw;
  height: 100%;
}

.section-2.blue {
  background-color: #40a4d8;
  width: 33.3333%;
}

.section-2.green {
  background-color: #b2c225;
  width: 33.3333%;
}

.section-2.yellow {
  background-color: #fecc2f;
  width: 33.3333%;
}

.content-2 {
  color: #4d4d4d;
  background-image: url('../images/DSC06531-HDR.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.content-2.com {
  background-image: url('../images/DSC06474.jpg');
}

.content-2.ind {
  background-image: url('../images/DSC06478.jpg');
}

.heading-9 {
  color: var(--p-font-color);
  font-size: 59px;
}

.lb-real {
  width: 100%;
  height: 100%;
}

.lb-img, .ser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.serv-img-wrapper {
  height: 450px;
}

@media screen and (min-width: 1920px) {
  .section.banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 212px;
  }

  .section.about-home {
    overflow: hidden;
  }

  .section.single-banner {
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .section.core-value {
    overflow: visible;
  }

  .section.preview {
    background-position: 50% 0;
  }

  .section.preview-page {
    padding-left: 0;
    padding-right: 0;
  }

  .border {
    border-radius: 5px;
  }

  .banner-bottom-right-bg {
    width: 48.5%;
  }

  .counter-right-img-wrapper {
    right: 16%;
  }

  .about-home-main-wrapper {
    padding-right: 15px;
  }

  .about-home-bg-wrap {
    width: 44.8%;
    max-width: 898px;
  }

  .about-home-bg-wrap.v2 {
    width: 50%;
  }

  .about-wrapper {
    grid-template-columns: minmax(560px, auto) 1fr;
    width: 100%;
    max-width: 767px;
    padding-top: 135px;
    padding-right: 0;
    position: relative;
  }

  .about-wrapper.v2 {
    width: auto;
    margin-left: 0;
  }

  .about-left-content {
    max-width: 560px;
  }

  .section-title.about {
    max-width: 634px;
    font-size: 56px;
    line-height: 120%;
  }

  .section-title-wrap.no-m {
    padding-left: 0;
  }

  .section-details {
    font-size: 18px;
  }

  .card-icon-wrap {
    margin-bottom: 30px;
  }

  .card-details {
    max-width: 260px;
    font-size: 18px;
  }

  .card-title {
    margin-bottom: 11px;
    font-family: Urbanist, sans-serif;
    font-size: 28px;
  }

  .about-blur-shape {
    z-index: 0;
    background-image: linear-gradient(104deg, #ddeff054 2.73%, #fff0 93.68%);
    top: -370px;
    right: -180px;
  }

  .team-content-wrapper {
    justify-content: flex-end;
  }

  .team-contant-wrap {
    width: 1560px;
  }

  .tabs-team {
    align-items: flex-start;
  }

  .tabs-manu {
    flex-direction: column;
    justify-content: flex-start;
    width: 612px;
    display: flex;
  }

  .tabs-content {
    width: 1156px;
    max-width: 100%;
  }

  .team-container {
    max-width: 1620px;
    margin-left: auto;
    margin-right: 0;
  }

  .project-title.white {
    font-family: var(--heading-text);
    color: var(--light-color);
    font-size: 36px;
    font-weight: 700;
  }

  .project-single-items-img {
    text-align: left;
  }

  .client-reviews-content-img {
    border-radius: 10px;
  }

  .right-arrow {
    bottom: 59px;
    left: 539px;
  }

  .left-arrow {
    bottom: 59px;
    left: 460px;
  }

  .client-reviews-slider-wrap {
    align-items: center;
  }

  .project-shape-one {
    z-index: 0;
    top: -420px;
    left: -420px;
  }

  .project-shape-two {
    bottom: 20px;
    right: -370px;
  }

  .team-member-img-wrap {
    width: auto;
  }

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

  .team-member-title-wrap {
    inset: auto 0% 0%;
  }

  .team-member-name {
    font-size: 20px;
    line-height: 24px;
  }

  .button-wrap.upcoming.services.no-m {
    padding-left: 0;
  }

  .footer-top-content-wrap {
    overflow: visible;
  }

  .footer-content-wrap {
    padding-top: 100px;
  }

  .banner-right-content-img {
    width: 100%;
    height: 100%;
  }

  .banner-count-wrap-v2 {
    margin-top: 100px;
  }

  .banner-title-inner-v2 {
    max-width: 560px;
  }

  .banner-title-inner-v2.larger {
    max-width: none;
  }

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

  .banner-right-content {
    width: 100%;
    max-width: 948px;
  }

  .lightbox-link {
    top: 125px;
    left: 7px;
  }

  .banner-shape-v2 {
    bottom: 7px;
    left: -104px;
  }

  .discover-shape-1 {
    top: -180px;
    left: -97px;
  }

  .discover-shape-2 {
    bottom: 138px;
  }

  .discover-shape-3 {
    bottom: 129.5px;
  }

  .steps-wrapper {
    z-index: 2;
    position: relative;
  }

  .recent-project-wrapper {
    max-width: 1620px;
    padding-left: 0;
  }

  .steps-shape-1 {
    z-index: 0;
    inset: -140px auto auto 0%;
  }

  .steps-shape-2 {
    z-index: 0;
    inset: -50px 0% auto auto;
  }

  .recent-project-container {
    display: flex;
  }

  .right-arrow-recent {
    left: 380px;
  }

  .team-author-details-v2 {
    font-size: 18px;
  }

  .testimonials-left-arrow {
    left: 592px;
    box-shadow: 0 0 7px #00004714;
  }

  .testimonials-right-arrow {
    right: 589px;
    box-shadow: 0 0 7px #00004714;
  }

  .upcoming-img-wrap-v2 {
    flex-direction: row;
  }

  .discover-work-content-wrapper {
    grid-template-columns: 1fr minmax(520px, auto) 1fr;
    margin-top: 46px;
  }

  .discover-work-img-wrap {
    min-width: 0;
  }

  .discover-work-img {
    object-fit: cover;
  }

  .discover-work-img.max-w {
    max-width: 30vw;
  }

  .team-tackles-wrapper {
    margin-bottom: 0;
  }

  .team-tackles-right {
    align-items: flex-start;
    display: flex;
  }

  .team-member-shape {
    inset: auto 0% 0%;
  }

  .changelog-wrapper-border {
    left: 232px;
  }

  .sign-page {
    align-items: center;
    padding: 20px;
  }

  .sign-grid-left {
    background-color: #0d2623;
    max-width: 900px;
  }

  .sign-right {
    width: 100%;
  }

  .sign-img-wrap {
    flex-direction: column;
    padding-top: 65px;
  }

  .sign-form-wrap {
    width: 100%;
    max-width: 560px;
  }

  .page-title.light {
    font-size: 56px;
  }

  .sign-img-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .continue-border {
    width: 187px;
  }

  .preview-page-img-container {
    overflow: hidden;
  }

  .preview-page-img-wrap {
    max-width: 1700px;
    height: 100%;
    margin-bottom: -1px;
  }

  .preview-page-img-inner {
    margin-bottom: -3px;
  }

  .preview-page-img-inner._1 {
    max-width: 575px;
    height: 100%;
    margin-right: -80px;
  }

  .preview-page-img-inner._3 {
    max-width: 596px;
    margin-left: -80px;
  }

  .banner-main-title-wrapper-v2 {
    margin-top: 0;
  }

  .after-container {
    margin-right: 90px;
  }
}

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

  .container {
    flex-direction: column;
  }

  .brand {
    width: 192px;
  }

  .nav-menu {
    background-color: var(--brand-dark);
    width: 100%;
  }

  .menu-button {
    background-color: var(--brand-color);
    border-radius: 7px;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--brand-color);
  }

  .menu-button-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
  }

  .navbar-wrapper {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-bar {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .top-bar-right {
    grid-column-gap: 15px;
  }

  .top-bar-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .top-bar-text {
    font-size: 14px;
  }

  .top-bar-link {
    font-size: 16px;
  }

  .menu-button-content, .primary-button.for-mobile {
    display: none;
  }

  .primary-button.active.for-mobile.w--current {
    display: block;
  }

  .manu-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 55px;
  }

  .dropdown-home {
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
  }

  .menu-link {
    color: #fff;
  }

  .menu-link.home {
    display: inline-block;
    left: 0;
  }

  .menu-link.home.flex {
    color: var(--p-font-color);
  }

  .menu-link.home.flex:hover {
    color: var(--brand-color);
  }

  .menu-link.home-link {
    color: var(--paragraph-color);
    display: flex;
  }

  .menu-link.home-link:hover, .menu-link.home-link.w--current {
    color: var(--brand-color);
  }

  .menu-link.pages {
    color: var(--p-font-color);
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
    left: 0;
  }

  .menu-link.pages.flex {
    color: var(--p-font-color);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .menu-link.pages.flex:hover {
    color: var(--brand-color);
  }

  .menu-link.color {
    font-size: 17px;
  }

  .more-temple-text {
    flex: none;
    transition: opacity .2s;
  }

  .dropdown-list-home {
    position: relative;
  }

  .dropdown-list-home-wrapper {
    padding-left: 25px;
  }

  .dropdown-list-pages-wrapper {
    grid-column-gap: 60px;
    width: 100%;
    padding: 40px;
  }

  .dropdown-page {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .dropdown-list-pages {
    width: 100%;
    position: relative;
    left: 0;
  }

  .dropdown-list-pages.w--open {
    left: 0;
  }

  .heading.footer {
    font-size: 24px;
  }

  .drop-icon-pages {
    margin-top: 0;
  }

  .cart {
    margin-left: 0;
  }

  .bracket, .bracket.padding, .cart-quantity {
    font-size: 16px;
  }

  .progress {
    height: 5px;
  }

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

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

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

  .section.about-home, .section.services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.simple-services, .section.projects, .section.client-reviews, .section.team-member {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.team-member.v2 {
    margin-top: 0;
  }

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

  .section.upcoming.v2, .section.blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.banner-v2 {
    padding-top: 70px;
  }

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

  .section.discover, .section.professionalism, .section.steps, .section.recent-project {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.team-v2 {
    padding-top: 100px;
  }

  .section.testimonials, .section.blog-v2, .section.upcoming-v2, .section.single-banner, .section.discover-work, .section.core-value, .section.style, .section.services-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blogs-catagoris {
    padding-bottom: 100px;
  }

  .section.services-single-v2 {
    padding-top: 100px;
  }

  .section.contact-us, .section.shop, .section.shop-single, .section.packages, .section.changelog, .section.license, .section.categories {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.preview {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .section.preview-page {
    padding-bottom: 100px;
  }

  .section.pages-section {
    padding-top: 80px;
  }

  .section.figma-included {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section.faq-v2 {
    padding-bottom: 100px;
  }

  .banner-content-wrapper {
    z-index: 4;
    position: relative;
  }

  .button-wrapper {
    z-index: 4;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    position: relative;
  }

  .button-wrapper.recent-project {
    margin-top: 30px;
  }

  .banner-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 56px;
  }

  .banner-details {
    text-align: center;
    max-width: 614px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-bottom-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: -156px;
  }

  .counter-left {
    z-index: 4;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .counter-right {
    max-width: 100%;
  }

  .customers-counter-wrap {
    justify-content: center;
  }

  .count-number {
    color: var(--light-color);
    font-size: 47px;
  }

  .count-number.dark {
    font-size: 46px;
  }

  .counter-wrapper {
    justify-content: center;
  }

  .counter-title {
    color: var(--paragraph-color);
    font-size: 17px;
  }

  .counter-title.light {
    color: var(--p-font-color);
  }

  .border {
    background-color: var(--p-font-color);
    margin-top: -24px;
  }

  .border.v2 {
    margin-top: -36px;
  }

  .excellence-title {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .counter-right-wrapper {
    background-image: url('../images/Banner-Bg2.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px 60px 30px;
  }

  .banner-bottom-right-bg {
    width: 100%;
    display: none;
    position: static;
  }

  .counter-right-img-wrapper {
    z-index: 0;
    margin-top: 0;
    inset: 125px 38px auto auto;
  }

  .element-img-wrap {
    max-width: 160px;
  }

  .element-img-wrap._2 {
    margin-left: -74px;
  }

  .element-img-wrap._3 {
    margin-top: -27px;
    margin-left: -68px;
  }

  .element-img {
    max-width: 133px;
  }

  .about-home-main-wrapper {
    flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .about-home-main-wrapper.v2 {
    flex-direction: column;
    padding-right: 15px;
  }

  .about-home-bg-wrap {
    max-width: 100%;
    overflow: hidden;
  }

  .about-wrapper {
    flex-direction: row;
    grid-template-columns: 1fr;
    max-width: 100%;
    padding-top: 0;
    display: flex;
  }

  .about-right-content {
    width: 100%;
  }

  .sub-title-wrapper {
    margin-bottom: 10px;
  }

  .sub-title-inner {
    justify-content: flex-start;
    align-items: center;
  }

  .sub-title-border {
    display: none;
  }

  .sub-title {
    font-size: 18px;
  }

  .section-title.about {
    text-align: left;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .section-title.light {
    max-width: 728px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title.light.simple-services {
    max-width: 486px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .section-title.light.blog {
    max-width: 574px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title.light.client {
    max-width: 502px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title.our-team {
    max-width: 474px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .section-title.project {
    max-width: 486px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .section-title.team {
    max-width: 574px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 56px;
  }

  .section-title.dark {
    text-align: center;
    max-width: 737px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
  }

  .section-title.dark.team-v2 {
    max-width: 741px;
    font-size: 50px;
  }

  .section-title.dark.testimonials {
    max-width: 736px;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
  }

  .section-title.blog-v2 {
    font-size: 54px;
  }

  .section-title.services-v2 {
    text-align: center;
    max-width: 738px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
  }

  .section-title.project-v2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .section-title-wrap {
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-details {
    text-align: center;
    font-size: 17px;
  }

  .section-details.white.services {
    text-align: center;
    max-width: 579px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .section-details.white.simple-services {
    max-width: 634px;
    font-size: 17px;
  }

  .section-details.white.client-reviews {
    max-width: 552px;
    font-size: 17px;
  }

  .section-details.white.blog {
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .section-details.white.our-work {
    max-width: 713px;
    font-size: 17px;
  }

  .section-details.white.professionalism {
    max-width: 559px;
    font-size: 17px;
  }

  .section-details.team {
    max-width: 629px;
    font-size: 17px;
  }

  .section-details.projects, .section-details.team-member {
    max-width: 552px;
    font-size: 17px;
  }

  .section-details.about-us {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .section-details.steps {
    font-size: 16px;
  }

  .section-details.recent-project {
    text-align: center;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .section-details.team-v2 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .section-details.testimonials {
    max-width: 707px;
    font-size: 17px;
  }

  .section-details.experience {
    max-width: 587px;
    font-size: 17px;
  }

  .section-details.core-value {
    font-size: 17px;
  }

  .section-details.services-v2 {
    text-align: center;
    max-width: 635px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details.project-v2 {
    text-align: center;
    max-width: none;
  }

  .about-card-wrapper {
    margin-bottom: 20px;
    padding: 40px 30px;
  }

  .about-card-inner {
    grid-column-gap: 30px;
  }

  .about-card-single {
    max-width: 280px;
  }

  .card-icon-wrap {
    width: 60px;
  }

  .card-details {
    max-width: 307px;
  }

  .customer-rating-wrap {
    padding-top: 30px;
  }

  .customer-rating-number {
    font-size: 64px;
    line-height: 70px;
  }

  .customer-rating-text {
    font-size: 22px;
  }

  .rating-shape.v2 {
    max-width: 71px;
    left: 0;
  }

  .about-blur-shape {
    width: 600px;
    height: 600px;
    display: none;
    top: -250px;
    right: -375px;
  }

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

  .services-inner-items {
    padding: 40px 30px;
  }

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

  .services-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .services-icon {
    max-width: 36px;
  }

  .services-bottom-wrap {
    margin-top: 80px;
  }

  .text-link.project, .text-link.services {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sub-text-link {
    font-size: 16px;
  }

  .link-arrow {
    font-size: 17px;
  }

  .services-name {
    font-size: 33px;
  }

  .services-details.card, .services-details.card.v2 {
    font-size: 16px;
  }

  .team-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tabs-border-wrapper {
    height: 350px;
  }

  .tabs-team {
    flex-direction: column;
  }

  .tabs-manu {
    max-width: 100%;
  }

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

  .tab-link {
    padding: 20px;
  }

  .tab-link-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .tab-batch-wrap {
    width: 57px;
    height: 57px;
  }

  .tab-title {
    font-size: 24px;
  }

  .tab-link-details {
    max-width: 569px;
    padding-top: 10px;
    font-size: 16px;
  }

  .tab-batch {
    max-width: 31px;
  }

  .team-shap-img {
    display: none;
  }

  .simple-services-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }

  .simple-services-wrap {
    padding: 20px;
  }

  .simple-services-icon-wrap {
    margin-bottom: 12px;
  }

  .simple-services-icon {
    max-width: 47px;
  }

  .simple-services-shape {
    display: none;
  }

  .simple-services-title {
    margin-bottom: 33px;
    font-size: 22px;
  }

  .simple-services-details {
    max-width: 339px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .simple-services-number-wrap {
    border-width: 4px;
    width: 60px;
    height: 60px;
    top: -26px;
  }

  .simple-services-number {
    font-size: 22px;
  }

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

  .project-single-hover-inner {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-title {
    font-size: 19px;
  }

  .project-title.white {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 19px;
  }

  .link-block-wrap {
    margin-bottom: 15px;
  }

  .project-catagoris-text {
    font-size: 15px;
  }

  .border-divider.color.width {
    width: 78%;
  }

  .project-link-icon-wrap {
    width: 52px;
    height: 52px;
    top: 20px;
    right: 20px;
  }

  .project-link-icon {
    max-width: 27px;
  }

  .project-link-icon._2 {
    max-width: 33px;
    height: 32px;
    bottom: 9px;
    left: -19px;
  }

  .project-link-icon._1 {
    max-width: 33px;
    height: 31px;
  }

  .project-single-items-img-wrap {
    margin-bottom: 14px;
  }

  .project-single-content-items {
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .projects-button-wrap {
    grid-column-gap: 15px;
  }

  .client-reviews-content-wrapper {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-reviews-content-left {
    width: 100%;
    margin-top: 36px;
    padding-right: 0;
  }

  .client-reviews-content-right {
    max-width: 100%;
  }

  .client-reviews-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 128%;
  }

  .client-reviews-details {
    margin-bottom: 35px;
    font-size: 16px;
  }

  .right-arrow {
    inset: auto 0% 56px auto;
  }

  .left-arrow {
    border-color: #0d262338;
    inset: auto 74px 56px auto;
  }

  .client-reviews-slider-wrap {
    flex-direction: column-reverse;
  }

  .project-shape-one {
    width: 620px;
  }

  .project-shape-two {
    width: 599px;
    display: none;
  }

  .team-member-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .upcoming-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .upcoming-title-wrapper {
    z-index: 4;
    position: relative;
  }

  .upcoming-img-wrap {
    max-width: 339px;
    margin-right: -10px;
  }

  .button-wrap {
    grid-column-gap: 10px;
  }

  .button-wrap.upcoming {
    grid-column-gap: 10px;
    justify-content: flex-start;
  }

  .button-wrap.upcoming-v2 {
    grid-column-gap: 10px;
    justify-content: center;
  }

  .button-wrap.margin {
    margin-top: 40px;
  }

  .upcoming-title {
    max-width: 408px;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .upcoming-details {
    max-width: 402px;
    font-size: 17px;
  }

  .blog-content-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .blog-single {
    padding: 15px;
  }

  .blog-img-wrap {
    width: 100%;
  }

  .blog-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .blog-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .blog-link-text, .date {
    font-size: 17px;
  }

  .faq-wrapper {
    grid-template-columns: 1fr;
    display: grid;
  }

  .faq-title {
    text-align: center;
    max-width: 688px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 56px;
  }

  .faq-details {
    text-align: center;
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .faq-ans {
    padding-top: 16px;
    font-size: 17px;
  }

  .faq-icon {
    max-width: 22px;
  }

  .footer-top-content-wrap {
    flex-direction: column;
    align-items: center;
  }

  .footer-title.light {
    text-align: center;
    margin-bottom: 30px;
    font-size: 54px;
  }

  .footer-content-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 80px;
  }

  .footer-left-content {
    max-width: 432px;
  }

  .footer-logo-link {
    max-width: 183px;
  }

  .footer-details {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .info {
    font-size: 18px;
  }

  .media-text {
    flex: none;
  }

  .copyright-text {
    font-size: 17px;
  }

  .text-block-2 {
    transition: color .5s;
  }

  .banner-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-right-content-img {
    max-width: 50%;
    display: none;
  }

  .banner-count-wrap-v2 {
    grid-column-gap: 20px;
    justify-content: center;
    margin-top: 40px;
  }

  .banner-title-inner-v2 {
    margin-bottom: 10px;
  }

  .banner-title-v2 {
    text-align: center;
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
    font-size: 56px;
  }

  .banner-title-shape-v2 {
    display: none;
  }

  .banner-right-content {
    z-index: 0;
    text-align: center;
    background-image: url('../images/Banner-Right-bg-V2.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .banner-details-v2 {
    text-align: center;
    max-width: 585px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
    position: static;
  }

  .banner-shape-img-v2 {
    display: none;
  }

  .our-work-content-wrapper {
    margin-top: 40px;
  }

  .our-work-shape {
    display: none;
  }

  .lightbox-video-link {
    width: 70px;
    height: 70px;
  }

  .our-work-content-wrap-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
    display: grid;
  }

  .work-divider {
    display: none;
  }

  .work-icon-wrap {
    margin-bottom: 20px;
  }

  .work-icon {
    max-width: 30px;
  }

  .work-icon-title {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .work-icon-details {
    font-size: 17px;
  }

  .discover-title-wrapper {
    grid-column-gap: 166px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .discover-left-title-wrap, .discover-right-details-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .discover-details {
    text-align: center;
    width: 100%;
    max-width: 572px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .discover-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .discover-title-img {
    display: none;
  }

  .discover-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .discover-single {
    padding: 24px;
  }

  .discover-icon-wrap {
    flex: none;
    width: 60px;
    height: 60px;
  }

  .discover-icon {
    max-width: 32px;
  }

  .discover-content-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
  }

  .discover-icon-content {
    flex-direction: column;
    width: 100%;
  }

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

  .discover-plus-icon {
    max-width: 28px;
    font-size: 30px;
  }

  .discover-content-title {
    font-size: 30px;
  }

  .link-text, .link-text.arrow {
    font-size: 18px;
  }

  .discover-content-details {
    max-width: 471px;
    margin-bottom: 30px;
    font-size: 17px;
  }

  .discover-shape-1, .professionalism-shape {
    display: none;
  }

  .professionalism-conatint-wrapper {
    margin-top: 40px;
  }

  .professionalism-tabs {
    grid-template-columns: 1fr;
  }

  .professionalism-tab-link-title-wrap {
    padding-right: 50px;
  }

  .steps-shape {
    display: none;
  }

  .professionalism-tab-link-title {
    font-size: 24px;
  }

  .professionalism-tab-link-details {
    margin-top: 10px;
    font-size: 17px;
  }

  .steps-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .steps-single {
    z-index: 4;
    position: relative;
  }

  .steps-single.steps {
    max-width: 273px;
    padding-top: 85px;
  }

  .steps-number-wrap {
    width: 60px;
    height: 60px;
  }

  .steps-number {
    font-size: 22px;
  }

  .steps-number-title {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .steps-number-details {
    font-size: 16px;
  }

  .steps-shape-img-wrap {
    z-index: 0;
    max-width: 534px;
    top: 29px;
  }

  .steps-shape-1, .steps-shape-2 {
    display: none;
  }

  .recent-project-container {
    flex-direction: column;
  }

  .recent-project-right {
    margin-top: 20px;
  }

  .section-title-shape {
    display: none;
  }

  .left-arrow-recent {
    width: 60px;
    height: 60px;
  }

  .icon-img {
    width: 100%;
    max-width: 30px;
  }

  .right-arrow-recent {
    width: 60px;
    height: 60px;
  }

  .recent-project-single-details {
    max-width: 544px;
  }

  .team-content-wrapper-v2 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-title-shape-v2 {
    display: none;
  }

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

  .team-content-single-v2 {
    width: 100%;
    max-width: 100%;
  }

  .team-content-over-wrap-v2 {
    padding-top: 40px;
  }

  .team-content-name-v2 {
    font-size: 24px;
  }

  .team-content-title-v2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .team-author-details-v2 {
    font-size: 20px;
  }

  .testimonials-slider {
    margin-top: 40px;
  }

  .testimonials-mask {
    max-width: 531px;
  }

  .testimonials-left-arrow {
    width: 70px;
    height: 70px;
    left: 80px;
    box-shadow: -1px 0 12px #0000001a;
  }

  .testimonials-right-arrow {
    width: 70px;
    height: 70px;
    right: 80px;
    box-shadow: -1px 0 7px #0000001a;
  }

  .testimonials-slide-single {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials-slide-details {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .testimonials-left-arrow-img, .testimonials-right-arrow-img {
    max-width: 32px;
  }

  .testimonials-slide-star-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 40px;
  }

  .testimonials-slide-star-img {
    max-width: 22px;
  }

  .author-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .author-img {
    max-width: 50px;
  }

  .author-name {
    font-size: 18px;
  }

  .author-title {
    font-size: 17px;
  }

  .testimonials-title-shape-v2 {
    display: none;
  }

  .blog-left-title-wrap-v2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-details-wrap-v2 {
    max-width: 581px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-title-flex-v2 {
    flex-direction: column;
  }

  .blog-title-v2 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .blog-details-v2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 17px;
  }

  .blog-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .blog-single-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .upcoming-title-wrapper-v2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .upcoming-title-v2 {
    text-align: center;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
  }

  .upcoming-details-v2 {
    text-align: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .upcoming-img-wrap-v2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .upcoming-wrapper-v2 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .upcoming-img-wrapper-v2 {
    flex-direction: row;
  }

  .button-hover-animated {
    background-color: var(--brand-color);
  }

  .button-text-wrap {
    overflow: hidden;
  }

  .project-link-icon-inner {
    width: 30px;
    height: 30px;
    display: block;
  }

  .discover-work-title-wrapper {
    flex-direction: column;
  }

  .discover-work-left {
    max-width: 736px;
    margin-left: auto;
    margin-right: auto;
  }

  .discover-work-right {
    max-width: 651px;
  }

  .discover-work-content-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .discover-work-title {
    text-align: center;
    max-width: 665px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .discover-work-img {
    max-width: none;
  }

  .experience-wrapper {
    flex-direction: column;
    margin-top: 30px;
  }

  .experience-content-left {
    max-width: 100%;
    padding: 40px 60px;
  }

  .experience-content-right {
    padding: 40px;
  }

  .experience-years-wrap {
    margin-bottom: 10px;
  }

  .experience-years {
    font-size: 100px;
  }

  .experience-years-text {
    margin-bottom: 10px;
    font-size: 37px;
  }

  .experience-text {
    font-size: 20px;
  }

  .since-wrap {
    padding: 15px 40px;
  }

  .since-text {
    font-size: 20px;
  }

  .trusted-partners-title {
    font-size: 26px;
  }

  .trusted-partners-title-single {
    font-size: 17px;
  }

  .trusted-partners-title-wrap {
    padding-bottom: 20px;
  }

  .trusted-partners-ticker-wrappwe {
    padding-top: 20px;
  }

  .single-ticker-logo {
    max-width: 124px;
  }

  .core-value-wrapper {
    padding-bottom: 100px;
  }

  .core-value-title-wtapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .core-value-right {
    max-width: 535px;
    margin-left: auto;
    margin-right: auto;
  }

  .core-value-title {
    text-align: center;
    max-width: 575px;
    margin-bottom: 10px;
    font-size: 55px;
  }

  .core-value-catagoris-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .core-value-img-wrap {
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
  }

  .core-value-img {
    max-width: 54px;
  }

  .core-value-inner-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .core-value-inner-details {
    max-width: 298px;
    font-size: 17px;
  }

  .team-tackles-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding: 40px;
  }

  .team-tackles-left {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .team-tackles-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-tackles-img-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-tackles-catd-img-wrap {
    right: -74px;
  }

  .tackles-tabs-menu {
    margin-bottom: 20px;
  }

  .tackles-tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tackles-tab-pane {
    max-width: 100%;
  }

  .tackles-tab-pane-content-wrap {
    width: 100%;
  }

  .tackles-tab-pane-title {
    font-size: 42px;
  }

  .tackles-tab-pane-details.v2 {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .style-guide-single-wrap {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

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

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

  .primary-button.order {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .expart-single-wrapper {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .expart-single-left-content {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .expart-single-right-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .expart-single-member-img-wrap, .expart-single-member-img-inner {
    position: static;
  }

  .expart-single-name {
    font-size: 48px;
  }

  .expart-single-title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .expart-single-details {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 17px;
  }

  .expart-single-rice-text-wrapper {
    margin-top: 60px;
  }

  .exploart-rice-text-wrap h2 {
    font-size: 52px;
  }

  .exploart-rice-text-wrap p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .exploart-rice-text-wrap ul {
    grid-row-gap: 5px;
    margin-bottom: 15px;
  }

  .exploart-rice-text-wrap li {
    font-size: 16px;
  }

  .services-title-wrapper-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .section-button-wrap {
    justify-content: center;
    margin-top: 20px;
  }

  .section-button-wrap.service {
    justify-content: flex-start;
    padding-left: 0;
  }

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

  .service-single-content-wrap {
    margin-bottom: 30px;
  }

  .service-single-details {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .service-single-name {
    font-size: 54px;
  }

  .service-single-rich-text h2 {
    font-family: var(--heading-text);
    margin-bottom: 10px;
    font-weight: 700;
  }

  .service-single-rich-text li {
    font-size: 16px;
    line-height: 160%;
  }

  .service-single-rich-text ol {
    margin-bottom: 20px;
  }

  .service-single-rich-text p {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .service-single-rich-text-2 h2 {
    margin-top: 10px;
  }

  .service-single-rich-text-2 p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .service-single-rich-text-2 ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service-single-rich-text-2 li {
    font-size: 16px;
  }

  .blogs-catagoris-list {
    flex-direction: column;
  }

  .blogs-title {
    text-align: center;
    font-size: 54px;
  }

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

  .blog-single-wrapper {
    padding-bottom: 30px;
  }

  .blog-single-catagoris-name {
    font-size: 16px;
  }

  .blog-single-title {
    margin-top: 20px;
    font-size: 46px;
  }

  .author-info-wrap {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .author-single-img {
    width: 47px;
    height: 47px;
  }

  .author-single-name {
    font-size: 20px;
  }

  .read-text, .date-and-time {
    font-size: 17px;
  }

  .blog-rich-text h2 {
    margin-top: 40px;
  }

  .blog-rich-text p {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .blog-rich-text blockquote {
    padding-top: 120px;
    padding-bottom: 55px;
    font-size: 22px;
  }

  .blog-rich-text ul {
    grid-row-gap: 7px;
  }

  .blog-rich-text li {
    font-size: 17px;
  }

  .blog-rich-text-2 p {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .blog-rich-text-2 li {
    font-size: 17px;
  }

  .blog-rich-text-2 ul {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .blog-single-rich-img-wrap {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .prjects-title-wrapper-v2 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .project-single-wrapper {
    flex-direction: column-reverse;
  }

  .project-single-right {
    max-width: 100%;
  }

  .project-single-title {
    margin-top: 20px;
    font-size: 48px;
  }

  .project-single-details {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .project-single-img {
    margin-bottom: 40px;
  }

  .project-single-rich-text h2 {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .project-single-rich-text p {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .project-single-rich-text ul {
    grid-row-gap: 5px;
    margin-bottom: 30px;
  }

  .project-single-rich-text li {
    background-position: 0%;
    padding-left: 15px;
    font-size: 17px;
  }

  .project-single-richtext h2 {
    font-size: 34px;
  }

  .project-single-richtext p {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
  }

  .project-single-richtext li {
    font-size: 17px;
  }

  .project-single-rich-texts p {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .project-single-rich-text-img-wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }

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

  .project-single-content-inner {
    grid-column-gap: 17px;
    padding-bottom: 30px;
  }

  .project-single-content-inner.border-none {
    margin-bottom: 0;
  }

  .project-single-card-img {
    max-width: 39px;
  }

  .project-single-card-title {
    margin-bottom: 2px;
    font-size: 25px;
  }

  .project-single-card-details {
    font-size: 17px;
  }

  .project-single-right-inner {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .infoo-single-grig {
    grid-template-columns: 1fr 1fr;
  }

  .infoo-single-img-wrap {
    width: 100%;
  }

  .infoo-single-img {
    width: 100%;
    height: 10%;
  }

  .office-info {
    font-size: 24px;
  }

  .info-inner-title {
    font-size: 16px;
    line-height: 150%;
  }

  .contact-us-wrapper {
    margin-top: 100px;
  }

  .contact-us-title-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-title {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
  }

  .contact-us-form {
    padding: 40px;
  }

  .field-label {
    font-size: 20px;
  }

  .text-field {
    height: 50px;
    font-size: 16px;
  }

  .contact-form-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }

  .shop-button {
    padding: 8px 20px;
    font-size: 17px;
  }

  .shop-content {
    margin-top: 15px;
  }

  .product-name {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .product-price {
    font-size: 16px;
  }

  .shop-collection-list {
    grid-row-gap: 24px;
  }

  .shop-single-wrapper {
    padding-bottom: 40px;
  }

  .shop-single-content-wrap {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .shop-single-img-wrap {
    align-items: center;
  }

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

  .shop-single-content {
    max-width: 100%;
  }

  .shop-single-produact-name {
    font-size: 46px;
  }

  .shop-single-produact-price {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .shop-single-produact-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .shop-field-label {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .shop-quantity {
    height: 50px;
    margin-bottom: 10px;
  }

  .shop-add-to-cart-button {
    padding: 12px 30px;
    font-size: 17px;
  }

  .shop-single-rich-text-wrapper {
    margin-top: 40px;
  }

  .shope-rech-text-wrap h2 {
    font-size: 42px;
  }

  .shope-rech-text-wrap p {
    font-size: 17px;
  }

  .shope-rech-text-wrap ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .shope-rech-text-wrap li {
    background-position: 0 5px;
    font-size: 17px;
  }

  .cart-product-name {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .packages-title-wrap {
    margin-bottom: 40px;
  }

  .packages-title {
    font-size: 45px;
  }

  .packages-crd-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .packages-single-card.dark {
    top: 0;
  }

  .package-title-wrap {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package-name {
    margin-bottom: 10px;
  }

  .package-details {
    font-size: 16px;
    line-height: 26px;
  }

  .packages-single-card-peice {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-price {
    padding-bottom: 10px;
    font-size: 40px;
  }

  .price-plan-list {
    grid-row-gap: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .plan-list-item {
    background-size: 22px;
    padding-left: 28px;
  }

  .plan-list-item-text {
    font-size: 17px;
  }

  .price-button-link {
    padding: 15px 30px;
    font-size: 17px;
  }

  .popular {
    padding: 5px 42px 5px 34px;
    font-size: 16px;
    right: -53px;
  }

  .changelog-righr {
    max-width: 445px;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-dot {
    flex: none;
  }

  .changelog-text {
    font-size: 17px;
  }

  .changelog-text-wrap {
    padding-right: 25px;
  }

  .changelog-v2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .changelog-list-items {
    align-items: flex-start;
  }

  .changelog-list-items-text {
    padding-left: 10px;
    font-size: 17px;
  }

  .changelog-list-dot {
    flex: none;
    margin-top: 8px;
  }

  .changelog-wrap {
    grid-row-gap: 30px;
  }

  .changelog-main-wrapper {
    padding: 40px 20px;
  }

  .changelog-wrapper-border {
    left: 204px;
  }

  .license-wrap, .license-details, .license-details.icons {
    margin-bottom: 40px;
  }

  .sign-page {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .sign-grid-left {
    display: none;
  }

  .shop-menu-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 40px;
  }

  .shop-menu-link {
    flex: none;
    padding: 12px 30px;
  }

  .shop-menu-link-wrap {
    display: flex;
  }

  .shop-menu-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .preview-title {
    margin-bottom: 10px;
    font-size: 58px;
  }

  .preview-details {
    max-width: 651px;
    margin-bottom: 25px;
    font-size: 18px;
  }

  .preview-page-img-container {
    padding-left: 0;
    padding-right: 0;
  }

  .preview-page-img-wrap {
    padding-top: 60px;
  }

  .preview-page-img-inner._1 {
    max-width: 280px;
  }

  .preview-page-img-inner._3 {
    max-width: 290px;
  }

  .preview-page-img-inner._2 {
    max-width: 323px;
  }

  .included-wrapper {
    margin-top: 100px;
  }

  .included-details {
    margin-bottom: 30px;
  }

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

  .included-single {
    padding: 40px 20px;
  }

  .included-icon-wrap {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }

  .included-icon-img {
    width: 44px;
  }

  .included-icon-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .included-icon-details {
    font-size: 17px;
  }

  .section-page-details {
    max-width: 708px;
    margin-bottom: 40px;
    font-size: 17px;
  }

  .menu-button.w-nav-button.center{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-page-details.footer {
    margin-bottom: 20px;
  }

  .section-page-details.figma {
    max-width: 689px;
  }

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

  .pages-grid.authentication {
    grid-row-gap: 24px;
  }

  .pages-grid.utility {
    margin-top: 24px;
  }

  .pags-single-link-wrap.width {
    max-width: 357px;
  }

  .pags-link {
    font-size: 16px;
  }

  .figma-included-content-wrap {
    padding-top: 80px;
  }

  .figma-included-img-wrapper {
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .figma-img-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .figma-img {
    width: 33px;
  }

  .footer-section {
    padding-top: 100px;
  }

  .preview-footer-logo-link.w--current {
    margin-bottom: 20px;
  }

  .footer-title-wrap {
    padding-bottom: 70px;
  }

  .copyright-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .utility-page-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .utility-page-form {
    padding: 40px;
  }

  .blog-content-wrapper-main {
    grid-template-columns: 1fr 1fr;
  }

  .lock-wrapper {
    margin-bottom: 30px;
  }

  .lock {
    max-width: 74px;
  }

  .password-title {
    font-size: 35px;
  }

  .password-details {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .password-field {
    height: 50px;
  }

  .password-button {
    padding: 15px 30px;
  }

  .not-found-img {
    max-width: 300px;
    margin-bottom: 30px;
  }

  .not-found-title {
    margin-bottom: 10px;
    font-size: 52px;
  }

  .not-found-paragraph {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .not-found-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .checkout-form {
    padding: 100px 0;
  }

  .checkout-form-wrap {
    flex-direction: column;
  }

  .info-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .order-summary-wrap {
    position: relative;
    top: 20px;
  }

  .checkout-form-inner {
    margin-right: 0;
  }

  .requird, .field-label-name {
    font-size: 15px;
  }

  .email, .customer-field-label {
    height: 40px;
  }

  .order-summary-main-wrap {
    height: 100%;
  }

  .block-wrap {
    margin-left: 0;
  }

  .paypal-checkout-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .shiping-wrap {
    width: 100%;
    margin-right: 0;
  }

  .order-wrap {
    flex-basis: 0;
    width: 100%;
    position: relative;
    top: 0;
  }

  .order-confirmation {
    padding: 100px 0;
  }

  .customer-information-inner {
    width: 100%;
    margin-right: 0;
  }

  .order-summary-wrapper {
    flex-basis: 0;
    width: 100%;
    position: relative;
    top: 0;
  }

  .blocksummary-inner {
    margin-left: 0;
  }

  .banner-main-title-wrapper-v2 {
    margin-top: 0;
  }

  .after-container {
    margin-right: auto;
  }

  .info-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand {
    width: 152px;
  }

  .nav-menu {
    max-height: 90vh;
    overflow: auto;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .menu-button.w--open {
    background-color: var(--brand-color);
  }

  .menu-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 14px;
  }

  .menu-button-wrapper.v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar-wrapper {
    align-items: center;
  }

  .top-bar {
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .top-bar-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-text {
    line-height: 20px;
  }

  .top-bar-link {
    font-size: 15px;
    line-height: 20px;
  }

  .top-bar-wrapper {
    display: none;
  }

  .menu-button-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .coll-button-link.for-mobile {
    font-size: 16px;
    display: none;
  }

  .coll {
    font-size: 15px;
    line-height: 19px;
  }

  .primary-button {
    padding: 15px 25px;
    font-size: 17px;
    font-weight: 600;
  }

  .primary-button.for-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .primary-button.active.for-mobile {
    display: block;
  }

  .primary-button.active.for-destop {
    display: none;
  }

  .button-text {
    padding-bottom: 0;
  }

  .manu-wrap {
    padding: 40px;
  }

  .menu-link.home-link {
    font-size: 17px;
    line-height: 20px;
  }

  .menu-link.home-link:hover {
    color: var(--brand-color);
  }

  .menu-link.color {
    font-size: 16px;
    line-height: 20px;
  }

  .more-temple-text {
    font-size: 18px;
  }

  .dropdown-list-home-wrapper {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-list-pages-wrapper {
    grid-row-gap: 30px;
    border-radius: 20px;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-link-wrapper {
    grid-row-gap: 24px;
  }

  .page-link-wrap {
    grid-row-gap: 20px;
  }

  .heading {
    font-size: 22px;
  }

  .heading.footer {
    font-size: 20px;
  }

  .bracket, .bracket.padding {
    font-size: 15px;
  }

  .cart-quantity {
    min-width: 9px;
    height: 18px;
    font-size: 15px;
    font-weight: 600;
  }

  .progress {
    height: 3px;
  }

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

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

  .section.about-home, .section.services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.team {
    padding-top: 80px;
  }

  .section.simple-services, .section.projects {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.team-member {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.team-member.v2 {
    padding-top: 60px;
  }

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

  .section.blog, .section.faq {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.footer {
    padding-top: 50px;
  }

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

  .section.discover, .section.professionalism, .section.steps, .section.recent-project {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.team-v2 {
    padding-top: 80px;
  }

  .section.testimonials, .section.blog-v2, .section.upcoming-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.single-banner, .section.discover-work {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.core-value {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.style, .section.services-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blogs-catagoris {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.services-single-v2, .section.contact-us, .section.shop, .section.shop-single, .section.packages, .section.changelog, .section.license, .section.categories {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.preview-page {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.pages-section {
    padding-top: 60px;
  }

  .section.figma-included {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .button-wrapper.steps, .button-wrapper.recent-project {
    margin-top: 24px;
  }

  .secondary-button {
    padding: 15px 25px;
    font-size: 17px;
  }

  .secondary-button.dark {
    flex: none;
    align-items: center;
    display: flex;
  }

  .banner-title {
    margin-bottom: 5px;
    font-size: 42px;
  }

  .banner-details {
    color: var(--light-color);
    max-width: 438px;
    margin-bottom: 24px;
    font-size: 17px;
  }

  .banner-bottom-wrapper {
    margin-top: -150px;
  }

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

  .customers-counter-wrap {
    height: 52px;
  }

  .count-number {
    font-size: 37px;
    line-height: 52px;
  }

  .count-number.dark {
    font-size: 40px;
  }

  .counter-wrapper {
    height: 46px;
  }

  .counter-title {
    text-align: center;
    font-size: 16px;
  }

  .border.v2 {
    height: 36px;
    margin-top: -20px;
  }

  .excellence-title {
    max-width: 395px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .counter-right-wrapper {
    padding: 40px 40px 30px;
  }

  .excellence-inner-border {
    width: 213px;
  }

  .excellence-inner-content, .excellence-inner-content-sub {
    font-size: 16px;
  }

  .element-img-wrap {
    max-width: 122px;
  }

  .element-img-wrap._3 {
    margin-top: -24px;
    margin-left: -47px;
  }

  .about-home-bg {
    margin-left: auto;
    margin-right: auto;
  }

  .about-right-content {
    width: 100%;
  }

  .sub-title-wrapper {
    margin-bottom: 8px;
  }

  .sub-title {
    font-size: 18px;
  }

  .section-title.about {
    max-width: none;
    margin-bottom: 8px;
    font-size: 36px;
    text-align: left;
  }

  .section-title.light {
    max-width: 533px;
    margin-bottom: 8px;
    font-size: 35px;
  }

  .section-title.light.simple-services {
    max-width: 374px;
    font-size: 36px;
  }

  .section-title.light.blog {
    max-width: 362px;
    font-size: 36px;
  }

  .section-title.light.client {
    max-width: 351px;
    font-size: 36px;
  }

  .section-title.our-team {
    max-width: 353px;
    font-size: 36px;
  }

  .section-title.project {
    max-width: 352px;
    font-size: 36px;
  }

  .section-title.team {
    max-width: 390px;
    margin-bottom: 8px;
    font-size: 36px;
  }

  .section-title.dark {
    max-width: 542px;
    margin-bottom: 8px;
    font-size: 34px;
  }

  .section-title.dark.team-v2 {
    max-width: 538px;
    font-size: 30px;
  }

  .section-title.dark.testimonials {
    max-width: 450px;
    font-size: 33px;
  }

  .section-title.dark.width {
    max-width: 454px;
  }

  .section-title.blog-v2 {
    max-width: 450px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
  }

  .section-title.services-v2 {
    max-width: 514px;
    margin-bottom: 8px;
    font-size: 38px;
  }

  .section-title.project-v2 {
    margin-bottom: 8px;
    font-size: 46px;
  }

  .section-title-wrap {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details {
    font-size: 16px;
  }

  .section-details.white.services {
    max-width: 432px;
    font-size: 16px;
  }

  .section-details.white.simple-services {
    max-width: 587px;
    font-size: 16px;
  }

  .section-details.white.client-reviews {
    max-width: 448px;
    font-size: 16px;
  }

  .section-details.white.blog {
    max-width: 445px;
    font-size: 16px;
  }

  .section-details.white.our-work {
    max-width: 504px;
    font-size: 15px;
  }

  .section-details.white.professionalism {
    max-width: 431px;
    font-size: 16px;
  }

  .section-details.team {
    max-width: 442px;
    font-size: 16px;
  }

  .section-details.projects {
    max-width: 443px;
    font-size: 16px;
  }

  .section-details.team-member {
    max-width: 490px;
    font-size: 16px;
  }

  .section-details.about-us {
    max-width: none;
    font-size: 16px;
  }

  .section-details.steps {
    max-width: 519px;
  }

  .section-details.recent-project {
    max-width: 539px;
    font-size: 16px;
  }

  .section-details.team-v2 {
    max-width: 538px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .section-details.testimonials {
    max-width: 451px;
    font-size: 16px;
  }

  .section-details.experience {
    max-width: 511px;
    font-size: 16px;
  }

  .section-details.core-value {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .section-details.services-v2 {
    max-width: 437px;
    font-size: 15px;
  }

  .section-details.project-v2 {
    max-width: 504px;
    font-size: 16px;
  }

  .about-card-wrapper {
    padding: 20px;
  }

  .about-card-wrapper.v2 {
    padding-left: 30px;
  }

  .about-card-inner {
    grid-column-gap: 20px;
  }

  .card-icon-wrap {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }

  .card-icon {
    max-width: 30px;
  }

  .card-details {
    max-width: 314px;
    font-size: 15px;
  }

  .card-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  .customer-rating-wrap {
    padding: 20px 30px;
  }

  .customer-rating-number {
    font-size: 43px;
    line-height: 56px;
  }

  .customer-rating-text {
    font-size: 20px;
  }

  .rating-shape {
    max-width: 57px;
    right: -2px;
  }

  .rating-shape.v2 {
    max-width: 57px;
    top: -17px;
  }

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

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

  .services-icon {
    max-width: 30px;
  }

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

  .sub-text-link {
    font-size: 15px;
  }

  .link-arrow {
    font-size: 16px;
  }

  .services-name {
    font-size: 24px;
  }

  .services-details.card {
    font-size: 15px;
  }

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

  .tabs-border-wrapper {
    width: 3px;
    height: 321px;
    display: none;
  }

  .tabs-border {
    width: 3px;
    height: 33.33%;
  }

  .team-container {
    margin-top: 30px;
  }

  .tab-link {
    padding: 18px;
  }

  .tab-link-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab-batch-wrap {
    width: 52px;
    height: 52px;
  }

  .tab-title {
    font-size: 22px;
  }

  .tab-link-details {
    font-size: 15px;
  }

  .tab-batch {
    max-width: 24px;
  }

  .simple-services-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .simple-services-items {
    background-color: #f7f6f6;
    border-radius: 10px;
    margin-top: 30px;
  }

  .simple-services-wrap {
    padding: 30px;
    position: relative;
  }

  .simple-services-img {
    width: 100%;
    display: none;
  }

  .simple-services-title {
    margin-bottom: 15px;
  }

  .simple-services-img-shape {
    width: 100%;
    display: none;
  }

  .projects-content-wrapper {
    margin-bottom: 30px;
  }

  .project-list {
    grid-template-columns: 1fr;
  }

  .project-title.white {
    font-size: 26px;
  }

  .project-catagoris-text {
    font-size: 15px;
  }

  .border-divider.color.width {
    width: 69%;
  }

  .project-link-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .project-link-icon._2 {
    max-width: 23px;
    height: 20px;
    bottom: 8px;
    left: -13px;
  }

  .project-link-icon._1 {
    max-width: 25px;
    height: 25px;
  }

  .projects-button-wrap {
    flex-wrap: wrap;
  }

  .client-reviews-content-left {
    margin-top: 20px;
  }

  .client-reviews-title {
    font-size: 28px;
  }

  .client-reviews-details {
    font-size: 15px;
  }

  .client-details-img {
    flex: none;
    max-width: 52px;
  }

  .client-name {
    font-size: 18px;
  }

  .client-designation {
    font-size: 15px;
  }

  .right-arrow {
    width: 52px;
    height: 52px;
  }

  .left-arrow {
    width: 52px;
    height: 52px;
    right: 65px;
  }

  .arrow-icon._2 {
    width: 100%;
    max-width: 20px;
  }

  .arrow-icon._1 {
    width: 100%;
    max-width: 24px;
    height: 24px;
  }

  .team-member-content-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding-top: 24px;
  }

  .team-member-wrap-bg {
    width: 100%;
    max-width: 100%;
    height: 214.484px;
    min-height: 1px;
  }

  .team-member-img {
    max-width: 277px;
  }

  .team-member-title-wrap {
    z-index: 4;
  }

  .team-member-media-link {
    width: 45px;
    height: 45px;
  }

  .upcoming-wrapper {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 30px;
  }

  .upcoming-title-wrapper {
    margin-bottom: 30px;
  }

  .upcoming-img-wrap {
    margin-top: 0;
    margin-right: 0;
    position: relative;
  }

  .button-wrap.upcoming {
    justify-content: center;
  }

  .upcoming-title {
    text-align: center;
    max-width: 499px;
    margin-bottom: 8px;
    line-height: 120%;
  }

  .upcoming-details {
    text-align: center;
    max-width: 456px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .blog-content-wrapper {
    margin-top: 40px;
  }

  .blog-img-wrap {
    width: 100%;
  }

  .blog-title {
    font-size: 26px;
    font-weight: 700;
  }

  .blog-link-text {
    font-size: 16px;
  }

  .blog-link-arrow {
    font-size: 16px;
    line-height: 16px;
  }

  .date {
    font-size: 14px;
  }

  .faq-title-wrap {
    margin-bottom: 30px;
  }

  .faq-title {
    font-size: 36px;
  }

  .faq-details {
    max-width: 516px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .faq-single-items {
    padding: 20px;
  }

  .faq-ans {
    padding-top: 10px;
    font-size: 16px;
  }

  .faq-qustion {
    font-size: 18px;
  }

  .faq-icon {
    max-width: 18px;
  }

  .footer-top-content-wrap {
    padding-bottom: 40px;
  }

  .footer-title.light {
    max-width: 449px;
    margin-bottom: 24px;
    font-size: 36px;
  }

  .footer-content-wrap {
    margin-bottom: 60px;
    padding-top: 40px;
  }

  .footer-cpyright-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-right-content {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-logo-link {
    max-width: 168px;
  }

  .footer-details {
    margin-bottom: 15px;
  }

  .info {
    font-size: 17px;
    font-weight: 600;
  }

  .copyright-text {
    font-size: 16px;
  }

  .banner-count-wrap-v2 {
    grid-column-gap: 15px;
    max-width: 434px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-title-inner-v2 {
    margin-bottom: 8px;
  }

  .banner-title-v2 {
    max-width: 427px;
    font-size: 42px;
  }

  .banner-details-v2 {
    max-width: 583px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .lightbox-link {
    width: 90px;
    height: 90px;
  }

  .lightbox-video-link {
    width: 60px;
    height: 60px;
  }

  .video-player {
    transition: all .5s;
  }

  .video-player:hover {
    transform: scale(1.1);
  }

  .lightbox-video-link-wrap {
    cursor: default;
  }

  .our-work-content-wrap-bottom {
    grid-template-columns: 1fr;
  }

  .work-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .work-icon {
    max-width: 26px;
  }

  .work-icon-title {
    font-size: 24px;
  }

  .work-icon-details {
    font-size: 16px;
  }

  .discover-content-wrapper {
    margin-top: 40px;
  }

  .discover-left-title-wrap {
    max-width: 444px;
  }

  .discover-details {
    max-width: 520px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .discover-title {
    margin-bottom: 8px;
    font-size: 36px;
  }

  .discover-single {
    padding: 20px;
  }

  .discover-icon-wrap {
    flex: none;
    width: 52px;
    height: 52px;
  }

  .discover-icon {
    flex: none;
    max-width: 26px;
  }

  .discover-plus-icon-wrap {
    padding-top: 0;
  }

  .discover-plus-icon {
    max-width: 25px;
    font-size: 25px;
  }

  .discover-content-title {
    padding-top: 0;
    font-size: 24px;
  }

  .link-text {
    font-size: 16px;
  }

  .link-text.arrow {
    font-size: 17px;
  }

  .discover-content-details {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .professionalism-tab-link-title-wrap {
    padding: 20px;
  }

  .professionalism-tab-link-title-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .professionalism-tab-link-title {
    font-size: 20px;
  }

  .professionalism-tab-link-details {
    font-size: 16px;
  }

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

  .steps-single {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 30px;
  }

  .steps-single.steps {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .steps-number-wrap {
    margin-bottom: 20px;
  }

  .steps-number-title {
    margin-bottom: 5px;
  }

  .steps-number-details {
    max-width: 366px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-shape-img-wrap {
    display: none;
  }

  .recent-project-slider-wrap {
    padding-left: 17px;
  }

  .recent-project-slider-mask {
    max-width: 413px;
  }

  .left-arrow-recent {
    width: 50px;
    height: 50px;
  }

  .right-arrow-recent {
    width: 50px;
    height: 50px;
    margin-left: -35px;
    margin-right: 95px;
    left: 444px;
  }

  .recent-project-single-content-hover {
    display: block;
  }

  .recent-project-single-inner {
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px 24px 30px;
    display: flex;
    inset: 0%;
  }

  .recent-project-single-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .recent-project-single-text {
    font-size: 16px;
  }

  .recent-project-single-link-img {
    font-size: 18px;
  }

  .recent-project-single-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .recent-project-single-content {
    display: flex;
    inset: 0%;
  }

  .team-content-wrapper-v2 {
    padding-top: 40px;
  }

  .team-content-wrap-v2 {
    grid-template-columns: 1fr;
  }

  .team-content-single-v2 {
    object-fit: cover;
    height: 380px;
  }

  .team-content-img-wrap-v2 {
    max-width: 100%;
    height: auto;
  }

  .team-content-img-v2 {
    max-width: 100%;
  }

  .team-link-text-v2 {
    font-size: 18px;
  }

  .testimonials-mask {
    max-width: 396px;
  }

  .testimonials-left-arrow {
    width: 50px;
    height: 50px;
    left: 13px;
  }

  .testimonials-right-arrow {
    width: 50px;
    height: 50px;
    right: 13px;
  }

  .testimonials-slide-single {
    padding: 20px;
  }

  .testimonials-slide-details {
    font-size: 17px;
  }

  .testimonials-left-arrow-img, .testimonials-right-arrow-img {
    max-width: 24px;
  }

  .author-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .author-logo {
    max-width: 52px;
  }

  .author-img {
    max-width: 44px;
  }

  .author-name {
    font-size: 16px;
  }

  .author-title {
    font-size: 15px;
  }

  .blog-title-v2 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .blog-details-v2 {
    max-width: 496px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .blog-single-v2 {
    padding: 20px 15px 15px;
  }

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

  .upcoming-title-wrapper-v2 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .upcoming-title-v2 {
    font-size: 37px;
  }

  .upcoming-details-v2 {
    font-size: 17px;
  }

  .upcoming-img-wrap-v2 {
    max-width: 480px;
  }

  .upcoming-img-v2 {
    max-width: 352px;
    margin-left: -44px;
  }

  .upcoming-imgv2 {
    max-width: 263px;
    margin-left: -158px;
  }

  .project-link-icon-inner {
    width: 27px;
    height: 23px;
  }

  .banner-single-title {
    font-size: 46px;
  }

  .discover-work-left, .discover-work-right {
    max-width: 540px;
  }

  .discover-work-content-wrapper {
    margin-top: 40px;
  }

  .discover-work-title {
    max-width: 484px;
    margin-bottom: 8px;
    font-size: 34px;
  }

  .experience-content-left {
    padding: 30px 20px;
  }

  .experience-content-right {
    padding: 30px;
  }

  .experience-years-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .experience-years {
    font-size: 80px;
  }

  .experience-years-text {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .experience-text {
    font-size: 17px;
  }

  .since-wrap {
    max-width: 217px;
    top: 20px;
    left: -66px;
  }

  .since-text {
    font-size: 18px;
  }

  .trusted-partners-title-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-bottom: 10px;
  }

  .trusted-partners-title {
    font-size: 24px;
  }

  .trusted-partners-title-single {
    font-size: 16px;
  }

  .trusted-partners-title-wrap {
    padding-bottom: 15px;
  }

  .trusted-partners-ticker-wrappwe {
    padding-top: 15px;
  }

  .single-ticker-logo {
    max-width: 85px;
    margin-right: 20px;
  }

  .core-value-wrapper {
    padding-bottom: 80px;
  }

  .core-value-title {
    max-width: 390px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }

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

  .core-value-img-wrap {
    width: 80px;
    height: 80px;
  }

  .core-value-img {
    max-width: 40px;
  }

  .core-value-inner-details {
    max-width: 376px;
    font-size: 16px;
  }

  .team-tackles-wrapper {
    padding: 30px;
  }

  .team-tackles-catd-img-wrap {
    max-width: 180px;
    right: -17px;
  }

  .tackles-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .tackles-tab-link {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 100%;
  }

  .tackles-text-block {
    font-size: 16px;
  }

  .tackles-tab-pane-title {
    font-size: 31px;
  }

  .tackles-tab-pane-details.v2 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .style-guide-color-wrap {
    grid-template-columns: 1fr;
  }

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

  .primary-button.bg {
    flex: none;
  }

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

  .team-member-shape {
    z-index: 4;
  }

  .expart-single-name {
    font-size: 40px;
  }

  .expart-single-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .expart-single-details {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .single-media-link {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .expart-single-rice-text-wrapper {
    margin-top: 40px;
  }

  .exploart-rice-text-wrap h2 {
    margin-bottom: 5px;
    font-size: 43px;
  }

  .exploart-rice-text-wrap p {
    margin-bottom: 15px;
  }

  .exploart-rice-text-wrap ul {
    grid-row-gap: 3px;
  }

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

  .section-button-wrap {
    margin-top: 15px;
  }

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

  .service-single-content-wrap {
    margin-bottom: 20px;
  }

  .service-single-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .service-single-name {
    margin-bottom: 5px;
    font-size: 46px;
  }

  .service-single-rich-text h2 {
    font-size: 32px;
  }

  .service-single-rich-text ol {
    margin-bottom: 15px;
  }

  .service-single-rich-text p {
    font-size: 16px;
  }

  .service-single-rich-text-2 h2 {
    font-size: 32px;
  }

  .service-single-rich-text-2 p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .blogs-title {
    text-align: center;
    font-size: 46px;
  }

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

  .category-button-flex-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .category-btn {
    padding: 12px 20px;
    font-size: 16px;
  }

  .blog-single-wrapper {
    padding-bottom: 20px;
  }

  .blog-single-catagoris-name {
    font-size: 15px;
  }

  .blog-single-title {
    font-size: 36px;
  }

  .author-info-wrap {
    margin-top: 20px;
  }

  .read-text, .date-and-time {
    font-size: 16px;
  }

  .blog-rich-text h2 {
    margin-top: 20px;
    font-size: 30px;
  }

  .blog-rich-text p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .blog-rich-text blockquote {
    background-position: 50% 39px;
    background-size: 48px;
    padding-top: 100px;
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
  }

  .blog-rich-text ul {
    grid-row-gap: 5px;
  }

  .blog-rich-text li {
    font-size: 16px;
  }

  .blog-rich-text-2 h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .blog-rich-text-2 p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .blog-rich-text-2 li {
    font-size: 16px;
  }

  .blog-single-rich-img-wrap {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .project-single-title {
    margin-bottom: 5px;
    font-size: 36px;
  }

  .project-single-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .project-single-rich-text h2 {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .project-single-rich-text p {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .project-single-rich-text ul {
    margin-bottom: 20px;
  }

  .project-single-rich-text li {
    background-position: 0 4px;
    font-size: 16px;
  }

  .project-single-richtext h2 {
    font-size: 31px;
  }

  .project-single-richtext p {
    font-size: 16px;
  }

  .project-single-richtext ul {
    margin-bottom: 20px;
  }

  .project-single-richtext li, .project-single-rich-texts p {
    font-size: 16px;
  }

  .project-single-rich-text-img-wrap {
    margin-bottom: 20px;
  }

  .project-single-content-inner {
    grid-column-gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .project-single-card-imag-wrap {
    width: 52px;
    height: 52px;
  }

  .project-single-card-img {
    max-width: 30px;
  }

  .project-single-card-title {
    font-size: 22px;
  }

  .project-single-card-details {
    font-size: 16px;
  }

  .project-single-right-inner {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .infoo-single-grig {
    grid-template-columns: 1fr;
  }

  .infoo-single-img-wrap {
    width: 100%;
  }

  .infoo-single-content-wrap {
    padding: 20px 20px 30px;
  }

  .contact-us-wrapper {
    margin-top: 80px;
  }

  .contact-us-title {
    font-size: 36px;
  }

  .field-label {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-field {
    padding: 10px 20px;
  }

  .contact-form-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .textarea {
    min-height: 200px;
    padding: 10px 20px;
  }

  .product-name {
    font-size: 20px;
  }

  .shop-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-single-wrapper {
    padding-bottom: 30px;
  }

  .shop-single-content-wrap {
    flex-direction: column;
  }

  .shop-single-produact-name {
    margin-bottom: 8px;
    font-size: 36px;
  }

  .shop-single-produact-price {
    margin-bottom: 7px;
  }

  .shop-single-produact-details {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .shop-field-label {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .shop-quantity {
    height: 40px;
    padding: 12px 15px;
    font-size: 15px;
  }

  .shop-add-to-cart-button {
    font-size: 16px;
  }

  .shop-single-rich-text-wrapper {
    margin-top: 30px;
  }

  .shope-rech-text-wrap h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .shope-rech-text-wrap p, .shope-rech-text-wrap li {
    font-size: 16px;
  }

  .cart-header {
    padding: 15px 30px;
  }

  .cart-item-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-list {
    padding: 15px;
  }

  .cart-footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .option-list-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .option-list-image {
    max-width: 100px;
  }

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

  .packages-title-wrap {
    margin-bottom: 40px;
  }

  .packages-title {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 33px;
  }

  .packages-crd-wrap {
    grid-template-columns: 1fr;
  }

  .package-details {
    font-size: 15px;
    line-height: 23px;
  }

  .plan-list-item {
    background-size: 20px;
  }

  .plan-list-item-text {
    font-size: 16px;
  }

  .changelog-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .changelog-righr {
    max-width: 100%;
    margin-left: 0;
  }

  .changelog-dot {
    display: none;
  }

  .changelog-v2 {
    margin-bottom: 15px;
  }

  .changelog-list {
    grid-row-gap: 8px;
  }

  .changelog-list-items-text {
    font-size: 16px;
  }

  .changelog-main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .changelog-wrapper-border {
    display: none;
  }

  .license-title {
    margin-bottom: 5px;
    font-size: 32px;
  }

  .license-details {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .license-icon-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .sign-page {
    padding-right: 20px;
  }

  .sign-grid {
    width: 100%;
  }

  .form-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 36px;
  }

  .form-details {
    text-align: center;
    margin-bottom: 24px;
    font-size: 17px;
  }

  .form-details.reset-password {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .google-medta-link {
    justify-content: center;
  }

  .google-medta-link-wrap {
    flex-direction: column;
  }

  .continue-wrap {
    justify-content: center;
    margin-top: 24px;
  }

  .continue-border {
    width: 100%;
  }

  .continue-text {
    flex: none;
    font-size: 16px;
  }

  .form-wrap {
    padding-top: 30px;
  }

  .field-label-text {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .field-text {
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-checkout-button-wrap {
    margin-bottom: 28px;
  }

  .submit-button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 17px;
  }

  .shop-menu-grid {
    flex-flow: wrap;
    padding-bottom: 30px;
    display: flex;
  }

  .shop-menu-collection-list {
    flex-wrap: wrap;
  }

  .preview-title {
    max-width: 430px;
    margin-bottom: 5px;
    font-size: 35px;
  }

  .preview-button-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .preview-details {
    max-width: 479px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
  }

  .preview-page-img-container {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .preview-page-img-wrap {
    max-width: 520px;
    padding-top: 50px;
  }

  .preview-page-img-inner._1 {
    max-width: 200px;
  }

  .preview-page-img-inner._3 {
    max-width: 210px;
  }

  .preview-page-img-inner._2 {
    max-width: 240px;
  }

  .included-wrapper {
    margin-top: 80px;
  }

  .included-title {
    margin-bottom: 5px;
    font-size: 35px;
  }

  .included-details {
    max-width: 483px;
    margin-bottom: 25px;
    font-size: 17px;
  }

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

  .included-icon-wrap {
    width: 100px;
    height: 100px;
  }

  .included-icon-img {
    width: 32px;
  }

  .included-icon-title {
    margin-bottom: 5px;
  }

  .section-page-title {
    font-size: 35px;
  }

  .section-page-details {
    max-width: 486px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .section-page-details.footer {
    max-width: 437px;
    font-size: 18px;
  }

  .section-page-details.figma {
    max-width: 510px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .section-page-details.inner {
    max-width: 332px;
  }

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

  .pages-grid.authentication {
    grid-row-gap: 24px;
  }

  .pages-grid.utility {
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  .pags-single-link-wrap.width {
    max-width: 100%;
  }

  .pags-single-inner {
    padding: 20px;
  }

  .pags-link {
    padding: 5px 20px;
    font-size: 16px;
  }

  .figma-included-content-wrap {
    padding-top: 50px;
  }

  .figma-included-img-wrapper {
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .figma-img-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .figma-img {
    width: 24px;
  }

  .footer-section {
    padding-top: 60px;
  }

  .preview-footer-logo-link.w--current {
    max-width: 160px;
    margin-bottom: 15px;
  }

  .footer-title-wrap {
    padding-bottom: 60px;
  }

  .copyright-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .utility-page-content {
    padding: 80px 15px;
  }

  .blog-content-wrapper-main {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .lock-wrapper {
    text-align: center;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .lock {
    max-width: 62px;
  }

  .password-title {
    text-align: center;
    margin-bottom: 8px;
  }

  .password-details {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .password-button {
    font-size: 17px;
  }

  .not-found-img {
    max-width: 258px;
    margin-bottom: 20px;
  }

  .not-found-title {
    margin-bottom: 8px;
    font-size: 36px;
  }

  .not-found-paragraph {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .cart-product-prices {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .cart-products-name {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .remove-button-v2 {
    padding: 12px 30px;
    font-size: 15px;
  }

  .cart-quantity-text {
    font-size: 16px;
  }

  .shop-title {
    font-size: 28px;
  }

  .checkout-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

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

  .subtotal-text {
    font-size: 18px;
  }

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

  .image {
    max-width: 24px;
  }

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

  .close-button-img {
    max-width: 20px;
  }

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

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

@media screen and (max-width: 479px) {
  p {
    font-size: 15px;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand {
    width: 120px;
  }

  .nav-menu {
    max-height: 90vh;
    overflow: auto;
  }

  .menu-button {
    background-color: var(--brand-color);
    width: 34px;
    height: 34px;
  }

  .menu-button.w--open {
    background-color: var(--brand-color);
  }

  .menu-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar-wrapper {
    align-items: center;
  }

  .top-bar-wrapper, .coll-button-link.for-mobile {
    display: none;
  }

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

  .primary-button.active.for-destop {
    display: none;
  }

  .button-text {
    font-size: 16px;
  }

  .button-text._2 {
    display: block;
  }

  .button-text._2.hide {
    display: none;
  }

  .manu-wrap {
    grid-row-gap: 16px;
    padding: 30px 20px;
  }

  .menu-link {
    font-size: 15px;
  }

  .menu-link.home-link {
    font-size: 17px;
    line-height: 20px;
  }

  .menu-link.color {
    font-size: 15px;
  }

  .more-temple-text {
    white-space: normal;
    max-width: 90vw;
    font-size: 16px;
  }

  .dropdown-list-home-wrapper {
    grid-row-gap: 16px;
    align-items: flex-start;
    width: 100%;
    padding: 20px 30px;
  }

  .dropdown-list-pages-wrapper {
    grid-row-gap: 20px;
    border-radius: 20px;
    align-items: flex-start;
    padding: 30px 20px;
  }

  .page-link-wrapper {
    grid-row-gap: 15px;
  }

  .page-link-wrap {
    grid-row-gap: 18px;
  }

  .heading {
    font-size: 20px;
  }

  .heading.footer {
    font-size: 18px;
  }

  .cart {
    z-index: 888;
  }

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

  .section.banner {
    padding-top: 40px;
  }

  .section.about-home, .section.services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.team {
    padding-top: 60px;
  }

  .section.simple-services, .section.projects, .section.client-reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.team-member {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.upcoming, .section.upcoming.v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section.faq {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.banner-v2 {
    padding-top: 40px;
  }

  .section.discover, .section.professionalism, .section.steps, .section.recent-project {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.testimonials {
    padding-bottom: 100px;
  }

  .section.single-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.discover-work {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .section.services-v2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.blogs-catagoris {
    padding-bottom: 60px;
  }

  .section.services-single-v2, .section.contact-us, .section.shop, .section.shop-single, .section.packages, .section.changelog, .section.license, .section.categories {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section.preview-page {
    padding-bottom: 40px;
  }

  .section.pages-section {
    padding-top: 40px;
  }

  .section.figma-included {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.faq-v2 {
    padding-bottom: 60px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .button-wrapper.steps, .button-wrapper.recent-project {
    margin-top: 20px;
  }

  .banner-title {
    font-size: 27px;
  }

  .banner-details {
    margin-bottom: 20px;
    font-size: 15px;
  }

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

  .customers-counter-wrap {
    height: 52px;
  }

  .count-number {
    font-size: 30px;
    line-height: 39px;
  }

  .count-number.dark {
    font-size: 33px;
  }

  .counter-wrapper {
    height: 48px;
  }

  .counter-title {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
  }

  .border {
    height: 37px;
    margin-top: -54px;
  }

  .border.v2 {
    display: none;
  }

  .excellence-title {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .counter-right-wrapper {
    padding: 30px 20px 20px;
  }

  .excellence-inner {
    justify-content: flex-end;
  }

  .excellence-inner-border {
    display: none;
  }

  .excellence-inner-content {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .excellence-inner-content-sub {
    font-size: 14px;
  }

  .counter-right-img-wrapper {
    display: none;
  }

  .sub-title {
    font-size: 16px;
  }

  .section-title.about, .section-title.light {
    margin-bottom: 5px;
    font-size: 27px;
  }

  .section-title.light.simple-services, .section-title.light.blog, .section-title.light.client, .section-title.our-team, .section-title.project {
    max-width: 290px;
    font-size: 27px;
  }

  .section-title.team {
    max-width: 290px;
    margin-bottom: 8px;
    font-size: 27px;
  }

  .section-title.dark {
    max-width: 267px;
    margin-bottom: 5px;
    font-size: 27px;
  }

  .section-title.dark.team-v2 {
    max-width: 292px;
    font-size: 27px;
  }

  .section-title.dark.testimonials {
    max-width: 294px;
    font-size: 27px;
  }

  .section-title.dark.width {
    max-width: 292px;
  }

  .section-title.blog-v2 {
    max-width: 292px;
    margin-bottom: 5px;
    font-size: 27px;
  }

  .section-title.services-v2 {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .section-title.project-v2 {
    margin-bottom: 5px;
    font-size: 29px;
  }

  .section-details {
    max-width: 285px;
    font-size: 15px;
  }

  .section-details.white.services, .section-details.white.simple-services, .section-details.white.client-reviews, .section-details.white.blog {
    max-width: 290px;
    font-size: 15px;
  }

  .section-details.white.our-work {
    max-width: 302px;
  }

  .section-details.white.professionalism {
    max-width: 300px;
    font-size: 15px;
  }

  .section-details.team, .section-details.projects, .section-details.team-member {
    max-width: 290px;
    font-size: 15px;
  }

  .section-details.about-us {
    font-size: 15px;
  }

  .section-details.steps {
    max-width: 299px;
    font-size: 15px;
  }

  .section-details.recent-project {
    max-width: 267px;
    font-size: 15px;
  }

  .section-details.team-v2 {
    max-width: 292px;
    margin-bottom: 20px;
  }

  .section-details.testimonials {
    max-width: 292px;
    font-size: 15px;
  }

  .section-details.experience {
    font-size: 15px;
    line-height: 150%;
  }

  .section-details.core-value {
    max-width: 295px;
    font-size: 15px;
  }

  .section-details.services-v2 {
    text-align: left;
    max-width: 262px;
  }

  .section-details.project-v2 {
    max-width: 509px;
    font-size: 15px;
  }

  .about-card-wrapper {
    background-color: #ddeff0;
    border-radius: 7px;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-card-inner {
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .about-bg {
    display: none;
  }

  .customer-rating-wrap {
    padding: 18px 24px;
  }

  .customer-rating-number {
    letter-spacing: normal;
    font-size: 30px;
    line-height: 30px;
  }

  .customer-rating-star {
    max-width: 20px;
  }

  .customer-rating-text {
    font-size: 18px;
  }

  .rating-shape {
    max-width: 37px;
    display: none;
  }

  .services-inner-items {
    padding: 20px;
  }

  .services-icon-wrap {
    width: 52px;
    height: 52px;
  }

  .services-icon._1, .services-icon._2 {
    max-width: 26px;
  }

  .services-bottom-wrap {
    margin-top: 30px;
  }

  .sub-text-link, .link-arrow {
    font-size: 15px;
  }

  .tab-link._2 {
    padding: 12px;
  }

  .tab-batch-wrap {
    width: 40px;
    height: 40px;
  }

  .tab-title {
    font-size: 16px;
  }

  .tab-link-details {
    padding-top: 8px;
    font-size: 14px;
  }

  .tab-batch {
    max-width: 21px;
  }

  .simple-services-content-wrapper {
    margin-top: 20px;
  }

  .simple-services-wrap {
    padding: 20px;
  }

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

  .simple-services-dot {
    width: 12px;
    height: 12px;
    bottom: 11px;
    left: 4px;
  }

  .simple-services-icon {
    max-width: 41px;
  }

  .simple-services-title {
    margin-bottom: 8px;
  }

  .simple-services-details {
    margin-bottom: 0;
    font-size: 14px;
  }

  .simple-services-number-wrap {
    width: 52px;
    height: 52px;
  }

  .simple-services-number {
    font-size: 20px;
  }

  .projects-content-wrapper {
    margin-top: 30px;
  }

  .project-title.white {
    font-size: 17px;
  }

  .project-catagoris-text {
    font-size: 14px;
  }

  .border-divider.color.width {
    width: 59%;
  }

  .projects-button-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .client-reviews-content-wrapper {
    margin-top: 30px;
    padding: 15px;
  }

  .client-reviews-title {
    max-width: 290px;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .client-reviews-details {
    max-width: 290px;
    margin-bottom: 30px;
  }

  .client-details-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 23px;
  }

  .client-details-img {
    max-width: 46px;
  }

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

  .client-designation {
    font-size: 14px;
  }

  .right-arrow {
    width: 42px;
    height: 42px;
    bottom: 48px;
  }

  .left-arrow {
    width: 42px;
    height: 42px;
    bottom: 48px;
    right: 50px;
  }

  .arrow-icon._2, .arrow-icon._1 {
    flex: none;
    width: 17px;
    height: 17px;
  }

  .team-member-content-wrapper {
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .team-member-wrap-bg {
    height: 150px;
  }

  .team-member-img {
    max-width: 240px;
  }

  .team-member-name {
    font-size: 18px;
    line-height: 20px;
  }

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

  .team-member-media-link {
    width: 40px;
    height: 40px;
  }

  .team-member-media {
    font-size: 18px;
  }

  .upcoming-wrapper {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .upcoming-title {
    max-width: 290px;
    margin-bottom: 8px;
    font-size: 27px;
  }

  .upcoming-details {
    max-width: 290px;
  }

  .blog-content-wrapper {
    margin-top: 20px;
  }

  .blog-title {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .blog-details {
    font-size: 15px;
    line-height: 21px;
  }

  .blog-link-text {
    font-size: 15px;
  }

  .blog-link-arrow {
    font-size: 13px;
  }

  .date {
    font-size: 14px;
  }

  .faq-title {
    max-width: 290px;
    margin-bottom: 8px;
    font-size: 24px;
  }

  .faq-details {
    max-width: 290px;
  }

  .faq-single-items {
    padding: 10px 15px;
  }

  .faq-ans {
    padding-top: 5px;
    font-size: 15px;
  }

  .faq-qustion {
    font-size: 17px;
  }

  .faq-icon {
    max-width: 16px;
    display: inline-block;
  }

  .footer-top-content-wrap {
    padding-bottom: 30px;
  }

  .footer-title.light {
    max-width: 269px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer-content-wrap {
    margin-bottom: 40px;
    padding-top: 30px;
  }

  .footer-cpyright-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-right-content {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .footer-logo-link {
    max-width: 142px;
  }

  .footer-details {
    max-width: 290px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .info {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .copyright-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 130%;
  }

  .more-temple-link {
    font-size: 17px;
  }

  .banner-count-wrap-v2 {
    grid-row-gap: 15px;
    flex-direction: row;
    max-width: 253px;
    margin-top: 20px;
  }

  .banner-title-v2 {
    max-width: 267px;
    font-size: 27px;
  }

  .banner-title-v2.width {
    font-size: 36px;
  }

  .banner-right-content {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-details-v2 {
    max-width: 270px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .lightbox-link {
    width: 60px;
    height: 60px;
  }

  .our-work-content-wrapper {
    border-radius: 8px;
    margin-top: 30px;
  }

  .lightbox-video-link, .work-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .work-icon {
    width: 24px;
    max-width: 24px;
    height: 24px;
  }

  .work-icon-title {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .work-icon-details {
    font-size: 15px;
  }

  .discover-details {
    max-width: 290px;
    margin-bottom: 20px;
  }

  .discover-button-wrap {
    flex-direction: column;
  }

  .discover-title {
    max-width: 282px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
  }

  .discover-single {
    padding: 15px;
  }

  .discover-icon-wrap {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }

  .discover-icon {
    max-width: 22px;
  }

  .discover-content-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .discover-content {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .discover-plus-icon-wrap {
    padding-top: 0;
  }

  .discover-plus-icon {
    max-width: 20px;
  }

  .discover-content-title {
    padding-top: 0;
    font-size: 22px;
    line-height: 120%;
  }

  .link-text, .link-text.arrow {
    font-size: 15px;
  }

  .discover-content-details {
    max-width: 267px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 130%;
  }

  .discover-content-details-wrap {
    padding-top: 10px;
  }

  .professionalism-tab-link-title-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .professionalism-tab-icon {
    max-width: 24px;
  }

  .professionalism-tab-link-title, .professionalism-tab-link-details {
    font-size: 15px;
  }

  .steps-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .steps-single {
    padding: 20px;
  }

  .steps-number-wrap {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .steps-number, .steps-number-title {
    font-size: 20px;
  }

  .steps-number-details {
    font-size: 15px;
    line-height: 130%;
  }

  .recent-project-right {
    margin-top: 10px;
  }

  .recent-project-slider-wrap {
    padding-left: 15px;
  }

  .recent-project-slider-mask {
    max-width: 266px;
    height: 100%;
  }

  .recent-project-slider-items {
    height: 100%;
    margin-right: 15px;
  }

  .recent-project-slider-img {
    width: 100%;
  }

  .left-arrow-recent {
    width: 42px;
    height: 42px;
  }

  .icon-img {
    max-width: 20px;
  }

  .right-arrow-recent {
    width: 42px;
    height: 42px;
    margin-left: -191px;
  }

  .recent-project-slider-img-wrap {
    position: static;
  }

  .recent-project-slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .recent-project-single-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
  }

  .recent-project-single-title {
    font-size: 18px;
  }

  .recent-project-single-text {
    font-size: 15px;
  }

  .recent-project-single-link-img {
    font-size: 16px;
  }

  .recent-project-single-details {
    font-size: 14px;
  }

  .recent-project-single-content {
    position: static;
  }

  .team-content-over-wrap-v2 {
    padding: 20px;
  }

  .team-content-name-v2 {
    font-size: 22px;
  }

  .team-content-title-v2 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .team-author-details-v2 {
    font-size: 18px;
  }

  .team-link-text-v2 {
    font-size: 16px;
  }

  .team-link-img-v2 {
    max-width: 18px;
  }

  .testimonials-slider {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-left-arrow {
    width: 40px;
    height: 40px;
    inset: auto auto -60px 110px;
  }

  .testimonials-right-arrow {
    width: 40px;
    height: 40px;
    inset: auto 110px -60px auto;
  }

  .testimonials-slide-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .testimonials-slide-star-flex {
    margin-bottom: 25px;
  }

  .blog-title-v2 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .blog-details-v2 {
    max-width: 292px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .blog-button-wrap {
    flex-direction: column;
  }

  .blog-title-wrap {
    margin-bottom: 15px;
  }

  .blog-bottom-wrap-v2 {
    margin-bottom: 10px;
  }

  .upcoming-title-v2 {
    max-width: 292px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .upcoming-details-v2 {
    max-width: 292px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .upcoming-img-v2 {
    max-width: 263px;
    margin-left: -44px;
  }

  .upcoming-imgv2 {
    max-width: 178px;
    margin-left: -113px;
  }

  .button-hover-animated {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .banner-single-title {
    margin-bottom: 5px;
    font-size: 36px;
  }

  .banner-single-link {
    font-size: 16px;
  }

  .discover-work-content-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .discover-work-title {
    margin-bottom: 5px;
    font-size: 21px;
  }

  .experience-content-left {
    padding: 30px 15px 20px;
  }

  .experience-content-right {
    padding: 25px 20px 20px;
  }

  .experience-years-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .experience-years {
    font-size: 41px;
  }

  .experience-years-text {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .experience-text {
    font-size: 15px;
  }

  .since-wrap {
    padding: 10px 20px;
    top: 20px;
    left: -72px;
  }

  .since-text {
    font-size: 16px;
  }

  .trusted-partners-title-wrapper {
    margin-bottom: 8px;
  }

  .trusted-partners-title {
    font-size: 18px;
  }

  .trusted-partners-title-border {
    width: 48px;
  }

  .trusted-partners-title-single {
    font-size: 15px;
  }

  .trusted-partners-ticker-wrappwe {
    padding-top: 10px;
  }

  .single-ticker-logo {
    margin-right: 15px;
  }

  .core-value-wrapper {
    padding-bottom: 40px;
  }

  .core-value-title-wtapper {
    margin-bottom: 30px;
  }

  .core-value-title {
    max-width: 295px;
    font-size: 27px;
  }

  .core-value-catagoris-grid {
    grid-template-columns: 1fr;
  }

  .core-value-img-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .core-value-img {
    max-width: 30px;
  }

  .core-value-inner-title {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .core-value-inner-details {
    max-width: 288px;
    font-size: 15px;
  }

  .team-tackles-wrapper {
    padding: 20px;
  }

  .team-tackles-img.max-h {
    width: 100%;
    height: 50vh;
  }

  .team-tackles-catd-img-wrap {
    max-width: 110px;
    right: -12px;
  }

  .tackles-tab-link {
    padding: 12px 16px;
  }

  .tackles-text-block {
    font-size: 16px;
  }

  .tackles-tab-pane-title {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .tackles-tab-pane-details.v2 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 160%;
  }

  .top-title {
    margin-bottom: 20px;
  }

  .style-guide-colors {
    padding: 40px;
  }

  .style-text {
    font-size: 22px;
  }

  .button-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .primary-button.order {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .arrow-button {
    width: 52px;
    height: 52px;
  }

  .arrow-img {
    max-width: 19px;
  }

  .arrow-button-right {
    width: 52px;
    height: 52px;
  }

  .expart-single-left-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .expart-single-right-content {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .expart-single-name {
    font-size: 27px;
  }

  .expart-single-title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .expart-single-details {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .single-media-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .expart-single-rice-text-wrapper {
    margin-top: 30px;
  }

  .exploart-rice-text-wrap h2 {
    font-size: 28px;
  }

  .exploart-rice-text-wrap p, .exploart-rice-text-wrap li {
    font-size: 15px;
  }

  .service-single-content-wrap {
    margin-bottom: 15px;
  }

  .service-single-details {
    font-size: 15px;
    line-height: 24px;
  }

  .service-single-name {
    font-size: 27px;
  }

  .service-single-rich-text h2 {
    font-size: 28px;
  }

  .service-single-rich-text li, .service-single-rich-text p {
    font-size: 15px;
  }

  .service-single-rich-text-2 h2 {
    font-size: 28px;
  }

  .service-single-rich-text-2 p, .service-single-rich-text-2 li {
    font-size: 15px;
  }

  .blogs-title {
    text-align: center;
    font-size: 30px;
  }

  .category-button-flex-wrap {
    flex-wrap: wrap;
  }

  .blog-single-catagoris-name {
    font-size: 14px;
  }

  .blog-single-title {
    margin-top: 15px;
    font-size: 27px;
  }

  .author-info-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .blog-rich-text h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .blog-rich-text p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 158%;
  }

  .blog-rich-text blockquote {
    background-position: 50% 35px;
    background-size: 43px;
    padding: 88px 10px 30px;
    font-size: 18px;
    line-height: 137%;
  }

  .blog-rich-text li {
    font-size: 15px;
  }

  .blog-rich-text-2 h2 {
    font-size: 24px;
  }

  .blog-rich-text-2 p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 153%;
  }

  .blog-rich-text-2 li {
    font-size: 15px;
  }

  .blog-rich-text-2 ul {
    grid-row-gap: 8px;
    margin-bottom: 15px;
  }

  .blog-single-rich-img-wrap {
    margin-bottom: 15px;
  }

  .prjects-title-wrapper-v2 {
    margin-bottom: 0;
  }

  .project-single-title {
    margin-top: 15px;
    font-size: 27px;
  }

  .project-single-details {
    font-size: 15px;
  }

  .project-single-rich-text h2 {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .project-single-rich-text p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .project-single-rich-text li {
    font-size: 15px;
  }

  .project-single-richtext ul {
    margin-bottom: 15px;
  }

  .project-single-richtext li {
    font-size: 15px;
  }

  .project-single-rich-texts p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .project-single-rich-text-img-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-single-content-inner {
    grid-column-gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .project-single-card-imag-wrap {
    width: 45px;
    height: 45px;
  }

  .project-single-card-img {
    max-width: 24px;
  }

  .project-single-card-title {
    font-size: 16px;
  }

  .project-single-card-details {
    font-size: 14px;
  }

  .project-single-right-inner {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .infoo-single-content-wrap {
    padding: 20px;
  }

  .contact-us-wrapper {
    margin-top: 60px;
  }

  .contact-us-title-wrap {
    margin-bottom: 20px;
  }

  .contact-us-title {
    font-size: 27px;
  }

  .contact-us-form {
    padding: 20px;
  }

  .field-label {
    font-size: 15px;
  }

  .text-field {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .textarea {
    min-height: 111px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .form-button {
    padding: 15px 30px;
    font-size: 16px;
  }

  .shop-img-wrap {
    border-radius: 10px;
  }

  .product-name {
    font-size: 22px;
  }

  .product-price {
    font-size: 15px;
  }

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

  .shop-single-wrapper {
    padding-bottom: 20px;
  }

  .shop-single-produact-name {
    font-size: 27px;
  }

  .shop-single-produact-price {
    font-size: 18px;
  }

  .shop-single-produact-details {
    margin-bottom: 10px;
  }

  .shop-field-label {
    font-size: 17px;
  }

  .shop-quantity {
    border-radius: 5px;
    height: 38px;
  }

  .shop-add-to-cart-button {
    font-size: 15px;
    font-weight: 600;
  }

  .shop-single-rich-text-wrapper {
    margin-top: 24px;
  }

  .shope-rech-text-wrap h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .shope-rech-text-wrap p {
    font-size: 15px;
    line-height: 156%;
  }

  .shope-rech-text-wrap ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .shope-rech-text-wrap li {
    padding-left: 15px;
    font-size: 15px;
  }

  .cart-item-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .option-list-wrapper {
    flex-direction: column;
  }

  .cart-product-name {
    font-size: 20px;
  }

  .cart-quantity-number {
    font-size: 14px;
  }

  .packages-title-wrap {
    margin-bottom: 30px;
  }

  .packages-title {
    font-size: 25px;
  }

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

  .cart-price {
    font-size: 36px;
  }

  .plan-list-item {
    background-size: 20px;
  }

  .plan-list-item-text {
    font-size: 15px;
  }

  .price-button-link {
    font-size: 16px;
  }

  .popular {
    font-size: 15px;
  }

  .changelog-righr {
    border-left-width: 2px;
    padding: 20px 15px;
  }

  .changelog-text {
    font-size: 16px;
  }

  .changelog-v2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .changelog-list-items-text {
    padding-left: 8px;
    font-size: 15px;
    line-height: 20px;
  }

  .changelog-list-dot {
    width: 8px;
    height: 8px;
    margin-top: 6px;
  }

  .changelog-main-wrapper {
    padding: 20px 15px;
  }

  .license-title {
    font-size: 27px;
  }

  .license-details {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .license-img-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-img-wrap, .license-icon-wrap {
    border-radius: 5px;
  }

  .license-icon-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-title {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 120%;
  }

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

  .form-details.reset-password {
    font-size: 15px;
  }

  .google-medta-link {
    padding: 10px 15px;
  }

  .google-medta-link-text {
    font-size: 16px;
  }

  .google-medta-link-img {
    max-width: 21px;
  }

  .continue-border {
    width: 40px;
  }

  .continue-text, .field-label-text {
    font-size: 16px;
  }

  .field-text {
    border-radius: 8px;
    height: 48px;
  }

  .checkbox-cercle {
    width: 15px;
    height: 15px;
  }

  .shop-menu-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .shop-menu-link {
    font-size: 16px;
  }

  .shop-menu-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .preview-title {
    letter-spacing: normal;
    max-width: 295px;
    font-size: 28px;
  }

  .preview-button-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .preview-details {
    max-width: 276px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 145%;
  }

  .preview-page-img-container {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .preview-page-img-wrap {
    max-width: 278px;
    padding-top: 30px;
  }

  .preview-page-img-inner._1 {
    max-width: 146px;
  }

  .preview-page-img-inner._3 {
    max-width: 153px;
  }

  .preview-page-img-inner._2 {
    max-width: 169px;
  }

  .included-wrapper {
    margin-top: 45px;
  }

  .included-title {
    font-size: 22px;
  }

  .included-details {
    max-width: 255px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 138%;
  }

  .included-single {
    padding: 20px 15px;
  }

  .included-icon-wrap {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }

  .included-icon-img {
    width: 25px;
  }

  .included-icon-title {
    margin-bottom: 3px;
    font-size: 20px;
  }

  .included-icon-details {
    font-size: 14px;
  }

  .section-page-title {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .section-page-title.footer {
    margin-bottom: 2px;
  }

  .section-page-title.inner {
    margin-bottom: 5px;
  }

  .section-page-details {
    max-width: 278px;
    font-size: 15px;
  }

  .section-page-details.footer {
    max-width: 274px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 150%;
  }

  .section-page-details.figma {
    max-width: 304px;
    font-size: 15px;
  }

  .section-page-details.inner {
    max-width: 279px;
    margin-bottom: 20px;
  }

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

  .pags-single-inner {
    padding: 15px;
  }

  .pags-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    bottom: 40px;
  }

  .figma-included-content-wrap {
    padding-top: 40px;
  }

  .figma-included-img-wrapper {
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .figma-img-wrap {
    width: 70px;
    height: 70px;
  }

  .figma-img {
    width: 22px;
  }

  .preview-footer-logo-link.w--current {
    max-width: 155px;
  }

  .footer-title-wrap {
    padding-bottom: 40px;
  }

  .utility-page-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-form {
    padding: 30px;
  }

  .blog-content-wrapper-main {
    margin-top: 30px;
  }

  .lock-wrapper {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }

  .lock {
    max-width: 48px;
  }

  .password-title {
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 127%;
  }

  .password-details {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .password-field {
    height: 45px;
    font-size: 16px;
  }

  .password-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .not-found-img {
    max-width: 200px;
  }

  .not-found-title {
    margin-bottom: 5px;
    font-size: 27px;
  }

  .not-found-paragraph {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .not-found-button {
    font-size: 16px;
    font-weight: 600;
  }

  .cart-quantity-text {
    font-size: 14px;
  }

  .checkout-button {
    font-size: 15px;
  }

  .checkout-form {
    padding: 60px 0;
  }

  .info-title {
    font-size: 21px;
  }

  .block-header {
    padding: 0 15px;
  }

  .requird, .field-label-name {
    font-size: 14px;
  }

  .email {
    font-size: 15px;
  }

  .priceing {
    font-size: 14px;
  }

  .rent {
    font-size: 15px;
  }

  .rent-dtails {
    font-size: 14px;
  }

  .customer-field-label {
    height: 35px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .block-content {
    padding: 15px;
  }

  .shipping-method-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-ret {
    margin-left: 8px;
    margin-right: 8px;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-2 {
    font-size: 54px;
  }

  .heading-3 {
    font-size: 46px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .heading-5 {
    font-size: 24px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .heading-7 {
    font-size: 16px;
  }

  .info-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .info-content.hide-on-mobile {
    display: none;
  }

  .link-block {
    white-space: normal;
  }
}

#w-node-_68ed2c7e-eb0f-0c1e-9b74-4bbeb68c7436-c372303d, #w-node-d60795be-ec1b-9a25-5cbe-0722a3b59f6c-c372303d, #w-node-ce54350e-8ddf-6417-7906-166c569fef06-c372303d, #w-node-ce54350e-8ddf-6417-7906-166c569fef07-c372303d, #w-node-c8f23963-42be-70da-df8e-f03d3cfc1157-c372303d, #w-node-c8f23963-42be-70da-df8e-f03d3cfc1158-c372303d, #w-node-c8f23963-42be-70da-df8e-f03d3cfc115e-c372303d, #w-node-c8f23963-42be-70da-df8e-f03d3cfc115f-c372303d, #w-node-bf5e5442-1f94-8ec0-2eba-afd9fae699da-c372303d, #w-node-bf5e5442-1f94-8ec0-2eba-afd9fae699db-c372303d, #w-node-_6bddc53d-117f-ea63-056c-446971f84670-c372303d, #w-node-_6bddc53d-117f-ea63-056c-446971f84671-c372303d, #w-node-_069eb70e-dcfd-bfc4-9d4b-1a7b678a3db7-c372303d, #w-node-_069eb70e-dcfd-bfc4-9d4b-1a7b678a3db8-c372303d, #w-node-_6cc122ad-2231-1366-1f42-e6d5af1766b6-c372303d, #w-node-_6cc122ad-2231-1366-1f42-e6d5af1766b7-c372303d, #w-node-_93d13244-c486-c04c-b594-7182b800716c-c372303d, #w-node-_93d13244-c486-c04c-b594-7182b800716d-c372303d, #w-node-_856209d2-b820-a4fd-d2bd-6671eaddc63f-c372303d, #w-node-_856209d2-b820-a4fd-d2bd-6671eaddc640-c372303d, #w-node-e9541b7d-12aa-c60b-c96d-eb7183de19e7-c372303d, #w-node-e9541b7d-12aa-c60b-c96d-eb7183de19e8-c372303d, #w-node-f6304493-2791-c62c-84b4-850e9aa84487-c372303d, #w-node-f6304493-2791-c62c-84b4-850e9aa84488-c372303d, #w-node-_7c161fe8-ff06-f6d6-0798-366a0cc77ad5-c372303d, #w-node-_7c161fe8-ff06-f6d6-0798-366a0cc77ad6-c372303d, #w-node-_7c161fe8-ff06-f6d6-0798-366a0cc77adc-c372303d, #w-node-_7c161fe8-ff06-f6d6-0798-366a0cc77add-c372303d, #w-node-_7c161fe8-ff06-f6d6-0798-366a0cc77ae3-c372303d, #w-node-_7c161fe8-ff06-f6d6-0798-366a0cc77ae4-c372303d, #w-node-_7c161fe8-ff06-f6d6-0798-366a0cc77aea-c372303d, #w-node-_7c161fe8-ff06-f6d6-0798-366a0cc77aeb-c372303d, #w-node-_5efa2c17-8236-b4e6-4035-3108b3b20a14-c372303d, #w-node-_5efa2c17-8236-b4e6-4035-3108b3b20a15-c372303d, #w-node-_9cfbde33-80e4-d3b3-4827-68eb72d9a474-c372303d, #w-node-_9cfbde33-80e4-d3b3-4827-68eb72d9a475-c372303d, #w-node-_9cfbde33-80e4-d3b3-4827-68eb72d9a47b-c372303d, #w-node-_9cfbde33-80e4-d3b3-4827-68eb72d9a47c-c372303d, #w-node-f2164768-d898-a412-7fa9-d72a2981be25-c372303d, #w-node-f2164768-d898-a412-7fa9-d72a2981be26-c372303d, #w-node-e44d6b37-d7ed-615d-4fa8-67a1e8c47b7b-c372303d, #w-node-e44d6b37-d7ed-615d-4fa8-67a1e8c47b7c-c372303d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63a7e568-0d47-3b2f-8f93-ed8c03c5c3cc-c3723040 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d3ed2b6d-3610-eff3-ec82-dc7630f625c9-c3723040, #w-node-a83eb382-4e2d-f065-77b5-84bb5a8c33cb-c3723050 {
  justify-self: end;
}

#w-node-_957bd3be-adbc-835e-355a-bdd0ef2d3935-c3723050 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efa7bf72-249d-ed2f-bafb-e4763f6ca73f-c3723052 {
  grid-area: Area;
}

#w-node-f166979e-77d2-6eba-fb9b-495421c23df7-c3723053, #w-node-_000723cb-b84a-7242-f00e-05059f972543-c3723053, #w-node-b580566b-a965-78e9-05cc-72c08a31999a-c3723053, #w-node-_8effdfbf-5b8f-bd0c-8e1c-9e8647a9b494-c3723053, #w-node-_68923397-1c98-bfce-7e31-a3c926ac9489-c3723053, #w-node-_5f681abf-92eb-244e-c9f9-98c9fabec4ac-c3723053, #w-node-_2ed2e913-d1e3-2e69-e3f4-58b9be65ad92-c3723053, #w-node-_0ee4917b-4a0b-1e84-effe-ae5bc20692a8-c3723053, #w-node-_14ad5253-e57b-efe3-678e-175892fd78c5-c3723053, #w-node-_33dbde71-fda3-676d-b85d-d9ea0ba7ddad-c3723053, #w-node-cda36fdc-c816-55c4-ed7a-9b989d8c87b4-c3723053, #w-node-_9d319810-26b3-c6bb-7858-355985a0598c-c3723053, #w-node-e33b95ad-097c-2783-a9b6-71535d668fe4-c3723053, #w-node-d4178ba3-6ba4-3b55-4b9d-80690815e4c8-c3723053, #w-node-_35382afa-e208-0348-5f91-23f26550ffba-c3723053, #w-node-_64862eee-4f5c-a118-63f0-ca1ce23cd7a0-c3723053, #w-node-_62aef86a-6fc2-3bc8-a972-5a9a1e73e289-c3723053, #w-node-eeee0e60-a05e-dc01-3cfb-27dffafa4667-c3723053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36cb17a4-055c-8206-56b1-111de4792c61-c3723057 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_36cb17a4-055c-8206-56b1-111de4792c62-c3723057 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_9110c950-ba55-e8ec-784f-da070457fd83-c3723057 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_3b8819ee-ea1d-9a3b-1a38-b8409b1f67bf-c3723057 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_67524b46-86d8-5fc3-d55e-bc4d06798da2-c3723057 {
  grid-row: span 2 / span 2;
}

#w-node-d4a9c1bc-a585-c163-1ecb-3d3d5fd82e3e-c3723057 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-f8b971aa-9521-4837-b177-1a5532f3ec7b-c3723057, #w-node-_19d1642a-6d89-02cc-cda6-61a81917f8b3-c3723057 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c3b51e01-0260-1dcd-b2e7-c4ecdfa67d5d-c3723057 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_49defc21-92e2-b5f7-22e6-2652ed6bcbd9-c372305a, #w-node-_75f5987c-595a-61d2-f694-3e009dfe1644-c372305a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d3ed2b6d-3610-eff3-ec82-dc7630f625c9-c3723040, #w-node-a83eb382-4e2d-f065-77b5-84bb5a8c33cb-c3723050 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_63a7e568-0d47-3b2f-8f93-ed8c03c5c3cc-c3723040 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feef9848-6ee9-c7d5-e06c-c162d014a4f6-c3723040 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f67ee2ab-34c6-d20b-a59f-569992ead835-c3723049 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-feef9848-6ee9-c7d5-e06c-c162d014a4f6-c3723040 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  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;
}
@font-face {
  font-family: 'Le Jour Script';
  src: url('../fonts/Le-Jour-Script-Personal-Use-Only.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}