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

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: #fefefe;
  --black: #101b22;
  --black-3: #1b1b1b;
  --alice-blue: #f0f6f8;
  --gold: #ffe135;
  --black-2: #16252e;
  --dim-grey: #686868;
  --silver: #c4c4c4;
  --gold-2: #ffd900;
  --midnight-blue: #21323d;
  --black-4: #1b1b1b0d;
  --khaki: #fff2a5;
  --dark-orange: #fb8500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body {
  background-color: var(--white);
  font-family: Open Sans, sans-serif;
}

.heading-3-section {
  padding-top: 10px;
}

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

.heading-3-left-image {
  background-image: url('../images/tolu-olubode-PlBsJ5MybGc-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  width: 49.5%;
  min-height: 250px;
}

.heading-3-right-text {
  background-color: #ffe136;
  width: 49.5%;
  padding: 40px;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.container-1600px {
  width: 90%;
  max-width: 1600px;
  display: block;
}

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

.container.container-fluid {
  width: 98%;
  max-width: none;
}

.heading-3-top-title {
  align-items: center;
  display: flex;
}

.light-text-line {
  background-color: #333;
  width: 40px;
  height: 2px;
}

.title-as-section {
  color: #333;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 700;
}

.heading-3-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4;
}

.heading-3-text.margin-equal-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3-btn {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  padding: 15px 50px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.9;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.heading-3-btn:hover {
  background-color: var(--black);
  color: #fff;
}

.footer-section {
  background-color: var(--black-3);
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.footer-brand {
  text-decoration: none;
}

.logo-text {
  color: var(--alice-blue);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5;
}

.footer-col-text-title {
  box-shadow: 0 1px 0 0 var(--gold);
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px #b3ff00;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.footer-links-block {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.footer-link {
  color: var(--alice-blue);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

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

.footer-social-icon {
  color: var(--gold);
  background-color: #21323d75;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--gold);
  color: var(--black-2);
}

.footer-copy-section {
  background-color: #111;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-link-texts {
  color: #a8a8a8;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.footer-copy-social {
  justify-content: flex-end;
  display: flex;
}

.section-heading-1-img {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.left-text-area {
  width: 48%;
}

.left-text-area.paddint-tomp-bottom-40 {
  padding: 40px;
  position: relative;
}

.right-double-img {
  width: 48%;
}

.right-double-img.large-img {
  background-image: url('../images/328300668.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.haeding-1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.haeding-1.margin-top-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
}

.haeding-1.white {
  color: #fff;
}

.section-info-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.section-info-title.light {
  color: var(--white);
}

.section-info-title.large-text {
  margin-right: 10px;
  padding-left: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-info-wrapper {
  align-items: center;
  display: flex;
  position: static;
}

.section-info-wrapper.text-center {
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}

.section-line {
  background-color: #2c2c2c;
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

.section-line.light {
  background-color: var(--white);
}

.section-line.large-line {
  width: 35px;
  margin-right: 0;
}

.left-section-para-container.padding-top-20 {
  padding-top: 20px;
}

.left-section-para-container.padding-top-20.flex {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.para {
  font-size: 1rem;
  line-height: 1.75;
}

.para.light-grey {
  color: var(--dim-grey);
}

.para.light {
  color: var(--silver);
}

.para.light.testimonial-text {
  color: var(--alice-blue);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 300;
}

.para.center {
  text-align: center;
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.default-btn {
  background-color: var(--gold);
  color: var(--black);
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.default-btn.margin-top-40 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn.margin-top-40.hover-white {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn.margin-top-40.hover-white:hover {
  background-color: var(--white);
  color: var(--black);
}

.default-btn.margin-top-40.white {
  background-color: var(--white);
}

.default-btn.margin-top-40.white:hover {
  background-color: var(--gold-2);
  color: var(--black-3);
}

.default-btn.margin-top-40.black {
  background-color: var(--black);
  color: var(--white);
}

.default-btn.margin-top-40.black:hover {
  background-color: var(--gold);
  color: var(--black);
}

.sm-inner-img {
  background-color: var(--gold);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 10%;
  margin-top: -25px;
  margin-bottom: 0;
  margin-right: -25px;
  display: flex;
}

.project-img-title {
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
}

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

.section-heading-2.m-top-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-hedaing-2-wrapper.display-flex {
  background-image: linear-gradient(to right, #fff0, var(--black) 52%);
  justify-content: space-between;
  display: flex;
}

.section-hedaing-2-wrapper.display-flex.flex-reverse {
  background-image: linear-gradient(to right, var(--black) 48%, #fff0);
  flex-direction: row-reverse;
}

.section-hedaing-2-wrapper.display-flex.gradiant-reverse {
  background-image: linear-gradient(to right, var(--black) 48%, #fff0);
}

.section-hedaing-2-wrapper.display-flex.no-bg {
  background-image: none;
}

.heading-2-img-section {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section.min-height-300 {
  min-height: 300px;
}

.heading-2-img-section.min-height-300.img-edit {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/service-3.webp');
}

.heading-2-img-section.no-img {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-img-section.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.right-img-grid {
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.col-1 {
  flex-direction: column;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.col-1.flex-grid {
  display: none;
}

.col-2 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.top-img {
  background-image: url('../images/272168413.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45%;
}

.top-img.margin-bottom-10 {
  background-image: url('../images/270427819.webp');
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-bottom-10:hover {
  transform: translate(0, -10px);
}

.top-img.margin-top-10 {
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-top-10:hover {
  transform: translate(0, 10px);
}

.bottom-img {
  background-image: url('../images/302986855.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 45%;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.bottom-img:hover {
  transform: translate(-10px);
}

.bottom-img.img-2 {
  background-image: url('../images/Home-renovation.webp');
}

.bottom-img.img-2:hover {
  transform: translate(10px);
}

.hero-section {
  background-color: #fff;
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/Home-image--2-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.hero-section.page-title-background {
  background-image: linear-gradient(#fff0, #101b2296), url('../images/302986855.webp');
  min-height: 40vh;
}

.services-section {
  background-color: var(--alice-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-wrapper.display-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.services-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s ease-in-out;
}

.services-block:hover {
  transform: translate(0, -20px);
}

.services-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 1px 1px 3px #101b2240;
}

.services-text-block {
  border-bottom: 2px solid var(--gold);
  background-color: var(--white);
  padding: 60px 20px 20px;
  box-shadow: 1px 1px 3px #101b2240;
}

.services-title {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.services-title.price {
  color: #1c6ca0;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.services-desc {
  color: var(--midnight-blue);
  font-size: 1rem;
  line-height: 1.75;
}

.service-btn {
  background-color: var(--gold-2);
  color: var(--black-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.service-btn:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.service-btn._2 {
  background-color: var(--midnight-blue);
  color: var(--alice-blue);
  padding: 10px 20px;
  display: inline-block;
}

.service-btn._2:hover {
  background-color: var(--gold-2);
  color: var(--midnight-blue);
}

.hero-container {
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.navigatio-bar {
  z-index: 10000;
  background-color: #1b1b1b03;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0 0% auto;
  overflow: visible;
}

.nav-container {
  border-radius: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.brand-text {
  color: var(--black);
  font-size: 2rem;
  font-weight: 800;
}

.navbar {
  background-color: var(--alice-blue);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 8px #0003;
}

.brand {
  margin-left: 10px;
  margin-right: auto;
}

.brand.w--current {
  margin-right: 20px;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  border-right: 1px solid #16252e1a;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1rem;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  background-color: var(--black);
  color: var(--gold);
}

.nav-link.w--current {
  background-color: var(--black-3);
  color: var(--gold-2);
}

.nav-link.contact-nav {
  background-color: var(--gold);
  transition: all .2s ease-in-out;
}

.nav-link.contact-nav:hover {
  background-color: var(--black);
  color: var(--alice-blue);
}

.nav-link.contact-nav.call-btn {
  display: none;
}

.dropdown-toggle, .dropdown-toggle.nav-link {
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-list {
  margin-top: 20px;
}

.dropdown-list.w--open {
  background-color: var(--alice-blue);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 240px;
  margin-top: 0;
}

.drop-down-link {
  border-bottom: 1px solid var(--black-4);
  border-left: 5px solid #0000;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  font-weight: 400;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.drop-down-link:hover {
  border-left-color: var(--gold);
  background-color: var(--black-3);
  color: var(--white);
  padding-left: 25px;
}

.drop-down-link.last {
  border-bottom-color: #1b1b1b00;
}

.hero-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-card {
  border-left: 5px solid var(--gold-2);
  background-color: var(--alice-blue);
  width: 40%;
  margin-top: 100px;
  margin-left: 5%;
  padding: 25px;
}

.hero-intro-text {
  color: #227baf;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.75;
}

.hero-large-text {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero_btn {
  background-color: var(--gold);
  color: var(--black);
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hero_btn.margin-top-40 {
  margin-top: 40px;
}

.hero_btn.margin-top-40.margin-right-20 {
  margin-right: 20px;
  transition: all .2s ease-in-out;
}

.hero_btn.margin-top-40.margin-right-20:hover {
  background-color: var(--black);
  color: var(--white);
}

.hero_btn.outline-btn {
  border: 1px none var(--gold);
  background-color: var(--black);
  color: var(--alice-blue);
  transition: all .2s ease-in-out;
}

.hero_btn.outline-btn:hover {
  background-color: var(--gold);
  color: var(--black);
}

.hero_btn.center {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.span {
  color: var(--gold);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.arrow-up {
  z-index: 1000;
  background-color: var(--gold-2);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 3% 20px auto;
}

.arrow-up-btn {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.arrow-up-btn:hover {
  background-color: var(--khaki);
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu {
  text-align: right;
}

.services-button-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

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

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: stretch center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-image {
  flex: none;
  width: 50%;
  height: 100%;
  display: block;
}

.service-info {
  flex: 0 auto;
  width: 50%;
}

.product-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.product-pricing {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.img-product {
  min-width: auto;
  height: 100%;
  min-height: 500px;
}

.additional-info {
  padding-top: 100px;
}

.tabs-menu {
  text-align: center;
}

.tab-button {
  background-color: var(--black-2);
  color: var(--alice-blue);
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 40px;
}

.tab-button.w--current {
  background-color: var(--gold-2);
  color: var(--black-2);
}

.tab {
  padding: 39px;
}

.tab-container {
  background-color: #f0f6f899;
  border-radius: 14px;
  padding: 32px;
}

.tab-text {
  text-transform: uppercase;
}

.h2.h2-white {
  color: #fff;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
}

.h3-cta-text {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.top {
  position: absolute;
  inset: 0% 0% auto;
}

.default-list {
  padding-left: 0;
  list-style-type: none;
}

.fa-icon {
  background-color: var(--gold-2);
  color: var(--black-3);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  display: flex;
}

.fa-icon.sm {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-size: 12px;
}

.h3-list {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.html-embed {
  width: 100%;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  place-items: end stretch;
  margin-top: 0;
  padding-bottom: 10px;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.icon {
  background-color: var(--midnight-blue);
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.cta-text-contact {
  color: #151623;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.cta-link {
  color: #00000091;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.div-block-2 {
  margin-right: auto;
}

.header-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.header-cont-info {
  align-items: center;
  display: flex;
}

.header-link-cont {
  color: var(--black-3);
  text-decoration: none;
}

.socials {
  z-index: 1000;
  background-color: var(--gold-2);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 20px 3%;
}

.social-button {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.social-button:hover {
  background-color: var(--khaki);
}

@media screen and (max-width: 991px) {
  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 10px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .container.display-flex.container-1600px.copy-flex {
    text-align: center;
    flex-direction: column;
  }

  .heading-3-text.margin-equal-20 {
    font-size: 1.3em;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-copy-social {
    margin-top: 20px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column;
  }

  .left-text-area {
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    background-color: var(--black);
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    background-color: #0000;
  }

  .right-double-img.large-img {
    width: 100%;
    height: 500px;
    margin-top: 100px;
  }

  .para.light.testimonial-text {
    font-size: 1.15rem;
  }

  .section-hedaing-2-wrapper.display-flex {
    background-image: none;
    flex-direction: column;
  }

  .section-hedaing-2-wrapper.display-flex.flex-reverse {
    flex-direction: column-reverse;
  }

  .heading-2-img-section {
    width: 100%;
  }

  .right-img-grid {
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
    padding-top: 0;
  }

  .services-wrapper.display-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigatio-bar {
    width: 100%;
  }

  .nav-container {
    border-radius: 0;
    max-width: 1300px;
  }

  .navbar {
    border-radius: 0;
    width: 100%;
  }

  .nav-link {
    background-color: var(--alice-blue);
  }

  .nav-link.contact-nav.call-btn {
    background-color: var(--gold);
    color: var(--midnight-blue);
    height: 100%;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .dropdown-toggle.nav-link {
    width: 100%;
  }

  .drop-down-link {
    text-transform: uppercase;
  }

  .drop-downmenu {
    width: 100%;
  }

  .hero-card {
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-large-text {
    font-size: 2rem;
  }

  .menu-button {
    background-color: var(--black);
    color: var(--alice-blue);
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .div-block {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .service-image, .service-info {
    width: 100%;
  }

  .product-title {
    margin-top: 0;
  }

  .img-product {
    object-fit: cover;
    width: 100%;
    min-height: 300px;
    max-height: 400px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-button.w--current, .tab-text {
    text-align: center;
  }

  .html-embed {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
  }

  .f-col {
    border-bottom: 1px solid #f0f6f81f;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .f-col.no-padding {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-links-block {
    padding-top: 10px;
  }

  .section-h1-wrapper.display-flex.flex-reverse {
    flex-direction: column-reverse;
  }

  .right-double-img.large-img {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .default-btn.margin-top-40 {
    text-align: center;
    width: 100%;
  }

  .sm-inner-img {
    width: auto;
    margin-top: -10px;
    margin-right: -10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .services-wrapper.display-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-block {
    margin-bottom: 60px;
  }

  .services-text-block {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-desc {
    font-size: 15px;
  }

  .service-btn {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
  }

  .service-btn._2 {
    font-size: 15px;
  }

  .hero-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-button-group {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .tab-button {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
  }

  .tab-button.w--current {
    padding: 10px 20px;
  }

  .tab {
    padding: 0;
  }

  .tab-container {
    padding: 13px;
  }

  .tab-text {
    font-size: 1rem;
  }

  .header-contact {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading-3-section {
    padding-top: 0;
  }

  .heading-3-left-image {
    margin-top: 0;
  }

  .heading-3-right-text {
    padding: 20px;
  }

  .heading-3-top-title {
    margin-bottom: 20px;
  }

  .heading-3-text.margin-equal-20 {
    text-align: center;
    font-size: 1.1em;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .section-heading-1-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-h1-wrapper.display-flex.flex-reverse {
    flex-direction: column-reverse;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-double-img.large-img {
    height: 300px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .title-container {
    margin-bottom: 20px;
  }

  .haeding-1.margin-top-bottom-10 {
    color: var(--black-2);
    text-transform: uppercase;
    font-size: 22px;
  }

  .haeding-1.margin-top-bottom-10.white {
    color: var(--alice-blue);
  }

  .section-info-title.large-text {
    font-size: 26px;
  }

  .section-info-wrapper {
    margin-bottom: 20px;
  }

  .para {
    font-weight: 300;
  }

  .para.light-grey {
    font-size: 15px;
  }

  .sm-inner-img {
    width: auto;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-img-title {
    font-size: 1rem;
  }

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

  .heading-2-img-section {
    min-height: 300px;
  }

  .heading-2-img-section.no-img.grid-edit {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .col-1 {
    width: 100%;
    min-height: 300px;
    display: none;
  }

  .col-1.flex-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: 480px;
    margin-bottom: 40px;
    display: grid;
  }

  .col-2 {
    width: 100%;
    min-height: 300px;
  }

  .top-img.margin-bottom-10, .top-img.margin-top-10, .bottom-img {
    height: 100%;
  }

  .hero-section {
    min-height: 80vh;
  }

  .services-wrapper.display-grid {
    grid-template-columns: 1fr;
  }

  .services-block {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .services-image {
    box-shadow: none;
    width: 95%;
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-text-block {
    width: 95%;
  }

  .services-title {
    font-size: 18px;
  }

  .services-title.price {
    font-size: 15px;
  }

  .service-btn {
    font-weight: 400;
  }

  .navigatio-bar {
    padding-bottom: 0;
  }

  .brand-text {
    font-size: 22px;
  }

  .nav-link.contact-nav.call-btn {
    display: none;
  }

  .hero-card {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-intro-text {
    font-size: 22px;
  }

  .hero-large-text {
    font-size: 22px;
    font-weight: 600;
  }

  .hero_btn.margin-top-40.margin-right-20 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }

  .hero_btn.outline-btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .menu-button {
    margin-left: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .arrow-up {
    display: none;
    bottom: 10px;
    right: 5%;
  }

  .product-title {
    font-size: 1.8em;
  }

  .product-pricing {
    font-size: 1.5em;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-button, .tab-button.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-text {
    font-size: 1em;
  }

  .bold-text {
    white-space: break-spaces;
    width: 100%;
    font-size: .9rem;
    font-weight: 600;
    display: inline-block;
  }

  .h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .h2.h2-white {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.2;
  }

  .h3-cta-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .contact-info-block {
    padding: 25px;
  }

  .icon {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .socials {
    bottom: 10px;
    right: 5%;
  }
}

#w-node-_49d36ee7-3b00-3ce5-e7e0-c43b13841719-8cac3112 {
  align-self: center;
}

#w-node-_4bfe299e-b63a-2e0d-4325-79537da5cdde-8cac3112 {
  align-self: end;
}

#w-node-_4bfe299e-b63a-2e0d-4325-79537da5cde2-8cac3112 {
  align-self: center;
}

#w-node-_17db64e7-779b-d0ae-146d-5f491771a1d0-8cac3112 {
  align-self: end;
}

#w-node-_17db64e7-779b-d0ae-146d-5f491771a1d4-8cac3112, #w-node-_676311d1-2d15-b4c0-8a52-961fe167b19b-8cac3112 {
  align-self: center;
}

#w-node-_78bfdf9e-6898-59fd-1d6d-c5fde5df1578-5aae5bd4, #w-node-_78bfdf9e-6898-59fd-1d6d-c5fde5df1578-25fd6c81 {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-a117abc6-d9e7-6437-3b75-db913f4296d5-8cac3112 {
    justify-self: center;
  }

  #w-node-_78bfdf9e-6898-59fd-1d6d-c5fde5df1595-5aae5bd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}