:root {
  --red: #a0191b;
  --black: #090909e6;
  --white: white;
  --color: #ffb400;
  --black-2: #3e414780;
  --light-white: #f8f8f8;
}

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #090909;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #101418;
  letter-spacing: -.04px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: #101418;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  letter-spacing: -.04px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 52px;
}

h5 {
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 52px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 52px;
}

p {
  margin-bottom: 10px;
}

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

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

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

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

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

.navbar.v2 {
  background-color: #f8f8f8;
}

.navbar.v2.preview {
  background-color: #fff;
  border-bottom: 1px solid #0000000d;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1350px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.nav-menu-wrapper {
  display: flex;
}

.nav-link {
  color: #090909e6;
  text-transform: capitalize;
  padding: 0;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  transition: all .5s;
}

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

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

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

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

.home-dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding: 0;
  display: flex;
}

.home-dropdown-text {
  color: #090909;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.home-dropdown-arrow {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.home-dropdown-list {
  transform-origin: 50% 0;
  background-color: #0000;
}

.home-dropdown-list.w--open {
  background-color: #0000;
}

.home-dropdown-main-list-wrapper {
  background-color: var(--black);
  border-radius: 10px;
  margin-top: 10px;
  padding: 30px;
}

.home-dropdown-link-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.dropdown-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  transition: all .5s;
}

.dropdown-link:hover {
  color: var(--red);
  transform: translate(5px);
}

.dropdown-link.w--current {
  color: var(--red);
}

.pages-dropdown-wrapper {
  position: relative;
}

.pages-main-toggle-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding: 0;
  display: flex;
}

.pages-main-toggle-text {
  color: #090909cc;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.pages-main-toggle-arrow {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
}

.pages-dropdown-main-list {
  transform-origin: 50% 0;
  background-color: #0000;
}

.pages-dropdown-main-list.w--open {
  background-color: #0000;
}

.pages-main-link-wrapper {
  background-color: #090909;
  border-radius: 10px;
  width: 250px;
  margin-top: 20px;
  margin-left: -44px;
  padding: 40px;
}

.pages-dropdown-main-link-wrapper {
  grid-column-gap: 91px;
  grid-row-gap: 91px;
  display: flex;
}

.pages-dropdown-single-link-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.pages-main-dropdown-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}

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

.pages-link-wrapper {
  text-decoration: none;
}

.pages-link-text {
  color: #fffc;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  transition: all .5s;
}

.pages-link-text:hover {
  color: var(--red);
  transform: translate(5px);
}

.pages-main-single-link-flex {
  grid-column-gap: 90px;
  display: flex;
}

.more-template-link {
  color: var(--white);
}

.more-template-link:hover {
  color: var(--red);
}

.more-template-text {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  transition: all .5s;
}

.more-template-text:hover {
  color: var(--red);
  transform: translate(5px);
}

.nav-right-wrapper {
  grid-column-gap: 28px;
  align-items: center;
  display: flex;
}

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

.cart-img {
  position: relative;
}

.cart-quantity {
  background-color: var(--red);
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  inset: -18% -46% auto auto;
}

.nav-button.for-mobail {
  display: none;
}

.primary-button {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  border-radius: 7px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.benner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button.benner._1 {
  background-color: var(--color);
}

.primary-button._404 {
  display: inline-block;
}

.primary-button.service {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.primary-button-text {
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.primary-btn-hover-bg {
  z-index: -1;
  background-color: var(--black);
  width: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.primary-btn-hover-bg.benner {
  background-color: var(--white);
}

.benner-section {
  background-image: url('../images/Bg-Pattern.png'), linear-gradient(94deg, #373b40, #1a1e23);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benner-main-flex {
  grid-column-gap: 88px;
  margin-bottom: 82px;
  display: flex;
}

.benner-title-wrapper {
  max-width: 690px;
}

.benner-main-title {
  color: var(--white);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 85px;
}

.text-span {
  background-image: url('../images/redbar-long-text-01.png');
  background-position: 50% 84%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  display: block;
}

.benner-title-img-wrapper {
  position: relative;
  left: -100px;
}

.benner-title-power-img {
  display: none;
  position: absolute;
  inset: auto 13% 0% auto;
}

.benner-title-arrow-img {
  position: absolute;
  inset: auto 688px 153px auto;
}

.benner-details-wrapper {
  max-width: 541.69px;
}

.benner-details {
  color: #f8f8f8b3;
  margin-bottom: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.benner-button-wrapeer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.secondary-button {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  border: 1px solid #ffffff4d;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-color: #0909094d;
  align-items: center;
  font-family: Urbanist, sans-serif;
  line-height: 100%;
  display: flex;
}

.secondary-button-text {
  color: var(--white);
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

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

.secondary-button-hover-bg {
  z-index: -1;
  background-color: var(--red);
  width: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.benner-main-img-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  position: relative;
}

.benner-main-img-1-wrapper {
  z-index: 2;
  max-width: none;
  position: relative;
}

.benner-img-01 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  max-width: 424px;
  max-height: none;
}

.benner-main-img-2-wrapper {
  z-index: 2;
  max-width: none;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.benner-main-img-02 {
  max-width: 100%;
  height: auto;
}

.media-box {
  z-index: 2;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 179px;
  left: 379px;
  right: auto;
}

.media-box.v2 {
  top: 108px;
  left: 1123px;
}

.media-img.v2 {
  width: 103px;
}

.media-play-buton {
  max-width: 20px;
  position: absolute;
  inset: 41% 0% 0% 41%;
}

.banner-main-ticker-wrapper {
  z-index: 2;
  position: relative;
}

.banner-ticker-wrapper {
  background-color: var(--red);
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 64px;
  padding-bottom: 68px;
}

.banner-ticker-wrapper.v2 {
  transform: rotate(1deg);
}

.banner-ticker-inner-wrap {
  display: flex;
  overflow: hidden;
}

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

.banner-ticker-content-wrap {
  grid-column-gap: 40px;
  flex: none;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.ticker-details {
  color: var(--white);
  letter-spacing: -2.232px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  line-height: 100%;
}

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

.section.about-us {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 150px;
  display: flex;
}

.section.our-services {
  background-image: url('../images/Service-Section-img.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.section.why-choose-us {
  padding-top: 150px;
  overflow: hidden;
}

.section.why-choose-us._1 {
  display: block;
}

.section.our-process {
  background-image: url('../images/Rectangle-166.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.section.our-works {
  padding-top: 140px;
  padding-bottom: 150px;
  display: block;
}

.section.testimonials {
  background-image: url('../images/Testimonial-Section-Img.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.blog {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.section.faq-section {
  background-image: url('../images/Faq.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 15px;
}

.section.footer {
  background-image: url('../images/Footer.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.section.benner-v2 {
  background-image: url('../images/Benner-V2-Img-Shape.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.about-us-v2 {
  background-image: url('../images/About-Us-v2-Section-Img.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -16px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.service-v2 {
  background-image: url('../images/Service-V2-Section-Img.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.why-choose-us-v2 {
  background-image: url('../images/Why-Choose-us-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.our-process-v2 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.our-works-v2 {
  padding-top: 0;
  padding-bottom: 150px;
}

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

.section.blog-v2 {
  display: none;
}

.section.our-mission {
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.core-value {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

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

.section.blog-single-v1 {
  background-color: #f8f8f8;
  padding-top: 140px;
  padding-bottom: 150px;
}

.section.contuct-info {
  padding-top: 133px;
  padding-bottom: 150px;
}

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

.section.after-banner.our-mission {
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.section.preview-features {
  padding-top: 0;
  padding-bottom: 150px;
}

.section.pages {
  background-color: #f8f8f8;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.pages.inner-pages, .section.pages.utility-pages {
  padding-top: 0;
}

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

.section.figma-file {
  background-color: #f8f8f8;
  padding-bottom: 150px;
}

.about-us-main-flex {
  grid-column-gap: 175.41px;
  margin-bottom: 52px;
  display: flex;
}

.about-us-main-title-wrapper {
  max-width: 608.32px;
}

.sub-title {
  background-color: #fdc8c9;
  border-radius: 55px;
  margin-bottom: 16px;
  padding: 8px 15px;
  display: inline-block;
}

.sub-title.black {
  background-color: #fdf1c81a;
}

.sub-title.preview {
  margin-bottom: 31px;
}

.sub-title-text {
  color: #090909;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.sub-title-text.white {
  color: var(--white);
}

.section-title {
  color: #090909;
  letter-spacing: -4px;
  text-transform: uppercase;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 84px;
}

.section-title.white {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
}

.section-title.white.care-value-tab-contant-text {
  text-align: left;
  letter-spacing: -3px;
  margin-bottom: 13px;
}

.section-title.white.text-size-70.single {
  text-align: left;
}

.section-title.white.our-service {
  text-align: left;
  letter-spacing: -4px;
}

.section-title.white.our-service.services {
  color: #050505;
}

.section-title.white.our-process {
  text-align: left;
  letter-spacing: -4px;
}

.section-title.white.testimonial-v1 {
  text-align: left;
}

.section-title.size-70 {
  text-align: left;
  letter-spacing: -3px;
  width: 500px;
  font-size: 60px;
  font-weight: 500;
  line-height: 77px;
}

.section-title.size-70.white.why-choose-us-v2 {
  text-align: left;
}

.section-title.size-70.single-width {
  text-align: left;
  margin-bottom: 73px;
}

.section-title.size-70.project-left-single-title {
  text-align: left;
  max-width: 620px;
  margin-bottom: 17px;
}

.section-title.size-70.why-chosse-us-title {
  text-align: left;
  letter-spacing: -4px;
  font-size: 72px;
}

.section-title.size-70.faq-title {
  text-align: left;
  letter-spacing: -4px;
  width: auto;
  max-width: 100%;
}

.section-title.size-70.project-single-title {
  text-align: left;
}

.section-title.size-70.core-value {
  text-align: left;
  letter-spacing: -4px;
  width: auto;
  max-width: 100%;
}

.section-title.size-70.service-section-title {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  max-width: 950px;
  display: flex;
}

.section-title.size-70.blog-single-title {
  text-align: left;
}

.section-title.mg-bottom-16px.text-size-70 {
  text-align: left;
  margin-bottom: 16px;
}

.section-title.white {
  color: #fff;
  text-align: center;
}

.section-title.max-404 {
  margin-bottom: 24px;
}

.section-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 16px;
  display: block;
  position: relative;
}

.section-sub-marked {
  background-image: url('../images/redbar-text.png');
  background-position: 50% 84%;
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.about-us-title-img {
  position: absolute;
  inset: 75% 1% auto auto;
}

.section-details-wrapper {
  max-width: 549px;
  padding-top: 42px;
  position: relative;
}

.section-details {
  text-align: left;
  letter-spacing: .1px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.section-details.white {
  color: #ffffffb3;
  max-width: 448px;
}

.section-details.white.max-840 {
  width: auto;
  max-width: 840.65px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.white.max-648-43 {
  max-width: 648.43px;
}

.section-details.white.core-value-tab-contant-details {
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-details.white.our-process {
  max-width: none;
}

.section-details.white.service-v1 {
  max-width: 541.69px;
}

.section-details.white.service-v1.services {
  color: #050505b3;
}

.section-details.white.why-chosse-us-v2 {
  margin-left: 0;
  margin-right: 0;
}

.section-details._52 {
  margin-bottom: 52px;
}

.section-details.width {
  max-width: 677.24px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.max-677 {
  max-width: 677px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.core-value-details {
  max-width: 50%;
  margin-bottom: 0;
  padding-top: 75px;
}

.section-details.none-margin {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-details.our-process-v2 {
  margin-bottom: 52px;
}

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

.about-us-main-contant-wrapper {
  grid-column-gap: 24px;
  display: flex;
}

.about-us-left-contant-wrapper {
  background-color: #f8f8f8;
  border-radius: 10px;
  flex-direction: column;
  padding: 40px;
}

.about-us-left-contant-flex {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.about-us-left-single-contant-flex {
  grid-column-gap: 16px;
  text-transform: capitalize;
  border-bottom: 1px solid #09090933;
  padding-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
}

.about-us-left-single-contant-flex.clear-shape {
  border-bottom-style: none;
  padding-bottom: 0;
}

.about-us-left-single-cercle {
  background-color: var(--red);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 46px;
  line-height: 46;
  display: flex;
}

.about-us-left-single-details-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  max-width: 394px;
  margin-bottom: 32px;
  display: flex;
}

.about-us-left-single-details-wrapper.last {
  margin-bottom: 0;
}

.about-text-details {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.about-us-right-img-wrapper {
  background-color: #1a1e23;
  background-image: url('../images/About-left-shape.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 700px;
  padding: 200px 10px;
  position: relative;
}

.about-us-man-img {
  width: 100%;
}

.about-us-small-left-img {
  position: absolute;
  inset: 31% auto auto 4%;
}

.about-us-small-left-img-02 {
  position: absolute;
  inset: 10% 10% auto auto;
}

.about-us-details-img {
  position: absolute;
  inset: -22% 7% auto auto;
}

.service-main-wrapper {
  position: relative;
}

.service-main-flex {
  grid-column-gap: 133px;
  margin-bottom: 52px;
  display: flex;
}

.service-title-wrapper {
  max-width: 640px;
}

.service-title-shape {
  background-image: url('../images/redbar-text.png');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.service-title-arrow-img {
  display: block;
  position: absolute;
  inset: auto 5% 15% auto;
}

.service-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: inline-block;
}

.service-details-img {
  position: absolute;
  top: 188px;
  left: 217.922px;
}

.service-details-arrow {
  position: absolute;
  inset: -13% 8% auto auto;
}

.service-main-contant-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

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

.service-contant-flex-wrapper {
  z-index: 1;
  border-right: 1px solid #09090926;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.service-contant-flex-wrapper.v1 {
  border-right-style: none;
  margin-bottom: 0;
  overflow: hidden;
}

.service-main-contant-flex {
  background-image: url('../images/Mask-group-54.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #09090926;
  padding: 40px 40px 39px;
}

.service-main-contant-flex.v1 {
  z-index: 1;
  background-color: #fff;
  border-right: 1px solid #09090926;
  position: static;
  overflow: hidden;
}

.service-main-contant-flex.v2-service-single {
  background-color: #f8f8f8;
}

.service-main-details-wrapper {
  z-index: 1;
  position: relative;
}

.service-number {
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.service-main-title-img-wrapper {
  z-index: 1;
  background-color: var(--red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.service-post-title-wrapper {
  text-decoration: none;
}

.service-post-title {
  z-index: 1;
  color: var(--black);
  letter-spacing: -.5px;
  margin-bottom: 15px;
  font-family: Urbanist, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 43px;
  position: relative;
}

.service-post-details {
  z-index: 1;
  color: #3e4147;
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.read-more-button-wrapper {
  grid-column-gap: 10px;
  color: var(--black);
  align-items: center;
  max-width: 250px;
  font-family: Urbanist, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.read-more-button-wrapper.white {
  color: var(--white);
}

.read-more-text {
  z-index: 1;
  font-size: 17px;
  position: relative;
}

.read-more-arrow {
  z-index: 1;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.service-hover-wrapper {
  z-index: auto;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-hover-img {
  aspect-ratio: auto;
  object-fit: fill;
  overflow: clip;
}

.service-section-img {
  display: block;
  position: absolute;
  inset: auto auto -7% -3%;
}

.why-choose-us-main-wrapper {
  width: 100%;
  max-width: 552px;
  margin-left: 70px;
  padding-top: 62px;
  display: flex;
}

.why-choose-us-title-shape {
  background-image: url('../images/redbar-long-text-01.png');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto 10px;
}

.why-choose-us-title-img {
  position: absolute;
  inset: -1% 28% auto auto;
}

.why-choose-us-title-arrow {
  position: absolute;
  inset: -45% auto auto -12%;
}

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

.why-choose-us-main-contant-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  height: 100%;
  padding-bottom: 80px;
}

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

.slide {
  margin-right: 24px;
}

.why-choose-us-main-slide-wrapper {
  background-color: #f8f8f8;
  border: 1px solid #0909094d;
  border-radius: 10px;
  padding: 40px 48px 50px 40px;
}

.why-choose-us-slide-number {
  margin-bottom: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

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

.why-choose-us-slide-img-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  margin-bottom: 32px;
  display: flex;
}

.why-choose-us-slide-img {
  border-radius: 30px;
  width: auto;
  max-width: 100%;
}

.why-chosse-us-silde-title-wrapper {
  padding-top: 0;
}

.why-choose-us-silde-title {
  letter-spacing: -.5px;
  margin-top: 60px;
  margin-bottom: 11px;
  padding-top: 0;
  font-family: Urbanist, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 20px;
}

.why-choose-us-silde-details {
  color: #090909cc;
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.why-choose-us-main-flex {
  grid-column-gap: 50px;
  display: flex;
}

.slide-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  top: 595px;
  left: 86px;
}

.our-process-main-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-bottom: 52px;
  display: flex;
}

.our-process-main-title-wrapper {
  width: auto;
  max-width: 100%;
  position: relative;
}

.section-marked {
  background-image: url('../images/redbar-long-text-01.png');
  background-position: 50% 86%;
  background-repeat: no-repeat;
  background-size: auto 10px;
}

.our-process-title-img {
  position: absolute;
  inset: 65% 20% auto auto;
}

.our-process-main-details-wrapper {
  max-width: 47%;
  padding-top: 38px;
  position: relative;
}

.our-proccess-button {
  display: inline-block;
}

.our-process-content-sticky-wrap {
  height: 200vh;
}

.our-process-content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 80px 25px 25px;
  position: sticky;
  top: 200px;
  overflow: hidden;
}

.our-process-content-flex-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.our-process-img-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-process-contant-img-1 {
  max-width: 554px;
}

.our-process-contant-img-2 {
  max-width: 553px;
}

.our-process-contant-img-wrapper-1 {
  z-index: 1;
  background-color: var(--red);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 39px;
  padding-left: 41px;
  position: relative;
}

.our-process-contant-img-wrapper-2 {
  z-index: 2;
  background-color: var(--red);
  border-radius: 10px;
  padding-bottom: 39px;
  padding-right: 41px;
  position: absolute;
}

.our-process-contant-img-wrapper-3 {
  z-index: 3;
  background-color: var(--red);
  border-radius: 10px;
  padding-bottom: 42px;
  padding-left: 42px;
  position: absolute;
}

.our-process-contant-img-3 {
  max-width: 553px;
}

.our-process-border-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-process-border-text-wrap {
  height: 20px;
  overflow: hidden;
}

.our-process-border-text {
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.our-process-border-text._1, .our-process-border-text._2, .our-process-border-text._3 {
  font-weight: 600;
}

.our-peocess-border-wrap {
  background-color: #ccc;
  width: 2px;
  height: 100%;
  max-height: 350.01px;
  overflow: hidden;
}

.our-process-border-inner {
  background-color: var(--red);
  width: 2px;
}

.our-process-content-scroll-wrap {
  flex: none;
  align-self: center;
  width: 516px;
  max-height: 420px;
  overflow: hidden;
}

.our-procces-content-wrap {
  max-width: 100%;
  height: 100%;
}

.our-processs-scroll-title {
  color: var(--black);
  width: 380px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Urbanist, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 46px;
}

.our-processs-scroll-title._3 {
  width: 409px;
}

.section-title-marked {
  background-image: url('../images/redbar-text.png');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: 225px 8px;
}

.our-process-contant-details {
  color: #090909b3;
  width: 467.41px;
  margin-bottom: 35px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.our-process-list-wrapper {
  margin-bottom: 35px;
}

.our-process-list {
  grid-row-gap: 17px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.our-process-list-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.our-process-list-text {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.our-process-button-wrap {
  display: inline-block;
}

.our-work-main-flex-wrapper {
  grid-column-gap: 129px;
  margin-bottom: 66px;
  display: flex;
}

.our-work-main-title-wrapper {
  max-width: 647.19px;
}

.our-works-title-shape {
  background-image: url('../images/redbar-long-text-01.png');
  background-position: 50% 84%;
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.our-works-main-details-wrapper {
  color: #3e4147;
  max-width: 541.69px;
  padding-top: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

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

.our-works-stick-wrapper {
  height: 400vh;
  display: block;
  position: relative;
}

.our-work-contant-wrapper {
  width: 100%;
  position: sticky;
  top: 180px;
  overflow: hidden;
}

.our-works-wrapper {
  width: 100%;
}

.our-works-container {
  max-width: 1620px;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.our-works-post-card-wrapper {
  position: relative;
}

.our-works-img {
  box-shadow: 3px 2px 5px 0 var(--black-2);
  border-radius: 20px;
  max-width: 600px;
}

.our-works-hover-wrapper {
  opacity: .44;
  background-image: linear-gradient(#000, #fff);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-works-text-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  display: none;
}

.our-works-catagory {
  color: var(--white);
  margin-bottom: 4px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.our-works-contant-text {
  text-decoration: none;
}

.our-works-text {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 39px;
}

.our-works-contant-end {
  position: absolute;
  inset: auto 40px 30px;
}

.our-works-button-link {
  z-index: 2;
  background-color: var(--red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 25px 25px auto auto;
}

.our-works-contant-arrow-img {
  position: absolute;
  top: 12px;
}

.our-works-contant-arrow-img.black {
  opacity: 0;
  position: relative;
}

.our-works-contant-arrow-img-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.our-works-details-arrow-img {
  position: absolute;
  inset: -17% 10% auto auto;
}

.our-works-details-shape-img {
  position: absolute;
  top: 179px;
  left: 235.031px;
}

.testimonial-main-flex {
  grid-column-gap: 134px;
  margin-bottom: 66px;
  display: flex;
  position: relative;
}

.testimonial-title-wrapper {
  max-width: 620px;
}

.section-title-markb {
  background-image: url('../images/redbar-long-text-01.png');
  background-position: 50% 84%;
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.testimonial-title-arow-img {
  position: absolute;
  inset: 55% -17% auto auto;
}

.testimonial-details-wrapper {
  width: 541.69px;
  padding-top: 52px;
  display: none;
  position: relative;
}

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

.testimonial-title-shape-img {
  position: absolute;
  top: -7px;
  left: 1136px;
}

.testimonial-section-img {
  z-index: 1;
  position: absolute;
  inset: -7% 7% auto auto;
}

.testimonial-ticker-wrapper {
  flex: none;
  display: flex;
}

.testimonial-card-main-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-right: 24px;
  display: flex;
}

.testimonial-card-main-contant-wrapper {
  background-color: #fff;
  border-radius: 20px;
  max-width: 423.89px;
  padding: 30px 30px 16px;
}

.testimonial-card-main-contant-wrapper.top {
  height: 516px;
  margin-right: 24px;
  padding-bottom: 0;
}

.testimonial-card-details {
  color: #090909;
  margin-bottom: 16px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.testimonal-card-text {
  color: #4d4d4d;
  margin-bottom: 52px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

.testimonial-card-shape {
  background-color: #09090999;
  width: 363.89px;
  height: 1px;
  margin-bottom: 15px;
}

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

.testimonal-athor-wrapper {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.testimonal-athor-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.testimonial-athor-name {
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.testimonal-athor {
  color: #4d4d4d;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.testimonal-card-date {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.testimonal-main-card-flex {
  display: flex;
}

.testimonial-overflow {
  overflow: hidden;
}

.blog-main-flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
  display: flex;
}

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

.title-marked {
  background-image: url('../images/Rectangle-168.png');
  background-position: 50% 83%;
  background-repeat: no-repeat;
  background-size: auto;
}

.blog-details-wrapper {
  position: relative;
}

.benner-details-shape {
  position: absolute;
  inset: -144% 24% auto auto;
}

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

.blogs-main-contant-wrapper {
  background-color: #f8f8f8;
  border: 1px solid #49494926;
  border-radius: 20px;
  padding: 20px 20px 36px;
}

.blogs-main-contant-flex {
  overflow: hidden;
}

.blogs-main-img-wrapper {
  border-radius: 20px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

.blogs-img {
  width: 100%;
  height: 271px;
}

.blogs-content-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.blogs-ctagory {
  grid-column-gap: 10px;
  background-color: var(--red);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 17px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.date-and-time {
  justify-content: center;
  align-items: center;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.blogs-content-title-wrapper {
  color: var(--black);
  margin-bottom: 16px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.blogs-content-title-wrapper.small-post {
  margin-bottom: 32px;
}

.blog-content-details {
  color: var(--black);
  margin-bottom: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.blogs-learn-more-button-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  width: 125px;
  text-decoration: none;
  display: flex;
}

.blogs-learn-more-text {
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.learn-more-arrow {
  color: var(--black);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
}

.blog-section-img {
  position: absolute;
  inset: -4% auto auto 1%;
}

.faq-main-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-main-flex-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.faq-main-title-wrapper {
  width: auto;
  min-width: 55%;
}

.sub-markb {
  background-image: url('../images/redbar-long-text-01.png');
  background-position: 50% 86%;
  background-repeat: no-repeat;
  background-size: auto 10px;
}

.faq-title-img {
  position: absolute;
  inset: 10% 10px 0 auto;
}

.faq-details-wrapper {
  max-width: 59.4%;
  position: relative;
}

.faq-details-img {
  position: absolute;
  top: 112px;
  left: 315.797px;
}

.faq-main-contant-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.faq-single-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.faq {
  background-color: #fff;
  border: 1px solid #49494926;
  border-radius: 15px;
  padding-left: 28px;
  padding-right: 28px;
}

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

.faq-text {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.faq-arrow-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}

.faq-arrow-flex {
  position: relative;
}

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

.faq-ans {
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.faq-arrow-details-img {
  position: absolute;
  inset: -65% 17% auto auto;
}

.footer-main-wrapper {
  max-width: 100%;
}

.footer-main-flex {
  border-bottom: 1px solid #fff6;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 120px;
  padding-bottom: 32px;
  display: flex;
}

.footer-title-wrapper {
  max-width: 647.89px;
  position: relative;
}

.footer-title {
  color: var(--white);
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 77px;
}

.footer-title-marked {
  background-image: url('../images/redbar-long-text-01.png');
  background-position: 50% 83%;
  background-repeat: no-repeat;
  background-size: auto 16px;
}

.footer-title-img {
  position: absolute;
  inset: auto 17% 0% auto;
}

.footer-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.footer-main-contant-wrapper {
  grid-column-gap: 115px;
  margin-bottom: 121px;
  display: flex;
}

.footer-contant-right-wrapper {
  flex-direction: column;
  max-width: 401px;
}

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

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

.footer-details {
  color: #f8f8f8b3;
  margin-bottom: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.text-field {
  background-color: #f8f8f8;
  border-radius: 10px;
  width: 326px;
  height: 60px;
  margin-bottom: 0;
  padding: 21px 0 21px 20px;
}

.text-field::placeholder {
  color: #333;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-button {
  background-color: #f8b427;
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 60px;
  display: flex;
}

.form-block {
  margin-bottom: 28px;
}

.footer-social-link-wrapper {
  grid-column-gap: 18px;
  display: flex;
}

.social-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  text-decoration: none;
  display: flex;
}

.socal-arrow {
  margin-bottom: 4px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.footer-left-contant-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.footer-link-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}

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

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

.footer-link-text {
  color: #fffc;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 22px;
  transition: all .5s;
}

.footer-link-text:hover {
  color: var(--red);
  transform: translate(5px);
}

.footer-main-link-flex {
  grid-column-gap: 90px;
  display: flex;
}

.footer-shape {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 27px;
}

.copy-right-text {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.copy-right {
  color: var(--red);
  text-decoration: none;
}

.social-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  height: 23px;
  overflow: hidden;
}

.benner-v2-main-title {
  letter-spacing: -3.75px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 94px;
  line-height: 105px;
}

.benner-v2-title-shape {
  background-image: url('../images/Benner-V2-Title-Shape.png');
  background-position: 50% 82%;
  background-repeat: no-repeat;
  background-size: auto;
}

.benner-v2-title-img-01 {
  position: relative;
  bottom: 253px;
  right: 49px;
  overflow: visible;
}

.benner-v2-title-img-02 {
  position: absolute;
  top: -39px;
  left: 1244px;
}

.benner-v2-title-wrapper {
  position: relative;
}

.benner-v2-contant-wrapper {
  margin-bottom: 88px;
}

.benner-v2-contant-flex {
  grid-column-gap: 25px;
  display: flex;
}

.benner-v2-card-contant-wrapper {
  background-image: linear-gradient(81.86deg, #4f5358, #1a1e23);
  border-radius: 10px;
  max-width: 424px;
  padding: 50px 40px 40px;
}

.benner-v2-card-details-wrapper {
  margin-bottom: 105px;
}

.benner-v2-card-details {
  color: #ffffffbf;
  margin-bottom: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.benner-v2-card-button-wrapper {
  display: inline-block;
}

.benner-v2-counter-text {
  color: #ffffffbf;
  margin-bottom: 15px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.happy-counter-wrapper {
  height: 84px;
  display: flex;
  overflow: hidden;
}

.number-digit-2 {
  z-index: 1;
  color: var(--white);
  letter-spacing: -3px;
  text-transform: uppercase;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
  position: relative;
}

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

.single-counter-wrap._02 {
  flex-direction: column;
  justify-content: flex-end;
}

.benner-v2-card-img-wrapper-01 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.benner-v2-card-img-01 {
  height: 100%;
}

.benner-v2-card-img-wrapper-02 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.benner-v2-card-img-02 {
  height: 100%;
}

.about-us-v2-title-main-wrapper {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-mark {
  background-image: url('../images/Rectangle-221.png');
  background-position: 50% 82%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-title-mark.big {
  background-image: url('../images/Rectangle-221.png');
}

.about-us-v2-title-img {
  position: absolute;
  inset: -12% auto auto 8%;
}

.about-us-v2-title-arrow {
  position: absolute;
  inset: auto -24% -57% auto;
}

.about-us-contant-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(659.19px, auto) 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.about-us-v2-main-img-wrapper {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  max-width: 659.19px;
  position: relative;
}

.about-us-v2-main-man-img {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-us-v2-main-small-img-wrapper {
  position: absolute;
  inset: 0%;
}

.about-us-v2-small-img {
  position: absolute;
  inset: auto 4% 470px auto;
}

.about-us-v2-small-img-02 {
  position: absolute;
  inset: auto auto 486px -8%;
}

.about-us-v2-small-img-03 {
  z-index: 2;
  position: absolute;
  inset: 559px 3% auto auto;
}

.about-us-v2-main-contant-wrapper {
  padding-top: 12px;
}

.about-us-v2-main-contant-title {
  color: var(--white);
  max-width: 618px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Urbanist, sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: 57px;
}

.about-us-v2-main-contant-details {
  color: #fffc;
  max-width: 550.34px;
  margin-bottom: 37px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.about-us-v2-single-contant {
  grid-column-gap: 16px;
  border-bottom: 1px solid #ffffffbf;
  align-items: center;
  max-width: 502.65px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: flex;
}

.about-us-v2-single-contant._2 {
  border-bottom-color: #ffffffbf;
  margin-bottom: 52px;
}

.about-us-v2-single-arrow-wrapper {
  background-color: var(--red);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.about-us-v2-single-details-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.about-us-v2-single-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.about-us-v2-single-details {
  color: #fffc;
  max-width: 379px;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.about-us-card-single-buttom-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.service-v2-main-wrapper {
  text-align: center;
  position: relative;
}

.service-v2-main-title-wrapper {
  max-width: 858.67px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-img {
  position: absolute;
  inset: 1% auto auto 14%;
}

.tabs {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

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

.tab-link {
  background-color: var(--white);
  border: 1px solid #0909094d;
  border-radius: 10px;
  padding: 0;
}

.tab-link.w--current {
  background-color: #fff;
  border: 1px solid #0909094d;
  border-radius: 10px;
  padding: 0;
}

.service-v2-tab-details-wrapper {
  border-radius: 10px;
}

.service-v2-tab-flex {
  padding-left: 25px;
  padding-right: 25px;
}

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

.service-tab-title-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.service-tab-number-wrapper {
  background-color: var(--red);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.service-tab-number {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.service-v2-tab-text {
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.service-tab-details-wrapper {
  z-index: 1;
  max-width: 357.51px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.service-tab-details {
  margin-bottom: 25px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.service-v2-tab-img-wrapper {
  z-index: 1;
  background-image: linear-gradient(87.09deg, #45494e, #1a1e23);
  border-radius: 20px;
  max-width: 735.703px;
  position: relative;
}

.service-v2-tab-pane {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-v2-tab-pan-img {
  border: 11px solid var(--white);
  border-radius: 20px;
  max-width: 598px;
}

.service-tab-img-1 {
  z-index: -1;
  background-color: #0000;
  position: absolute;
  inset: 14% 5% auto auto;
}

.service-tab-img-2 {
  z-index: -1;
  position: absolute;
  inset: auto auto 13% 5%;
}

.service-ball-img {
  position: absolute;
  inset: 13% 4% auto auto;
}

.service-yeollow-star-img {
  z-index: -1;
  position: absolute;
  inset: 12% auto auto 5%;
}

.service-tab-pan-arrow-img {
  position: absolute;
  inset: auto auto 18% 8%;
}

.why-chose-us-v2-main-wrapper {
  grid-column-gap: 111px;
  display: flex;
}

.why-chose-us-v2-main-details-wrapper {
  max-width: 650.65px;
  position: relative;
}

.why-chosse-us-v2-title-img {
  position: absolute;
  inset: auto 28% 13% auto;
}

.why-chosse-us-v2-title-img-02 {
  position: absolute;
  inset: -16% auto auto -7%;
}

.why-chosse-us-button-wrapper {
  display: inline-block;
  position: relative;
}

.why-choose-us-v2-details-shape {
  position: absolute;
  inset: 34% -62% auto auto;
}

.why-chose-us-v2-contant-wrapper {
  width: 584.1px;
}

.chosse-us-content-sticky-wrap {
  height: 120vh;
}

.chosse-us-content-wrapper {
  grid-column-gap: 111px;
  display: flex;
  position: sticky;
  top: 180px;
  overflow: hidden;
}

.chosse-us-content-flex-wrap {
  height: 435px;
}

.chosse-us-card-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chosse-us-card-wrapper {
  background-color: #3e414780;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  width: 536px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px 40px;
}

.chosse-us-card-wrapper._02 {
  -webkit-backdrop-filter: blur(46px);
  backdrop-filter: blur(46px);
  width: auto;
  max-width: 536px;
  margin-bottom: 15px;
  transform: rotate(2.386deg);
}

.chosse-us-card-wrapper._01 {
  -webkit-backdrop-filter: blur(46px);
  backdrop-filter: blur(46px);
  flex: none;
  max-width: 536px;
  position: relative;
}

.chosse-us-card-wrapper._03 {
  -webkit-backdrop-filter: blur(46px);
  backdrop-filter: blur(46px);
  width: auto;
  max-width: 536px;
  margin-bottom: 15px;
  transform: rotate(-.904deg);
}

.chosse-us-card-wrapper._04 {
  -webkit-backdrop-filter: blur(46px);
  backdrop-filter: blur(46px);
  width: auto;
  max-width: 536px;
  margin-bottom: 15px;
  transform: rotate(1.569deg);
}

.choose-us-card-contant-arrow {
  background-color: var(--red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 32px;
  display: flex;
}

.chosse-us-card-text {
  color: var(--white);
  letter-spacing: -.5px;
  margin-bottom: 11px;
  font-family: Urbanist, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 43px;
}

.chosse-us-details {
  color: #ffffffbf;
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.our-process-v2-main-title-wrapper {
  text-align: center;
  max-width: 785.66px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.our-chosse-us-title-img-01 {
  position: absolute;
  inset: -19% -41% auto auto;
}

.our-chosse-us-title-img-02 {
  position: absolute;
  inset: auto auto 0% -27%;
}

.our-chosse-us-title-img-03 {
  position: absolute;
  inset: 5% auto auto -5%;
}

.our-process-v2-tab-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.our-process-tab-contant-wrapperwrapper {
  width: 100%;
  position: sticky;
}

.single-tab-contant-wrap {
  background-image: linear-gradient(157deg, #45494e 11.25%, #1a1e23 91.59%);
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 33px 31px 32px 60px;
  position: sticky;
  top: 140px;
}

.single-tab-contant-wrap._1 {
  background-color: #fff;
  background-image: none;
}

.single-tab-contant-wrap._2 {
  background-color: var(--light-white);
  background-image: none;
  top: 190px;
}

.single-tab-contant-wrap._3 {
  background-color: var(--white);
  background-image: none;
  top: 200px;
}

.our-proses-tab-contant-flex {
  grid-column-gap: 23px;
  display: flex;
}

.tab-left-wrapper {
  text-align: left;
  max-width: 467.41px;
  padding-top: 55px;
}

.tab-contant-number-wrapper {
  border: 1px solid var(--red);
  background-color: #ffffff1a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  display: flex;
}

.tab-number-text {
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}

.tab-contant-main-title {
  color: var(--black);
  max-width: 380px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Urbanist, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 46px;
}

.tab-contant-main-title._03 {
  max-width: 420.85px;
}

.tab-mark {
  background-image: url('../images/redbar-long-text-01.png');
  background-position: 50% 82%;
  background-repeat: no-repeat;
  background-size: auto 6px;
}

.tab-details {
  color: #000000bf;
  margin-bottom: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.tab-buuton-wrapper {
  display: inline-block;
}

.tab-right-contant-wrapper {
  background-color: var(--red);
  background-image: url('../images/Tab-Shape-01.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 62px 75px;
  display: flex;
  position: relative;
}

.tab-contant-main-small-img-1 {
  position: absolute;
  inset: 8% auto auto 8%;
}

.tab-contant-main-small-img-1._03 {
  inset: 10% 10% auto auto;
}

.tab-contant-main-small-img-2 {
  position: absolute;
  inset: auto 3% 8% auto;
}

.tab-contant-main-small-img-2._02 {
  bottom: 9%;
  right: 8%;
}

.tab-contant-main-small-img-2._03 {
  inset: auto auto 11% 10%;
}

.our-works-v2-main-details-wrapper {
  text-align: center;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.our-process-v2-title-img-01 {
  position: absolute;
  inset: 5% auto auto 9%;
}

.our-process-v2-title-img-02 {
  position: absolute;
  inset: 24% 9% auto auto;
}

.our-works-main-contant-wrapper {
  grid-column-gap: 24px;
  margin-bottom: 52px;
  display: flex;
}

.our-works-v2-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.our-works-v2-main-contant-wrapper {
  border-radius: 10px;
  min-width: 200px;
  max-width: 872px;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.our-works-v2-main-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.our-works-v2-contant-hover-wrapper {
  background-image: linear-gradient(160deg, #45494e00, #1a1e23e6 60.4%);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-works-v2-conttant-title-link {
  text-decoration: none;
}

.our-works-v2-conttant-title-link-wrapper {
  position: absolute;
  inset: auto auto 32px 40px;
}

.our-works-v2-conttant-title {
  color: var(--white);
  max-width: 608px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Urbanist, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 46px;
}

.our-works-team-v2-contant-details {
  color: #ffffffbf;
  max-width: 676px;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.our-works-contant-v2-shape {
  background-color: #ffffffb3;
  width: 792px;
  height: 1px;
}

.our-works-v2-link-wrapper {
  background-color: #f8b427;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}

.our-works-v2-buton-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-main-wrapper {
  position: relative;
}

.testimonial-main-title-wrapper {
  text-align: center;
  max-width: 648.44px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-v2-contant-wrapper {
  max-width: 1192.79px;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-slider-mask {
  max-width: 1192.79px;
  overflow: hidden;
}

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

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

.testimonial-main-slide-wrapper {
  grid-column-gap: 50px;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  padding: 25px 49px 25px 25px;
  display: flex;
}

.testimonial-contant-v2-wrapper {
  max-width: 719px;
  padding-top: 34px;
}

.testimonial-slider-star-img {
  grid-column-gap: 7px;
  max-width: 130.86px;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-slider-details {
  color: #ffffffbf;
  margin-bottom: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.testimonial-athor-name-v2 {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

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

.testimonial-athor-name-v2-wrapper {
  border-right: 1px solid #ffffffbf;
  padding-right: 15px;
}

.testimonial-athor {
  color: var(--white);
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.testimonial-arrow {
  color: var(--white);
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  transition: all .35s;
  display: flex;
}

.testimonial-arrow:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--black);
}

.testimonial-arrow.left {
  position: absolute;
  inset: auto auto 55px 423px;
}

.testimonial-arrow.right {
  inset: auto auto 55px 498px;
}

.testimonial-section-title-img {
  position: absolute;
  inset: 9% auto auto 3%;
}

.testimonial-v2-img-1 {
  position: absolute;
  inset: -29% auto auto -4%;
}

.testimonial-v2-img-2 {
  position: absolute;
  inset: -6% -2% auto auto;
}

.blog-main-titlle-wrapper-v2 {
  text-align: center;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.blog-main-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 52px;
  display: grid;
}

.blog-main-grid-wrapper.blogs {
  margin-bottom: 0;
}

.blog-v2-main-contant-wraper {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px 25px 36px;
}

.blog-v2-main-contant-flex {
  border-radius: 20px;
  overflow: hidden;
}

.blog-v2-main-img-wrapper {
  margin-bottom: 14px;
}

.blog-v2-main-img-wrapper._1 {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.blog-v2-main-img {
  object-fit: cover;
  width: 100%;
  max-height: 350px;
}

.small-post-collection-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.blog-v2-single-main-wrapper {
  grid-column-gap: 24px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
  display: flex;
}

.blog-v2-single-main-wrapper.v2 {
  align-items: center;
}

.blog-v2-single-blog-img-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.blog-v2-single-blog-img {
  object-fit: cover;
  width: 100%;
  max-width: 286px;
  height: 275.55px;
}

.blog-v2-single-text-wrapper {
  max-width: 288px;
}

.blog-button-wrapper-v2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-wrapper {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-mission-main-wrapper {
  margin-bottom: 108px;
}

.our-mission-main-flex-wrapper {
  grid-column-gap: 129px;
  margin-bottom: 57px;
  display: flex;
}

.our-mission-main-title-wrapper {
  max-width: 100%;
}

.our-mission-details-wrapper {
  max-width: 50%;
  padding-top: 47px;
}

.our-mission-bottun-wrapper {
  display: inline-block;
}

.our-mission-contant-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  max-width: 1320px;
  margin-bottom: 50px;
  display: grid;
}

.our-mission-contant-right-img-wrapper {
  position: relative;
  overflow: hidden;
}

.our-mission-img {
  border: 1px solid var(--red);
  border-radius: 20px;
}

.our-mission-contant-left-img-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.our-mission-contant-flex-img-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.our-mission-main-details {
  text-align: center;
  max-width: 983px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  line-height: 160%;
}

.details-mark {
  color: #3a3a3a;
}

.core-value-main-wrapper {
  justify-content: space-between;
}

.core-value-main-title-wrapper {
  max-width: 531px;
}

.core-value-main-flex-wrapper {
  justify-content: space-between;
  margin-bottom: 51px;
  display: flex;
}

.core-value-caid-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  display: grid;
}

.core-value-single-card-wrapper {
  background-color: #f8f8f8;
  border: 1px solid #0909094d;
  border-radius: 10px;
  padding: 40px 24px 90px 40px;
}

.core-value-single-card-number-text {
  margin-bottom: 154px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
}

.core-value-single-card-icon-wrapper {
  background-color: var(--red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 32px;
  display: flex;
}

.core-value-single-card-title {
  letter-spacing: -.5px;
  text-transform: capitalize;
  margin-bottom: 11px;
  font-family: Urbanist, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 43px;
}

.core-value-single-card-details {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.core-value-main-tab-contant-wrapper {
  grid-column-gap: 177px;
  background-image: linear-gradient(128deg, #45494efc 20.52% 20.52%, #1a1e23fc 94.57%);
  border-radius: 20px;
  margin-bottom: 80px;
  padding-left: 70px;
  padding-right: 66px;
  display: flex;
}

.core-value-tab-right-img-wrapper {
  max-width: 450.125px;
  margin-left: 0;
  position: relative;
}

.core-value-tab-right-img-01 {
  border-radius: 20px;
  width: 100%;
}

.core-value-tab-right-img-02 {
  z-index: 2;
  border-radius: 20px;
  position: absolute;
  inset: auto -23% 0% auto;
}

.core-value-main-tab-wrapper {
  max-width: 506px;
  margin-top: auto;
  margin-bottom: auto;
}

.core-value-main-tab {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.coren-value-tab-menu {
  grid-column-gap: 20px;
  margin-bottom: 40px;
  display: flex;
}

.core-value-tab-link {
  grid-column-gap: 10px;
  color: #d6d6d7;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.core-value-tab-link.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.core-value-tab-text {
  text-transform: capitalize;
  line-height: 100%;
}

.care-value-main-tab-contant-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.core-value-main-counter-wrapper {
  grid-column-gap: 155px;
  background-color: var(--red);
  border-radius: 20px;
  padding: 61px 100px 48px;
  display: flex;
}

.core-value-counter-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.numbers {
  z-index: 1;
  justify-content: center;
  height: 82px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.all-numbers {
  flex-direction: column;
  display: flex;
}

.all-numbers._01 {
  align-items: center;
}

.all-numbers._02 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.number-digit {
  z-index: 1;
  color: var(--white);
  letter-spacing: -4px;
  text-transform: capitalize;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1px;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
  position: relative;
}

.counter-text-core-value {
  color: var(--white);
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.service-page-main-details-wrapper {
  grid-column-gap: 130px;
  margin-bottom: 67px;
  display: block;
}

.service-page-main-title-wrapper {
  text-align: left;
  max-width: none;
}

.servicepage-main-details-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

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

.single-services-contant-wrap {
  margin-bottom: 50px;
}

.single-service-info-wrap {
  max-width: 657px;
  margin-bottom: 53px;
}

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

.cover-image {
  width: 100%;
}

.single-services-rich-contant-wrap {
  margin-bottom: 35px;
}

.services-single-details h2 {
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 47px;
  font-weight: 600;
  line-height: 120%;
}

.services-single-details p {
  color: #3a3a3a;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.services-single-details ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.services-single-details li {
  color: #3a3a3a;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 220%;
}

.single-services-rich-contant-02-details h2 {
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 120%;
}

.single-services-rich-contant-02-details p {
  color: #3a3a3a;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.single-services-rich-contant-02-details ul {
  margin-bottom: 26px;
  padding-left: 0;
  list-style-type: none;
}

.single-services-rich-contant-02-details li {
  color: #3a3a3a;
  background-image: url('../images/Img_1Img.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 24.7px;
}

.expearts-main-wrapper {
  grid-column-gap: 24px;
}

.exparts-collection-iteam {
  grid-column-gap: 24px;
  display: flex;
}

.exparts-main-collecion-wrapper {
  position: relative;
  overflow: hidden;
}

.expart-text-main-wraper {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.exparts-main-collecion-flex-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.expart-text-main-flex {
  z-index: 1;
  position: absolute;
  inset: auto auto 40px 30px;
}

.exparts-main-name-link {
  text-decoration: none;
}

.exparts-main-name {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}

.exparts-team-works {
  color: #ffffffbf;
  margin-bottom: 22px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.exparts-social-link-wrapper {
  grid-column-gap: 13px;
  display: flex;
}

.exparts-social-link {
  border: 1px solid #ffffffbf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.exparts-social-text {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
}

.exparts-main-collecion-hover-wrapper {
  background-image: url('../images/Shape-Exparts-Img.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0% 0% auto;
}

.exparts-single-main-wrapper {
  background-image: url('../images/Rectangle-166-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1280px;
  height: 600px;
  margin-bottom: 237px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 46px;
}

.exparts-single-main-flex {
  grid-column-gap: 60px;
  display: flex;
}

.exparts-single-main-contant-wrapper {
  height: 344px;
  margin-top: 80px;
}

.exparts-single-main-contant-text-wrapper {
  margin-bottom: 27px;
}

.exparts-single-main-contant-details-wrapper {
  color: #f8b427;
  margin-bottom: 27px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}

.expeart-single-details {
  color: #d6d6d7;
  max-width: 594px;
  margin-bottom: 33px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.exparts-single-social-link-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.exparts-single-social-link {
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.exparts-single-social-link:hover {
  transform: translate(0, -3px);
}

.exparts-single-social-text {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 22px;
}

.exparts-single-details-wrapper {
  max-width: 1094px;
  margin-left: auto;
  margin-right: auto;
}

.expeart-single-details-contant h2 {
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 70px;
  font-weight: 600;
  line-height: 77px;
}

.expeart-single-details-contant p {
  color: #3a3a3a;
  margin-bottom: 26px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.expeart-single-details-contant ul {
  flex-direction: column;
  margin-bottom: 26px;
  padding-left: 0;
}

.expeart-single-details-contant li {
  color: #3a3a3a;
  background-image: url('../images/Img_1Img.png');
  background-position: 0 47%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 21px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.7px;
}

.blog-single-title-main-wrapper {
  justify-content: space-between;
  margin-bottom: 53px;
  display: flex;
}

.blog-single-title-wrapper {
  max-width: 665px;
}

.blog-single-details {
  width: 473px;
  padding-top: 26px;
}

.blog-single-v1-main-flex {
  grid-column-gap: 142px;
  align-items: center;
  margin-bottom: 57px;
  display: flex;
}

.blog-catagories-iteam {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.category-btn {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 10px;
  padding: 17px 25px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.category-btn.w--current {
  background-color: var(--red);
  color: var(--white);
  border-style: none;
  border-radius: 10px;
  padding: 17px 25px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.blog-single-page-main-wrapper {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single-page-main-contant-wrapper {
  margin-bottom: 90px;
}

.blog-single-catagory {
  background-color: var(--red);
  border-radius: 30px;
  align-items: center;
  margin-bottom: 27px;
  padding: 10px 17px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

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

.blog-athor-details-flex {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-athor-name-wrapper {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.blog-athor-name {
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}

.blog-athor {
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.blog-read-and-date-time-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-read-titme {
  color: #3a3a3a;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.blog-read-time-shape {
  background-color: #3a3a3a;
  width: 25px;
  height: 1px;
}

.blog-date {
  color: #3a3a3a;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

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

.blog-details-main-contant h2 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 47px;
  font-weight: 600;
  line-height: 120%;
}

.blog-details-main-contant p {
  color: #3a3a3a;
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.blog-details-main-contant li {
  color: #3a3a3a;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
}

.blog-details-main-contant blockquote {
  color: var(--black);
  text-align: center;
  background-color: #f8b427;
  background-image: url('../images/Bog-Single-Arrow_1Bog Single Arrow.png');
  background-position: 50% 13%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  padding: 130px 40px 58px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
}

.blog-details-main-contant ol {
  margin-bottom: 48px;
  padding-left: 40px;
}

.blog-details-main-contant-2 h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 47px;
  font-weight: 600;
  line-height: 120%;
}

.blog-details-main-contant-2 p {
  color: #090909;
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.blog-details-main-contant-2 ul {
  margin-bottom: 26px;
  padding-left: 0;
}

.blog-details-main-contant-2 li {
  color: #090909;
  background-image: url('../images/Img_1Img.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.7px;
}

.blog-details-main-contant-2 img {
  margin-bottom: 49px;
}

.projects-main-wrapper {
  justify-content: space-between;
}

.projects-main-flex {
  justify-content: space-between;
  margin-bottom: 53px;
  display: flex;
}

.projects-main-title-wrapper {
  max-width: 556px;
}

.projects-main-details-wrapper {
  max-width: 469px;
  padding-top: 30px;
}

.project-iteam {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.projects-contant-wrapper {
  grid-column-gap: 142px;
  background-image: linear-gradient(157deg, #45494e 11.25%, #1a1e23 91.59%);
  border-radius: 10px;
  padding: 50px 50px 50px 80px;
  display: flex;
}

.project-main-contant-title-wrapper {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 467.41px;
  padding-top: 50px;
}

.projects-catagory {
  text-align: center;
  text-transform: capitalize;
  background-color: #f8b427;
  border-radius: 30px;
  width: 145px;
  margin-bottom: 20px;
  padding: 10px 17px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.projects-main-contant-title-link {
  text-decoration: none;
}

.projects-main-contant-title-text {
  color: var(--light-white);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 47px;
  font-weight: 600;
  line-height: 120%;
}

.project-contant-main-details {
  color: #ffffffbf;
  margin-bottom: 32.5px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

.projects-main-contant-img-wrapper {
  background-color: #f8b427;
  background-image: url('../images/Mask-group-61.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 65px 80px;
  display: flex;
  position: relative;
}

.project-small-img-01 {
  position: absolute;
  inset: 8% auto auto 8%;
}

.project-small-img-02 {
  position: absolute;
  inset: auto 5% 3% auto;
}

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

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

.project-left-single-title-wrapper {
  margin-bottom: 49px;
}

.project-left-single-title {
  margin-top: 0;
}

.project-left-single-details {
  color: #3a3a3a;
  max-width: 667px;
  margin-bottom: 43px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

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

.project-details-author-wrapper {
  grid-row-gap: 25px;
  background-color: #f8f8f8;
  border: 1px solid #00000014;
  border-radius: 10px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 140px;
}

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

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

.project-details-icon-wrapper {
  background-color: var(--red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.project-details-category-name {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.project-details-category-text-block {
  color: #3a3a3a;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.project-details-rich-content-02 {
  margin-bottom: 54px;
}

.project-details-rich-content-2 p {
  color: #3a3a3a;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.project-details-rich-content-2 ul {
  padding-left: 0;
}

.project-details-rich-content-2 li {
  background-image: url('../images/Img_1Img.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 24.7px;
}

.project-details-rich-content-2 h2 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 47px;
  font-weight: 600;
  line-height: 120%;
}

.project-details-rich-content-img-wraper {
  grid-column-gap: 20px;
  margin-bottom: 52px;
  display: flex;
}

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

.shop-collection-list.shops {
  grid-template-rows: auto;
}

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

.shop-image-wrapper {
  border-radius: 10px;
  justify-content: center;
  margin-bottom: 37px;
  position: relative;
  overflow: hidden;
}

.shop-text-link {
  margin-bottom: 8px;
  text-decoration: none;
}

.shop-text {
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.shops-price {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.shop-image-overlay-wrapper {
  background-color: #00000080;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -14%;
}

.field-label, .quantity, .buy-now-button {
  display: none;
}

.shops-cart {
  color: var(--black);
  background-color: #f8b427;
  justify-content: center;
  padding: 9px 16px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.cart-icon {
  background-color: var(--red);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.your-cart {
  font-size: 38px;
  font-weight: 600;
  line-height: 100%;
}

.cart-container {
  border-radius: 10px;
  width: 860px;
  min-width: auto;
  max-width: none;
}

.cart-text {
  margin-bottom: 12px;
  font-family: Urbanist, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 121%;
}

.web-payments {
  display: none;
}

.praice-text {
  color: var(--red);
  margin-bottom: 7px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 121%;
}

.cart-quntity-text {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.quntity-wrapper {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 96px;
  display: flex;
}

.cart-quantity-2 {
  background-color: #fafafa00;
  border-style: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.remove-button {
  border: 1px solid #0000001f;
  border-radius: 10px;
  padding: 20px 40px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.cart-item {
  align-items: center;
  margin-bottom: 30px;
}

.div-block {
  justify-content: center;
  align-items: flex-start;
}

.cart-image {
  width: 160px;
  height: 160px;
}

.subtoal {
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.all-parice-text {
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.checkout-button {
  background-color: var(--red);
  color: #000;
  border-radius: 7px;
  padding: 20px 40px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.breadcrumb-link {
  color: #d6d6d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
}

.projects-rich-contant-01 {
  margin-bottom: 37px;
}

.projects-rich-contant-01 h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 120%;
}

.projects-rich-contant-01 p {
  margin-bottom: 26px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.projects-rich-contant-01 ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.projects-rich-contant-01 li {
  color: #090909;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.projects-rich-contant-01 ul {
  margin-bottom: 0;
  padding-left: 0;
}

.contuct-us-main-wrappr {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contauct-us-single-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding-right: 20px;
}

.contuct-us-text-wrapper {
  padding-top: 34px;
  padding-bottom: 37px;
  padding-left: 30px;
}

.company-name {
  text-transform: capitalize;
  margin-bottom: 24px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.contuct-us-locataion-text-wrapper {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.loction-text-flex {
  grid-column-gap: 20px;
  display: flex;
}

.location-icon {
  background-color: var(--red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.location-text {
  color: #3a3a3a;
  width: 243px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.contuct-info-main-wrapper {
  flex-flow: row;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px;
  padding-left: 40px;
  display: flex;
}

.contuct-info-main-wrapper.mobile {
  margin-right: 0;
  padding-right: 40px;
}

.contuct-us-title-wrapper {
  flex: none;
  width: auto;
  max-width: none;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.contuct-us-main-contant-wrapper {
  background-color: #f6f7f8;
  border-radius: 30px;
  padding: 102px 110px 110px;
}

.name-wrapper.sub {
  margin-bottom: 32px;
}

.name-wrapper.massage-wrapper {
  margin-bottom: 40px;
}

.name-or-email-flex {
  grid-column-gap: 50px;
  margin-bottom: 32px;
  display: flex;
}

.name-felid {
  color: #000;
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 525px;
  height: 65px;
  margin-bottom: 0;
  padding: 15px 0 15px 24px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.name-felid::placeholder {
  color: #000;
}

.name-felid.sub {
  text-transform: capitalize;
  width: 100%;
}

.name-felid.sub::placeholder {
  color: #000;
}

.name-felid.massage {
  text-transform: capitalize;
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: 270px;
}

.name-felid.massage::placeholder {
  color: #000;
}

.field-label-2 {
  text-transform: capitalize;
  margin-bottom: 17px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  display: inline-block;
}

.send-massage {
  color: #090909;
  background-color: #f8b427;
  border-radius: 7px;
  max-width: 199px;
  padding: 20px 40px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.changelog-main-wrapper {
  background-color: #f6f7f8;
  border-radius: 30px;
  padding: 80px 160px;
}

.changelog-single-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.changelog-date-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 267px;
  display: flex;
}

.changelog-date-text-block {
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.changelog-circle {
  z-index: 1;
  background-color: #f8b427;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.circle-changelog {
  z-index: 1;
  background-color: #fff;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  position: relative;
}

.changelog-text-wrapper {
  z-index: 1;
  width: 672px;
  padding-bottom: 62px;
  position: relative;
}

.changelog-text-wrapper.last {
  padding-bottom: 0;
}

.changelog-description-wrapper {
  background-color: #fff;
  border-top: 3px solid #f8b427;
  border-left: 5px solid #f8b427;
  border-radius: 10px;
  padding: 30px;
}

.changelog-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
}

.changelog-facility-wrap {
  grid-row-gap: 18px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.facility-item-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.facility-circle {
  background-color: #f8b427;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.facility-item {
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.changelog-border {
  background-color: #0000001f;
  width: 1px;
  position: absolute;
  inset: 20px auto 0% -72px;
}

.license-wrapper {
  flex-direction: column;
  display: flex;
}

.license-main-text-wrapper {
  justify-content: space-between;
  width: 1067px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.license-top-text {
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.license-shape {
  border: 1px solid #0000001f;
  height: 1px;
  margin-bottom: 40px;
}

.licemse-img-wrapper {
  grid-column-gap: 164px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.license-img-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 470px;
  display: grid;
}

.license-img-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 546px;
  height: 22px;
  display: flex;
}

.img-text {
  color: #3a3a3a;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.img-text._2, .img-text._2.w--current {
  color: #f8b427;
}

.img-text._1 {
  font-weight: 700;
}

.license-contant-wrapper {
  grid-column-gap: 164px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.license-text-div {
  background-color: #f6f7f8;
  border: 1px solid #0000001f;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 260px;
  display: flex;
}

.license-text-aa {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}

.fornt-text {
  color: #3a3a3a;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.license-icon-wrapper {
  grid-column-gap: 222px;
  align-items: center;
  display: flex;
}

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

.license-icon-div {
  background-color: #f8b427;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.sg-mini-title {
  color: #090909;
  text-transform: capitalize;
  background-color: #f8b427;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 9px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.style-colour-flex-wrapper {
  grid-column-gap: 24px;
  margin-bottom: 150px;
  display: flex;
}

.style-colour-wrap {
  background-color: #f8b427;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 312px;
  height: 180px;
  display: flex;
}

.style-colour-wrap.leniar {
  grid-row-gap: 20px;
  background-image: linear-gradient(129deg, #45494e, #1a1e23 64.08%);
  flex-direction: column;
}

.style-colour-wrap.white-stoke {
  background-color: #f6f7f8;
  border: 1px solid #0000001f;
}

.style-colour-wrap.black {
  background-color: #000;
}

.style-colour-text {
  font-family: Urbanist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

.style-colour-text.white {
  color: var(--white);
}

.big-pragraph {
  text-transform: capitalize;
  margin-bottom: 12px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 122%;
}

.pragraph-fornt {
  text-transform: capitalize;
  margin-bottom: 29px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.pragraph-fornt.last {
  margin-bottom: 0;
}

.icon-wrapper {
  background-color: #f8b427;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
}

.sign-in-content-flex-wrap {
  grid-column-gap: 50px;
  background-image: linear-gradient(157deg, #45494e 11.25%, #1a1e23 91.59%);
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.sign-in-flex-left-wrap {
  letter-spacing: -3px;
  background-color: #1a1e23;
  background-image: url('../images/lft.png');
  background-position: 50%;
  background-size: cover;
  min-width: 50%;
  max-width: 50%;
  min-height: 100vh;
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 92px;
}

.sign-in-logo-wrap {
  margin-bottom: 28px;
}

.sign-up-title {
  color: var(--white);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
}

.sign-in-flex-right-wrap.forgot-password {
  margin-left: auto;
  margin-right: auto;
}

.sign-in-form-wrap {
  width: 100%;
  min-width: 560px;
  max-width: 560px;
  margin-bottom: 0;
}

.sign-in-form-content-wrap {
  width: 100%;
}

.sign-in-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 47px;
  font-weight: 600;
  line-height: 57px;
}

.sign-in-alternative {
  margin-bottom: 35px;
}

.sign-in-alternative.forgot {
  margin-bottom: 48px;
}

.alternative-details {
  color: #d6d6d7;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.alternative-details.reset-password {
  width: 402px;
}

.sing-in {
  color: #f8b427;
  text-decoration: none;
}

.sign-in-app-link-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.sign-in-app-single-wrap {
  border: 1px solid #ffffff26;
  border-radius: 10px;
  padding: 15px 28px 15px 20px;
  text-decoration: none;
}

.sign-in-btn-flex-wrap {
  grid-column-gap: 15px;
  color: #d6d6d7;
  align-items: center;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.sign-in-icon-details {
  align-items: center;
}

.sign-in-or-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

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

.or-text {
  color: var(--white);
  flex: none;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
}

.sign-in-single-field-wrap {
  margin-bottom: 28px;
}

.sign-in-single-field-wrap.sing-up {
  display: none;
}

.sign-in-field-label {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 18px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sign-in-field-label-star {
  color: var(--red);
  display: inline-block;
}

.sign-in-field {
  color: #d6d6d7;
  background-color: #fff0;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 0;
  padding: 17px 0 17px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.sign-in-field::placeholder {
  color: #d6d6d7;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.text-span-3 {
  color: var(--red);
}

.forgot-radio-wrap {
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.radio-button {
  background-color: #f8b427;
  border: 1px solid #ffffff26;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.forgot-radio-label {
  color: #d6d6d7;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.secondery-button.sign-in {
  background-color: var(--red);
  color: #090909;
  text-transform: capitalize;
  border-radius: 10px;
  width: 100%;
  padding: 20px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.secondery-button.pp {
  color: var(--black);
  background-color: #f8b427;
  border-radius: 10px;
  width: 100%;
  padding: 20px 40px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.text-span-4 {
  text-decoration: underline;
}

.forgot-flex-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.forgot-link {
  color: #d6d6d7;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
}

.pp-container {
  background-image: linear-gradient(157deg, #45494e 11.25%, #1a1e23 91.59%);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.pp-img-wrap {
  background-color: #f8b427;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pp-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 47px;
  font-weight: 600;
  line-height: 57px;
}

.pp-details {
  color: #d6d6d7;
  text-align: center;
  width: 343px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.pp-field {
  border-radius: 10px;
  height: 56px;
  margin-bottom: 20px;
  padding: 17px 40px;
}

.pp-field::placeholder {
  color: #3a3a3a;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

._404-container {
  text-align: center;
  max-width: 633px;
  margin-left: auto;
  margin-right: auto;
}

._404-img {
  margin-bottom: 80px;
}

._404-details {
  color: #3a3a3a;
  margin-bottom: 53px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.apple-pay {
  border-radius: 20px;
}

.block-header {
  background-color: #f6f6f6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.block-content {
  background-color: #f6f6f6;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.costumer-info {
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-5 {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
}

.field-label-3 {
  font-family: Urbanist, sans-serif;
}

.shiping-method {
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
}

.field-label-4 {
  font-family: Urbanist, sans-serif;
}

.block-header-2 {
  grid-column-gap: 10px;
  background-color: var(--red);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-content-2 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.requird, .field-label-5 {
  font-family: Urbanist, sans-serif;
}

.field-label-6, .field-label-7, .field-label-8 {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
}

.field-label-9 {
  font-family: Urbanist, sans-serif;
  font-size: 22px;
}

.shipinng-method {
  font-family: Urbanist, sans-serif;
  font-size: 40px;
}

.text-block-7 {
  font-family: Urbanist, sans-serif;
}

.block-header-method {
  background-color: #f8b427;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.shipping-method {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
}

.payment-info {
  background-color: var(--red);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
}

.block-content-3 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.block-header-5 {
  background-color: var(--red);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.order {
  font-family: Urbanist, sans-serif;
  font-size: 40px;
}

.block-header-6 {
  background-color: var(--red);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-content-4, .block-content-5, .block-content-6 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.submit-button {
  background-color: var(--red);
  color: #000;
  border-radius: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.cackout, .div-block-2 {
  top: 160px;
}

.sihipping-method {
  background-color: var(--red);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-5, .heading-6 {
  font-family: Urbanist, sans-serif;
  font-size: 40px;
}

.customer-infomation {
  background-color: #f8b427;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-content-7 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.iteams-order {
  background-color: #f8b427;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-content-8 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.order-wrapper {
  background-color: var(--red);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-content-9 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.submit-button-2 {
  color: #000;
  background-color: #f8b427;
  border-radius: 10px;
  padding: 20px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.itram-order, .customer-info, .order-summery-text-2, .payment-info-text {
  font-family: Urbanist, sans-serif;
  font-size: 40px;
}

.field-label-10, .field-label-11 {
  font-family: Urbanist, sans-serif;
}

.order-iteam-text {
  font-family: Urbanist, sans-serif;
  font-size: 40px;
}

.text-block-8 {
  font-family: Urbanist, sans-serif;
}

.div-block-3 {
  top: 160px;
}

.preview-banner {
  padding-top: 176px;
  padding-bottom: 150px;
  position: relative;
}

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

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

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

.preview-banner-title {
  letter-spacing: -3.75px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 94px;
  line-height: 105px;
}

.preview-details {
  color: #76797b;
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  line-height: 160%;
}

.preview-main-button-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  max-width: 501px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.preview-banner-page-image-wrapper {
  text-align: center;
  background-color: #1a1e23;
  background-image: url('../images/Mask-group-76.png');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.single-preview-banner-image._01 {
  width: 100%;
  max-width: 650px;
}

.single-preview-banner-image._02 {
  z-index: 1;
  width: 100%;
  max-width: 680px;
  margin-left: -116px;
  margin-right: -116px;
  position: relative;
}

.single-preview-banner-image._03 {
  width: 100%;
  max-width: 487px;
}

.feature-main-title-wrapper {
  text-align: center;
  max-width: 821px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.preview-benner-img-01 {
  position: absolute;
  inset: 15% auto auto 0%;
}

.preview-benner-img-02 {
  position: absolute;
  inset: 28% 0% auto auto;
}

.feature-title {
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 72px;
  font-weight: 600;
  line-height: 82px;
}

.feature-details {
  color: #3a3a3a;
  max-width: 639px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.feature-main-content-wrapper {
  grid-column-gap: 24px;
  display: flex;
}

.feature-single-contant {
  color: #3a3a3a;
  background-color: #f8f8f8;
  border: 1px solid #00000026;
  border-radius: 10px;
  padding: 60px 57px 53px 55px;
}

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

.feature-img-wrapper {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 34px;
  display: flex;
}

.feature-text {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 160%;
}

.feature-content-details {
  text-align: center;
  max-width: 310px;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.single-preview-main-title-wrapper {
  text-align: center;
  max-width: 816px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.single-preview-title {
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 72px;
  font-weight: 600;
  line-height: 60px;
}

.single-preview-details {
  color: #3a3a3a;
  max-width: 709px;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

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

.preview-single-link-wrap {
  z-index: 2;
  background-color: #fdf1c8;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 648px;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-single-link-wrap.changlog {
  margin-left: auto;
  margin-right: auto;
}

.preview-single-link-wrap.authentication {
  height: 372.38px;
}

.preview-single-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

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

.preview-page-name-wrap {
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 12px 23px;
  position: absolute;
  inset: auto auto 78px 0%;
}

.preview-page-name {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.preview-banner-single-bg {
  z-index: -1;
  background-color: #f8b427;
  position: absolute;
  inset: 0%;
}

.shops-single-flex {
  grid-column-gap: 80px;
  border-bottom: 1px solid #0000001f;
  align-items: center;
  margin-bottom: 107px;
  padding-bottom: 120px;
  display: flex;
}

.shops-single-img-wrapper {
  max-width: 580px;
}

.shops-single-details-wrapper {
  width: 548px;
}

.shops-single-title {
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 70px;
  line-height: 120%;
}

.shops-single-price {
  color: var(--red);
  margin-bottom: 18px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.shops-details {
  color: #3a3a3a;
  margin-bottom: 28px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.shops-quntity {
  margin-bottom: 24px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.single-shops-quintity {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 58px;
  margin-bottom: 20px;
  padding: 12px 15px 12px 20px;
}

.shops-add-to-cart {
  color: var(--black);
  background-color: #f8b427;
  border-radius: 7px;
  justify-content: center;
  width: 100%;
  padding: 20px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.shops-single-details-contant-wrapper {
  max-width: 1094px;
  margin-left: auto;
  margin-right: auto;
}

.shops-details-contant h2 {
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 70px;
  font-weight: 600;
  line-height: 77px;
}

.shops-details-contant p {
  color: #3a3a3a;
  margin-bottom: 26px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.shops-details-contant ul {
  margin-bottom: 26px;
  padding-left: 0;
}

.shops-details-contant li {
  color: #3a3a3a;
  background-image: url('../images/Img_1Img.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 24.7px;
}

.figma-file-container {
  background-color: #fdf1c8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 109px;
  padding-left: 112px;
  padding-right: 108px;
}

.figma-file-flex {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.figma-file-logo-img-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 158px;
  margin-bottom: 36px;
  display: flex;
}

.figma-title {
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 72px;
  font-weight: 600;
  line-height: 78px;
}

.figma-details {
  color: #76797b;
  text-align: center;
  margin-bottom: 26px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.figma-button-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.figma-main-img-wrapper {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.figma-img {
  width: 100%;
}

.preview-footer-section {
  background-image: url('../images/Rectangle-79.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 130px;
}

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

.preview-footer-logo {
  margin-bottom: 46px;
}

.preview-footer-title {
  color: var(--white);
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 72px;
  font-weight: 600;
  line-height: 78px;
}

.preview-footer-details {
  color: #d6d6d7;
  max-width: 638px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.preview-footer-button {
  grid-column-gap: 15px;
  justify-content: center;
  margin-bottom: 150px;
  display: flex;
}

.preview-footer-shape-wrapper {
  border-top: 1px solid #ffffff26;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 23px;
}

.zairof {
  color: var(--red);
}

.fllowzai, .web-flow {
  color: var(--red);
  text-decoration: none;
}

.preloader-wrapper {
  z-index: 9999;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-image-animation-color {
  background-color: var(--red);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  inset: -1px;
  transform: scale(0);
}

.inner-image-animation-color._2 {
  background-color: var(--red);
}

.inner-image-animation-color.redius {
  border-radius: 20px;
  display: none;
}

.banner-image-reveal {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #f8b427;
  display: none;
  position: absolute;
  inset: -1px;
  transform: scale3d(1, 0, 1);
}

.our-mission-contant-left-img-01-wrapper, .our-mission-contant-flex-img-01-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.our-mission-contant-flex-img-02-wrapper {
  position: relative;
  overflow: hidden;
}

.core-value-tab-right-img-01-wrapper {
  width: 100%;
  max-width: 450.125px;
  position: relative;
  overflow: hidden;
}

.core-value-tab-right-img-02-wrapper {
  position: relative;
}

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

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

.shop-categories-text-link {
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

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

.require {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
}

.ordary-summery {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.customer-information {
  background-color: var(--red);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sipping-method, .order-summery {
  background-color: var(--red);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-process-main-details-img-1 {
  position: absolute;
  inset: -28% -1% auto auto;
}

.our-process-main-details-img-2 {
  position: absolute;
  inset: auto 30% 13% auto;
}

.works-collection-wrap {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
}

.works-collection-item {
  flex: none;
}

.about-us-v2-main-img-bg-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto -6% 0%;
}

.about-us-v2-bg-img {
  z-index: 0;
  position: relative;
}

.about-us-main-v2-contant-wrapper {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 620px;
}

.inner-banner {
  background-image: url('../images/Inner-Benner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 235px;
  padding-bottom: 115px;
  display: flex;
  position: relative;
}

.sg-divider {
  background-color: #0000001f;
  width: 100%;
  height: 1px;
  margin-top: 140px;
  margin-bottom: 100px;
}

.sg-title-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

.order-summery-text {
  text-align: center;
  font-size: 40px;
}

.biling-address {
  font-size: 40px;
}

.license-details {
  text-align: center;
  letter-spacing: .1px;
  max-width: 650px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

.bold-text {
  font-size: 22px;
}

.our-process-border-text-2 {
  color: #090909;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.our-process-border-text-2._3, .our-process-border-text-2._2, .our-process-border-text-2._1 {
  font-weight: 600;
}

.our-process-contant-img-wrapper-4 {
  z-index: 3;
  background-color: #f8b427;
  border-radius: 10px;
  padding-bottom: 42px;
  padding-left: 42px;
  position: absolute;
}

.our-processs-scroll-title-2 {
  color: #090909;
  width: 380px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Urbanist, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 46px;
}

.our-processs-scroll-title-2._3 {
  width: 409px;
}

.our-process-contant-img-wrapper-5 {
  z-index: 2;
  background-color: #f8b427;
  border-radius: 10px;
  padding-bottom: 39px;
  padding-right: 41px;
  position: absolute;
}

.secondary-button-text-2 {
  color: #fff;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.secondary-button-text-2.white {
  color: #090909;
}

.section-title-marked-2 {
  background-image: url('../images/Rectangle-168.png');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.our-process-border-inner-2 {
  background-color: #f8b427;
  width: 2px;
}

.our-process-contant-img-4 {
  max-width: 553px;
}

.our-process-contant-img-wrapper-6 {
  z-index: 1;
  background-color: #f8b427;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 39px;
  padding-left: 41px;
  position: relative;
}

.secondary-button-hover-bg-2 {
  z-index: -1;
  background-color: #f8b427;
  width: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.our-process-contant-img-5 {
  max-width: 553px;
}

.our-process-border-text-3 {
  color: #090909;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.our-process-border-text-3._3, .our-process-border-text-3._2, .our-process-border-text-3._1 {
  font-weight: 600;
}

.our-process-contant-img-wrapper-7 {
  z-index: 3;
  background-color: #f8b427;
  border-radius: 10px;
  padding-bottom: 42px;
  padding-left: 42px;
  position: absolute;
}

.our-process-contant-img-wrapper-8 {
  z-index: 2;
  background-color: #f8b427;
  border-radius: 10px;
  padding-bottom: 39px;
  padding-right: 41px;
  position: absolute;
}

.secondary-button-text-3 {
  color: #fff;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.secondary-button-text-3.white {
  color: #090909;
}

.our-process-contant-img-6 {
  max-width: 553px;
}

.our-process-contant-img-wrapper-9 {
  z-index: 1;
  background-color: #f8b427;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 39px;
  padding-left: 41px;
  position: relative;
}

.secondary-button-hover-bg-3 {
  z-index: -1;
  background-color: #f8b427;
  width: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.our-process-contant-img-7 {
  max-width: 553px;
}

.slide-heading {
  font-size: 48px;
  line-height: 1.4;
  transition: all .4s;
}

.modal-trigger {
  margin-left: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
}

.swiper-slide {
  text-align: center;
  border-radius: 20px;
  flex: none;
  width: 30%;
  height: 70em;
  margin-top: 8vh;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.controls {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.swiper-nav-btn {
  z-index: 40;
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 60%;
  left: 20%;
  transform: rotate(-20deg);
}

.swiper-nav-btn:hover {
  color: #00ffe1;
}

.swiper-nav-btn.next {
  left: auto;
  right: 20%;
  transform: rotate(20deg);
}

.slide-content {
  z-index: 2;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wheel-slider {
  position: relative;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-category {
  color: #dfdfdf;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  transition: all .6s;
}

.nav-link-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  padding-right: 6px;
  display: flex;
  position: absolute;
  left: -22px;
}

.clone-the-child-of-this {
  width: 100%;
}

.contact-trigger-wrap {
  justify-content: center;
  padding-bottom: 2vh;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide-text-wrap {
  overflow: hidden;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-show-slider-nav {
  justify-content: center;
  align-items: center;
  width: 28px;
  display: flex;
}

.wlfwc-holder {
  z-index: 20;
  color: #fff;
  position: relative;
}

.swiper-nav-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._wf-button__wrapper {
  z-index: 900;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slide-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-container {
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  transform: perspective(1200px);
}

.swiper-navigation {
  z-index: 40;
  justify-content: center;
  align-items: center;
}

.nav-item-link {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-left: 40px;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-item-link:hover {
  color: #00ffe1;
}

.hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  margin-bottom: 46px;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control-btn {
  z-index: 80;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.control-btn:hover {
  color: #051328;
  background-color: #00ffe180;
}

.devider-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.slider--comparison {
  height: 500px;
  position: absolute;
  inset: 0%;
}

.locations-deliveries-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.runner {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

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

.border-divider.color {
  background-color: #fafafa4d;
}

.client-reviews-content-right {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.after-wrapper-2 {
  height: 500px;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.delivery {
  background-color: var(--red);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

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

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

.section-title-2 {
  letter-spacing: -.42px;
  margin-bottom: 16px;
  font-family: Urbanist, sans-serif;
  line-height: 120%;
}

.section-title-2.light {
  z-index: 4;
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.section-title-2.light.client {
  color: #000;
}

.section-details-2 {
  color: #202020cc;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.section-details-2.white {
  color: #fffc;
}

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

.container--full {
  width: 100%;
  height: auto;
  position: relative;
}

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

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

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

.before-wrapper-2 {
  justify-content: center;
  align-items: center;
  height: 500px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.client-reviews-title {
  color: #fff;
  letter-spacing: -.3px;
  max-width: 490px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.client-name {
  color: #fff;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.before-image {
  background-image: url('../images/5e54fa7f-c8c5-4d45-8de1-887e4bfcd174_15e54fa7f-c8c5-4d45-8de1-887e4bfcd174.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before-image._6 {
  background-image: url('../images/IMG_5207IMG_5206.avif');
}

.before-image._9 {
  background-image: url('../images/IMG_4794IMG_4793.avif');
}

.before-image._4 {
  background-image: url('../images/IMG_197IMG_0196.avif');
}

.before-image._2 {
  background-image: url('../images/WhatsApp-Image-2024-09-05-at-3.52.44-PM_1WhatsApp Image 2024-09-05 at 3.52.44 PM.avif');
}

.before-image._5 {
  background-image: url('../images/IMG_3398IMG_3397.avif');
}

.before-image._1 {
  background-image: url('../images/IMG_4542IMG_4541.avif');
  height: 500px;
}

.before-image._7 {
  background-image: url('../images/28b52789-00dc-4c75-8cb2-a290cec8c6a9_128b52789-00dc-4c75-8cb2-a290cec8c6a9.avif');
}

.before-image._8 {
  background-image: url('../images/IMG_5014IMG_5013.avif');
}

.before-image._3 {
  background-image: url('../images/IMG_2901IMG_2900.avif');
}

.client-reviews-details {
  color: #fff;
  width: 100%;
  max-width: 598px;
  margin-bottom: 82px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.after-image {
  height: 500px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-arrow-2 {
  border: 2px solid var(--color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: 407px auto 57px 436px;
}

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

.after-image-inner {
  background-image: url('../images/4d4ee942-52ff-47a2-9026-980dc4050b27_14d4ee942-52ff-47a2-9026-980dc4050b27.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.after-image-inner._6 {
  background-image: url('../images/IMG_5230IMG_5229.avif');
}

.after-image-inner._4 {
  background-image: url('../images/IMG_201IMG_0200.avif');
}

.after-image-inner._2 {
  background-image: url('../images/WhatsApp-Image-2024-09-05-at-3.52.47-PM_1WhatsApp Image 2024-09-05 at 3.52.47 PM.avif');
}

.after-image-inner._9 {
  background-image: url('../images/IMG_4816IMG_4815.avif');
}

.after-image-inner._1 {
  background-image: url('../images/6.jpg');
}

.after-image-inner._5 {
  background-image: url('../images/IMG_3406IMG_3405.avif');
}

.after-image-inner._8 {
  background-image: url('../images/IMG_4618IMG_4617.avif');
}

.after-image-inner._3 {
  background-image: url('../images/IMG_2910IMG_2909.avif');
}

.after-image-inner._7 {
  background-image: url('../images/eaa8dad6-0c76-4b59-af21-5ab74fb2edb4_1eaa8dad6-0c76-4b59-af21-5ab74fb2edb4.avif');
}

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

.image {
  max-width: 100%;
}

.card_link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top_line {
  background-color: #52bedc;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.76em;
  height: 2.76em;
  display: flex;
}

.top_line.is--white {
  color: #000;
  background-color: #fff;
  flex: none;
  overflow: visible;
}

.news_top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 2.5em;
  display: flex;
}

.news_top.service {
  padding-top: 40px;
}

.lottie_arrow {
  width: 1.5em;
  max-width: 100%;
  height: 100%;
  margin-left: .5em;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.13em 4.17em;
}

.news_title {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  padding-right: 1em;
  font-weight: 400;
}

.news_title._1 {
  padding-left: 1em;
  padding-right: 0;
}

.top_item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.56em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero_links {
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.news_top-line {
  background-color: var(--red);
  width: 100%;
  height: .16em;
}

.blue_span {
  color: #52bedc;
}

.news_item {
  border: .05em solid var(--white);
  color: #000;
  background-image: url('../images/trinity.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 12em;
  padding: 5.21em 1.56em 1.56em;
  display: flex;
  position: relative;
}

.news_item.is--img {
  color: #fff;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/burlington.jpg');
  background-position: 0 0, 40%;
  background-size: auto, cover;
  border-style: none;
}

.news_item.is--blue {
  color: #000;
  background-color: #52bedc;
  border-color: #52bedc;
  height: 100%;
}

.news_item.is--white {
  background-color: #fff;
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/2016-10-15.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-color: #fff;
}

.news_item.is--black {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/applebay1.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-width: 0;
  border-color: #000;
}

.news_item._5 {
  border-color: var(--light-white);
  background-image: linear-gradient(#00000061, #00000061), url('../images/erin-mills.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  height: 200px;
  min-height: 5em;
}

.news_item._6 {
  background-image: linear-gradient(#00000078, #00000078), url('../images/heartland.jpg');
  background-position: 0 0, 0 30%;
  background-size: auto, 680px;
  height: 200px;
}

.news_item._7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rockwood.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 680px;
}

.news_item._3 {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/applebay.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.news_item._8 {
  background-image: linear-gradient(#00000075, #00000075), url('../images/clarkson.jpg');
  background-position: 0 0, 100%;
  background-size: auto, 480px;
}

.news_item._9 {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/trinity.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.news_item._4 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/sherway.JPG');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.news_item._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/burlington.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.news_container {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: stretch stretch;
  padding-left: 2.29em;
  padding-right: 2.29em;
  display: grid;
}

.heading-7 {
  color: var(--white);
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.heading-8 {
  color: #fff;
  font-size: 22px;
  line-height: 20px;
}

.heading-9 {
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}

.heading-10 {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-11 {
  color: #fff;
  font-size: 22px;
  line-height: 20px;
}

.heading-12, .heading-13 {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.heading-14, .heading-15 {
  font-size: 22px;
  line-height: 20px;
}

.heading-16, .heading-17 {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.subscript {
  color: var(--white);
  background-color: #fff0;
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.subscript-2, .subscript-3, .subscript-4 {
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.heading-18 {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.imagen-container {
  width: 1000px;
}

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

.tab-link-tab-1 {
  border: 2px solid var(--color);
  background-color: var(--light-white);
  border-radius: 20px;
}

.tab-link-tab-1.w--current {
  border: 2px solid var(--color);
  background-color: var(--color);
  border-radius: 20px;
}

.tab-link-tab-1.w--current:active {
  color: var(--white);
}

.tab-pane-tab-1 {
  background-color: var(--white);
}

.text-block-9 {
  color: var(--black);
  border-radius: 0;
}

.text-block-9:active {
  color: var(--white);
}

.tab-link-tab-2 {
  border: 2px solid var(--color);
  background-color: var(--light-white);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.tab-link-tab-3 {
  border: 2px solid var(--color);
  background-color: var(--light-white);
  border-radius: 20px;
}

.tab-link-tab-3.w--current {
  border-color: var(--color);
  background-color: var(--color);
  margin-right: 10px;
}

.text-block-10 {
  color: var(--black);
}

.tab-link-tab-4 {
  border: 2px solid var(--color);
  background-color: var(--color);
  border-radius: 20px;
}

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

.quick-stack {
  grid-column-gap: 20px;
}

.text-span-5 {
  background-image: url('../images/redbar-text.png');
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: auto 12px;
}

.banner-ticker-wrapper-2 {
  background-color: var(--red);
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 64px;
  padding-bottom: 68px;
}

.ticker-details-2 {
  color: #fff;
  letter-spacing: -2.232px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  line-height: 100%;
}

.banner-ticker-wrapper-3 {
  background-color: #f8b427;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 64px;
  padding-bottom: 68px;
}

.banner-ticker-wrapper-3.v2 {
  background-color: var(--red);
  transform: rotate(1deg);
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  left: auto;
  right: auto;
}

.heading-19 {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 35px;
  margin-bottom: 15px;
  display: flex;
}

.heading-20, .heading-21 {
  font-size: 20px;
  line-height: 2px;
}

.list {
  margin-top: 15px;
  padding-left: 0;
  list-style-type: none;
}

.column {
  padding-left: 30px;
}

.image-2 {
  max-width: 50%;
}

.column-2 {
  padding-left: 0;
}

.list-item {
  background-image: url('../images/Check-Icon-Freepik.png');
  background-position: 0 5%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 18px;
  list-style-type: none;
  display: block;
}

.image-3 {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  display: inline-block;
}

.div-block-5 {
  flex-flow: row;
  font-size: 20px;
  display: flex;
}

.paragraph {
  margin-top: 0;
  padding-top: 15px;
  padding-left: 5px;
  font-size: 18px;
}

.paragraph.long {
  padding-top: 6px;
  line-height: 25px;
}

.paragraph-2, .paragraph-3 {
  font-size: 20px;
}

.heading-22 {
  color: var(--red);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 600;
  display: flex;
}

.image-4 {
  border-radius: 30px;
  max-width: 90%;
  margin-bottom: 35px;
}

.heading-23 {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.heading-24 {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  font-size: 60px;
  font-weight: 600;
  display: flex;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 600;
}

.div-block-6 {
  text-align: center;
  margin-top: 20px;
  margin-left: 420px;
  margin-right: 420px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.service-text.final {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.code-embed {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  max-width: none;
  display: inline-block;
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.image-5 {
  box-sizing: border-box;
  object-fit: fill;
}

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

@media screen and (min-width: 1440px) {
  .benner-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.about-us, .section.our-services, .section.our-process {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-main-wrapper {
    flex-flow: column;
    display: flex;
  }

  .container--full {
    height: 70vh;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    justify-content: center;
    align-items: center;
    padding-left: 230px;
    display: block;
  }

  .container {
    flex-flow: column;
  }

  .benner-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.about-us, .section.our-services {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.our-process {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.faq-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.contuct-info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.after-banner.our-mission {
    justify-content: center;
    align-items: center;
  }

  .about-us-title-img {
    top: 74%;
    right: -1%;
  }

  .section-details-wrapper {
    padding-right: 64px;
  }

  .why-choose-us-main-wrapper {
    margin-left: 298px;
  }

  .why-choose-us-main-contant-wrapper {
    padding-left: 40px;
  }

  .slide {
    margin-right: 24px;
  }

  .why-choose-us-main-flex {
    grid-column-gap: 20px;
  }

  .slide-nav {
    top: 593px;
    left: -932px;
  }

  .our-process-title-img {
    top: 65%;
    right: 35%;
  }

  .our-works-stick-wrapper {
    display: flex;
  }

  .blog-section-img {
    left: 11%;
  }

  .faq-main-wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .faq-main-flex-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-mission-main-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .our-mission-main-flex-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contuct-info-main-wrapper.mobile {
    justify-content: center;
    align-items: center;
  }

  .preview-banner-page-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .single-preview-banner-image._02 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .single-preview-banner-image._03 {
    max-width: 589px;
  }

  .preview-benner-img-01 {
    left: 8%;
  }

  .preview-benner-img-02 {
    top: 24%;
    right: 9%;
  }

  .shops-single-title {
    letter-spacing: -3px;
  }

  .inner-banner {
    background-image: url('../images/Inner-Benner.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 235px;
    padding-bottom: 115px;
    padding-right: 0;
  }

  .section-details-2 {
    font-size: 18px;
  }

  .container--full {
    height: 70vh;
  }

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

  .right-arrow-2 {
    bottom: 59px;
    left: 539px;
  }

  .left-arrow-2 {
    bottom: 59px;
    left: 460px;
  }

  .grid-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1, h2, h3 {
    font-size: 55px;
  }

  h4 {
    font-size: 37px;
  }

  h5 {
    font-size: 29px;
  }

  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-logo {
    max-width: 175px;
  }

  .nav-link {
    color: #000000e6;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.w--current {
    color: #000;
  }

  .nav-menu {
    background-color: var(--red);
  }

  .nav-main-menu-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

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

  .home-dropdown-list {
    position: static;
  }

  .pages-dropdown-wrapper {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .pages-dropdown-main-list {
    display: none;
    position: static;
  }

  .pages-main-link-wrapper {
    width: auto;
    margin-left: 0;
    padding: 30px;
  }

  .pages-dropdown-main-link-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .pages-single-link-flex {
    grid-row-gap: 15px;
  }

  .pages-link-text {
    font-size: 16px;
    line-height: 20px;
  }

  .pages-main-single-link-flex {
    grid-column-gap: 30px;
  }

  .more-template-text {
    font-size: 18px;
    line-height: 25px;
  }

  .nav-right-wrapper {
    justify-content: center;
  }

  .nav-button.for-dekstop {
    display: none;
  }

  .nav-button.for-mobail {
    display: block;
  }

  .primary-button {
    align-items: center;
    margin-top: 5px;
    padding: 15px 30px;
  }

  .primary-button.for-tab {
    background-color: var(--white);
  }

  .benner-section {
    padding-top: 150px;
  }

  .benner-main-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .benner-title-wrapper {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .benner-main-title {
    letter-spacing: 0;
    font-size: 55px;
    line-height: 65px;
  }

  .benner-title-power-img {
    right: 26%;
  }

  .benner-title-arrow-img {
    max-width: 56px;
    display: none;
    bottom: 125px;
    right: 626px;
  }

  .benner-details-wrapper {
    max-width: 521px;
  }

  .benner-details {
    text-align: center;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 25px;
  }

  .benner-button-wrapeer {
    grid-row-gap: 0px;
    justify-content: center;
  }

  .secondary-button {
    padding: 15px 30px;
  }

  .secondary-button.white {
    padding: 15px 25px;
  }

  .benner-main-img-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }

  .benner-main-img-1-wrapper {
    text-align: center;
    width: 385px;
    height: 39%;
  }

  .benner-img-01 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .benner-main-img-2-wrapper {
    width: 100%;
    height: auto;
  }

  .benner-main-img-02 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .media-box {
    top: -17px;
    left: 205px;
  }

  .media-box.v2 {
    z-index: 3;
    top: 153px;
    left: 338px;
  }

  .media-img {
    max-width: 85px;
  }

  .media-img.v2 {
    width: 83px;
    max-width: 68px;
  }

  .media-play-buton {
    max-width: 16px;
  }

  .banner-ticker-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-ticker-content-wrap {
    grid-column-gap: 20px;
    margin-right: 20px;
  }

  .ticker-details {
    font-size: 26px;
  }

  .section, .section.about-us, .section.our-services, .section.why-choose-us, .section.our-process, .section.our-works, .section.testimonials, .section.blog, .section.faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer {
    padding-top: 80px;
  }

  .section.benner-v2 {
    padding-top: 150px;
  }

  .section.about-us-v2 {
    background-size: cover;
    margin-top: -7px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.why-choose-us-v2 {
    background-position: 50%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 390px;
  }

  .section.our-process-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.our-works-v2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section.testimonial-v2, .section.blog-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.our-mission {
    padding-top: 100px;
  }

  .section.core-value, .section.exparts, .section.blog-single-v1, .section.contuct-info, .section.after-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.after-banner.our-mission {
    padding-bottom: 0;
  }

  .section.preview-features {
    padding-bottom: 100px;
  }

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

  .section.figma-file {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .about-us-main-flex {
    grid-column-gap: 0px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .about-us-main-title-wrapper {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-title {
    letter-spacing: -3px;
    font-size: 43px;
    line-height: 53px;
  }

  .section-title.white.care-value-tab-contant-text {
    text-align: center;
  }

  .section-title.white.our-service, .section-title.white.our-process {
    text-align: center;
    font-size: 43px;
  }

  .section-title.white.testimonial-v1 {
    text-align: center;
  }

  .section-title.size-70 {
    margin-bottom: 0;
    font-size: 43px;
    line-height: 53px;
  }

  .section-title.size-70.white.why-choose-us-v2 {
    text-align: center;
    letter-spacing: -3px;
    margin-bottom: 0;
    font-size: 43px;
  }

  .section-title.size-70.single-width {
    margin-bottom: 60px;
  }

  .section-title.size-70.project-left-single-title {
    letter-spacing: -3px;
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 46px;
  }

  .section-title.size-70.why-chosse-us-title {
    text-align: center;
    letter-spacing: -3px;
    font-size: 43px;
    line-height: 53px;
  }

  .section-title.size-70.faq-title {
    text-align: center;
  }

  .section-title.size-70.project-single-title {
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 10px;
    line-height: 53px;
  }

  .section-title.size-70.core-value {
    text-align: center;
    margin-bottom: 0;
  }

  .section-title.size-70.service-section-title {
    text-align: center;
    margin-bottom: 10px;
    line-height: 53px;
  }

  .section-title.size-70.blog-single-title {
    text-align: center;
    line-height: 53px;
  }

  .section-title.mg-bottom-16px.text-size-70 {
    margin-bottom: 12px;
  }

  .section-title.white {
    letter-spacing: 0;
  }

  .section-title.max-404 {
    font-size: 50px;
    line-height: 55px;
  }

  .section-title-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .section-sub-marked {
    background-size: auto 10px;
    height: auto;
  }

  .about-us-title-img {
    top: auto;
    bottom: -164px;
    right: 12%;
  }

  .section-details-wrapper {
    text-align: center;
    max-width: 526px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .section-details {
    text-align: center;
    max-width: 543px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .section-details.white {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details.white.max-840 {
    max-width: 572px;
    margin-bottom: 40px;
  }

  .section-details.white.max-648-43 {
    max-width: 576px;
  }

  .section-details.white.core-value-tab-contant-details {
    max-width: 478px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details.white.service-v1 {
    max-width: 477px;
  }

  .section-details._52 {
    max-width: 539px;
    margin-bottom: 30px;
  }

  .section-details.width {
    max-width: 621px;
  }

  .section-details.max-677 {
    max-width: 571px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details.core-value-details {
    max-width: 541px;
    padding-top: 0;
    font-size: 15px;
  }

  .section-details.none-margin {
    text-align: left;
  }

  .section-details.our-process-v2 {
    margin-bottom: 32px;
  }

  .section-button-wrapper {
    justify-content: center;
  }

  .about-us-main-contant-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .about-us-left-contant-wrapper {
    padding: 30px;
  }

  .about-us-left-contant-flex {
    grid-column-gap: 0px;
  }

  .about-us-left-single-details-wrapper {
    margin-bottom: 20px;
  }

  .about-us-right-img-wrapper {
    width: 100%;
  }

  .about-us-details-img {
    display: none;
    top: -64%;
    right: -1%;
  }

  .service-main-flex {
    grid-column-gap: 0px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .service-title-wrapper {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-title-shape {
    background-size: auto 10px;
  }

  .service-title-arrow-img {
    display: none;
    bottom: 3%;
    right: 21%;
  }

  .service-details-img {
    top: 110px;
    left: 358.922px;
  }

  .service-details-arrow {
    display: none;
    top: -89%;
    right: -34%;
  }

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

  .service-main-contant-flex {
    padding: 30px;
  }

  .service-number {
    margin-bottom: 20px;
  }

  .service-main-title-img-wrapper {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }

  .service-post-title {
    font-size: 28px;
    line-height: 38px;
  }

  .service-post-details {
    font-size: 15px;
    line-height: 26px;
  }

  .service-hover-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .service-hover-img {
    width: 100%;
    height: 100%;
  }

  .service-section-img {
    display: none;
    bottom: -5%;
    left: 3%;
  }

  .why-choose-us-main-wrapper {
    max-width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .why-choose-us-main-details-wrapper {
    text-align: center;
    width: 100%;
  }

  .why-choose-us-title-shape {
    background-size: 100%;
  }

  .why-choose-us-title-img {
    display: none;
  }

  .why-choose-us-title-arrow {
    display: none;
    left: 16%;
  }

  .why-choose-us-main-contant-wrapper {
    padding-left: 20px;
  }

  .slider {
    padding-bottom: 0;
  }

  .mask {
    width: 357px;
  }

  .slide {
    margin-right: 20px;
  }

  .why-choose-us-main-slide-wrapper {
    padding: 30px;
  }

  .why-choose-us-slide-number {
    margin-bottom: 50px;
  }

  .why-choose-us-slide-img-wrapper {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
  }

  .why-choose-us-silde-title {
    font-size: 34px;
    line-height: 44px;
  }

  .why-choose-us-silde-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .why-choose-us-main-flex {
    flex-direction: column;
  }

  .why-choose-us-main-contant-flex {
    padding-bottom: 0;
  }

  .slide-nav {
    top: 433px;
    left: -3px;
    transform: none;
  }

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

  .our-process-main-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .our-process-main-title-wrapper {
    width: 100%;
  }

  .section-marked {
    background-size: auto 10px;
  }

  .our-process-title-img {
    display: none;
    top: 180%;
    right: 24%;
  }

  .our-process-main-details-wrapper {
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .our-process-content-sticky-wrap {
    flex-direction: column;
    height: auto;
  }

  .our-process-content-wrapper {
    text-align: center;
    padding: 20px;
    position: static;
    overflow: visible;
  }

  .our-process-content-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    place-content: center;
    align-items: stretch;
  }

  .our-process-img-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
    overflow: visible;
  }

  .our-process-contant-img-1, .our-process-contant-img-2 {
    width: 100%;
    max-width: 100%;
  }

  .our-process-contant-img-wrapper-1 {
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .our-process-contant-img-wrapper-2 {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-right: 20px;
    position: static;
  }

  .our-process-contant-img-wrapper-3 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    display: flex;
    position: static;
  }

  .our-process-contant-img-3 {
    width: 100%;
    max-width: 100%;
  }

  .our-process-border-wrapper {
    align-content: flex-end;
    height: 382px;
    display: none;
  }

  .our-process-border-text-wrap {
    height: 40px;
  }

  .our-process-border-text-wrap.top {
    height: 39px;
    overflow: hidden;
  }

  .our-peocess-border-wrap {
    overflow: visible;
  }

  .our-process-content-scroll-wrap {
    align-self: auto;
    width: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .our-procces-content-wrap._1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .our-procces-content-wrap._2 {
    margin-bottom: 30px;
  }

  .our-procces-content-wrap._3 {
    margin-bottom: 20px;
  }

  .our-processs-scroll-title {
    text-align: left;
    margin-bottom: 14px;
    font-size: 34px;
  }

  .our-process-contant-details {
    text-align: left;
    margin-bottom: 12px;
  }

  .our-process-button-wrap {
    display: flex;
  }

  .our-work-main-flex-wrapper {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .our-work-main-title-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .our-works-main-details-wrapper {
    max-width: 100%;
    padding-top: 0;
  }

  .our-works-button-wrapper {
    justify-content: center;
    display: flex;
  }

  .our-works-stick-wrapper {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-work-contant-wrapper {
    position: static;
    top: 140px;
  }

  .our-works-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .our-works-img {
    max-width: 100%;
  }

  .our-works-hover-wrapper {
    grid-row-gap: 0px;
    background-image: linear-gradient(129deg, #45494ed9, #1a1e23d9 64.08%);
    border-radius: 10px;
    align-items: flex-start;
    padding: 0;
    display: block;
    inset: 0%;
  }

  .our-works-text-wrapper {
    position: absolute;
    inset: auto 10px 20px 15px;
  }

  .our-works-catagory {
    margin-bottom: 8px;
  }

  .our-works-text {
    font-size: 23px;
    line-height: 33px;
  }

  .our-works-contant-end {
    position: static;
    inset: auto 20px 20px;
  }

  .our-works-button-link {
    z-index: 2;
    width: 50px;
    height: 50px;
    position: absolute;
    inset: 30px 30px auto auto;
  }

  .our-works-contant-arrow-img {
    max-width: 30px;
  }

  .our-works-details-arrow-img {
    display: none;
    right: 1%;
  }

  .our-works-details-shape-img {
    object-fit: fill;
    display: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .testimonial-main-flex {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .testimonial-title-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .testimonial-title-arow-img {
    display: none;
    bottom: 3px;
    right: 19%;
  }

  .testimonial-details-wrapper {
    width: 100%;
    padding-top: 0;
  }

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

  .testimonial-title-shape-img {
    display: none;
  }

  .testimonial-section-img {
    max-width: 116px;
    top: -4%;
  }

  .testimonial-card-main-wrapper {
    margin-right: 20px;
  }

  .testimonial-card-main-contant-wrapper {
    max-width: 319px;
    padding: 15px;
  }

  .testimonial-card-main-contant-wrapper.top {
    width: auto;
    max-width: 282px;
    height: auto;
    max-height: 489px;
    margin-right: 20px;
  }

  .testimonial-card-details {
    font-size: 14px;
    line-height: 26px;
  }

  .testimonal-card-text {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .testimonial-card-shape {
    width: 100%;
  }

  .testimonal-card-athor-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .testimonial-athor-name {
    font-size: 16px;
  }

  .testimonal-athor {
    font-size: 14px;
  }

  .testimonal-main-card-flex {
    margin-left: 20px;
  }

  .blog-main-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

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

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

  .blogs-buttom-wrapper {
    display: flex;
  }

  .benner-details-shape {
    display: none;
    right: 23%;
  }

  .blog-post-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blogs-content-text-wrapper {
    margin-bottom: 20px;
  }

  .blogs-content-title-wrapper {
    margin-bottom: 10px;
  }

  .blogs-content-title {
    font-size: 22px;
    line-height: 31px;
  }

  .blogs-content-title.v2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .blog-content-details {
    font-size: 15px;
  }

  .blog-section-img {
    max-width: 120px;
    top: -2%;
    left: 8%;
  }

  .faq-main-flex-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .faq-main-title-wrapper {
    text-align: center;
    width: 100%;
  }

  .faq-title-img, .faq-details-img {
    display: none;
  }

  .faq-grid-wrapper {
    grid-template-columns: 1fr;
  }

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

  .faq-ans {
    max-width: 100%;
  }

  .faq-arrow-details-img {
    display: none;
  }

  .footer-main-flex {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }

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

  .footer-title {
    letter-spacing: -3px;
    font-size: 44px;
    line-height: 60px;
  }

  .footer-title-img {
    display: none;
  }

  .footer-main-contant-wrapper {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .footer-contant-right-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .footer-details {
    max-width: 553px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field {
    width: 100%;
  }

  .footer-social-link-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-left-contant-wrapper {
    grid-column-gap: 80px;
  }

  .footer-link-title {
    text-align: left;
  }

  .footer-link-felex {
    align-items: flex-start;
  }

  .copy-right-text {
    font-size: 16px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benner-v2-main-title {
    text-align: center;
    letter-spacing: -4px;
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 60px;
  }

  .benner-v2-title-img-01 {
    max-width: 28px;
    display: none;
    bottom: 145px;
    right: 10px;
  }

  .benner-v2-title-img-02 {
    max-width: 54px;
    display: none;
    top: -42px;
    left: 559px;
  }

  .benner-v2-title-wrapper {
    width: 100%;
  }

  .section-title-wrapper {
    margin-bottom: 12px;
  }

  .benner-v2-contant-wrapper {
    margin-bottom: 60px;
  }

  .benner-v2-contant-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .benner-v2-card-contant-wrapper {
    padding: 30px;
  }

  .benner-v2-card-details-wrapper {
    margin-bottom: 60px;
  }

  .benner-v2-card-details {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .about-us-v2-title-main-wrapper {
    max-width: 100%;
  }

  .about-us-v2-title-img {
    display: none;
    left: 7%;
  }

  .about-us-v2-title-arrow {
    max-width: 78px;
    display: none;
    bottom: 50%;
    right: -1%;
  }

  .about-us-contant-wrapper {
    grid-column-gap: 65px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .about-us-v2-main-img-wrapper {
    max-width: 100%;
    height: 100%;
    margin-bottom: 40px;
  }

  .about-us-v2-main-man-img {
    width: 100%;
    height: 100%;
  }

  .about-us-v2-small-img {
    max-width: 41px;
    bottom: 472px;
    right: 9%;
  }

  .about-us-v2-small-img-02 {
    max-width: 65px;
    bottom: 531px;
    left: 7%;
  }

  .about-us-v2-small-img-03 {
    top: 499px;
    right: 10%;
  }

  .about-us-v2-main-contant-title {
    text-align: center;
    max-width: 100%;
    font-size: 38px;
    line-height: 54px;
  }

  .about-us-v2-main-contant-details {
    text-align: center;
    max-width: 536px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 25px;
  }

  .about-us-v2-single-contant {
    justify-content: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }

  .about-us-v2-single-contant._2 {
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .about-us-v2-single-title {
    text-align: left;
    font-size: 22px;
  }

  .about-us-v2-single-details {
    max-width: 340px;
    font-size: 16px;
  }

  .about-us-card-single-buttom-wrapper {
    justify-content: center;
  }

  .service-v2-main-title-wrapper {
    max-width: 100%;
  }

  .section-title-img {
    max-width: 39px;
    display: none;
    top: 1%;
    left: 4%;
  }

  .tabs {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 40px;
  }

  .service-v2-tab-img-wrapper {
    max-width: 100%;
  }

  .service-ball-img {
    top: 16%;
    right: 7%;
  }

  .service-yeollow-star-img {
    top: 14%;
    left: 6%;
  }

  .why-chose-us-v2-main-wrapper {
    text-align: center;
  }

  .why-chose-us-v2-main-details-wrapper {
    max-width: 100%;
  }

  .why-chosse-us-v2-title-img {
    display: none;
    bottom: 4%;
    right: 18%;
  }

  .why-chosse-us-v2-title-img-02 {
    display: none;
    left: 9%;
  }

  .why-choose-us-v2-details-shape {
    right: -78%;
  }

  .why-chose-us-v2-contant-wrapper {
    width: 100%;
  }

  .chosse-us-content-sticky-wrap {
    height: auto;
  }

  .chosse-us-content-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
    overflow: visible;
  }

  .chosse-us-card-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .chosse-us-card-wrapper._02 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px;
    transform: none;
  }

  .chosse-us-card-wrapper._01 {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px;
    position: sticky;
  }

  .chosse-us-card-wrapper._03 {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px;
    transform: none;
  }

  .chosse-us-card-wrapper._04 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px;
    transform: none;
  }

  .choose-us-card-contant-arrow {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
  }

  .card-img {
    max-width: 20px;
  }

  .chosse-us-card-text {
    font-size: 36px;
  }

  .chosse-us-details {
    font-size: 15px;
  }

  .our-process-v2-main-title-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .our-chosse-us-title-img-01 {
    max-width: 66px;
    display: none;
    top: 45%;
    right: 12%;
  }

  .our-chosse-us-title-img-02 {
    bottom: 13%;
    left: 2%;
  }

  .our-chosse-us-title-img-03 {
    max-width: 61px;
    top: 5%;
    left: 3%;
  }

  .our-process-tab-contant-wrapperwrapper {
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
  }

  .single-tab-contant-wrap {
    margin-bottom: 30px;
    padding: 30px;
  }

  .our-proses-tab-contant-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .tab-left-wrapper {
    max-width: 100%;
    padding-top: 30px;
  }

  .tab-contant-number-wrapper {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-contant-main-title-wrapper {
    text-align: center;
  }

  .tab-contant-main-title {
    text-align: center;
    max-width: 100%;
    font-size: 37px;
  }

  .tab-contant-main-title._03 {
    max-width: 100%;
    font-size: 33px;
  }

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

  .tab-right-contant-wrapper {
    padding: 50px 60px;
  }

  .tab-contant-main-small-img-2._03 {
    bottom: 9%;
  }

  .our-works-v2-main-details-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .our-process-v2-title-img-01 {
    display: none;
    left: 24%;
  }

  .our-process-v2-title-img-02 {
    display: none;
  }

  .our-works-main-contant-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .our-works-v2-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;
  }

  .our-works-v2-main-contant-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .our-works-v2-main-img {
    object-fit: cover;
  }

  .our-works-v2-conttant-title {
    max-width: 500px;
    font-size: 30px;
    line-height: 40px;
  }

  .our-works-team-v2-contant-details {
    max-width: 550px;
    font-size: 17px;
  }

  .our-works-contant-v2-shape {
    width: 550px;
  }

  .our-works-v2-link-wrapper {
    width: 60px;
    height: 60px;
  }

  .our-works-arrow-01 {
    max-width: 34px;
  }

  .testimonial-main-title-wrapper, .testimonial-v2-contant-wrapper, .testimonial-slider-mask {
    max-width: 100%;
  }

  .testimonial-main-slide-wrapper {
    grid-column-gap: 30px;
    padding: 20px;
  }

  .testimonial-contant-v2-wrapper {
    max-width: 417px;
    padding-top: 20px;
  }

  .testimonial-slider-star-img {
    max-width: 100%;
  }

  .testimonial-slider-details {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-athor-name-v2, .testimonial-athor {
    font-size: 19px;
  }

  .testimonial-arrow {
    width: 40px;
    height: 40px;
    top: 339px;
    left: 326px;
  }

  .testimonial-arrow.left {
    bottom: 21px;
    left: 336px;
  }

  .testimonial-arrow.right {
    bottom: 20px;
    left: 394px;
  }

  .testimonial-section-title-img {
    display: none;
    top: 11%;
    left: 5%;
  }

  .testimonial-v2-img-1 {
    max-width: 114px;
    top: -26%;
    left: 1%;
  }

  .testimonial-v2-img-2 {
    max-width: 88px;
    display: none;
    top: 15%;
    right: 11%;
  }

  .blog-main-titlle-wrapper-v2 {
    max-width: 100%;
  }

  .blog-main-grid-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .blog-v2-main-contant-wraper {
    padding: 20px;
  }

  .blog-v2-main-img-wrapper._1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .small-post-collection-wrap {
    grid-column-gap: 24px;
    flex-direction: row;
  }

  .blog-v2-single-main-wrapper.v2 {
    grid-row-gap: 24px;
    flex-direction: column;
    height: 100%;
    padding: 20px;
  }

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

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

  .blog-v2-single-text-wrapper {
    max-width: 100%;
  }

  .our-mission-main-wrapper {
    margin-bottom: 70px;
  }

  .our-mission-main-flex-wrapper {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .our-mission-main-title-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .our-mission-details-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .our-mission-bottun-wrapper {
    justify-content: center;
    display: flex;
  }

  .our-mission-contant-wrapper {
    grid-row-gap: 20px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .our-mission-img, .our-mission-contant-left-img-01 {
    width: 100%;
  }

  .our-mission-main-details {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .core-value-main-title-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .core-value-main-flex-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .core-value-caid-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
  }

  .core-value-single-card-wrapper {
    padding: 40px;
  }

  .core-value-single-card-number-text {
    margin-bottom: 100px;
  }

  .core-value-single-card-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }

  .core-value-single-card-icon {
    max-width: 37px;
  }

  .core-value-single-card-title {
    font-size: 37px;
    line-height: 41px;
  }

  .core-value-single-card-details {
    font-size: 16px;
    line-height: 24px;
  }

  .core-value-main-tab-contant-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    margin-bottom: 70px;
    padding: 40px 55px 40px 60px;
  }

  .core-value-tab-right-img-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .core-value-main-tab-wrapper {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .core-value-main-tab {
    align-items: center;
  }

  .coren-value-tab-menu {
    margin-bottom: 30px;
  }

  .core-value-main-counter-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    height: 100%;
    padding: 50px;
    display: grid;
  }

  .core-value-counter-wrapper {
    align-items: center;
  }

  .number-digit {
    font-size: 55px;
  }

  .service-page-main-details-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .service-page-main-title-wrapper {
    max-width: 100%;
  }

  .servicepage-main-details-wrapper {
    max-width: 100%;
    padding-top: 0;
  }

  .service-single-details-wrapper {
    max-width: 100%;
  }

  .single-services-contant-wrap {
    margin-bottom: 40px;
  }

  .single-service-info-wrap {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .single-services-rich-contant-wrap {
    margin-bottom: 30px;
  }

  .services-single-details h2 {
    margin-bottom: 12px;
    font-size: 43px;
  }

  .services-single-details p {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .services-single-details ol {
    padding-left: 15px;
  }

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

  .single-services-rich-contant-02-details h2 {
    letter-spacing: -1px;
    margin-bottom: 14px;
    font-size: 40px;
  }

  .single-services-rich-contant-02-details p, .single-services-rich-contant-02-details li {
    font-size: 16px;
  }

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

  .exparts-single-main-wrapper {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    max-width: 100%;
    height: 100%;
    margin-bottom: 80px;
    padding: 60px 30px 40px 60px;
  }

  .exparts-single-main-flex {
    flex-direction: column;
  }

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

  .expeart-single-details-contant h2 {
    margin-bottom: 12px;
    font-size: 55px;
  }

  .expeart-single-details-contant p {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .expeart-single-details-contant ul {
    margin-bottom: 20px;
  }

  .expeart-single-details-contant li {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .blog-single-title-main-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .blog-single-title-wrapper {
    max-width: 100%;
  }

  .blog-single-details {
    width: 100%;
    padding-top: 0;
  }

  .blog-single-v1-main-flex {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .blog-single-page-main-wrapper {
    max-width: 100%;
  }

  .blog-single-page-main-contant-wrapper {
    margin-bottom: 60px;
  }

  .blog-details-athor-wrapper {
    padding-bottom: 40px;
  }

  .blog-athor-name {
    font-size: 23px;
  }

  .blog-read-titme, .blog-date {
    font-size: 17px;
  }

  .blog-rich-contant-details-wrapper {
    margin-bottom: 40px;
  }

  .blog-details-main-contant h2 {
    font-size: 43px;
  }

  .blog-details-main-contant p {
    font-size: 17px;
  }

  .blog-details-main-contant li {
    font-size: 14px;
  }

  .blog-details-main-contant blockquote {
    background-position: 50% 10%;
    padding: 100px 30px 50px;
    font-size: 20px;
  }

  .blog-details-main-contant ol {
    margin-bottom: 35px;
    padding-left: 30px;
  }

  .blog-details-main-contant-2 h2 {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 43px;
  }

  .blog-details-main-contant-2 p {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .blog-details-main-contant-2 li {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .projects-main-flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .projects-main-title-wrapper {
    max-width: 100%;
  }

  .projects-main-details-wrapper {
    max-width: 100%;
    padding-top: 0;
  }

  .projects-contant-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }

  .project-main-contant-title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .projects-main-contant-title-text {
    text-align: center;
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 50px;
  }

  .project-contant-main-details {
    text-align: center;
    margin-bottom: 20px;
  }

  .projects-main-contant-img-wrapper {
    padding: 60px 70px;
  }

  .project-single-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .project-details-left-content {
    max-width: 100%;
  }

  .project-left-single-title-wrapper {
    margin-bottom: 80px;
  }

  .project-left-single-details {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .project-details-right-content {
    width: 100%;
  }

  .project-details-author-wrapper {
    padding: 30px;
    position: static;
  }

  .project-details-author-single {
    padding-bottom: 20px;
  }

  .project-details-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .project-details-main-icon {
    max-width: 24px;
  }

  .project-details-category-name {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .project-details-category-text-block {
    font-size: 16px;
  }

  .project-details-rich-content-02 {
    margin-bottom: 40px;
  }

  .project-details-rich-content-2 p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .project-details-rich-content-2 h2 {
    margin-bottom: 14px;
    font-size: 36px;
  }

  .project-details-rich-content-img-wraper {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }

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

  .shop-image-wrapper {
    margin-bottom: 30px;
  }

  .shop-image-overlay-wrapper {
    bottom: -15%;
  }

  .cart-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }

  .your-cart {
    font-size: 30px;
  }

  .cart-text {
    font-size: 25px;
  }

  .remove-button {
    padding: 15px 20px;
  }

  .cart-item {
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block {
    margin-left: 14px;
    margin-right: 14px;
  }

  .cart-image {
    width: 120px;
    height: 120px;
  }

  .projects-rich-contant-01 {
    margin-bottom: 25px;
  }

  .projects-rich-contant-01 h2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .projects-rich-contant-01 p {
    font-size: 16px;
  }

  .projects-rich-contant-01 li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .contuct-us-main-wrappr {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .contuct-us-title-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .contuct-us-main-contant-wrapper {
    padding: 80px;
  }

  .name-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .name-or-email-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .name-felid {
    width: 100%;
  }

  .field-label-2 {
    margin-bottom: 15px;
  }

  .changelog-main-wrapper {
    padding: 50px 100px;
  }

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

  .changelog-date-text-block {
    margin-bottom: 20px;
  }

  .changelog-circle {
    display: none;
  }

  .changelog-text-wrapper {
    width: 100%;
    padding-bottom: 40px;
  }

  .changelog-description-wrapper {
    padding: 20px;
  }

  .changelog-border {
    display: none;
  }

  .license-main-text-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .license-top-text {
    font-size: 23px;
    line-height: 33px;
  }

  .license-shape {
    width: 100%;
    margin-bottom: 30px;
  }

  .licemse-img-wrapper {
    grid-column-gap: 50px;
    margin-bottom: 40px;
  }

  .license-img-text-wrapper {
    width: 100%;
  }

  .license-contant-wrapper {
    grid-column-gap: 50px;
    margin-bottom: 40px;
  }

  .license-icon-wrapper {
    grid-column-gap: 50px;
  }

  .license-grid-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-colour-flex-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 100px;
    display: grid;
  }

  .style-colour-wrap {
    width: 100%;
  }

  .sign-in-content-flex-wrap {
    flex-direction: column;
    padding-bottom: 50px;
  }

  .sign-in-content-flex-wrap.forgot-password {
    justify-content: center;
  }

  .sign-in-flex-left-wrap {
    min-width: 100%;
    max-width: 100%;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 80px;
    display: none;
  }

  .sign-in-content-wrap {
    text-align: center;
  }

  .sign-up-title {
    margin-bottom: 93px;
    font-size: 54px;
  }

  .sign-in-img-wrap, .sign-in-img {
    width: 100%;
  }

  .sign-in-flex-right-wrap {
    padding-top: 70px;
  }

  .sign-in-form-wrap {
    min-width: 100%;
    max-width: 100%;
  }

  .sign-in-title {
    font-size: 45px;
    line-height: 55px;
  }

  .sign-in-alternative, .sign-in-or-wrap {
    margin-bottom: 30px;
  }

  .pp-container {
    padding: 40px;
  }

  ._404-img {
    max-width: 376px;
    margin-bottom: 40px;
  }

  ._404-details {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .shiping-method, .shipinng-method, .shipping-method, .payment-info, .order, .heading-5, .heading-6, .itram-order, .customer-info, .order-summery-text-2, .payment-info-text, .order-iteam-text {
    font-size: 30px;
  }

  .preview-banner {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .preview-container, .preview-banner-title-wrapper {
    max-width: 100%;
  }

  .preview-banner-title {
    letter-spacing: -1px;
    font-size: 43px;
    line-height: 53px;
  }

  .preview-details {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .preview-main-button-wrapper {
    justify-content: center;
  }

  .preview-banner-page-image-wrapper {
    justify-content: center;
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .single-preview-banner-image._01 {
    max-width: 270px;
  }

  .single-preview-banner-image._02 {
    max-width: 280px;
  }

  .single-preview-banner-image._03 {
    max-width: 260px;
  }

  .feature-main-title-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .preview-benner-img-01 {
    max-width: 71px;
    top: 12%;
    left: 2%;
  }

  .preview-benner-img-02 {
    max-width: 90px;
    top: 37%;
    right: 6%;
  }

  .feature-title {
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 43px;
    line-height: 53px;
  }

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

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

  .feature-single-contant {
    padding: 40px 30px;
  }

  .feature-img {
    max-width: 41px;
  }

  .feature-img-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .feature-content-details {
    max-width: 100%;
    font-size: 17px;
  }

  .single-preview-main-title-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .single-preview-title {
    margin-bottom: 16px;
    font-size: 43px;
    line-height: 53px;
  }

  .single-preview-details {
    max-width: 631px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .preview-single-link-wrap {
    max-width: 356px;
    padding: 20px;
  }

  .preview-single-link-wrap.changlog {
    max-width: 356px;
    padding: 16px;
  }

  .preview-single-link-wrap.authentication {
    height: 100%;
  }

  .preview-page-name-wrap {
    padding: 10px 15px;
    bottom: 34px;
  }

  .preview-page-name {
    font-size: 17px;
    line-height: 24px;
  }

  .shops-single-flex {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .shops-single-img-wrapper {
    max-width: 100%;
  }

  .shops-single-details-wrapper {
    width: 100%;
  }

  .shops-single-title {
    font-size: 43px;
  }

  .shops-single-price {
    font-size: 22px;
  }

  .shops-details {
    font-size: 17px;
  }

  .shops-quntity {
    font-size: 25px;
  }

  .single-shops-quintity {
    height: 50px;
  }

  .shops-add-to-cart {
    padding: 15px 25px;
  }

  .shops-single-details-contant-wrapper {
    max-width: 100%;
  }

  .shops-details-contant h2 {
    font-size: 55px;
  }

  .shops-details-contant p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .shops-details-contant ul {
    margin-bottom: 20px;
  }

  .shops-details-contant li {
    padding-left: 15px;
    font-size: 16px;
  }

  .figma-file-container {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .figma-file-flex {
    max-width: 100%;
  }

  .figma-file-logo-img-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .figma-file-logo-img {
    max-width: 31px;
  }

  .figma-title {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 70px;
  }

  .figma-details {
    margin-bottom: 16px;
    font-size: 17px;
  }

  .figma-button-wrapper {
    margin-bottom: 40px;
  }

  .figma-main-img-wrapper {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .preview-footer-section {
    padding-top: 0;
  }

  .preview-footer-container {
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .preview-footer-logo.w--current {
    margin-bottom: 20px;
  }

  .preview-footer-title {
    font-size: 43px;
    line-height: 53px;
  }

  .preview-footer-details {
    margin-bottom: 20px;
  }

  .preview-footer-button {
    margin-bottom: 0;
  }

  .preview-footer-shape-wrapper {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .ahtor-img {
    max-width: 70px;
  }

  .shop-categories-main-wrapper {
    margin-bottom: 40px;
  }

  .ordary-summery {
    font-size: 30px;
  }

  .our-process-main-details-img-1 {
    top: -121%;
    right: -20%;
  }

  .our-process-main-details-img-2 {
    display: none;
  }

  .cart-header {
    padding: 14px 20px;
  }

  .cart-container-2 {
    width: 100%;
  }

  .works-collection-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .works-collection-item {
    flex: none;
  }

  .about-us-v2-main-img-bg-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 509px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: 0%;
  }

  .about-us-v2-bg-img {
    width: 100%;
  }

  .about-us-main-v2-contant-wrapper {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .sg-divider {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .order-summery-text, .biling-address {
    font-size: 30px;
  }

  .hamburger-menu-bar {
    background-color: #000;
    width: 40px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .license-details {
    text-align: center;
    max-width: 543px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

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

  .our-process-contant-img-wrapper-4 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    display: flex;
    position: static;
  }

  .our-processs-scroll-title-2 {
    text-align: left;
    margin-bottom: 14px;
    font-size: 34px;
  }

  .our-process-contant-img-wrapper-5 {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-right: 20px;
    position: static;
  }

  .our-process-contant-img-4 {
    width: 100%;
    max-width: 100%;
  }

  .our-process-contant-img-wrapper-6 {
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .our-process-contant-img-5 {
    width: 100%;
    max-width: 100%;
  }

  .our-process-contant-img-wrapper-7 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    display: flex;
    position: static;
  }

  .our-process-contant-img-wrapper-8 {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-right: 20px;
    position: static;
  }

  .our-process-contant-img-6 {
    width: 100%;
    max-width: 100%;
  }

  .our-process-contant-img-wrapper-9 {
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .our-process-contant-img-7 {
    width: 100%;
    max-width: 100%;
  }

  .slide-heading {
    font-size: 36px;
  }

  .swiper-slide {
    width: 45%;
    height: 60vh;
  }

  .swiper-nav-btn.prev {
    left: 16%;
  }

  .swiper-nav-btn.next {
    right: 16%;
  }

  .wheel-slider {
    position: relative;
  }

  .slide-category {
    font-size: 12px;
  }

  ._wf-button__wrapper {
    transform-origin: 100% 100%;
    justify-content: flex-end;
    align-items: flex-end;
    transform: scale(.8);
  }

  .hero {
    padding-top: 160px;
    padding-bottom: 160px;
  }

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

  .delivery {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-reviews-content-left {
    width: 100%;
    margin-top: 36px;
    padding-right: 0;
  }

  .section-title-2.light {
    max-width: 728px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title-2.light.client {
    max-width: 502px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details-2 {
    text-align: center;
    font-size: 17px;
  }

  .section-details-2.white.client-reviews {
    max-width: 552px;
    font-size: 17px;
  }

  .container--full {
    height: 70vh;
  }

  .client-reviews-slider-wrap {
    flex-direction: column-reverse;
  }

  .right-arrow-2 {
    inset: auto 0% 56px auto;
  }

  .client-reviews-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 128%;
  }

  .client-reviews-details {
    margin-bottom: 35px;
    font-size: 16px;
  }

  .left-arrow-2 {
    border-color: #0d262338;
    inset: auto 74px 56px auto;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .news_title {
    flex: 0 auto;
  }

  .hero_links {
    flex-direction: column;
  }

  .banner-ticker-wrapper-2 {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ticker-details-2 {
    font-size: 26px;
  }

  .banner-ticker-wrapper-3 {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1, h2, h3 {
    font-size: 45px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .nav-logo {
    max-width: 140px;
  }

  .nav-main-menu-flex {
    max-height: 85vh;
    padding: 20px;
    overflow: auto;
  }

  .pages-dropdown-wrapper {
    align-self: stretch;
  }

  .pages-main-link-wrapper {
    height: auto;
    padding: 20px;
    overflow: auto;
  }

  .pages-dropdown-main-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pages-dropdown-single-link-flex {
    grid-row-gap: 14px;
  }

  .pages-main-dropdown-title {
    font-size: 20px;
    line-height: 24px;
  }

  .pages-single-link-flex {
    grid-row-gap: 10px;
  }

  .pages-link-text {
    font-size: 16px;
  }

  .primary-button {
    padding: 10px 20px;
  }

  .primary-button.benner {
    grid-row-gap: 0px;
    padding: 12px 20px;
  }

  .primary-button-text {
    font-size: 15px;
    line-height: 27px;
  }

  .benner-section {
    padding-top: 120px;
  }

  .benner-main-flex {
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .benner-main-title {
    letter-spacing: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
  }

  .benner-title-power-img {
    max-width: 46px;
    right: 9%;
  }

  .benner-title-arrow-img {
    max-width: 47px;
    display: none;
    bottom: 100px;
  }

  .benner-details-wrapper {
    max-width: 100%;
  }

  .benner-details {
    font-size: 15px;
    line-height: 20px;
  }

  .secondary-button {
    grid-row-gap: 0px;
    padding: 12px 20px;
  }

  .secondary-button.white {
    padding: 10px 20px;
  }

  .secondary-button-text {
    font-size: 17px;
  }

  .secondary-button-text.white {
    font-size: 16px;
    line-height: 26px;
  }

  .benner-main-img-wrapper {
    height: 100%;
  }

  .benner-main-img-1-wrapper {
    width: 233px;
  }

  .benner-img-01 {
    height: auto;
    max-height: none;
  }

  .benner-main-img-2-wrapper {
    height: auto;
  }

  .media-box {
    top: 54px;
    left: 124px;
  }

  .media-box.v2 {
    top: 1515px;
    left: 377px;
  }

  .media-img {
    max-width: 64px;
  }

  .media-img.v2 {
    width: 100px;
    max-width: 80px;
  }

  .media-play-buton {
    max-width: 13px;
    top: 24%;
    left: 29%;
  }

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

  .banner-ticker-content-wrap {
    grid-column-gap: 18px;
    margin-right: 18px;
  }

  .ticker-details {
    letter-spacing: 0;
    font-size: 18px;
  }

  .ticker-star {
    max-width: 28px;
  }

  .section, .section.about-us, .section.our-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.why-choose-us {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.our-process, .section.our-works, .section.testimonials, .section.blog, .section.faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.benner-v2 {
    padding-top: 120px;
  }

  .section.about-us-v2, .section.service-v2, .section.why-choose-us-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.our-process-v2 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .section.our-works-v2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.testimonial-v2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

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

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

  .section.core-value, .section.exparts, .section.blog-single-v1, .section.contuct-info, .section.after-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.preview-features {
    padding-bottom: 80px;
  }

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

  .section.figma-file {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-us-main-flex {
    margin-bottom: 30px;
  }

  .section-title {
    letter-spacing: -3px;
    font-size: 33px;
    line-height: 41px;
  }

  .section-title.white {
    letter-spacing: 0;
    line-height: 55px;
  }

  .section-title.white.care-value-tab-contant-text {
    letter-spacing: -1px;
    font-size: 35px;
    line-height: 45px;
  }

  .section-title.white.text-size-70.single {
    margin-bottom: 8px;
    font-size: 40px;
  }

  .section-title.white.our-service {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.white.our-process {
    letter-spacing: -1px;
    font-size: 38px;
  }

  .section-title.white.testimonial-v1 {
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.white.max-480 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.white._480-devaice {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.white.inner-benner {
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.size-70 {
    letter-spacing: -3px;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.size-70.white.why-choose-us-v2 {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.size-70.single-width {
    letter-spacing: -1px;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 45px;
  }

  .section-title.size-70.project-left-single-title {
    letter-spacing: -1px;
    margin-bottom: 14px;
    font-size: 25px;
  }

  .section-title.size-70.why-chosse-us-title {
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.size-70.faq-title {
    font-size: 43px;
    line-height: 53px;
  }

  .section-title.size-70.project-single-title {
    letter-spacing: -2px;
  }

  .section-title.size-70.core-value {
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.size-70.service-section-title {
    font-size: 41px;
    line-height: 49px;
  }

  .section-title.size-70.blog-single-title {
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.mg-bottom-16px.text-size-70 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.white {
    font-size: 45px;
    line-height: 55px;
  }

  .section-title.max-404 {
    margin-bottom: 20px;
    font-size: 43px;
  }

  .section-title-wrapper {
    margin-bottom: 10px;
  }

  .about-us-title-img {
    max-width: 42px;
    display: none;
    top: 59%;
    right: 14%;
  }

  .section-details-wrapper {
    max-width: 100%;
    padding-top: 0;
  }

  .section-details {
    max-width: 381px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 25px;
  }

  .section-details.white {
    max-width: 365px;
  }

  .section-details.white.max-840 {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .section-details.white.max-648-43 {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .section-details.white.service-v1 {
    max-width: 100%;
  }

  .section-details._52 {
    max-width: 447px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details.width {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .section-details.max-677 {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .section-details.none-margin {
    font-size: 14px;
  }

  .section-details.our-process-v2 {
    margin-bottom: 20px;
  }

  .about-us-left-contant-wrapper {
    padding: 20px;
  }

  .about-us-left-single-contant-flex {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .about-us-left-single-cercle {
    width: 40px;
    height: 40px;
  }

  .about-us-left-arrow-img {
    max-width: 20px;
  }

  .about-us-left-single-details-wrapper {
    max-width: 100%;
  }

  .about-us-left-title {
    font-size: 21px;
  }

  .about-text-details {
    font-size: 16px;
  }

  .about-us-right-img-wrapper {
    padding-top: 51px;
  }

  .about-us-small-left-img {
    top: 18%;
  }

  .about-us-small-left-img-02 {
    top: 13%;
  }

  .service-main-flex {
    margin-bottom: 40px;
  }

  .service-title-arrow-img {
    max-width: 60px;
    right: 0%;
  }

  .service-details-img {
    max-width: 98px;
    top: 119px;
    left: 318.922px;
  }

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

  .service-main-contant-flex {
    padding: 25px;
  }

  .service-number {
    margin-bottom: 16px;
  }

  .service-main-title-img-wrapper {
    width: 50px;
    height: 50px;
  }

  .service-contant-title-img {
    max-width: 26px;
  }

  .service-hover-wrapper {
    display: block;
  }

  .service-hover-img {
    width: 100%;
    max-height: none;
  }

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

  .why-choose-us-main-details-wrapper {
    width: 100%;
  }

  .why-choose-us-main-slide-wrapper {
    padding: 25px;
  }

  .why-choose-us-silde-title {
    font-size: 30px;
  }

  .why-choose-us-silde-details {
    font-size: 16px;
  }

  .why-choose-us-main-contant-flex {
    padding-bottom: 87px;
  }

  .slide-nav {
    left: -44px;
  }

  .our-process-main-flex {
    margin-bottom: 25px;
  }

  .our-process-title-img {
    max-width: 40px;
    top: 66%;
    right: 19%;
  }

  .our-process-main-details-wrapper {
    max-width: 409px;
  }

  .our-process-content-flex-wrap {
    align-items: flex-start;
  }

  .our-process-img-wrap {
    display: flex;
  }

  .our-processs-scroll-title {
    width: 350px;
    font-size: 30px;
    line-height: 38px;
  }

  .our-process-contant-details {
    width: 100%;
    font-size: 16px;
  }

  .our-process-list {
    grid-row-gap: 11px;
  }

  .our-process-list-text {
    font-size: 14px;
  }

  .our-work-main-flex-wrapper {
    margin-bottom: 40px;
  }

  .our-works-post-card-wrapper {
    border-radius: 10px;
    overflow: hidden;
  }

  .our-works-hover-wrapper {
    grid-row-gap: 0px;
    padding: 25px;
    display: flex;
  }

  .our-works-text {
    font-size: 26px;
  }

  .our-works-button-link {
    width: 40px;
    height: 40px;
  }

  .our-works-details-arrow-img, .our-works-details-shape-img {
    display: none;
  }

  .testimonial-main-flex {
    margin-bottom: 25px;
  }

  .testimonial-section-img {
    max-width: 89px;
    top: -3%;
  }

  .testimonial-card-main-wrapper {
    margin-right: 15px;
  }

  .testimonial-card-main-contant-wrapper {
    max-width: 247px;
  }

  .testimonial-card-main-contant-wrapper.top {
    width: auto;
    height: auto;
    max-height: 433px;
    margin-right: 15px;
  }

  .testimonial-card-details {
    text-align: left;
    font-size: 13px;
    line-height: 23px;
  }

  .testimonal-card-athor-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .testimonal-athor-details {
    grid-row-gap: 0px;
  }

  .testimonial-athor-name {
    font-size: 16px;
  }

  .blog-main-flex {
    margin-bottom: 40px;
  }

  .blog-post-grid {
    grid-template-columns: 1fr;
  }

  .blogs-main-img-wrapper, .blogs-img {
    width: 100%;
  }

  .blogs-content-text-wrapper {
    margin-bottom: 15px;
  }

  .blogs-content-title-wrapper {
    margin-bottom: 2px;
  }

  .blogs-content-title {
    font-size: 19px;
    line-height: 29px;
  }

  .blogs-content-title.v2 {
    margin-bottom: 8px;
  }

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

  .blog-section-img {
    max-width: 93px;
    top: -1%;
  }

  .faq-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-text {
    font-size: 16px;
    line-height: 26px;
  }

  .faq-ans {
    width: 100%;
    font-size: 15px;
  }

  .footer-main-flex {
    margin-bottom: 30px;
  }

  .footer-title-wrapper {
    max-width: 100%;
  }

  .footer-title {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 30px;
  }

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

  .footer-logo {
    max-width: 173px;
  }

  .footer-details {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .text-field {
    height: 40px;
  }

  .footer-button {
    width: 40px;
    height: 40px;
  }

  .social-link {
    width: 50px;
    height: 50px;
  }

  .socal-arrow {
    font-size: 18px;
  }

  .footer-left-contant-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .4fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-main-link-flex {
    grid-column-gap: 71px;
  }

  .footer-shape {
    margin-bottom: 20px;
  }

  .copy-right-text {
    font-size: 16px;
  }

  .benner-v2-main-title {
    letter-spacing: -2px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 45px;
  }

  .benner-v2-title-shape {
    background-position: 50% 82%;
    background-size: 100%;
  }

  .benner-v2-title-img-01 {
    display: none;
  }

  .benner-v2-contant-flex {
    grid-template-columns: 1fr;
  }

  .benner-v2-card-contant-wrapper {
    max-width: 100%;
    padding: 25px;
  }

  .benner-v2-card-contant-flex {
    text-align: center;
  }

  .benner-v2-card-details-wrapper {
    margin-bottom: 40px;
  }

  .happy-counter-wrapper {
    justify-content: center;
  }

  .number-digit-2 {
    font-size: 70px;
  }

  .benner-v2-card-img-01, .benner-v2-card-img-02 {
    width: 100%;
  }

  .section-title-mark {
    background-position: 50% 78%;
    background-size: 100%;
  }

  .about-us-v2-title-img, .about-us-v2-title-arrow {
    display: none;
  }

  .about-us-v2-main-img-wrapper {
    margin-bottom: 20px;
  }

  .about-us-v2-small-img {
    display: none;
  }

  .about-us-v2-small-img-02 {
    max-width: 52px;
    bottom: 409px;
    left: -2%;
  }

  .about-us-v2-small-img-03 {
    max-width: 43px;
    top: 385px;
    right: -1%;
  }

  .about-us-v2-main-contant-title {
    font-size: 36px;
    line-height: 45px;
  }

  .about-us-v2-main-contant-details, .about-us-v2-single-contant, .about-us-v2-single-contant._2 {
    max-width: 100%;
  }

  .about-us-v2-single-arrow-wrapper {
    width: 40px;
    height: 40px;
  }

  .about-us-v2-single-arrow {
    max-width: 20px;
  }

  .about-us-v2-single-title {
    text-align: left;
    font-size: 25px;
  }

  .about-us-v2-single-details {
    font-size: 14px;
  }

  .section-title-img {
    top: 2%;
    left: 8%;
  }

  .tabs-menu {
    margin-bottom: 30px;
  }

  .service-v2-tab-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-tab-hedding-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service-v2-tab-text {
    font-size: 22px;
    line-height: 32px;
  }

  .tab-arrow {
    max-width: 19px;
  }

  .service-tab-details-wrapper {
    max-width: 100%;
  }

  .service-tab-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .service-v2-tab-pane {
    align-items: center;
  }

  .service-v2-tab-pan-img {
    border-width: 7px;
    max-width: 100%;
  }

  .service-tab-pan-main-img {
    width: 327px;
  }

  .service-tab-img-1 {
    max-width: 129px;
  }

  .service-tab-img-2 {
    max-width: 134px;
  }

  .service-ball-img {
    max-width: 73px;
    top: 15%;
    right: 7%;
  }

  .service-yeollow-star-img {
    max-width: 62px;
    top: 12%;
    left: 6%;
  }

  .service-tab-pan-arrow-img {
    max-width: 81px;
    bottom: 18%;
    left: 10%;
  }

  .why-chosse-us-v2-title-img {
    max-width: 36px;
    right: 9%;
  }

  .why-chosse-us-v2-title-img-02 {
    max-width: 34px;
    top: -12%;
    left: -3%;
  }

  .why-choose-us-v2-details-shape {
    max-width: 74px;
    top: 33%;
    right: -96%;
  }

  .why-chose-us-v2-contant-wrapper {
    width: 100%;
  }

  .chosse-us-content-sticky-wrap {
    height: 169vh;
  }

  .chosse-us-content-wrapper {
    grid-row-gap: 20px;
  }

  .chosse-us-content-flex-wrap {
    height: 100%;
  }

  .chosse-us-card-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .chosse-us-card-wrapper._02 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
    transform: none;
  }

  .chosse-us-card-wrapper._01 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
  }

  .chosse-us-card-wrapper._03, .chosse-us-card-wrapper._04 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
    transform: none;
  }

  .choose-us-card-contant-arrow {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .card-img {
    max-width: 18px;
  }

  .chosse-us-card-text {
    font-size: 30px;
    line-height: 40px;
  }

  .chosse-us-details {
    margin-bottom: 20px;
    line-height: 25px;
  }

  .our-process-v2-main-title-wrapper {
    margin-bottom: 0;
  }

  .our-chosse-us-title-img-01 {
    max-width: 45px;
    top: 42%;
    right: 5%;
  }

  .our-chosse-us-title-img-02 {
    display: none;
  }

  .our-chosse-us-title-img-03 {
    max-width: 39px;
    top: 14%;
    left: -2%;
  }

  .our-process-tab-contant-wrapperwrapper {
    background-size: contain;
    max-width: 100%;
    padding-top: 36px;
  }

  .single-tab-contant-wrap {
    margin-bottom: 20px;
  }

  .our-proses-tab-contant-flex {
    grid-row-gap: 25px;
  }

  .tab-left-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
  }

  .tab-contant-number-wrapper {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .tab-number-text {
    font-size: 20px;
    line-height: 30px;
  }

  .tab-contant-main-title {
    margin-bottom: 12px;
    font-size: 35px;
    line-height: 45px;
  }

  .tab-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .tab-right-contant-wrapper {
    padding: 40px 50px;
  }

  .tab-contant-main-img {
    width: 262px;
  }

  .tab-contant-main-small-img-1 {
    max-width: 50px;
    top: 3%;
    left: 11%;
  }

  .tab-contant-main-small-img-1._03 {
    top: 4%;
    right: 11%;
  }

  .tab-contant-main-small-img-2 {
    max-width: 82px;
    bottom: -2%;
    right: 7%;
  }

  .tab-contant-main-small-img-2._02 {
    max-width: 50px;
    bottom: 3%;
    right: 13%;
  }

  .tab-contant-main-small-img-2._03 {
    max-width: 50px;
    bottom: 6%;
    left: 13%;
  }

  .our-works-v2-main-details-wrapper {
    margin-bottom: 40px;
  }

  .our-process-v2-title-img-01 {
    max-width: 40px;
    top: 12%;
    left: 7%;
  }

  .our-process-v2-title-img-02 {
    max-width: 39px;
    top: 28%;
    right: 6%;
  }

  .our-works-main-contant-wrapper {
    margin-bottom: 25px;
  }

  .our-works-v2-conttant-title-link-wrapper {
    bottom: 20px;
    left: 20px;
    right: 10px;
  }

  .our-works-v2-conttant-title {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .our-works-team-v2-contant-details {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 24px;
  }

  .our-works-contant-v2-shape {
    width: 100%;
  }

  .our-works-v2-link-wrapper {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }

  .testimonial-main-title-wrapper {
    margin-bottom: 30px;
  }

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

  .testimonial-main-slide-wrapper {
    grid-column-gap: 25px;
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }

  .testimonial-contant-v2-wrapper {
    max-width: 100%;
    padding-top: 15px;
  }

  .testimonial-slider-star-img {
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }

  .testimonial-slider-details {
    text-align: center;
    margin-bottom: 25px;
  }

  .testimonial-athor-name-v2 {
    font-size: 18px;
    line-height: 26px;
  }

  .testimonial-slide-athor-wrapper-v2 {
    justify-content: center;
  }

  .testimonial-athor-name-v2-wrapper {
    padding-right: 12px;
  }

  .testimonial-athor {
    font-size: 17px;
    line-height: 26px;
  }

  .testimonial-arrow {
    justify-content: center;
    top: 662px;
    left: 162px;
  }

  .testimonial-arrow.left {
    bottom: -57px;
    left: 46%;
    transform: translate(-50%);
  }

  .testimonial-arrow.right {
    bottom: -57px;
    left: auto;
    right: 46%;
    transform: translate(50%);
  }

  .testimonial-section-title-img {
    left: 0%;
  }

  .testimonial-v2-img-1 {
    max-width: 80px;
    top: -13%;
  }

  .testimonial-v2-img-2 {
    display: none;
  }

  .blog-main-grid-wrapper {
    margin-bottom: 30px;
  }

  .blog-v2-main-contant-wraper {
    padding: 15px;
  }

  .blog-v2-main-img-wrapper._1 {
    margin-bottom: 12px;
  }

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

  .small-post-collection-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
  }

  .blog-v2-single-main-wrapper.v2 {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .our-mission-main-wrapper {
    margin-bottom: 50px;
  }

  .our-mission-main-flex-wrapper {
    margin-bottom: 30px;
  }

  .our-mission-contant-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .our-mission-img {
    border-radius: 10px;
  }

  .our-mission-contant-left-img-wrapper {
    grid-row-gap: 15px;
  }

  .our-mission-main-details {
    font-size: 15px;
    line-height: 25px;
  }

  .core-value-main-flex-wrapper {
    margin-bottom: 20px;
  }

  .core-value-caid-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .core-value-single-card-wrapper {
    padding: 30px;
  }

  .core-value-single-card-number-text {
    margin-bottom: 80px;
  }

  .core-value-single-card-icon-wrapper {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .core-value-single-card-icon {
    max-width: 27px;
  }

  .core-value-single-card-title {
    font-size: 32px;
  }

  .core-value-main-tab-contant-wrapper {
    grid-row-gap: 40px;
    margin-bottom: 40px;
    padding: 40px;
  }

  .core-value-tab-right-img-wrapper {
    max-width: 100%;
  }

  .core-value-tab-right-img-02 {
    max-width: 163px;
    right: -8%;
  }

  .coren-value-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    margin-bottom: 25px;
    display: flex;
  }

  .core-value-tab-link {
    padding: 15px 20px;
  }

  .core-value-main-counter-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 40px;
  }

  .counter-text-core-value {
    font-size: 17px;
  }

  .service-page-main-details-wrapper {
    margin-bottom: 35px;
  }

  .single-service-info-wrap {
    margin-bottom: 30px;
  }

  .single-services-rich-contant-wrap {
    margin-bottom: 20px;
  }

  .services-single-details h2 {
    font-size: 35px;
  }

  .services-single-details p {
    font-size: 16px;
  }

  .services-single-details li {
    font-size: 15px;
  }

  .single-services-rich-contant-02-details h2 {
    font-size: 32px;
  }

  .single-services-rich-contant-02-details p {
    font-size: 15px;
  }

  .single-services-rich-contant-02-details li {
    font-size: 14px;
  }

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

  .exparts-img {
    width: 100%;
  }

  .exparts-single-main-wrapper {
    margin-bottom: 60px;
    padding: 40px;
  }

  .exparts-single-main-contant-wrapper {
    height: 100%;
    margin-top: 40px;
  }

  .exparts-single-main-contant-text-wrapper, .exparts-single-main-contant-details-wrapper {
    margin-bottom: 20px;
  }

  .expeart-single-details {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
  }

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

  .exparts-single-social-text {
    font-size: 15px;
  }

  .expeart-single-details-contant h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .expeart-single-details-contant p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .expeart-single-details-contant li {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .blog-single-title-main-wrapper {
    margin-bottom: 30px;
  }

  .blog-single-v1-main-flex {
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .blog-single-v1-ctagory-wrappr {
    width: 100%;
  }

  .blog-catagories-iteam {
    grid-column-gap: 15px;
    justify-content: center;
  }

  .category-btn, .category-btn.w--current {
    padding: 15px 20px;
    font-size: 17px;
  }

  .blog-single-page-main-contant-wrapper {
    margin-bottom: 40px;
  }

  .blog-single-catagory {
    margin-bottom: 20px;
  }

  .blog-details-athor-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .blog-athor-name {
    font-size: 22px;
  }

  .blog-read-titme, .blog-date {
    font-size: 16px;
  }

  .blog-details-main-contant h2 {
    letter-spacing: -2px;
    font-size: 29px;
  }

  .blog-details-main-contant p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .blog-details-main-contant li {
    line-height: 24px;
  }

  .blog-details-main-contant blockquote {
    text-align: center;
    background-position: 50% 7%;
    background-size: auto;
    border-left-style: none;
    border-left-color: #e2e2e200;
    padding: 80px 20px 40px;
    font-size: 15px;
  }

  .blog-details-main-contant ol {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .blog-details-main-contant-2 h2 {
    font-size: 33px;
  }

  .blog-details-main-contant-2 p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-main-contant-2 li {
    padding-left: 26px;
    font-size: 15px;
  }

  .projects-contant-wrapper {
    padding: 40px;
  }

  .projects-main-contant-title-text {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 38px;
  }

  .project-contant-main-details {
    font-size: 14px;
  }

  .projects-main-contant-img-wrapper {
    padding: 50px 60px;
  }

  .projects-main-contant-img {
    max-width: 287px;
  }

  .project-small-img-01 {
    top: 10%;
    left: 7%;
  }

  .project-small-img-02 {
    right: 0%;
  }

  .project-left-single-title-wrapper {
    margin-bottom: 60px;
  }

  .project-left-single-details {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .project-details-author-wrapper {
    padding: 20px;
  }

  .project-details-rich-content-2 p {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .project-details-rich-content-2 li {
    font-size: 16px;
  }

  .project-details-rich-content-2 h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

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

  .shop-image {
    width: 100%;
  }

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

  .shop-image-overlay-wrapper {
    bottom: -13%;
  }

  .cart-text {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .praice-text {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .cart-item {
    margin-bottom: 20px;
  }

  .cart-image {
    width: 100px;
    height: 100px;
  }

  .subtoal {
    font-size: 20px;
  }

  .all-parice-text {
    font-size: 16px;
  }

  .projects-rich-contant-01 h2 {
    font-size: 35px;
  }

  .projects-rich-contant-01 p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .projects-rich-contant-01 li {
    margin-bottom: 9px;
  }

  .contuct-us-main-wrappr {
    grid-template-columns: 1fr;
  }

  .contuct-us-main-img {
    width: 100%;
  }

  .contuct-us-text-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .contuct-us-main-contant-wrapper {
    padding: 50px 40px;
  }

  .field-label-2 {
    font-size: 24px;
  }

  .changelog-main-wrapper {
    padding: 50px;
  }

  .changelog-date-text-block {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .changelog-description-wrapper {
    padding: 15px;
  }

  .changelog-title {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .facility-item {
    font-size: 15px;
  }

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

  .license-top-text {
    font-size: 20px;
    line-height: 30px;
  }

  .license-shape {
    margin-bottom: 25px;
  }

  .license-img-text-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    align-items: center;
  }

  .img-text {
    font-size: 16px;
  }

  .license-text-div {
    width: 100%;
  }

  .license-text-aa {
    font-size: 68px;
  }

  .fornt-text {
    font-size: 17px;
  }

  .license-icon-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .sg-mini-title {
    margin-bottom: 40px;
  }

  .style-colour-flex-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .big-pragraph {
    font-size: 22px;
  }

  .pragraph-fornt {
    font-size: 16px;
  }

  .sign-in-content-flex-wrap {
    min-height: auto;
    padding-bottom: 90px;
  }

  .sign-in-content-flex-wrap.forgot-password {
    min-height: 100vh;
    padding-bottom: 0;
  }

  .sign-in-flex-left-wrap {
    min-height: auto;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sign-in-logo-wrap {
    margin-bottom: 20px;
  }

  .main-logo {
    max-width: 174px;
  }

  .sign-up-title {
    letter-spacing: -1px;
    margin-bottom: 40px;
    font-size: 29px;
  }

  .sign-in-title {
    text-align: center;
    font-size: 38px;
    line-height: 48px;
  }

  .sign-in-alternative {
    text-align: center;
    margin-bottom: 25px;
  }

  .alternative-details {
    text-align: center;
    font-size: 17px;
  }

  .sign-in-app-link-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .sign-in-app-single-wrap {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .sign-in-icon-details, .sign-in-field {
    font-size: 17px;
  }

  .forgot-radio-wrap {
    margin-bottom: 20px;
  }

  .secondery-button.pp {
    padding: 15px 30px;
  }

  .pp-container {
    max-width: 449px;
    padding: 30px;
  }

  .pp-title {
    font-size: 43px;
  }

  .pp-details {
    width: 100%;
    font-size: 16px;
  }

  .pp-field {
    padding: 16px 30px;
  }

  ._404-container {
    max-width: 420px;
  }

  ._404-img {
    max-width: 255px;
    margin-bottom: 30px;
  }

  ._404-details {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 24px;
  }

  .shiping-method, .shipinng-method, .shipping-method, .payment-info, .heading-5, .heading-6, .itram-order, .customer-info, .order-summery-text-2, .payment-info-text, .order-iteam-text {
    font-size: 25px;
  }

  .preview-banner {
    padding-top: 140px;
  }

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

  .preview-banner-title {
    letter-spacing: -2px;
    font-size: 37px;
    line-height: 44px;
  }

  .preview-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-main-button-wrapper {
    max-width: 100%;
  }

  .preview-banner-page-image-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .single-preview-banner-image._01 {
    max-width: 195px;
  }

  .single-preview-banner-image._02 {
    max-width: 220px;
  }

  .single-preview-banner-image._03 {
    max-width: 180px;
  }

  .preview-benner-img-01 {
    max-width: 50px;
    top: 13%;
    left: 3%;
  }

  .preview-benner-img-02 {
    max-width: 50px;
    top: 38%;
    right: 2%;
  }

  .feature-title {
    letter-spacing: -2px;
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 48px;
  }

  .feature-details {
    font-size: 14px;
    line-height: 24px;
  }

  .feature-main-content-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-single-contant {
    padding: 40px;
  }

  .feature-img {
    max-width: 33px;
  }

  .feature-img-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .feature-text {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .feature-content-details {
    font-size: 16px;
    line-height: 26px;
  }

  .single-preview-main-title-wrapper {
    margin-bottom: 25px;
  }

  .single-preview-title {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 48px;
  }

  .single-preview-details {
    max-width: 272px;
    font-size: 15px;
    line-height: 26px;
  }

  .preview-grid-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .preview-grid-wrapper.chang-log {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .preview-single-link-wrap, .preview-single-link-wrap.changlog {
    max-width: 100%;
  }

  .preview-page-name-wrap {
    bottom: 58px;
  }

  .shops-single-flex {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .shops-single-title {
    letter-spacing: -2px;
    margin-bottom: 20px;
    font-size: 38px;
  }

  .shops-single-price {
    margin-bottom: 15px;
  }

  .shops-details {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .shops-quntity {
    margin-bottom: 20px;
  }

  .shops-details-contant h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .shops-details-contant p {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .shops-details-contant li {
    font-size: 15px;
  }

  .figma-file-container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .figma-file-logo-img-wrapper {
    width: 80px;
    height: 80px;
  }

  .figma-title {
    font-size: 38px;
    line-height: 48px;
  }

  .figma-details {
    font-size: 15px;
  }

  .figma-button-wrapper {
    grid-row-gap: 15px;
    margin-bottom: 20px;
  }

  .figma-main-img-wrapper {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .preview-footer-logo-img {
    max-width: 160px;
  }

  .preview-footer-title {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 48px;
  }

  .preview-footer-details {
    max-width: 400px;
    font-size: 16px;
  }

  .preview-footer-button {
    margin-bottom: 0;
  }

  .shop-categories-main-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .our-process-main-details-img-1 {
    display: none;
    right: -13%;
  }

  .our-process-main-details-img-2 {
    display: none;
  }

  .works-collection-wrap {
    display: flex;
  }

  .about-us-v2-main-img-bg-wrap, .about-us-main-v2-contant-wrapper {
    max-width: 100%;
  }

  .inner-banner {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .sg-divider {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .sg-title-wrapper {
    grid-row-gap: 20px;
  }

  .biling-address {
    font-size: 25px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.buttom {
    width: 35px;
  }

  .license-details {
    max-width: 381px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 25px;
  }

  .our-processs-scroll-title-2 {
    width: 350px;
    font-size: 30px;
    line-height: 38px;
  }

  .secondary-button-text-2 {
    font-size: 17px;
  }

  .secondary-button-text-2.white {
    font-size: 16px;
    line-height: 26px;
  }

  .secondary-button-text-3 {
    font-size: 17px;
  }

  .secondary-button-text-3.white {
    font-size: 16px;
    line-height: 26px;
  }

  .swiper-slide {
    width: 60%;
  }

  .swiper-nav-btn {
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .swiper-nav-btn.prev {
    left: 14%;
  }

  .swiper-nav-btn.next {
    right: 14%;
  }

  .nav-link-icon {
    height: 20px;
  }

  .wlfwc-holder {
    transform: scale(.8);
  }

  .swiper-nav-btn-icon {
    width: 40%;
  }

  ._wf-button__wrapper {
    margin-bottom: -20px;
    margin-right: -20px;
  }

  .nav-item-link {
    margin-left: 32px;
  }

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

  .arrow-icon._2 {
    width: 100%;
    max-width: 20px;
  }

  .arrow-icon._1 {
    width: 100%;
    max-width: 24px;
    height: 24px;
  }

  .client-reviews-content-left {
    margin-top: 20px;
  }

  .section-title-2.light {
    max-width: 533px;
    margin-bottom: 8px;
    font-size: 35px;
  }

  .section-title-2.light.client {
    max-width: 351px;
    font-size: 36px;
  }

  .section-details-2 {
    font-size: 16px;
  }

  .section-details-2.white.client-reviews {
    max-width: 448px;
    font-size: 16px;
  }

  .right-arrow-2 {
    width: 52px;
    height: 52px;
  }

  .client-reviews-title {
    font-size: 28px;
  }

  .client-name {
    font-size: 18px;
  }

  .client-reviews-details {
    font-size: 15px;
  }

  .left-arrow-2 {
    width: 52px;
    height: 52px;
    right: 65px;
  }

  .news_title {
    white-space: normal;
  }

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

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

  .ticker-details-2 {
    letter-spacing: 0;
    font-size: 18px;
  }

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

@media screen and (max-width: 479px) {
  h1, h2, h3 {
    font-size: 35px;
  }

  h4, h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
  }

  h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-logo {
    max-width: 105px;
  }

  .nav-link {
    color: #fdfdfd;
  }

  .nav-main-menu-flex {
    align-items: stretch;
    max-height: 85vh;
    padding: 30px;
    overflow: auto;
  }

  .home-dropdown-main-list-wrapper {
    padding: 20px;
    display: inline-block;
  }

  .pages-dropdown-wrapper, .pages-main-toggle-wrapper, .pages-main-toggle-text {
    color: #fff;
  }

  .pages-dropdown-main-list.w--open {
    width: 100%;
  }

  .pages-main-link-wrapper {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 25px;
    overflow: visible;
  }

  .pages-dropdown-main-link-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .pages-main-dropdown-title {
    font-size: 18px;
    line-height: 22px;
  }

  .pages-link-text {
    font-size: 13px;
    line-height: 19px;
  }

  .pages-main-single-link-flex {
    grid-column-gap: 24px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .more-template-text {
    font-size: 13px;
  }

  .nav-right-wrapper {
    grid-column-gap: 20px;
  }

  .cart-img {
    max-width: 21px;
  }

  .cart-quantity {
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 15px;
    top: -22%;
    right: -38%;
  }

  .nav-button.for-dekstop {
    display: none;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.benner {
    padding: 12px 20px;
  }

  .primary-button-text {
    font-size: 15px;
    line-height: 25px;
  }

  .primary-button-text.tab {
    color: #020202;
  }

  .benner-section {
    padding-top: 100px;
  }

  .benner-main-flex {
    margin-bottom: 20px;
  }

  .benner-main-title {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .text-span {
    background-position: 50% 87%;
    background-size: 100%;
  }

  .benner-title-power-img, .benner-title-arrow-img {
    display: none;
  }

  .benner-details {
    font-size: 14px;
  }

  .secondary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button-text {
    font-size: 14px;
  }

  .benner-main-img-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .benner-main-img-1-wrapper {
    width: auto;
    height: auto;
  }

  .benner-main-img-2-wrapper {
    width: auto;
  }

  .benner-main-img-02 {
    height: auto;
  }

  .media-box {
    top: -13px;
    left: -11px;
  }

  .media-box.v2 {
    top: 936px;
    left: 117px;
  }

  .media-img, .media-img.v2 {
    max-width: 60px;
  }

  .media-play-buton {
    max-width: 12px;
    top: 22%;
    left: 23%;
  }

  .ticker-details {
    letter-spacing: 0;
    font-size: 14px;
  }

  .section, .section.about-us, .section.our-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.why-choose-us {
    padding-top: 60px;
  }

  .section.our-process, .section.our-works, .section.testimonials, .section.blog, .section.faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .section.benner-v2 {
    padding-top: 100px;
  }

  .section.about-us-v2 {
    margin-top: -4px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.service-v2, .section.why-choose-us-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.our-process-v2, .section.our-works-v2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

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

  .section.our-mission {
    padding-top: 60px;
  }

  .section.core-value, .section.blog-single-v1, .section.contuct-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.after-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .section.pages, .section.figma-file {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub-title.preview {
    margin-bottom: 10px;
  }

  .sub-title-text {
    font-size: 14px;
  }

  .section-title {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .section-title.white {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-title.white.care-value-tab-contant-text {
    letter-spacing: 0;
    font-size: 19px;
    line-height: 29px;
  }

  .section-title.white.text-size-70.single {
    margin-bottom: 6px;
    font-size: 32px;
  }

  .section-title.white.our-service {
    letter-spacing: 0;
    font-size: 23px;
    line-height: 35px;
  }

  .section-title.white.our-process {
    letter-spacing: 0;
    font-size: 23px;
    line-height: 29px;
  }

  .section-title.white.testimonial-v1 {
    font-size: 23px;
    line-height: 35px;
  }

  .section-title.white.max-480 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .section-title.white._480-devaice {
    font-size: 25px;
    line-height: 35px;
  }

  .section-title.white.inner-benner {
    font-size: 23px;
    line-height: 33px;
  }

  .section-title.size-70 {
    letter-spacing: -2px;
    width: 300px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.size-70.white.why-choose-us-v2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-title.size-70.single-width {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 37px;
  }

  .section-title.size-70.project-left-single-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-title.size-70.why-chosse-us-title {
    letter-spacing: -2px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .section-title.size-70.faq-title {
    letter-spacing: -1px;
    width: auto;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-title.size-70.project-single-title {
    line-height: 42px;
  }

  .section-title.size-70.core-value {
    letter-spacing: -1px;
    width: auto;
    font-size: 26px;
    line-height: 35px;
  }

  .section-title.size-70.service-section-title {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 33px;
  }

  .section-title.size-70.blog-single-title {
    font-size: 30px;
  }

  .section-title.mg-bottom-16px.text-size-70 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .section-title.white {
    font-size: 25px;
    line-height: 35px;
  }

  .section-title.max-404 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

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

  .section-sub-marked {
    background-size: auto 6px;
  }

  .about-us-title-img {
    display: none;
  }

  .section-details {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .section-details.white {
    max-width: 100%;
    font-size: 15px;
  }

  .section-details.white.max-840 {
    margin-bottom: 25px;
  }

  .section-details.white.max-648-43 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .section-details.white.core-value-tab-contant-details {
    text-align: center;
    max-width: 100%;
    font-size: 13px;
  }

  .section-details.white.our-process, .section-details.white.service-v1 {
    font-size: 14px;
  }

  .section-details._52 {
    letter-spacing: 0;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .section-details.width {
    margin-bottom: 30px;
  }

  .section-details.max-677 {
    margin-bottom: 20px;
  }

  .section-details.core-value-details, .section-details.none-margin {
    font-size: 13px;
  }

  .about-us-main-contant-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
  }

  .about-us-left-single-contant-flex {
    flex-direction: column;
    padding-bottom: 5px;
  }

  .about-us-left-single-details-wrapper {
    grid-row-gap: 1px;
    margin-bottom: 20px;
  }

  .about-us-left-title {
    font-size: 17px;
  }

  .about-text-details {
    font-size: 14px;
    line-height: 24px;
  }

  .about-us-right-img-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-main-flex {
    margin-bottom: 25px;
  }

  .service-title-arrow-img {
    display: none;
  }

  .service-details-img {
    display: none;
    left: 214.922px;
  }

  .service-main-contant-flex {
    padding: 20px;
  }

  .service-post-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .service-post-details {
    color: #202022;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .read-more-text {
    font-size: 16px;
  }

  .read-more-arrow {
    font-size: 17px;
  }

  .service-hover-wrapper {
    width: 100%;
    height: 100%;
    display: block;
  }

  .service-hover-img {
    max-width: 100%;
    height: 100%;
    max-height: none;
  }

  .why-choose-us-main-wrapper {
    margin-bottom: 20px;
  }

  .why-choose-us-main-contant-wrapper {
    padding-left: 16px;
  }

  .mask {
    width: 288px;
  }

  .slide {
    margin-right: 15px;
  }

  .why-choose-us-main-slide-wrapper {
    padding: 20px 15px;
  }

  .why-choose-us-slide-img-wrapper {
    width: 200px;
    height: 200px;
  }

  .why-choose-us-silde-title {
    margin-top: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .why-choose-us-silde-details {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  .why-choose-us-main-contant-flex {
    padding-bottom: 40px;
  }

  .slide-nav {
    display: none;
    top: 371px;
    left: -18px;
  }

  .our-process-title-img {
    display: none;
    top: 69%;
    right: 16%;
  }

  .our-process-main-details-wrapper {
    padding-top: 10px;
  }

  .our-process-content-flex-wrap, .our-process-img-wrap {
    grid-row-gap: 20px;
  }

  .our-process-contant-img-wrapper-1 {
    margin-bottom: 0;
  }

  .our-process-contant-img-wrapper-2 {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .our-process-contant-img-wrapper-3 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .our-process-border-wrapper {
    height: 251px;
  }

  .our-process-border-text-wrap.top {
    height: 29px;
  }

  .our-peocess-border-wrap {
    max-height: 149px;
  }

  .our-processs-scroll-title {
    width: 100%;
    font-size: 25px;
    line-height: 36px;
  }

  .our-processs-scroll-title._3 {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
  }

  .our-process-contant-details {
    font-size: 14px;
    line-height: 22px;
  }

  .our-process-list-wrapper {
    margin-bottom: 20px;
  }

  .our-process-list {
    justify-content: center;
  }

  .our-process-list-item {
    grid-column-gap: 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .our-process-list-text {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .our-work-main-flex-wrapper {
    margin-bottom: 16px;
  }

  .our-works-hover-wrapper {
    grid-row-gap: 0px;
    padding: 10px;
  }

  .our-works-text-wrapper {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .our-works-text {
    font-size: 15px;
    line-height: 20px;
  }

  .our-works-button-link {
    flex-direction: column;
    justify-content: center;
  }

  .testimonial-main-flex {
    margin-bottom: 20px;
  }

  .testimonial-section-img {
    max-width: 60px;
    max-height: 60px;
  }

  .testimonial-card-main-wrapper {
    margin-right: 10px;
  }

  .testimonial-card-main-contant-wrapper {
    max-width: 216px;
  }

  .testimonial-card-main-contant-wrapper.top {
    width: auto;
    max-width: 256px;
    height: auto;
    max-height: 436px;
    margin-right: 10px;
  }

  .testimonial-card-details {
    font-size: 12px;
    line-height: 22px;
  }

  .testimonal-card-athor-wrapper {
    align-items: flex-start;
  }

  .blog-main-flex {
    margin-bottom: 20px;
  }

  .blogs-main-contant-wrapper {
    padding: 20px;
  }

  .blogs-img {
    height: 100%;
  }

  .blogs-content-text-wrapper {
    margin-bottom: 10px;
  }

  .blogs-ctagory {
    padding: 8px 15px;
    font-size: 16px;
  }

  .date-and-time {
    font-size: 14px;
  }

  .blogs-content-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .blogs-content-title.v2 {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-content-details {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .blogs-learn-more-text, .learn-more-arrow {
    font-size: 16px;
  }

  .blog-section-img {
    max-width: 69px;
    top: -2%;
  }

  .faq-main-flex-wrapper {
    margin-bottom: 20px;
  }

  .sub-markb {
    background-size: auto 6px;
  }

  .faq {
    padding-left: 12px;
    padding-right: 12px;
  }

  .faq-text {
    font-size: 14px;
    line-height: 24px;
  }

  .faq-ans {
    font-size: 14px;
    line-height: 25px;
  }

  .footer-title {
    letter-spacing: -1px;
    font-size: 23px;
    line-height: 33px;
  }

  .footer-title-marked {
    background-position: 50% 76%;
    background-size: 100%;
  }

  .footer-main-contant-wrapper {
    grid-row-gap: 17px;
  }

  .footer-logo {
    max-width: 151px;
  }

  .footer-details {
    font-size: 13px;
  }

  .text-field {
    width: 100%;
    height: 30px;
  }

  .footer-button {
    background-size: 20px 20px;
    padding: 0;
  }

  .footer-social-link-wrapper {
    margin-bottom: 10px;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .footer-left-contant-wrapper {
    grid-row-gap: 20px;
    display: flex;
  }

  .footer-main-link-wrapper {
    flex-flow: row;
    display: block;
  }

  .footer-link-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-link-felex {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-link-text {
    font-size: 15px;
  }

  .copy-right-text {
    font-size: 14px;
    line-height: 24px;
  }

  .benner-v2-main-title {
    letter-spacing: -1px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .benner-v2-title-shape {
    background-position: 50% 100%;
    background-size: auto;
  }

  .benner-v2-contant-wrapper {
    margin-bottom: 40px;
  }

  .benner-v2-contant-flex {
    grid-row-gap: 20px;
  }

  .benner-v2-card-contant-wrapper {
    padding: 20px;
  }

  .benner-v2-card-details-wrapper {
    margin-bottom: 30px;
  }

  .benner-v2-card-details {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .benner-v2-counter-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .happy-counter-wrapper {
    height: 70px;
  }

  .number-digit-2 {
    font-size: 45px;
    line-height: 70px;
  }

  .section-title-mark {
    background-position: 50% 89%;
  }

  .about-us-contant-wrapper {
    justify-content: center;
  }

  .about-us-v2-main-img-wrapper {
    margin-bottom: 0;
    padding-top: 0;
  }

  .about-us-v2-small-img-02 {
    max-width: 40px;
    bottom: 296px;
  }

  .about-us-v2-small-img-03 {
    max-width: 30px;
    top: 230px;
  }

  .about-us-v2-main-contant-wrapper {
    padding-top: 10px;
  }

  .about-us-v2-main-contant-title {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 35px;
  }

  .about-us-v2-main-contant-details {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .about-us-v2-single-contant {
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .about-us-v2-single-contant._2 {
    margin-bottom: 20px;
  }

  .about-us-v2-single-arrow-wrapper {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .about-us-v2-single-details-wrapper {
    justify-content: center;
    align-items: center;
  }

  .about-us-v2-single-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .about-us-v2-single-details {
    text-align: center;
    max-width: 100%;
    font-size: 15px;
  }

  .section-title-img {
    display: none;
  }

  .tabs {
    grid-row-gap: 20px;
  }

  .tabs-menu {
    margin-bottom: 20px;
  }

  .service-v2-tab-flex {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-tab-hedding-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .service-tab-number-wrapper {
    width: 30px;
    height: 30px;
  }

  .service-tab-number {
    font-size: 15px;
    line-height: 20px;
  }

  .service-v2-tab-text {
    font-size: 20px;
    line-height: 30px;
  }

  .tab-arrow {
    max-width: 15px;
  }

  .service-tab-details {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .service-v2-tab-pan-img {
    border-width: 5px;
    border-radius: 10px;
  }

  .service-tab-pan-main-img {
    width: 213px;
  }

  .service-tab-img-1, .service-tab-img-2 {
    max-width: 100px;
  }

  .service-ball-img {
    max-width: 50px;
    top: 11%;
    right: 7%;
  }

  .service-yeollow-star-img {
    max-width: 54px;
    top: 14%;
    left: 9%;
  }

  .service-tab-pan-arrow-img {
    max-width: 50px;
  }

  .why-chosse-us-v2-title-img {
    max-width: 29px;
  }

  .why-choose-us-v2-details-shape {
    max-width: 40px;
    right: -62%;
  }

  .chosse-us-content-sticky-wrap {
    height: auto;
  }

  .chosse-us-card-wrapper._02, .chosse-us-card-wrapper._01 {
    padding: 20px;
  }

  .choose-us-card-contant-arrow {
    margin-bottom: 15px;
  }

  .chosse-us-details {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 24px;
  }

  .our-process-v2-main-title-wrapper {
    margin-bottom: 20px;
  }

  .our-chosse-us-title-img-01, .our-chosse-us-title-img-03 {
    display: none;
  }

  .our-process-tab-contant-wrapperwrapper {
    padding-top: 13px;
  }

  .single-tab-contant-wrap {
    margin-bottom: 15px;
  }

  .our-proses-tab-contant-flex {
    grid-row-gap: 20px;
  }

  .tab-left-wrapper {
    padding-top: 20px;
  }

  .tab-contant-number-wrapper {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }

  .tab-number-text {
    font-size: 15px;
    line-height: 25px;
  }

  .tab-contant-main-title {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .tab-contant-main-title._03 {
    font-size: 22px;
    line-height: 30px;
  }

  .tab-details {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .tab-right-contant-wrapper {
    padding: 20px;
  }

  .tab-contant-main-img {
    width: 317px;
  }

  .tab-contant-main-small-img-1 {
    max-width: 30px;
    max-height: 30px;
    top: 15%;
    left: 14%;
  }

  .tab-contant-main-small-img-1._03 {
    top: 16%;
    right: 17%;
  }

  .tab-contant-main-small-img-2 {
    max-width: 30px;
    max-height: 30px;
    bottom: 7%;
    right: 4%;
  }

  .tab-contant-main-small-img-2._02 {
    max-width: 30px;
    bottom: 14%;
    right: 15%;
  }

  .tab-contant-main-small-img-2._03 {
    max-width: 30px;
    bottom: 11%;
    left: 14%;
  }

  .our-process-v2-title-img-01, .our-process-v2-title-img-02 {
    display: none;
  }

  .our-works-main-contant-wrapper {
    margin-bottom: 20px;
  }

  .our-works-v2-main-img {
    object-fit: fill;
  }

  .our-works-v2-conttant-title-link-wrapper {
    bottom: 10px;
    left: 10px;
  }

  .our-works-v2-conttant-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .our-works-team-v2-contant-details {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .our-works-v2-link-wrapper {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }

  .our-works-arrow-01 {
    max-width: 22px;
  }

  .testimonial-main-title-wrapper {
    margin-bottom: 20px;
  }

  .testimonial-main-slide-wrapper {
    padding: 12px;
  }

  .testimonial-slider-details {
    text-align: center;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-athor-name-v2 {
    font-size: 15px;
    line-height: 24px;
  }

  .testimonial-athor {
    font-size: 15px;
    line-height: 23px;
  }

  .testimonial-arrow {
    width: 30px;
    height: 30px;
    top: 590px;
    left: 103px;
  }

  .testimonial-arrow.left {
    font-size: 14px;
    left: 44%;
  }

  .testimonial-arrow.right {
    font-size: 14px;
    right: 44%;
  }

  .testimonial-section-title-img {
    display: none;
  }

  .testimonial-v2-img-1 {
    max-width: 60px;
    top: -10%;
  }

  .blog-main-grid-wrapper {
    margin-bottom: 20px;
  }

  .blog-v2-main-contant-wraper, .blog-v2-single-main-wrapper.v2 {
    padding: 15px;
  }

  .our-mission-main-wrapper {
    margin-bottom: 40px;
  }

  .our-mission-contant-wrapper {
    grid-template-columns: 1fr;
  }

  .our-mission-contant-flex-img-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .our-mission-main-details {
    font-size: 14px;
  }

  .core-value-caid-grid-wrapper {
    margin-bottom: 40px;
  }

  .core-value-single-card-wrapper {
    padding: 25px;
  }

  .core-value-single-card-number-text {
    margin-bottom: 60px;
  }

  .core-value-single-card-title {
    font-size: 25px;
    line-height: 35px;
  }

  .core-value-single-card-details {
    font-size: 14px;
    line-height: 23px;
  }

  .core-value-main-tab-contant-wrapper {
    margin-bottom: 30px;
    padding: 30px 25px;
  }

  .core-value-tab-right-img-01 {
    width: 100%;
  }

  .core-value-tab-right-img-02 {
    max-width: 100px;
    right: -5%;
  }

  .coren-value-tab-menu {
    grid-row-gap: 15px;
    flex-flow: column;
    align-content: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .core-value-main-counter-wrapper {
    grid-template-columns: 1fr;
    padding: 30px 25px;
  }

  .numbers {
    height: 67px;
  }

  .number-digit {
    font-size: 42px;
    line-height: 67px;
  }

  .service-page-main-details-wrapper, .single-services-contant-wrap {
    margin-bottom: 30px;
  }

  .single-service-info-wrap {
    margin-bottom: 20px;
  }

  .services-single-details h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .services-single-details p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .services-single-details li {
    font-size: 14px;
  }

  .single-services-rich-contant-02-details h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .single-services-rich-contant-02-details p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .expart-text-main-flex {
    bottom: 25px;
    left: 25px;
  }

  .exparts-main-name {
    margin-bottom: 0;
    font-size: 22px;
  }

  .exparts-team-works {
    margin-bottom: 18px;
  }

  .exparts-single-main-wrapper {
    margin-bottom: 40px;
    padding: 30px;
  }

  .exparts-single-main-contant-wrapper {
    margin-top: 30px;
  }

  .exparts-single-main-contant-text-wrapper {
    margin-bottom: 15px;
  }

  .exparts-single-main-contant-details-wrapper {
    margin-bottom: 10px;
  }

  .expeart-single-details {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .expeart-single-details-contant h2 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .expeart-single-details-contant p {
    font-size: 15px;
  }

  .expeart-single-details-contant li {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .blog-single-title-main-wrapper {
    margin-bottom: 25px;
  }

  .blog-single-v1-main-flex {
    grid-row-gap: 10px;
    margin-bottom: 25px;
  }

  .blog-catagories-iteam {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .category-btn {
    text-align: center;
    width: 100%;
    font-size: 15px;
  }

  .category-btn.w--current {
    text-align: center;
    padding-top: 12px;
    font-size: 15px;
  }

  .blog-single-page-main-contant-wrapper {
    margin-bottom: 30px;
  }

  .blog-details-athor-wrapper {
    padding-bottom: 20px;
  }

  .blog-athor-name {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-read-titme, .blog-date {
    font-size: 15px;
  }

  .blog-rich-contant-details-wrapper {
    margin-bottom: 30px;
  }

  .blog-details-main-contant h2 {
    letter-spacing: -2px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .blog-details-main-contant p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .blog-details-main-contant li {
    font-size: 13px;
    line-height: 21px;
  }

  .blog-details-main-contant blockquote {
    background-size: 35px;
    margin-bottom: 0;
    padding: 60px 15px 30px;
    font-size: 13px;
  }

  .blog-details-main-contant ol {
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .blog-details-main-contant-2 h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .blog-details-main-contant-2 p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .blog-details-main-contant-2 ul {
    margin-bottom: 8px;
  }

  .blog-details-main-contant-2 li {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .projects-main-contant-title-text {
    font-size: 20px;
    line-height: 34px;
  }

  .projects-main-contant-img-wrapper {
    padding: 40px;
  }

  .projects-main-contant-img {
    max-width: 158px;
  }

  .project-small-img-01 {
    max-width: 42px;
  }

  .project-small-img-02 {
    max-width: 77px;
  }

  .project-single-details-wrapper {
    grid-row-gap: 20px;
  }

  .project-left-single-title-wrapper {
    margin-bottom: 40px;
  }

  .project-left-single-details {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .project-details-author-wrapper {
    padding: 15px;
  }

  .project-details-icon-wrapper {
    width: 35px;
    height: 35px;
  }

  .project-details-main-icon {
    max-width: 20px;
  }

  .project-details-category-name {
    margin-bottom: 2px;
    font-size: 20px;
  }

  .project-details-category-text-block {
    font-size: 15px;
  }

  .project-details-rich-content-02 {
    margin-bottom: 20px;
  }

  .project-details-rich-content-2 p {
    font-size: 14px;
  }

  .project-details-rich-content-2 li {
    margin-bottom: 8px;
    padding-left: 20px;
    font-size: 14px;
  }

  .project-details-rich-content-2 h2 {
    letter-spacing: -1px;
    font-size: 23px;
  }

  .shop-image-wrapper {
    margin-bottom: 30px;
  }

  .shop-text {
    font-size: 20px;
  }

  .shop-image-overlay-wrapper {
    bottom: -15%;
  }

  .shops-cart {
    padding: 4px 12px;
    font-size: 15px;
    line-height: 19px;
  }

  .cart-icon {
    width: 35px;
    height: 35px;
  }

  .your-cart {
    font-size: 26px;
  }

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

  .cart-quantity-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .remove-button {
    padding: 12px 18px;
  }

  .cart-item {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .div-block {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .checkout-button {
    padding: 15px 20px;
    font-size: 15px;
  }

  .projects-rich-contant-01 {
    margin-bottom: 20px;
  }

  .projects-rich-contant-01 h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .projects-rich-contant-01 p {
    font-size: 14px;
  }

  .projects-rich-contant-01 li {
    font-size: 14px;
    line-height: 24px;
  }

  .contuct-us-text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .contuct-us-locataion-text-wrapper {
    grid-row-gap: 10px;
  }

  .loction-text-flex {
    align-items: center;
  }

  .location-icon {
    width: 30px;
    height: 30px;
  }

  .location-img {
    max-width: 15px;
  }

  .location-text {
    width: 100%;
    font-size: 14px;
  }

  .contuct-info-main-wrapper {
    flex-flow: column;
    width: 320px;
  }

  .contuct-info-main-wrapper.mobile {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .contuct-us-title-wrapper {
    width: 300px;
  }

  .contuct-us-main-contant-wrapper {
    padding: 20px;
  }

  .name-or-email-flex {
    margin-bottom: 0;
  }

  .name-felid {
    height: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 14px;
  }

  .name-felid.massage {
    min-height: 100%;
    font-size: 14px;
  }

  .field-label-2 {
    font-size: 19px;
  }

  .changelog-main-wrapper {
    padding: 20px;
  }

  .changelog-date-wrapper {
    width: 100%;
  }

  .changelog-date-text-block {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .changelog-text-wrapper {
    padding-bottom: 30px;
  }

  .changelog-description-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-title {
    margin-bottom: 15px;
  }

  .facility-item-wrapper {
    flex: none;
  }

  .facility-item {
    font-size: 13px;
    line-height: 21px;
  }

  .license-top-text {
    font-size: 17px;
  }

  .license-shape {
    margin-bottom: 20px;
  }

  .licemse-img-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .license-img-flex {
    width: 100%;
  }

  .license-contant-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .license-grid-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start;
  }

  .license-icon-div {
    width: 50px;
    height: 50px;
  }

  .license-icon {
    max-width: 19px;
  }

  .sg-mini-title {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .style-colour-flex-wrapper {
    margin-bottom: 60px;
  }

  .style-colour-wrap {
    height: 150px;
  }

  .style-colour-text {
    font-size: 28px;
  }

  .style-colour-text.white {
    font-size: 28px;
    line-height: 30px;
  }

  .pragraph-fornt {
    font-size: 14px;
  }

  .sign-in-content-flex-wrap {
    padding-top: 0;
    padding-bottom: 115px;
  }

  .sign-in-flex-right-wrap {
    padding: 60px 20px 20px;
  }

  .sign-in-flex-right-wrap.forgot-password {
    padding: 30px;
  }

  .sign-in-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 42px;
  }

  .alternative-details.reset-password {
    width: 100%;
    font-size: 14px;
  }

  .sign-in-app-single-wrap {
    padding: 12px 25px;
  }

  .sign-in-icon-details {
    font-size: 15px;
  }

  .sign-in-icon {
    max-width: 20px;
  }

  .sign-in-or-wrap, .sign-in-single-field-wrap {
    margin-bottom: 20px;
  }

  .sign-in-field {
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    font-size: 13px;
  }

  .sign-in-field::placeholder {
    font-size: 16px;
  }

  .forgot-radio-label {
    font-size: 15px;
  }

  .secondery-button.sign-in {
    padding: 15px 25px;
  }

  .secondery-button.pp {
    padding: 12px 20px;
  }

  .forgot-flex-wrap {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .pp-container {
    max-width: 295px;
    padding: 20px;
  }

  .pp-img-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .pp-img {
    max-width: 37px;
  }

  .pp-title {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 43px;
  }

  .pp-details {
    font-size: 14px;
  }

  .pp-field {
    height: 46px;
  }

  ._404-container {
    max-width: 280px;
  }

  ._404-img {
    max-width: 225px;
    margin-bottom: 20px;
  }

  ._404-details {
    font-size: 14px;
  }

  .costumer-info {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
  }

  .shiping-method {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .field-label-9 {
    font-size: 15px;
  }

  .shipinng-method, .shipping-method {
    font-size: 20px;
  }

  .payment-info {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .order {
    font-size: 22px;
  }

  .heading-5, .heading-6, .itram-order, .customer-info, .payment-info-text {
    font-size: 20px;
  }

  .preview-banner {
    padding-top: 100px;
    padding-bottom: 40px;
  }

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

  .preview-banner-title {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 38px;
  }

  .preview-details {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .preview-main-button-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .preview-banner-page-image-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-preview-banner-image._01 {
    max-width: 128px;
  }

  .single-preview-banner-image._02 {
    max-width: 131px;
    margin-left: -80px;
    margin-right: -80px;
  }

  .single-preview-banner-image._03 {
    max-width: 116px;
  }

  .preview-benner-img-01, .preview-benner-img-02 {
    display: none;
  }

  .feature-title {
    letter-spacing: -2px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 38px;
  }

  .feature-single-contant {
    padding: 30px;
  }

  .feature-img {
    max-width: 25px;
  }

  .feature-img-wrapper {
    width: 60px;
    height: 60px;
  }

  .feature-content-details {
    font-size: 15px;
    line-height: 25px;
  }

  .single-preview-main-title-wrapper {
    margin-bottom: 20px;
  }

  .single-preview-title {
    letter-spacing: -2px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 38px;
  }

  .single-preview-details {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

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

  .preview-single-link-wrap {
    padding: 15px;
  }

  .preview-page-name {
    font-size: 9px;
  }

  .shops-single-flex {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .shops-single-title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .shops-single-price {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .shops-details {
    font-size: 15px;
  }

  .shops-quntity {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .single-shops-quintity {
    height: 40px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
  }

  .shops-add-to-cart {
    padding: 12px 20px;
  }

  .shops-details-contant h2 {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 46px;
  }

  .shops-details-contant p {
    font-size: 14px;
  }

  .shops-details-contant li {
    margin-bottom: 8px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .figma-file-container {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .figma-file-logo-img-wrapper {
    width: 60px;
    height: 60px;
  }

  .figma-file-logo-img {
    max-width: 20px;
  }

  .figma-title {
    letter-spacing: -2px;
    font-size: 28px;
    line-height: 38px;
  }

  .figma-details {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 24px;
  }

  .figma-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .figma-main-img-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .preview-footer-section {
    padding-top: 0;
  }

  .preview-footer-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .preview-footer-logo-img {
    max-width: 140px;
  }

  .preview-footer-title {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 38px;
  }

  .preview-footer-details {
    max-width: 100%;
    font-size: 13px;
    line-height: 24px;
  }

  .preview-footer-button {
    grid-row-gap: 15px;
    flex-direction: column;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }

  .ahtor-img {
    max-width: 56px;
  }

  .shop-categories-main-wrapper {
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }

  .shop-categories-text-link {
    font-size: 17px;
  }

  .require {
    font-size: 14px;
  }

  .our-process-main-details-img-1, .our-process-main-details-img-2 {
    display: none;
  }

  .cart-header {
    padding: 12px 15px;
  }

  .cart-list {
    padding: 10px 20px;
  }

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

  .sg-divider {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .sg-title-wrapper {
    grid-row-gap: 15px;
  }

  .sg-button-flex {
    flex-wrap: wrap;
  }

  .order-summery-text, .biling-address {
    font-size: 20px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.buttom {
    width: 30px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .license-details {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: start stretch;
  }

  .our-process-contant-img-wrapper-4 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .our-processs-scroll-title-2 {
    width: 100%;
    font-size: 25px;
    line-height: 36px;
  }

  .our-processs-scroll-title-2._3 {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
  }

  .our-process-contant-img-wrapper-5 {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .secondary-button-text-2 {
    font-size: 14px;
  }

  .our-process-contant-img-wrapper-6 {
    margin-bottom: 0;
  }

  .our-process-contant-img-wrapper-7 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .our-process-contant-img-wrapper-8 {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .secondary-button-text-3 {
    font-size: 14px;
  }

  .our-process-contant-img-wrapper-9 {
    margin-bottom: 0;
  }

  .swiper-slide {
    height: 65vh;
  }

  .swiper-nav-btn.prev {
    left: 5%;
  }

  .swiper-nav-btn.next {
    right: 5%;
  }

  .client-details-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 23px;
  }

  .arrow-icon._2, .arrow-icon._1 {
    flex: none;
    width: 17px;
    height: 17px;
  }

  .delivery {
    margin-top: 30px;
    padding: 15px;
  }

  .section-title-2.light {
    max-width: 267px;
    margin-bottom: 5px;
    font-size: 27px;
  }

  .section-title-2.light.client {
    max-width: 290px;
    font-size: 27px;
  }

  .section-details-2 {
    max-width: 285px;
    font-size: 15px;
  }

  .section-details-2.white.client-reviews {
    max-width: 290px;
    font-size: 15px;
  }

  .container--full {
    height: 60vh;
  }

  .right-arrow-2 {
    width: 42px;
    height: 42px;
    bottom: 48px;
  }

  .client-reviews-title {
    max-width: 290px;
    margin-bottom: 8px;
    font-size: 20px;
  }

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

  .client-reviews-details {
    max-width: 290px;
    margin-bottom: 30px;
  }

  .left-arrow-2 {
    width: 42px;
    height: 42px;
    bottom: 48px;
    right: 50px;
  }

  .news_container {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .ticker-details-2 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .heading-22 {
    margin-bottom: 11px;
    font-size: 30px;
  }

  .image-4 {
    text-align: left;
    display: inline-block;
  }

  .heading-24 {
    font-size: 40px;
  }

  .code-embed {
    width: auto;
  }

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

  .services-img-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f20-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f21-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f2c-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f37-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f4d-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f42-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f4e-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f59-e51e3f05, #w-node-_867b25e6-826f-0da7-0235-9c09540eefa0-a731e0bc, #w-node-_7c4cd881-7321-4fb7-d583-dc9cf526a36b-a731e0bc, #w-node-_2ea8e9bf-70a9-cd17-a53c-d2ae1ecf8694-a731e0bc, #w-node-_9ce298fb-6c18-47c3-f7a3-b488d274f1ee-a731e0bc, #w-node-_02e41729-a6c4-fed8-8c05-99514394fb3d-a731e0bc, #w-node-_910a0ae7-feaa-b9e4-b72d-3d9027749a3e-a731e0bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c309878-7c7c-145c-30de-c11cdae79b33-01697ef1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_874af432-1ee5-b3b4-b12a-6892a18b5768-01697ef1 {
  grid-row: span 2 / span 2;
}

#w-node-c02cd14a-aca1-b1bd-02f3-a8dbe2c98ad6-4bce9f3a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c02cd14a-aca1-b1bd-02f3-a8dbe2c98afa-4bce9f3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1790b96-524a-d02a-b6d6-7b875fe3a793-e2c146e6, #w-node-_1fe923e5-ef18-8b94-7cef-73ac23d02e2d-e2c146e6, #w-node-dae2d237-c534-b3c4-d497-85dc3a2b11bd-e2c146e6, #w-node-ec06e6eb-53a0-8ada-3eff-0bcb64d3bdd6-e2c146e6, #w-node-bc857703-426b-e78b-26e4-456243a6b2cc-e2c146e6, #w-node-_44ca2c52-2076-4384-217f-62e6fbb164b4-e2c146e6, #w-node-_681b51c8-52ed-a712-d282-f8ef1e45df6c-e2c146e6, #w-node-eb50a632-82b6-5a1c-f1e3-b08263935fe7-e2c146e6, #w-node-b3f17e41-0165-9b0b-3f9d-47a2407ed242-e2c146e6, #w-node-dde124ea-25d6-6762-4715-f78f8dec5343-e2c146e6, #w-node-_4237a7c5-1e9a-c168-3f69-177c45dfc53c-e2c146e6, #w-node-_587a2562-e7d0-fc4f-f594-4d4d84128334-e2c146e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b4cac48a-caa8-cac5-db76-42a1cb0270f4-cb027076, #w-node-c02cd14a-aca1-b1bd-02f3-a8dbe2c98ad6-4bce9f3a, #w-node-c02cd14a-aca1-b1bd-02f3-a8dbe2c98ae2-4bce9f3a, #w-node-c02cd14a-aca1-b1bd-02f3-a8dbe2c98aee-4bce9f3a, #w-node-c02cd14a-aca1-b1bd-02f3-a8dbe2c98afa-4bce9f3a, #w-node-c02cd14a-aca1-b1bd-02f3-a8dbe2c98b0f-4bce9f3a, #w-node-c02cd14a-aca1-b1bd-02f3-a8dbe2c98b1b-4bce9f3a, #w-node-c02cd14a-aca1-b1bd-02f3-a8dbe2c98b27-4bce9f3a, #w-node-ee735468-a5d1-1cc9-c27a-a293f9054a22-4bce9f3a, #w-node-_96e698f7-5815-2723-4c6d-e1e7530f60bf-4bce9f3a, #w-node-d83dd72d-731b-e49c-bbae-ceccf86fbafb-4bce9f3a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Variable';
  src: url('../fonts/Oswald-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@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 Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}