:root {
  --body-font: #5d6066;
  --heading-main-color: #2b2b2b;
  --pale-yellow: #c8a85a;
  --heading-color: #2b2b2b;
  --transparent: transparent;
  --white: white;
  --radiant-ui-components-library-marketplace--color--theme-color: #162116;
  --light-white: #ffffffb3;
  --border-twenty: 20px;
  --light-background: #f6f6f4;
  --footer-color: #1a1a1a;
  --deep-grey: #2b2b2b;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #5d6066;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #2b2b2b;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-commerce-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-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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-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: var(--body-font);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

h1 {
  color: var(--heading-main-color);
  letter-spacing: -.04rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 5rem;
}

h2 {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.75rem;
}

h3 {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}

h4 {
  color: var(--heading-main-color);
  letter-spacing: -.02px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h5 {
  color: #060f1a;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

h6 {
  color: var(--heading-main-color);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: var(--body-font);
  letter-spacing: .02rem;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

a {
  color: var(--body-font);
  text-decoration: none;
}

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

ol {
  border-left: 4px solid var(--pale-yellow);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 15px;
  padding-bottom: 15px;
}

blockquote {
  letter-spacing: .02rem;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 160%;
}

.navbar-menu-btn {
  padding: 0;
}

.dropdown-list {
  max-width: 20rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  top: 100%;
  bottom: auto;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px #eaecf0;
  padding: .75rem;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: .85rem;
  height: .85rem;
  display: flex;
  position: absolute;
  inset: auto 0 auto auto;
}

.dropdown-icon.color-white {
  filter: invert();
  color: #2b2b2b;
}

.navbar-dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--heading-main-color);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 5px .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
  transform: translate(0);
}

.navbar-dropdown-link:hover {
  transform: translate(8px);
}

.navbar-dropdown-link.nav-top {
  padding-top: 10px;
}

.navbar-dropdown-link.nav-bottom {
  padding-bottom: 10px;
}

.big-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.big-container.margin-top-sixty {
  margin-top: 60px;
}

.dropdown-linklist {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-sticky-bg {
  background-color: #fff;
  border-bottom: 1px #525558;
  position: absolute;
  inset: 0%;
}

.nav-sticky-bg.transparent.no-border {
  background-color: var(--transparent);
  border-bottom-style: none;
}

.nav-sticky-bg.transparent.no-border.landing-nav-bg {
  background-color: #141a29;
}

.nav-sticky-bg.transparent {
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-color: #cfcfcf;
}

.nav-sticky-bg.transparent.no-border {
  border-bottom-style: none;
}

.nav-link-drop {
  border-right: 1px #000;
  position: static;
}

.navbar-logo-link {
  padding-left: 0;
}

.home-one-navbar-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu-left {
  padding-left: 20px;
}

.image-height-auto.middle-align {
  align-self: center;
}

.navbar-menu-dropdown {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.menu-link-toggle {
  color: var(--heading-main-color);
  letter-spacing: 0;
  align-items: center;
  padding: .75rem 20px .75rem 30px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.menu-link-toggle:hover {
  color: #344054;
}

.menu-link-toggle.white-menu {
  color: #f6f6f6;
  font-weight: 400;
  line-height: 1rem;
}

.menu-link-toggle.white-menu.margin-left-zero, .menu-link-toggle.margin-left-zero {
  padding-left: 0;
}

.navbar-main {
  background-color: #fff;
  border-bottom: 1px #525558;
  align-items: center;
  height: 100px;
  display: flex;
}

.navbar-main.transparent {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  position: static;
}

.navbar-section {
  z-index: 99;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  position: absolute;
  inset: 0 0 auto;
}

.navbar-section.contact-three-nav {
  position: static;
}

.submenu-text {
  letter-spacing: 0;
}

.navbar-menu-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-menu-right.responsive-hidden {
  display: none;
}

.container-one {
  z-index: 1;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-one.margin-top-fifty {
  margin-top: 50px;
}

.container-one.home-three-slider-hero-wrap-container {
  z-index: 10;
  position: relative;
}

.container-one.home-one-banner-container {
  z-index: 4;
}

.container-one.service-three-hero-container {
  z-index: 20;
  position: relative;
}

.home-one-hero-flex-left {
  z-index: 1;
  position: relative;
}

.home-one-hero-flex-right {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 30%;
  display: none;
  position: absolute;
  right: 5%;
}

.home-one-hero-flex {
  align-items: center;
  height: 1163px;
}

.lightbox-block.home-two-lightbox {
  inset: 0% auto auto 0%;
}

.lightbox-block.about-one-lightbox-one {
  inset: -30% 1% auto auto;
}

.lightbox-block.about-one-lightbox-two {
  position: absolute;
  inset: auto auto -45% -4%;
}

.lightbox-block.service-one-lightbox-one {
  margin-top: -27px;
  margin-left: -38px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lightbox-link {
  z-index: 2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 220px;
  display: flex;
  position: relative;
}

.rotate-image {
  object-fit: cover;
}

.play-icon {
  object-fit: cover;
  position: absolute;
}

.color-white {
  color: var(--white);
}

.color-white.margin-bottom-thirty {
  margin-bottom: 30px;
}

.color-white.margin-bottom-thirty.home-one-hero-paragraph {
  color: var(--light-white);
  max-width: 581px;
  margin-top: 20px;
}

.color-white.margin-bottom-fifteen.home-one-oil-leaders-heading {
  max-width: 618px;
}

.color-white.margin-top-zero.margin-bottom-twentyfive {
  margin-bottom: 25px;
}

.color-white.margin-top-zero.home-three-mission-block-heading {
  max-width: 691px;
}

.color-white.margin-bottom-zero.text-regular {
  font-weight: 400;
}

.color-white.oil-gas-para-gapping {
  margin-top: 10px;
  margin-bottom: 32px;
  margin-right: 137px;
}

.color-white.home-two-hero-heading {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 634px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.home-one-ticker-section-one {
  z-index: 1;
  margin-top: -150px;
  padding-top: 213px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.home-one-ticker-section-one.home-one-ticker-section-two {
  margin-top: -263px;
}

.inner-ticker {
  background-color: var(--heading-main-color);
}

.inner-ticker.two {
  background-color: var(--pale-yellow);
  border-top: 1px solid #4e4d4b;
  border-bottom: 1px solid #4e4d4b;
  width: 200%;
  display: none;
  transform: translate(-52px, -158px)rotate(-3deg);
}

.inner-ticker.one {
  background-color: var(--pale-yellow);
  width: 200%;
  transform: translate(-52px, -4px)rotate(3deg);
}

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

.ticker.two {
  justify-content: flex-end;
  align-items: flex-start;
}

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

.ticker-title {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--heading-main-color);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.ticker-title.text-solid {
  color: var(--heading-main-color);
  -webkit-text-stroke-width: 0px;
}

.ticker-icon {
  margin-left: 20px;
  margin-right: 20px;
}

.home-one-provide-section {
  margin-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.home-one-provide-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  width: 100%;
}

.home-one-provide-box {
  border-radius: var(--border-twenty);
  background-color: var(--white);
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 530px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 0 40px #00000040;
}

.home-one-img-block {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.home-one-data-block {
  background-color: var(--white);
  border-radius: 30% 30% 20px 20px;
  margin-top: 0%;
  padding: 20px 30px;
  position: relative;
}

.home-one-project-heading.margin-bottom-fifteen {
  font-size: 1.4rem;
}

.text.margin-top-twenty {
  font-size: 1rem;
}

.service-btn {
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5%;
}

.home-one-we-provide-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 703px;
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-we-provide-block.home-one-we-provide-block-paragraph {
  max-width: 817px;
}

.margin-bottom-twenty {
  margin-bottom: 20px;
  font-size: 2.3rem;
}

.margin-bottom-twenty.margin-top-zero {
  font-size: 1.4rem;
}

.margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
  font-size: 2rem;
}

.margin-bottom-twenty.text-center.about-one-mission-flex-heading {
  max-width: 703px;
}

.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.margin-bottom-fifteen.padding-left-right-five-percent {
  max-width: 853px;
  font-size: 4rem;
}

.margin-bottom-fifteen.service-one-landscape-heading {
  max-width: 700px;
}

.padding-left-right-twelve-percent.home-one-we-provide-paragraph {
  max-width: 771px;
}

.padding-left-right-twelve-percent.home-one-we-provide-text {
  margin-top: -10px;
}

.home-one-btn-block {
  justify-content: center;
  margin-top: 65px;
  display: flex;
}

.home-one-btn-block.home-three-service-btn {
  margin-top: 40px;
}

.home-one-leaders-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  padding-top: 89px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.color-grey {
  color: #cecfd0;
}

.color-grey.margin-bottom-thirty {
  margin-bottom: 30px;
}

.color-grey.margin-bottom-thirty.home-one-oil-paragraph {
  max-width: 533px;
}

.color-grey.margin-bottom-zero {
  font-size: .95rem;
  font-weight: 300;
  line-height: 140%;
}

.color-grey.home-three-key-block-paragraph {
  max-width: 625px;
}

.home-one-oil-leaders-block {
  width: 69%;
  margin-bottom: 40px;
}

.home-one-leaders-image-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -170px;
  position: relative;
}

.home-one-leaders-image-flex-one {
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.home-one-leaders-flex-two {
  align-self: flex-end;
}

.home-one-key-benefits-section {
  background-image: linear-gradient(to bottom, var(--white), #fbf9f4);
  padding-top: 80px;
  padding-bottom: 120px;
}

.padding-left-right-ten-percent {
  max-width: 660px;
}

.table-background-top {
  background-color: var(--pale-yellow);
  width: 100%;
  height: 0%;
}

.table-bg-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  width: 54%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.table-bg-wrapper.our-key-benefits-bg {
  width: 100%;
}

.environmental-text-outer {
  z-index: 1;
  flex: 0 65%;
  align-self: center;
  position: relative;
}

.environmental-text-outer.related-service-block {
  grid-column-gap: 20px;
  padding-right: 20px;
}

.key-benefits-number {
  color: #8e8e8e;
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.key-benefits-number.service-one-related-number {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--heading-main-color);
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 4rem;
}

.margin-top-zero {
  margin-top: 0;
}

.margin-top-zero.margin-bottom-zero.margin-negative-seventin {
  color: var(--heading-main-color);
  margin-top: -17px;
}

.margin-top-zero.color-yellow {
  color: #ffbb5c;
}

.margin-top-zero.blog-news-text-heading {
  white-space: nowrap;
  margin-top: -5px;
}

.benefits-paragraph {
  margin-bottom: 0;
}

.environmental-image-block {
  z-index: 2;
  position: absolute;
  left: auto;
  right: 12%;
}

.environmental-image-block.related-img-block {
  bottom: -10%;
  right: 5%;
}

.environmental-main-block {
  z-index: 1;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 45px 40px;
  display: flex;
  position: relative;
}

.environmental-main-block.two {
  border-top: 1px #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.environmental-main-block.related-block {
  border-bottom-color: #b8b8b8;
  padding-left: 30px;
  padding-right: 30px;
  transition: box-shadow .3s;
}

.environmental-main-block.related-block:hover {
  box-shadow: 2px 0 50px #0003;
}

.environmental-image {
  border: 8px solid #bec2cd;
}

.environmental-btn-block {
  z-index: 1;
  background-color: var(--pale-yellow);
  border-radius: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
  position: relative;
}

.environmental-text-inner {
  z-index: 1;
  max-width: 571px;
  position: relative;
}

.key-benefits-block {
  margin-top: 80px;
}

.home-one-future-section {
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.marquee-wrap-big {
  display: flex;
}

.marquee-wrap-big.home-one-marque {
  z-index: 2;
  position: relative;
}

.marque-text-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  display: flex;
}

.marque-title {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--heading-main-color);
  text-transform: uppercase;
  flex: none;
  font-family: Poppins, sans-serif;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 100%;
}

.marque-wrap-big-oppsite {
  justify-content: flex-end;
  margin-top: -60px;
  display: flex;
}

.marque-text-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  display: flex;
}

.marque-title-opposite {
  color: #e7e7e7;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 100%;
}

.container-vdo {
  z-index: 1;
  width: 100%;
  max-width: 83.125em;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.tablet-animation {
  z-index: 2;
  position: relative;
}

.tablet-wrap {
  perspective: 1000px;
}

.ipad-mockup {
  justify-content: center;
  display: flex;
  position: relative;
}

.ipad-screen {
  z-index: 1;
  border-radius: 10px;
  position: relative;
  top: 0%;
  left: 0%;
}

.home-one-project-section {
  background-color: #141a29;
  padding-top: 110px;
  padding-bottom: 115px;
}

.home-one-project-flex {
  justify-content: center;
}

.margin-bottom-zero {
  margin-bottom: 0;
}

.margin-bottom-zero.padding-left-right-ten-percent {
  max-width: 685px;
}

.margin-bottom-zero.about-one-company-right-paragraph {
  max-width: 530px;
}

.margin-bottom-zero.service-three-hero-paragraph {
  max-width: 810px;
}

.margin-bottom-zero.service-two-hero-block-paragraph-two {
  max-width: 819px;
}

.home-one-project-left {
  flex: 1;
}

.home-one-project-right {
  flex: 1;
  align-self: center;
}

.home-one-industries-section {
  background-image: url('../images/Blue-Glow_1Blue Glow.avif');
  background-position: 188% -41%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 110px;
  padding-bottom: 205px;
  overflow: hidden;
}

.hidden {
  display: none;
}

.autofit {
  object-fit: cover;
}

.autofit.full-width.full-height {
  height: 100%;
}

.autofit.border-radius-five {
  border-radius: 5px;
}

.autofit.image-height-auto {
  height: auto;
}

.autofit.border-radius-fifteen.leaders-img-one {
  padding-bottom: 20px;
  transition: box-shadow .3s, transform .2s;
}

.autofit.border-radius-fifteen.leaders-img-one:hover {
  box-shadow: 14px 14px 0 -1px var(--pale-yellow);
}

.autofit.border-radius-fifteen.service-tab-two-img {
  margin-top: 25px;
}

.autofit.about-one-hero-img-two {
  border: 15px solid #0000;
  border-radius: 30px;
  width: 100%;
  margin-top: 0;
}

.autofit.progress-img-one {
  z-index: 1;
  position: relative;
}

.autofit.progress-img-two {
  z-index: 2;
  position: relative;
}

.autofit.digital-energy-image-two {
  border: 3px solid var(--pale-yellow);
  position: absolute;
  inset: auto -15px -118px auto;
}

.home-one-industries-inner {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-one-industries-text {
  border-bottom: 1px solid #d5d5d5;
  width: 54%;
  padding-top: 46px;
  padding-bottom: 44px;
  padding-left: 25px;
  transition: border .3s, box-shadow .3s;
}

.home-one-industries-text:hover {
  border-bottom-color: #d5d5d500;
  box-shadow: 11px 11px 25px #8d909840;
}

.industries-heading {
  z-index: 1;
  color: var(--heading-main-color);
  margin-top: 0;
  font-weight: 500;
  position: relative;
}

.industries-paragraph {
  z-index: 1;
  color: #827f7f;
  margin-bottom: 0;
  margin-right: 60px;
  position: relative;
}

.home-one-industries-img-block {
  z-index: 1;
  background-color: var(--pale-yellow);
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  inset: -30% 0% 0% auto;
}

.home-one-industries-img-block.home-one-industries-img-block-bottom-image {
  top: -90%;
}

.table-bg-gradient {
  background-image: linear-gradient(to right, var(--pale-yellow), #fff);
  height: 0%;
}

.home-one-industries-outer {
  position: relative;
}

.home-one-industries-btn-block {
  margin-top: 30px;
  display: flex;
}

.home-one-footer-section {
  background-color: #141a29;
  padding-top: 107px;
}

.home-one-footer-flex-one {
  justify-content: space-between;
}

.home-one-footer-flex-two {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 40px;
}

.home-one-footer-flex-three {
  border-top: 1px solid #46484f;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-one-footer-flex-three.home-three-copyright-flex {
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-container.footer-two-container {
  padding-right: 0;
}

.home-one-footer-flex-left {
  grid-column-gap: 22px;
  flex: 1;
  align-self: center;
}

.home-one-footer-flex-right {
  flex: 0 34%;
  justify-content: space-between;
}

.home-one-footer-address-block {
  align-self: center;
}

.back-to-top-btn {
  cursor: pointer;
  transition: all .45s;
  transform: translate(0);
}

.back-to-top-btn:hover {
  transform: translate(0, -8px);
}

.home-one-footer-link-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-one-footer-link-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #cecfd0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2.5rem;
  text-decoration: none;
  transition: all .45s;
  display: block;
  transform: translate(0);
}

.footer-link:hover {
  color: var(--pale-yellow);
  transform: translate(8px);
}

.footer-link.hover-none:hover {
  color: #cecfd0;
  transform: none;
}

.footer-energy-text {
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #0000 20%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 250px;
  font-weight: 300;
  line-height: 100%;
}

.footer-social-block {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.footer-copyright-block {
  flex: 1;
  align-self: center;
}

.footer-social-link-block {
  cursor: pointer;
  border: 1px solid #585858;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.footer-flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.white-link {
  color: #cecfd0;
  font-size: 1rem;
  line-height: 1.75rem;
  text-decoration: underline;
}

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

.utility-page-wrap {
  background-color: var(--light-background);
  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;
  align-items: center;
  display: flex;
}

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

.home-one-hero-button {
  background-color: var(--pale-yellow);
  border: 0 solid #0000;
  position: relative;
}

.hero-button-background {
  background-color: #fbf7ec;
  border: 1px solid #0000;
  position: absolute;
  inset: 0%;
}

.button-main-home-about {
  background-color: var(--pale-yellow);
  color: var(--heading-color);
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 54px;
  padding: 0 35px;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.button-main-home-about.margin-top-ten {
  color: var(--heading-main-color);
}

.button-main-home-about.families {
  width: 140px;
}

.home-one-banner-btn {
  display: inline-block;
}

.home-two-hero-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.home-two-hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 1000px;
  display: flex;
}

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

.btn---wrap {
  border: .0625rem solid var(--pale-yellow);
  background-color: var(--pale-yellow);
  display: none;
  position: relative;
  overflow: hidden;
}

.btn---bg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.0625rem;
}

.btn---bg-circle-wrap {
  flex: none;
  width: 200%;
}

.btn---bg-circle {
  background-color: var(--white);
  border-radius: 50%;
  padding-top: 100%;
  transform: scale(0);
}

.btn {
  color: var(--heading-main-color);
  text-transform: uppercase;
  background-color: #fff0;
  padding: 1rem 2rem;
  font-family: Inter;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5625rem;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.btn:hover {
  color: var(--pale-yellow);
}

.scrolling-container {
  width: 200%;
  transform: translate(-52px, -158px)rotate(-3deg);
}

.scrolling-block-one {
  background-color: var(--pale-yellow);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  height: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: flex;
  position: relative;
}

.scrolling-inside-line {
  align-items: center;
  display: flex;
}

.scrolling-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Home-One-Star.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 30px;
  padding-left: 60px;
  text-decoration: none;
  display: grid;
}

.home-two-featured-service-section {
  padding-top: 70px;
  padding-bottom: 105px;
  overflow: hidden;
}

.home-two-powering-section {
  background-image: url('../images/Leaders-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
  padding-bottom: 140px;
  overflow: hidden;
}

.home-two-about-flex {
  grid-column-gap: 40px;
}

.home-two-about-flex-left {
  flex: 1;
  position: relative;
}

.home-two-about-flex-left.home-two-about-flex-right {
  position: absolute;
  right: -8%;
}

.home-two-about-flex-right {
  flex: 1;
  align-self: center;
  position: relative;
}

.home-five-scrolling-section {
  overflow: hidden;
}

.home-five-scrolling-section.gradient-opposite-section {
  padding-bottom: 125px;
}

.home-five-scrolling-section.home-three-scrolling-section {
  padding-bottom: 120px;
}

.scrolling-container-two {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.scrolling-block-three {
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  height: 66px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: relative;
}

.scrolling-item-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Scrolling-Star-Two.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 30px;
  padding-left: 60px;
  text-decoration: none;
  display: grid;
}

.scrolling-item-two.solid {
  color: #e8d4ba;
}

.scrolling-item-two.stroke {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #aa9b86;
}

.home-two-project-section {
  z-index: 2;
  background-color: var(--white);
  padding-bottom: 110px;
}

.project-bg {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 200px;
}

.project-heading {
  z-index: 1;
  color: #d7d7d7;
  justify-content: center;
  padding-top: 150px;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1.3;
}

.project-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  top: 0;
}

.project-body {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 90vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  top: 0;
  left: 0%;
  right: 0%;
}

.project-image-container {
  z-index: 1;
  border-radius: var(--border-twenty);
  width: 495px;
  position: absolute;
}

.zoom-image {
  border-radius: var(--border-twenty);
  transform-origin: 50% 100%;
  height: auto;
  transition: transform .2s;
  position: absolute;
  bottom: 0;
}

.home-two-project-link {
  border-radius: var(--border-twenty);
}

.home-two-project-flex {
  border-bottom-left-radius: var(--border-twenty);
  border-bottom-right-radius: var(--border-twenty);
  background-image: linear-gradient(#fff0, #000);
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-two-project-arrow-flex {
  background-color: var(--pale-yellow);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.arrow-img {
  height: auto;
  transform: rotate(-45deg);
}

.home-two-industries-section {
  background-color: #fbf9f4;
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 120px;
}

.home-two-industries-block {
  grid-column-gap: 30px;
  justify-content: center;
}

.home-two-industries-block.home-three-chemical-box {
  flex-direction: row;
}

.home-two-industries-one {
  background-color: var(--white);
  flex: 1;
  padding: 40px 30px;
  position: relative;
}

.industris-number-circle {
  z-index: 1;
  color: var(--pale-yellow);
  border: 1px solid #dad1c5;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.color-bg-one {
  z-index: 0;
  background-color: var(--pale-yellow);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.industries-text-block {
  z-index: 1;
  position: relative;
}

.home-two-footer-section {
  background-color: var(--footer-color);
  margin-top: 0;
}

.home-two-footer-flex {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 110px;
}

.home-two-footer-left {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 25%;
  position: relative;
}

.home-two-footer-right {
  grid-column-gap: 30px;
  flex: 1;
  justify-content: space-between;
  align-self: center;
}

.home-three-hero-section {
  background-image: url('../images/Home-two-banner-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fueling-text {
  color: var(--white);
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.home-three-hero-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 58%;
  height: 1000px;
  padding-top: 24vh;
  display: flex;
}

.home-two-key-section {
  background-color: #fbf9f4;
  padding-top: 220px;
  padding-bottom: 70px;
  overflow: hidden;
}

.home-two-key-block {
  width: 50%;
  padding-top: 100px;
}

.tab-line {
  background-color: #f08c00;
  width: 5px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.accodian-arrow-line {
  border: 1px solid #ffbb5c;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.accodian-arrow-line.transparent-line {
  border-style: none;
}

.tab-text-wrapper {
  overflow: hidden;
}

.tab-yellow-bg {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-heading {
  color: var(--heading-main-color);
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
}

.tab-heading.service-three-tab-heading {
  color: var(--heading-main-color);
  margin-top: 0;
  margin-bottom: 0;
}

.tab-image-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs-content {
  flex: 0 50%;
  margin-left: 20px;
  overflow: visible;
}

.tabs-content.service-one-tab-content {
  flex-basis: 60%;
  margin-left: 15px;
}

.table-bg-gradient-light {
  background-image: linear-gradient(to right, #ffbb5c80, #ffbe63 0%, #fff);
  width: 100%;
  height: 0%;
}

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

.home-two-tab-img {
  border-radius: var(--border-twenty);
  object-fit: cover;
  transition: transform .2s, box-shadow .3s;
  position: relative;
}

.home-two-tab-img:hover {
  box-shadow: 14px 14px 0 -1px var(--pale-yellow);
}

.tab-link-two {
  background-color: #0000;
  border-bottom: 1px dashed #b0afaf;
  padding: 25px 20px;
}

.tab-link-two.w--current {
  background-color: #0000;
}

.tab-link-two.service-three-tab {
  border-bottom-style: none;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-paragraph {
  padding-right: 20px;
  position: relative;
}

.tab-paragraph.service-three-tab-paragraph {
  margin-bottom: 0;
  padding-top: 10px;
}

.arrow-img-two {
  transform: rotate(90deg);
}

.flex-block {
  z-index: 1;
  position: relative;
}

.tabs-menu {
  flex-direction: column;
  flex: 0 50%;
  margin-right: 20px;
  padding-bottom: 32px;
  display: flex;
}

.tabs-menu.with-border {
  border-right: 1px solid #000;
  flex-basis: 40%;
  align-self: stretch;
  margin-right: 15px;
  padding-bottom: 0;
}

.home-two-tab-section {
  background-image: linear-gradient(#fbf9f4, #fff);
  margin-top: -70px;
  overflow: hidden;
}

.tab-content-yellow-line {
  background-color: var(--pale-yellow);
  width: 197px;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 18px;
}

.home-three-provide-section {
  margin-top: -10px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.home-three-service-outer-flex {
  border-bottom: 1px solid #0003;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.home-three-service-outer-flex.border-bottom-none {
  border-bottom-width: 0;
}

.home-three-service-number {
  z-index: 1;
  border-right: 1px solid #616161;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 15%;
  display: flex;
  position: relative;
}

.home-three-service-paragraph {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.home-three-service-icon {
  z-index: 1;
  border-left: 1px solid #616161;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 20%;
  display: flex;
  position: relative;
}

.hover-skew-shape {
  z-index: 0;
  background-color: var(--pale-yellow);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
  transform: skew(-15deg);
}

.home-three-service-number-block {
  border: 1px solid var(--heading-main-color);
  color: var(--heading-main-color);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  display: flex;
}

.home-three-service-heading {
  flex: 1;
  align-self: center;
  max-width: 35%;
  margin-top: 0;
  margin-bottom: 0;
}

.home-three-service-paragrap {
  flex: 1;
  align-self: center;
  margin-bottom: 0;
}

.home-three-discover-section {
  background-image: url('../images/Blue-Blur.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 120px;
}

.discover-hover-flex {
  clear: both;
  color: #a6a8a9;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: Inter;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.discover-hover-flex.two {
  color: var(--pale-yellow);
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-one {
  margin-right: 8px;
  font-family: Poppins, sans-serif;
}

.text-two {
  margin-left: 8px;
  font-family: Poppins, sans-serif;
}

.discover-flex-outer {
  align-items: center;
}

.home-three-key-section {
  background-color: #f8f8f8;
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.home-three-key-block {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.home-three-key-hover-img {
  margin-top: 138px;
  position: absolute;
  inset: -230px 0% auto 22%;
}

.home-three-key-hover-img.four {
  margin-top: 175px;
  left: 28%;
}

.home-three-key-hover-img.five {
  left: 32%;
}

.home-three-key-hover-img.three {
  margin-top: 165px;
}

.home-three-project-text-block {
  opacity: .5;
  flex: 1;
}

.home-three-key-line {
  background-color: #bdbdbd;
  align-self: center;
  width: 100%;
  height: 2px;
}

.home-three-benefits-inner-block {
  grid-column-gap: 35px;
  justify-content: center;
  margin-bottom: 25px;
}

.home-three-project-img-block {
  color: #ffbb5c;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.home-three-project-img-block.one {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.home-three-project-img-block.three {
  max-width: 50%;
}

.home-three-key-left {
  flex: 1;
  margin-top: 5px;
}

.home-three-key-circle {
  background-color: #ffbb5c;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.hover-heading {
  margin-top: 26px;
}

.home-three-benefits-outer-block {
  margin-top: 112px;
}

.number-block {
  text-align: center;
  flex: 1;
  position: relative;
}

.number-text-block-outer {
  align-items: center;
}

.arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: rotate(67deg);
}

.arrow-img-left.arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.number-img-bg-inner {
  color: #ffbb5c;
  background-image: url('../images/Number-Circle.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  transition: all .45s;
  display: flex;
}

.number-img-bg-inner:hover {
  background-image: url('../images/Number-Hover-Cir.webp');
}

.home-three-number-heading {
  margin-bottom: 5px;
}

.arrow-down-img {
  height: auto;
}

.home-three-industries-section {
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 120px;
}

.home-three-about-section {
  background-image: url('../images/Leaders-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
}

.home-three-about-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.home-three-mission-block {
  width: 60%;
}

.about-three-learn-more-block {
  justify-content: center;
}

.about-three-learn-left {
  flex: 1;
  align-self: flex-end;
}

.about-three-learn-right {
  flex: 1;
  margin-top: -90px;
  margin-bottom: 95px;
  position: relative;
}

.learn-more-inner-block {
  padding-left: 40px;
}

.home-three-learn-more-clients-block {
  margin-top: 22px;
  margin-bottom: 35px;
}

.home-three-counter-block {
  flex: 1;
}

.counter-heading {
  color: var(--pale-yellow);
  margin-bottom: 2px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.125rem;
}

.counter-text {
  color: #cecfd0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.home-two-footer-quick-link-section {
  background-color: #141a29;
}

.home-three-footer-flex-outer {
  grid-column-gap: 30px;
  justify-content: center;
}

.home-three-footer-flex-left {
  flex: 1;
  align-self: center;
  max-width: 35%;
}

.home-three-footer-flex-right {
  border-right: 1px solid #62626299;
  flex: 1;
}

.home-three-footer-flex {
  justify-content: center;
}

.home-three-footer-box-one {
  border-bottom: 1px solid #62626299;
  border-left: 1px solid #62626299;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
}

.home-three-footer-box-one.footer-no-bottom-border-flex {
  border-bottom-style: none;
}

.home-two-footer-copyright-section {
  background-color: #141a29;
  border-top: 1px solid #62626299;
}

.home-three-recent-project-section {
  background-color: #0b122e;
  padding-top: 90px;
  padding-bottom: 120px;
}

.home-three-project-flex {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.home-three-project-box-one {
  cursor: pointer;
  background-color: #ffffff14;
  flex: 1;
  padding: 30px;
  text-decoration: none;
}

.home-two-know-image-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.financial-business-data-block {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 5px;
}

.insurence-text {
  margin-bottom: 0;
}

.insurence-heading {
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.about-one-social-flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: none;
  position: absolute;
  inset: 45% auto auto -12%;
  transform: rotate(-90deg);
}

.about-one-social-flex-block.home-two-choose-text {
  left: -16%;
}

.about-one-social-flex-block.about-two-company-block {
  left: -14%;
}

.service-block {
  color: #aab3bd;
  letter-spacing: .5rem;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.about-two-delevery-section {
  background-image: url('../images/Our-Company-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 20px;
  padding-bottom: 240px;
  position: relative;
}

.about-two-circle-progress-box {
  flex: 1;
  position: relative;
}

.about-two-counter-flex {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.digital-energy-flex {
  grid-column-gap: 70px;
  justify-content: space-between;
}

.digital-energy-flex-left {
  flex: 1;
  position: relative;
}

.about-two-circle-progress-flex {
  grid-column-gap: 22px;
  justify-content: center;
  margin-top: 45px;
}

.digital-energy-flex-right {
  flex: 0 37%;
}

.about-two-counter-heading {
  color: #ffbb5c;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.8rem;
}

.about-two-counter-paragraph {
  color: var(--heading-main-color);
  font-size: .875rem;
  line-height: 1.2rem;
}

.about-two-mission-section {
  background-color: #fbf9f4;
  background-image: url('../images/Blue-Blur.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.our-mission-text {
  color: #8e959d;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 100%;
}

.our-mission-text.color-white {
  color: var(--white);
}

.about-two-hero-section {
  background-image: url('../images/Blue-Bar-Right.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 220px;
  padding-bottom: 100px;
}

.our-company-text {
  color: var(--transparent);
  letter-spacing: .2rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--deep-grey);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%;
}

.about-two-hero-flex {
  z-index: 1;
  grid-column-gap: 40px;
  justify-content: center;
  position: relative;
}

.about-two-hero-left {
  flex: 1;
}

.about-two-hero-right {
  flex: 1;
  max-width: 45%;
}

.text-light {
  font-weight: 300;
}

.about-two-hero-heading-two {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

.about-two-hero-heading-two.hero-two {
  transform: translate(200px);
}

.selected-project-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: -36px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-image-container {
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-five-hero-img {
  width: 100%;
  height: 100%;
  margin-top: 0;
  transform: scale(1.1);
}

.home-five-scrolling-container {
  object-fit: cover;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-mask {
  background-color: var(--white);
  width: 0%;
  height: 100%;
  min-height: 100%;
}

.about-two-energy-mission-block {
  margin-top: 40px;
  position: relative;
}

.about-two-mission-flex {
  justify-content: center;
}

.about-two-mission-block {
  grid-column-gap: 18px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition: all .45s;
  display: flex;
  position: relative;
}

.about-two-mission-block:hover {
  background-color: var(--white);
  box-shadow: 2px 0 54px #8f99a140;
}

.about-two-mission-block.mision-block-one {
  border-right: 2px solid var(--deep-grey);
  border-bottom: 2px solid var(--deep-grey);
}

.about-two-mission-block.mission-box-two {
  border-bottom: 2px solid var(--deep-grey);
}

.about-two-mission-block.mission-box-three {
  border-right: 2px solid var(--deep-grey);
}

.about-two-mission-number-bg {
  background-image: url('../images/About-Two-Number-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 117px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.text-block {
  text-align: center;
}

.about-two-mission-text-bg {
  flex: 1;
}

.about-two-circle {
  z-index: 1;
  height: auto;
  position: absolute;
  inset: 48% 49.4% auto auto;
}

.about-two-our-values-block {
  background-color: #0b122e;
}

.about-two-values-block {
  grid-column-gap: 50px;
  justify-content: center;
}

.about-two-values-left {
  flex: 1;
  align-self: center;
}

.why-choose-img-right {
  flex: 1;
}

.home-two-why-choose-right {
  flex: 1;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.why-chose-img-animation {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.home-two-why-choose-img {
  object-fit: cover;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.why-choose-img-left {
  flex: 1;
}

.about-two-benefits-section {
  background-image: url('../images/Gradient-Bg-One.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 90px;
}

.about-two-progress-section {
  background-color: #fbf9f4;
  background-image: url('../images/Blue-Bar-Right.webp'), url('../images/Blue-Bar-Left.webp');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 230px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.about-two-progress-image-left {
  position: absolute;
  inset: 0% auto 0% -40%;
}

.about-two-progress-image-right {
  position: absolute;
  inset: 25% -36% 0% auto;
}

.full-width-container {
  max-width: 100vw;
}

.full-width-container.service-three-hero-image-section {
  margin-top: -99px;
}

.progress-bar-wrap {
  width: 100%;
  margin-bottom: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.progressbar-heading {
  align-items: flex-start;
  display: flex;
}

.progress-name {
  color: var(--heading-main-color);
  flex: 1;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.progress-number {
  color: var(--heading-main-color);
  text-align: right;
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.progressbar-body {
  background-color: #d9d9d9;
  border-radius: 60px;
  width: 100%;
  height: 6px;
  margin-top: 15px;
  padding-bottom: 0;
  box-shadow: 4px 0 25px #0000000d;
}

.progressbar-indicator {
  background-color: var(--pale-yellow);
  opacity: 1;
  border-radius: 60px;
  width: 100%;
  height: 100%;
}

.progressbar-indicator.ninty {
  width: 85%;
}

.progressbar-indicator.seventy {
  width: 69%;
}

.progressbar-indicator.fifty-five {
  width: 60%;
}

.about-two-progress-flex-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.about-testimonial-left-arrow {
  background-color: #ffbb5c;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto 0 -43%;
}

.about-two-testimonial-text-block {
  flex: 1;
  align-self: center;
}

.about-two-testiminial-heading {
  flex: 1;
  max-width: 30%;
}

.testimonial-star-block {
  grid-column-gap: 10px;
  margin-bottom: 27px;
}

.about-two-testimonial-block {
  border-left: 1px solid #dcdcdc;
  max-width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.about-testimonial-right-arrow {
  background-color: #ffbb5c;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 126% 0 auto;
}

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

.about-two-testiminial-slider {
  grid-column-gap: 30px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.about-two-testimonial-flex {
  justify-content: center;
  position: relative;
}

.benefits-moving-flex {
  border: 1px solid #92969c;
  height: 89px;
  margin-bottom: 30px;
  transition: all .45s;
}

.benefits-moving-flex:hover {
  box-shadow: 2px 0 50px #5d667340;
}

.benefits-moving-flex.moving-flex-six {
  transform: rotate(0);
}

.benefits-moving-flex.moving-flex-one {
  transform: rotate(-2deg);
}

.benefits-moving-flex.moving-flex-one:hover {
  transform: rotate(-1deg);
}

.benefits-moving-flex.moving-flex-two:hover {
  transform: rotate(-2deg);
}

.benefits-moving-flex.moving-flex-three {
  transform: rotate(-1.24deg);
}

.benefits-moving-flex.moving-flex-three:hover {
  transform: rotate(2deg);
}

.benefits-moving-flex.moving-flex-five {
  transform: rotate(-.05deg);
}

.benefits-moving-flex.moving-flex-five:hover {
  transform: rotate(-2deg);
}

.benefits-moving-flex.moving-flex-four {
  transform: rotate(-1.21deg);
}

.benefits-moving-flex.moving-flex-four:hover {
  transform: rotate(1deg);
}

.benefits-block {
  margin-top: 50px;
}

.benefits-moving-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 30px;
  font-size: 1.5625rem;
  line-height: 2.25rem;
  display: flex;
}

.benefits-moving-number {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #060f1a;
  border-right: 1px solid #92969c;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 7%;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.cursor-box {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-one-heading-img {
  height: auto;
  position: absolute;
  inset: -21px auto auto -35px;
}

.about-one-hero-section {
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  overflow: hidden;
}

.about-one-hero-heading {
  position: relative;
}

.about-one-hero-flex-two {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 60px;
}

.about-one-hero-flex-one {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}

.about-one-company-left {
  flex: 1;
  position: relative;
}

.about-one-company-flex {
  grid-column-gap: 40px;
}

.about-one-company-section {
  background-image: url('../images/Yellow-Blur.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 85px;
}

.about-one-company-right {
  flex: 1;
  align-self: center;
  position: relative;
}

.about-one-company-img-two {
  position: absolute;
  inset: 30% 0% 0% auto;
}

.about-one-mission-section {
  background-image: url('../images/Empowering-Energy-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-one-mission-number-block {
  border: 1px solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.125rem;
  line-height: 100%;
  display: flex;
}

.about-one-mission-text {
  margin-bottom: 0;
}

.about-one-mission-flex {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.about-one-mission-flex-two {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.about-one-mission-flex-block {
  border: 1px solid #929292;
  border-radius: 8px;
  flex: 1;
  padding: 30px 30px 20px;
  transition: transform .2s, box-shadow .3s;
  position: relative;
}

.about-one-mission-flex-block:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 14px 14px 0 -1px #ffbb5c;
}

.about-one-values-left {
  z-index: 5;
  flex: 1;
  position: relative;
}

.about-one-values-left.values-right {
  z-index: 5;
  border-radius: 8px;
}

.about-one-values-section {
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: hidden;
}

.about-one-values-left-img {
  border-radius: 8px;
  position: relative;
}

.about-one-values-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-our-values-flex {
  justify-content: center;
  margin-top: 140px;
}

.about-one-devider-block {
  background-color: #434c71;
  width: 100%;
  height: 1px;
}

.grey-color {
  color: #cecfd0;
}

.grey-color.home-one-we-provide-block-paragraph {
  max-width: 899px;
}

.grey-color.service-two-leading-paragraph {
  max-width: 790px;
}

.grey-color.service-two-leading-paragraph.text-center {
  align-items: center;
}

.about-one-service-box {
  flex: 1;
  height: auto;
  padding-top: 35px;
  transition: transform .2s;
  position: relative;
}

.white-color {
  color: #fff;
}

.about-one-service-flx {
  grid-column-gap: 30px;
  background-image: url('../images/About_one-Service-Line_1About_one-Service-Line.webp'), url('../images/About_one-Service-Line_1About_one-Service-Line.webp');
  background-position: 67% 0, 33% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  padding-bottom: 55px;
}

.about-one-service-section {
  background-color: #0b122e;
  padding-top: 90px;
  padding-bottom: 120px;
}

.about-one-service-text-box {
  padding-right: 20px;
}

.about-one-progress-section {
  padding-top: 120px;
  padding-bottom: 80px;
}

.about-one-progress-flex {
  grid-column-gap: 45px;
  justify-content: center;
}

.about-one-progress-left {
  flex: 1;
}

.about-one-progress-right {
  flex: 1;
  align-self: center;
}

.about-one-learn-more-section {
  cursor: none;
  background-image: url('../images/Blue-Glow_1Blue Glow.avif');
  background-position: -64% 41%;
  background-repeat: no-repeat;
  background-size: 56%;
  padding-top: 40px;
  padding-bottom: 120px;
}

.about-one-learn-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
}

.about-one-learn-heading-one {
  z-index: 1;
  color: #a6a8a9;
  max-width: 602px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}

.oil-text {
  color: #ffbb5c;
}

.learn-more-paragraph-block {
  max-width: 768px;
  margin-bottom: 0;
  position: relative;
}

.service-one-counter-flex {
  border-bottom: 1px solid #92969c;
  justify-content: center;
}

.service-one-counter-flex.no-bottom-border {
  border-bottom-style: none;
}

.service-one-counter-flex.service-one-conter-update {
  border-bottom-style: none;
  width: 100%;
}

.service-one-banner-img-block, .service-one-hero-left, .service-one-hero-right {
  flex: 1;
}

.service-one-counter-right {
  flex: 1;
  padding-top: 15px;
  padding-bottom: 25px;
}

.service-one-counter-right.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-one-hero-flex {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
}

.service-one-section-one {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 220px;
  padding-bottom: 0;
}

.service-one-counter-heading {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  display: flex;
}

.service-one-counter-left {
  opacity: .8;
  border-right: 1px solid #a8a7a7;
  flex-direction: column;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.service-one-counter-left.center {
  align-items: center;
}

.color-yellow {
  color: #ffbb5c;
}

.color-yellow.margin-bottom-zero {
  color: #fff;
  margin-top: -285px;
}

.service-one-counter-text {
  letter-spacing: .06rem;
  text-transform: uppercase;
  padding-left: 30px;
  font-size: .8125rem;
  line-height: 100%;
}

.service-one-counter-block {
  flex: 1;
  align-self: center;
  max-width: 45%;
}

.service-one-counter-block.award-counter-box {
  max-width: none;
  margin-top: 40px;
}

.service-one-counter-block.service-one-conter-update {
  margin-top: 60px;
  display: flex;
}

.service-one-counter-block.service-one-conter-update.full-width {
  max-width: none;
}

.service-one-happy-clients-flex {
  grid-column-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 112px;
}

.our-service-paragraph-right {
  max-width: 60%;
}

.our-service-heading-left {
  flex: 1;
}

.service-one-tabs {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.tab-link-three {
  background-color: var(--transparent);
  color: var(--heading-main-color);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 100%;
}

.tab-link-three.w--current {
  border-left: 3px solid var(--pale-yellow);
  background-color: var(--white);
  color: var(--heading-main-color);
  box-shadow: 2px 0 54px #0003;
}

.service-one-choose-us-section {
  background-color: #141a29;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-one-choose-flex {
  grid-column-gap: 30px;
  justify-content: center;
}

.service-one-choose-box {
  grid-column-gap: 28px;
  background-color: var(--white);
  border-radius: 96px 80px 0 100px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
}

.service-one-experience-block {
  align-self: center;
}

.service-one-steps-section {
  padding-top: 90px;
  padding-bottom: 120px;
}

.service-one-steps-three-box {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.service-one-three-block {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-one-steps-block {
  z-index: 2;
  background-color: var(--white);
  margin-left: -10px;
  padding: 35px 20px 35px 25px;
  position: relative;
  box-shadow: 0 0 20px #7a77771a;
}

.service-one-steps-block.steps-block-three {
  margin-left: -45px;
}

.service-one-steps-block.steps-block-two {
  margin-left: -38px;
}

.service-one-number {
  align-self: center;
  height: auto;
}

.more-service-inner-block {
  z-index: 2;
  border: 1px solid var(--pale-yellow);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 9.5rem;
  height: 8.8rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.125rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-service-text {
  z-index: 10;
  color: var(--heading-main-color);
  text-align: center;
  text-transform: uppercase;
  font-size: .9375rem;
  line-height: 100%;
  position: relative;
}

.more-service-icon {
  z-index: 8;
  object-fit: contain;
  display: none;
  position: absolute;
}

.more-service-background {
  z-index: 2;
  background-color: var(--pale-yellow);
  border-radius: 50%;
  flex: none;
  width: 20rem;
  height: 20rem;
  display: none;
  position: absolute;
}

.service-one-landscape-section {
  background-color: #fbf9f4;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}

.service-one-landscape-block {
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  height: 585px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.energy-landscape-img-two {
  height: auto;
  transition: box-shadow .3s, transform .2s;
  display: none;
  position: absolute;
  inset: auto 7% 33% auto;
}

.energy-landscape-img-two:hover {
  box-shadow: -14px 14px 0 -1px #ffbb5c;
}

.service-one-together-one {
  flex: 1;
  align-self: center;
  max-width: 55%;
}

.service-one-together-three {
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  max-width: 15%;
  display: flex;
}

.service-one-together-block {
  justify-content: center;
  margin-top: 33px;
}

.service-one-together-section {
  background-color: var(--white);
  background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.service-one-together-two {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.nevigating-energy-paragraph {
  max-width: 620px;
  margin-bottom: 30px;
  padding-top: 5px;
}

.view-button-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-three-gallery-frame {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.lightbox-link-two {
  flex: none;
  position: relative;
}

.gallery-tall-img {
  object-fit: cover;
  border-radius: 20px;
}

.gallery-tall-img.border-radius-zero {
  border-radius: 0;
}

.home-three-gallery-marque-block {
  margin-top: 30px;
  padding-top: 60px;
  overflow: hidden;
}

.service-two-hero-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding-left: 8%;
  padding-right: 8%;
}

.service-two-hero-section {
  background-image: url('../images/Service-One-Hero-Bg_1Service-One-Hero-Bg.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 220px;
  overflow: hidden;
}

.service-two-hero-paragraph {
  background-color: var(--pale-yellow);
  color: var(--heading-main-color);
  letter-spacing: .25rem;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
}

.service-two-industry-flex {
  grid-column-gap: 40px;
  justify-content: center;
  padding-top: 105px;
  display: none;
}

.service-two-industry-left {
  flex: 1;
  max-width: 47%;
}

.service-two-industry-right {
  flex: 1;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.service-two-technology-fixed-block {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 30px 30px 20px;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.service-two-technology-heading {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.service-two-technology-box {
  grid-column-gap: 20px;
  margin-bottom: 20px;
}

.service-two-leading-way-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-two-leading-way-left {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.service-two-leading-way-right {
  flex: 1;
}

.service-two-production-flex {
  justify-content: center;
}

.service-two-production-flex.service-two-flex-one {
  margin-bottom: 35px;
}

.service-two-production-left {
  flex: 1;
}

.service-two-leading-way-section {
  background-color: #141a29;
  padding-top: 110px;
  padding-bottom: 110px;
}

.service-two-leading-way-flex {
  grid-column-gap: 40px;
  justify-content: center;
  margin-top: 35px;
}

.production-service-link {
  color: #cdd4d9;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.production-service-link:hover {
  transform: translate(5px);
}

.production-service-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.service-one-related-serction {
  background-image: url('../images/Yellow-Blur-Left.webp'), url('../images/Blue-Bar-Right.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 85px;
  padding-bottom: 120px;
}

.table-bg-top {
  background-color: #ffbb5c33;
  width: 100%;
  height: 0;
}

.service-one-featured-section {
  background-color: #fbf9f4;
  padding-top: 230px;
  padding-bottom: 230px;
  position: relative;
  overflow: hidden;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.margin-bottom-thirty.award-hero-text-paragraph {
  margin-top: -29px;
}

.div-block {
  width: 46%;
  margin-left: auto;
}

.service-three-banner-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 220px;
  overflow: hidden;
}

.service-three-managenent-right {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.service-three-divider-block {
  background-color: #b3b3b3;
  width: 100%;
  height: 1px;
}

.service-three-management-flex {
  justify-content: center;
}

.service-three-management-flex.management-flex-one {
  border-bottom: 1px solid #b3b3b3;
}

.service-three-offshore-right {
  flex: 1;
  align-self: stretch;
  padding-left: 15px;
}

.service-three-managenent-left {
  border-right: 1px solid #b3b3b3;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-three-our-service-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 105px;
}

.service-three-offshore-left {
  border-right: 1px solid #b3b3b3;
  flex: 1;
  align-self: stretch;
  max-width: 34%;
}

.service-three-offshore-block {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.service-three-related-text-card {
  align-self: center;
}

.service-three-related-section {
  background-color: #0b122e;
  margin-top: -7.5vh;
  padding-top: 85px;
  padding-bottom: 100px;
  position: relative;
}

.service-three-related-card {
  grid-column-gap: 50px;
  background-color: #344161;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 40px 5%;
  display: flex;
  position: sticky;
  top: 220px;
  box-shadow: 2px 0 169px #0000004d;
}

.service-three-related-card-block {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.service-three-tab-section {
  background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
  background-position: 100% 0, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 85px;
  padding-bottom: 82px;
}

.service-three-tab-flex {
  justify-content: space-between;
  align-self: stretch;
}

.service-three-tab-content {
  grid-column-gap: 25px;
  justify-content: center;
}

.service-three-tab-content-left, .service-three-tab-content-right {
  flex: 1;
}

.service-three-tabs {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.service-three-work-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.contact-one-phone-link {
  color: #5c6266;
  font-size: 1rem;
  line-height: 1.75rem;
  text-decoration: none;
  transition: transform .2s;
}

.contact-one-phone-link:hover {
  color: var(--heading-main-color);
}

.contact-one-form-submit-btn {
  color: #060f1a;
  background-color: #ffbb5c;
  padding: 19px 34px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 100%;
  transition: transform .2s;
}

.contact-one-form-submit-btn:hover {
  transform: translate(0, -5px);
}

.contact-one-form-submit-btn.margin-top-fifteen {
  margin-top: 15px;
}

.contact-one-details-right {
  flex: 1;
}

.contact-address-block {
  border-bottom: 1px solid #cccacb;
  padding-top: 25px;
  padding-bottom: 21px;
}

.contact-address-block.contact-address-block-first {
  padding-top: 0;
}

.address-text {
  color: var(--heading-main-color);
  letter-spacing: .15rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}

.contact-one-form-division-field {
  grid-column-gap: 28px;
}

.contact-one-form-right {
  flex: 1;
  margin-bottom: 20px;
}

.contact-one-details-left {
  flex: 1;
  max-width: 40%;
}

.contact-one-form-left {
  flex: 1;
  margin-bottom: 20px;
}

.contact-one-details-block {
  margin-top: 35px;
}

.contact-one-hello-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-one-form-level {
  color: var(--heading-main-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.contact-one-form-level.contact-two-form-level {
  margin-bottom: 0;
}

.contact-one-form-level.margin-bottom-ten {
  margin-bottom: 10px;
}

.contact-one-text-field {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  height: 45px;
  margin-top: 15px;
  font-size: .875rem;
  line-height: 100%;
}

.contact-one-text-field::placeholder {
  color: #888b8d;
}

.contact-one-text-field.contact-one-textarea {
  height: 160px;
  padding-top: 18px;
}

.contact-one-text-field.contact-one-textarea.contact-one-textarea-custome {
  height: 163px;
}

.contact-one-text-field.demo-text-area {
  height: 148px;
}

.contact-one-details-flex {
  grid-column-gap: 30px;
  justify-content: center;
  padding-top: 15px;
}

.contact-one-section-one {
  background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 110px;
  padding-bottom: 120px;
}

.contact-one-textarea-block {
  margin-bottom: 25px;
}

.contact-two-section-one {
  background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 215px;
  padding-bottom: 115px;
}

.contact-two-form-left {
  flex: 1;
  margin-bottom: 25px;
}

.contact-two-form-division-field {
  grid-column-gap: 25px;
}

.contact-two-details-flex {
  grid-column-gap: 40px;
}

.contact-two-details-right {
  border-radius: 20px;
  flex: 1;
  padding: 15px 40px 40px;
  box-shadow: 0 2px 5px #0003;
}

.contact-two-textarea-block {
  margin-bottom: 40px;
}

.contact-two-form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.contact-two-form-right {
  flex: 1;
  margin-bottom: 25px;
}

.contact-two-text-field {
  color: #8c714b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #060f1a;
  height: 25px;
  padding-left: 0;
  padding-right: 5px;
  font-size: .875rem;
  line-height: 100%;
}

.contact-two-text-field::placeholder {
  color: #8c714b;
}

.contact-two-text-field.contact-two-textarea-field {
  height: 100px;
}

.circle-sticky-content {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.team-two-circle-item-bg {
  z-index: -1;
  background-image: linear-gradient(#0000, #00000096 3%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 240vw;
  height: 240vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.circle-item-text-container {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.service-three-project-description {
  opacity: 1;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.circle-item-text-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 100% 5% 23%;
  display: block;
}

.team-one-extended-container {
  text-align: center;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 2.4rem;
  display: none;
}

.circle-images {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-images.two {
  transform: rotate(-180deg);
}

.team-two-img {
  object-fit: cover;
  object-position: 50% 0%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.service-three-project-name {
  opacity: 1;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
}

.team-two-circle-parent {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 12%;
  display: flex;
  position: absolute;
  bottom: 82%;
  left: auto;
  right: auto;
  overflow: hidden;
  transform: translate(0%)rotate(0);
}

.team-two-circle-parent.two {
  transform: translate(119%, 13%)rotate(17deg);
}

.team-two-circle-parent.five {
  transform: translate(367%, 189%)rotate(72deg);
}

.team-two-circle-parent.six {
  transform: translate(388%, 272%)rotate(88deg);
}

.team-two-circle-parent.seven {
  transform: translate(372%, 358%)rotate(107deg);
}

.team-two-circle-parent.ten {
  transform: translate(233%, 500%)rotate(144deg);
}

.team-two-circle-parent.three {
  transform: translate(227%, 53%)rotate(36deg);
}

.team-two-circle-parent.nine {
  transform: translate(233%, 500%)rotate(144deg);
}

.team-two-circle-parent.eight {
  transform: translate(321%, 435%)rotate(124deg);
}

.team-two-circle-parent.four {
  transform: translate(311%, 112%)rotate(53deg);
}

.circle-container {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 360vh;
  height: 360vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
  transform: rotate(0);
}

.team-two-circle-img-holder {
  z-index: 1;
  width: 100%;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
  transform: translate(0, -50px);
}

.circle-section {
  width: 100%;
  height: 350vh;
  position: relative;
}

.circular-team-block {
  display: block;
}

.circle-sticky-two {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.circle-gradient {
  z-index: 2;
  width: 100%;
  height: 14%;
  position: absolute;
  inset: auto 0% 0%;
}

.center-circle {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 69%;
  height: 69%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.team-two-scroll-down-txt {
  z-index: 2;
  color: var(--heading-main-color);
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  position: absolute;
  top: 100px;
}

.team-two-scroll-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-arrow-logo {
  z-index: 1;
  opacity: 1;
  border: 1px solid #0b0d0f;
  border-radius: 50%;
  height: auto;
  position: absolute;
  top: 155px;
}

.circle-bg-grid {
  background-image: url('../images/White-Box_1White-Box.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 40%;
  position: absolute;
  top: -10%;
  left: auto;
  right: auto;
}

.awards-number-box {
  padding-top: 25px;
  padding-right: 75px;
}

.company-text {
  text-align: center;
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}

.awards-number {
  color: #3330;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #060f1a;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.125rem;
  position: absolute;
}

.award-company-contain-image-block {
  border: 1px solid #e1d6c5;
  flex: none;
  margin-bottom: 30px;
  padding: 7px;
  display: flex;
}

.fit-cover {
  object-fit: cover;
}

.award-company-contain-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  margin-top: 18px;
  padding-top: 10px;
  display: flex;
}

.awards-hero-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.award-hero-dot-two {
  position: absolute;
  inset: 22% 27% auto auto;
}

.awards-review-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 115px;
  display: flex;
}

.award-hero-dot-five {
  position: absolute;
  inset: auto auto 30% 9%;
}

.award-company-contain-box {
  width: 100%;
  max-width: 1475px;
  margin-left: auto;
}

.award-company-contain-image-border-two {
  border: 1px solid #e1d6c5;
  padding: 7px 18px;
}

.award-hero-dot-four {
  position: absolute;
  inset: 36% 20% auto auto;
}

.awards-hero {
  background-image: url('../images/Award-hero-glow-two.svg'), url('../images/Award-hero-glow-one.svg');
  background-position: 100% 10%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 185px;
  padding-bottom: 67px;
}

.award-company-contain-text-block {
  border-bottom: 1px solid #0000004d;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.award-company-contain-text-block.border-none {
  border: 1px #000;
}

.company-heading {
  text-align: center;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.border-radius-twenty {
  border-radius: 20px;
}

.overflow-none.border-radius-twenty.award-hero-image-one {
  z-index: 2;
  transition: box-shadow .3s, transform .2s;
  position: relative;
}

.overflow-none.border-radius-twenty.award-hero-image-one:hover {
  box-shadow: 14px 14px 0 -1px #ffbb5c;
}

.overflow-none.award-hero-heading-wrap {
  max-width: 813px;
}

.overflow-none.award-hero-heading-wrap.margin-twenty-six {
  margin-bottom: 26px;
}

.overflow-none.full-width.landing-hero-large-text {
  z-index: 3;
  opacity: .2;
  position: absolute;
  top: 47%;
}

.award-bottom-text {
  color: var(--heading-main-color);
  font-size: 1.25rem;
  line-height: 2.125rem;
}

.award-hero-text-block {
  flex: 0 42.28%;
}

.award-hero-dot-one {
  position: absolute;
  inset: 320px auto auto 2%;
}

.award-company-contain {
  border-left: 1px solid #0000004d;
  max-width: 645px;
  padding: 30px 30px 11px;
}

.tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  background-color: #ffbb5c;
  border-radius: 50px;
  padding: 5px 25px;
}

.awards-company {
  background-image: url('../images/Award-hero-glow-two.svg'), url('../images/Award-hero-glow-one.svg');
  background-position: 100% 100%, 0 130%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 90px;
}

.award-hero-dot-three {
  position: absolute;
  inset: auto auto 21% 39%;
}

.awards-review-main-box {
  z-index: 1;
  background-color: #fff;
  flex: none;
  width: 390px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
  transition: z-index .35s;
  position: relative;
  box-shadow: 0 -20px 40px #0000001a;
}

.awards-review-main-box.border-radius-twenty {
  border-radius: 20px;
}

.awards-review-main-box.border-radius-twenty.box-six {
  display: none;
}

.awards-review-main-box.border-radius-twenty.box-six:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-two {
  z-index: 5;
}

.awards-review-main-box.border-radius-twenty.box-two:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-three {
  z-index: 4;
  transition: opacity .2s, all .35s;
}

.awards-review-main-box.border-radius-twenty.box-three:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-five {
  z-index: 2;
  display: none;
}

.awards-review-main-box.border-radius-twenty.box-five:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-four {
  z-index: 3;
}

.awards-review-main-box.border-radius-twenty.box-four:hover {
  z-index: 8;
}

.awards-review-main-box.border-radius-twenty.box-one {
  z-index: 6;
}

.awards-review-main-box.border-radius-twenty.box-one:hover {
  z-index: 8;
}

.awards-review {
  background-color: #fbf9f4;
  padding-top: 85px;
}

.awards-client-image {
  border: 5px solid #fff;
  border-radius: 100%;
  margin-top: -34px;
  overflow: hidden;
  box-shadow: 0 15px 50px #00000026;
}

.award-hero-image-block {
  flex: 0 60%;
  padding-bottom: 20px;
  padding-right: 20px;
}

.awards-hero-dot-wrap {
  display: none;
}

.awards-review-block {
  position: sticky;
  top: 85px;
}

.available-time {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-button-field {
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.book-form-submit-btn-wrap {
  align-items: center;
  margin-top: 40px;
}

.radio-button {
  width: 15px;
  height: 15px;
}

.radio-button-label {
  margin-right: auto;
}

.checkbox-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.booking-form-wrap {
  border: 1px solid #bababa;
  margin-top: 40px;
  padding: 60px;
}

.form {
  flex-direction: column;
  display: flex;
}

.booking-paragraph {
  text-align: center;
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
}

.contact-one-form {
  flex: 1;
  padding-bottom: 20px;
}

.time-radio-button {
  cursor: pointer;
  background-color: #cfcfcf4d;
  justify-content: center;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 13px;
  padding-left: 0;
  display: flex;
}

.time-button-lable {
  color: var(--heading-main-color);
  font-weight: 400;
}

.book-form-submit-btn {
  color: #060f1a;
  background-color: #ffbb5c;
  width: 100%;
  max-width: 390px;
  padding: 19px 34px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1rem;
}

.book-form-submit-btn.demo-form-button {
  width: auto;
  max-width: none;
}

.book-form-submit-btn.shop-card-button {
  justify-content: center;
  font-family: Poppins, sans-serif;
}

.booking {
  background-image: url('../images/Booking-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 182px;
  padding-bottom: 120px;
}

.booking-dot-one {
  position: absolute;
  inset: auto auto 5% 3%;
}

.booking-dot-two {
  position: absolute;
  inset: 23% auto auto 9%;
}

.booking-dot-three {
  position: absolute;
  inset: 10% 12% auto auto;
}

.booking-dot-four {
  position: absolute;
  inset: 24% 15% auto auto;
}

.booking-dot-five {
  position: absolute;
  inset: 8% auto auto 13%;
}

.case-study-dot-three {
  position: absolute;
  inset: 27% 3% auto auto;
}

.case-study-text-block {
  flex: 0 40%;
}

.popular-casses-paragraph {
  text-align: center;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}

.popular-casses-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-casses-card-wrap.margin-top-fourty {
  margin-top: 40px;
}

.popular-casses {
  background-image: url('../images/Glow-2.svg'), url('../images/Award-hero-glow-one.svg'), url('../images/Award-hero-glow-two.svg'), url('../images/Glow-1.svg');
  background-position: 100% 80%, 0 100%, 100% 40%, 0 30%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  padding-bottom: 120px;
}

.case-study-dot-one {
  position: absolute;
  left: 10px;
}

.case-study-image-block-one {
  flex: 1;
}

.case-study-dot-five {
  position: absolute;
  inset: auto 53% 18% auto;
}

.case-study-dot-two {
  position: absolute;
  inset: 22% auto auto 46%;
}

.case-study-image-wrap {
  border-radius: 5px;
}

.case-study-dot-four {
  position: absolute;
  inset: auto 2% 19% auto;
}

.margin-top-twenty {
  margin-top: 20px;
}

.margin-top-twenty.blog-two-paragraph {
  max-width: 458px;
}

.case-study-image-block {
  grid-column-gap: 30px;
  flex: 1;
  display: flex;
}

.case-study-image-block-two {
  flex: 1;
  padding-top: 30px;
}

.case-study-hero {
  padding-top: 215px;
  padding-bottom: 84px;
}

.case-study-wrap {
  grid-column-gap: 98px;
  align-items: center;
  display: flex;
}

.case-study-details-hero-container {
  max-width: 1260px;
  padding-left: 15px;
}

.related-case {
  background-color: #fbf9f4;
  padding-top: 85px;
  padding-bottom: 110px;
}

.tag-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
}

.related-case-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.related-case-paragraph {
  text-align: center;
  max-width: 939px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-details-hero {
  padding-top: 219px;
  padding-bottom: 108px;
}

.case-study-hero-image {
  object-fit: cover;
  margin-top: 43px;
}

.heading-three {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-three.margin-top-thirty {
  margin-top: 30px;
}

.heading-three.text-white {
  color: #fff;
}

.heading-three.text-white.text-regular {
  font-weight: 400;
}

.heading-three.text-white.text-regular.text-linethrough {
  text-decoration: line-through;
}

.heading-three.text-white.text-regular.text-linethrough.text-light-white {
  color: #d6d6d6;
}

.heading-three.text-white.margin-bottom-five {
  margin-bottom: 5px;
}

.heading-three.margin-bottom-fifteen.demo-contain-text-color {
  color: var(--heading-main-color);
}

.popular-casses-tag-line {
  background-color: #00000080;
  width: 100px;
  height: 1px;
}

.popular-casses-card {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 15px 58px #00000014;
}

.popular-casses-card.border-radius-twenty {
  border-radius: 20px;
}

.popular-casses-link {
  grid-column-gap: 8px;
  color: #ffbb5c;
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.8125rem;
  display: flex;
}

.popular-casses-tag-wrap {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.popular-casses-tag-wrap.margin-bottom-thirteen {
  margin-bottom: 13px;
}

.heading-five {
  color: var(--heading-main-color);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.heading-five.experties-card-bottom-text {
  color: #eceff0;
}

.heading-five.date-text {
  color: #848485;
}

.borderr-radius-twenty {
  border-radius: 20px;
}

.popular-casses-card-image {
  width: 100%;
}

.our-experties-paragraph {
  text-align: center;
  max-width: 1111px;
  margin-left: auto;
  margin-right: auto;
}

.expertise-details-hero-text-block {
  flex: 0 50%;
}

.our-expertise {
  background-image: url('../images/Award-hero-glow-two.svg'), url('../images/Award-hero-glow-one.svg');
  background-position: 100% 60%, 0 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 120px;
}

.our-experties-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.our-experties-card-wrap.display-off {
  display: none;
}

.expertise-details-hero-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
}

.expertise-details-hero-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.expertise-details-hero-image-inner-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.expertise-details-hero {
  padding-top: 217px;
  padding-bottom: 84px;
}

.expert-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 483px;
  position: relative;
}

.overlay {
  background-image: linear-gradient(#0000, #060f1acc);
  position: absolute;
  inset: 0%;
}

.our-experties-card-contain {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 23px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.our-experties-card.border-radius-twenty.overflow-none.position-relative {
  position: relative;
}

.experties-link {
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
}

.experties-link.margin-top-five {
  margin-top: 5px;
}

.pagination {
  margin-top: 40px;
}

.previous {
  background-color: var(--white);
  border-color: #b6b6b6;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.next {
  background-color: var(--pale-yellow);
  border-style: none;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.experties-details-contain {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 120px;
}

.experties-details-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.experties-details-hero {
  background-image: url('../images/Glow-2.svg'), url('../images/Glow-1.svg');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 185px;
  padding-bottom: 85px;
}

.experties-details-image-block {
  flex: 1;
  transition: box-shadow .35s, transform .2s;
  position: sticky;
  top: 100px;
}

.experties-details-image-block:hover {
  box-shadow: -15px -14px 0 -1px #ffbb5c;
}

.experties-details-heading {
  text-align: center;
  max-width: 1008px;
}

.text-semi-bold {
  font-weight: 600;
}

.text-semi-bold.text-uppercase.contain-heading {
  color: #393c3e;
}

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

.experties-details-text-block {
  flex: 1;
}

.margin-top-thirty {
  border-radius: 0;
  margin-top: 30px;
}

.contain-wrap {
  border-bottom: 1px solid #0003;
  padding-bottom: 27px;
}

.contain-wrap.margin-top-twenty.contact-three-contain-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.contain-wrap.margin-top-twenty.contact-three-contain-wrap.border-bottom-none {
  border-bottom-style: none;
}

.contain-wrap.margin-top-thirty.contact-three-contain-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.expert-text-wrap {
  flex: 1;
}

.demo-hero-contain-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}

.managemtnt-box-left {
  flex: 1;
  display: flex;
}

.demo-management {
  padding-top: 85px;
  padding-bottom: 120px;
}

.demo-hero {
  padding-top: 184px;
}

.management-background-overlay {
  background-color: #ffbb5c;
  position: absolute;
  inset: 0%;
}

.demo-hero-text-block {
  flex: 0 50%;
}

.demo-form-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.demo-form-wrap.margin-top-ten {
  margin-top: 10px;
}

.management-box-right {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-top-ten {
  margin-top: 10px;
}

.margin-top-ten.plog-two-paragraph {
  max-width: 464px;
}

.management-button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  transform: rotate(-35deg);
}

.management-paragraph {
  flex: 1;
  max-width: 436px;
}

.demo-form-box {
  flex: 1;
}

.management-box {
  cursor: pointer;
  border-top: 1px solid #00000080;
  border-bottom: 1px solid #00000080;
  align-items: center;
  width: 100%;
  max-width: 94.73%;
  padding: 40px 30px 30px;
  display: flex;
}

.management-box.border-bottom-none {
  border-bottom-style: none;
}

.management-box.border-bottom-none.position-relative, .management-box.position-relative {
  position: relative;
}

.management-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 94px;
  display: flex;
}

.demo-hero-form-block {
  background-color: #fff;
  flex: 0 50%;
  margin-bottom: 0;
  padding: 41px 30px 50px;
  box-shadow: 0 0 55px #00000014;
}

.management-box-image-block {
  flex: 0 41%;
}

.management-contain {
  z-index: 5;
  flex: 1;
  display: flex;
  position: relative;
}

.management-box-heading-block {
  flex: 1;
}

.shop-hero-products-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.shop-hero-paragraph {
  max-width: 600px;
}

.shop-hero {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 220px;
  padding-bottom: 120px;
}

.shop-hero-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shop-price-tag-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.shop-price-tag {
  color: #060f1a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.shop-price-tag.text-linethrough {
  text-decoration: line-through;
}

.shop-price-tag.text-linethrough.first-price {
  color: #4b5158;
  font-weight: 300;
}

.product-card-image {
  background-color: #f4f4f4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 380px;
  display: flex;
}

.shop-button {
  box-shadow: none;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 29px 5% auto auto;
}

.shop-tag-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-tag-wrap.align-left {
  justify-content: flex-start;
}

.product-card-contain {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  padding: 20px 30px 30px 21px;
  display: flex;
}

.product-card-contain.position-relative {
  position: relative;
}

.full-width {
  width: 100%;
}

.product-image {
  object-fit: scale-down;
}

.shop-details-hero-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
  position: relative;
}

.accordion-contain {
  padding: 33px 30px 22px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.shop-details-hero-text-block {
  flex: 0 50%;
  padding-top: 10px;
}

.shop-details-price-tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.accordion-item-trigger {
  grid-column-gap: 30px;
  cursor: pointer;
  background-color: #ffbb5c;
  border-bottom: 1px solid #000;
  align-items: center;
  padding: 30px;
  display: flex;
}

.acccordion-heading {
  color: #0b022d;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  flex: 1;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.shop-details-about-product {
  margin-top: 110px;
}

.accordion-open-close {
  border: 1px solid #151212;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  display: flex;
  position: relative;
}

.shop-details-faq {
  padding-bottom: 120px;
}

.shop-details-hero-image-block {
  background-color: #f4f4f4;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 692px;
  display: flex;
}

.shop-details-accordion-wrap {
  margin-top: 44px;
}

.accordion-item-content {
  overflow: hidden;
}

.scrolling-upper-wrap {
  perspective: 1000px;
  align-items: center;
  width: 100%;
  display: flex;
}

.landing-page-contain-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.landing-ecommerce-grid-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-footer-wrap {
  align-items: center;
  width: 100%;
  height: 682px;
  display: flex;
}

.figma-background-image-four {
  display: none;
  position: absolute;
  inset: auto 0% 50px auto;
}

.figma-file-paragraph {
  max-width: 602px;
}

.landing-hero-big-text {
  color: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  font-size: 19.375rem;
  font-weight: 600;
  line-height: 15.9rem;
}

.landing-hero-big-text.text-gradient {
  background-image: linear-gradient(to bottom, #f3f3f3, var(--transparent) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.landing-footer-marquee-block {
  flex: 1;
  height: 100%;
  display: block;
}

.landing-big-text-wrap {
  flex: none;
  justify-content: center;
  display: flex;
}

.landing-page-wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 11px 11px 25px;
  display: flex;
  box-shadow: 0 13px 53px #00000021;
}

.landing-page-wrap.position-relative {
  position: relative;
}

.landing-page-wrap.position-relative.border-radius-twenty.overflow-none.inner-page-wrap {
  box-shadow: 0 15px 53px #94a1ba26;
}

.landing-page-wrap.position-relative.border-radius-twenty.overflow-none.landing-cms-page-wrap {
  padding: 17px 17px 31px;
  box-shadow: 0 15px 53px #94a1ba26;
}

.figma-background-image-two {
  object-fit: cover;
  display: none;
  position: absolute;
  inset: auto auto 58px 58px;
}

.star-two {
  position: absolute;
  inset: 0% 11% auto auto;
}

.star-one {
  position: absolute;
  inset: 28% auto auto 10%;
}

.landing-utility-pages-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-utility-page-paragraph {
  text-align: center;
  max-width: 786px;
}

.landing-innerpage-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 86px;
  display: flex;
}

.figma-file-wrap {
  background-color: #141a29;
  border: 1px solid #d8cece;
  border-bottom-style: none;
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: hidden;
}

.figma-file-wrap.border-radius-twenty {
  border-radius: 20px;
}

.figma-file-wrap.border-radius-twenty.position-relative {
  position: relative;
}

.landing-cms-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.landing-hero-scroll-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-innerpage {
  background-image: url('../images/Group-998.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.landing-cms-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-footer-marquee-wrap {
  flex: 1;
  height: 682px;
}

.landing-footer-marquee-wrap.landing-footer-marquee-wrap-center {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.figma-background-image-three {
  display: none;
  position: absolute;
  inset: 20px 0% auto auto;
}

.overlay-hover {
  z-index: 1;
  background-color: #ffbb5c;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.landing-footer-marquee-box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  display: flex;
}

.landing-footer-marquee-image-wrap {
  box-shadow: 0 12px 30px #00000026;
}

.landing-cms-paragraph {
  text-align: center;
  max-width: 701px;
}

.figma-background-image-one {
  object-fit: cover;
  display: none;
  position: absolute;
  inset: 82px auto auto 0%;
}

.large-container {
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
}

.large-container.project-details-hero-image {
  padding-top: 60px;
}

.landing-hero {
  background-image: url('../images/Landing-Hero-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 211px;
}

.landing-inner-page-paragrap {
  text-align: center;
  max-width: 701px;
}

.landing-cms {
  background-color: #f7f8fa;
  padding-top: 85px;
  padding-bottom: 120px;
}

.landing-footer {
  background-color: #fffaf4;
}

.landing-innerpage-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-utility-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.scroll-main-box-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.landing-hero-tag-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: center;
}

.landing-hero-paragraph {
  text-align: center;
  max-width: 657px;
}

.landing-hero-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-footer-marquee-main-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.landing-hero-tag-line {
  background-color: var(--white);
  width: 7vw;
  height: 1px;
}

.landing-ecommerce {
  padding-top: 84px;
  padding-bottom: 120px;
}

.landing-footer-text-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.landing-page-image-wrap.landing-inner-page-wrap {
  border: 1px solid #ededed;
  border-radius: 15px;
  overflow: hidden;
}

.landing-utility-pages {
  padding-top: 85px;
}

.small-curtain-sliderr-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.logo-image {
  height: 100%;
}

.prelaoder-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-wrapper {
  z-index: 9999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.curtain {
  z-index: -1;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.small-curtain {
  background-color: #000;
  height: 100%;
}

.flame-image {
  z-index: 1;
  height: 48px;
  position: absolute;
  left: 40%;
}

.logo-text-wrap {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-rotate {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-text-wrapper {
  z-index: 1;
  width: auto;
  height: auto;
  position: relative;
  right: 1%;
}

.logo-text {
  color: #010101;
  letter-spacing: .08px;
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.logo-text.absolute {
  transform-origin: 0%;
  color: #fff;
  position: absolute;
  overflow: hidden;
}

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

.text-white.landing-hero-heading {
  text-align: center;
}

.text-medium {
  font-weight: 500;
}

.text-medium.margin-bottom-fifteen.landing-footer-heading {
  max-width: 610px;
}

.scroll-section {
  overflow: hidden;
}

.page-image-container {
  justify-content: center;
  align-items: flex-end;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.page-image-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  bottom: -5%;
  left: 60px;
  right: auto;
}

.page-image-main {
  z-index: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  transform: translate(0, 10%);
  box-shadow: 0 0 60px #0006;
}

.page-image-right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  bottom: -5%;
  left: auto;
  right: 60px;
}

.blog-one-hero-line {
  object-fit: scale-down;
}

.blog-one-hero-wrap {
  flex-direction: column;
  display: flex;
}

.blog-one-hero {
  background-image: url('../images/Yellow-Glow_1Yellow Glow.avif'), url('../images/Blue-Glow_1Blue Glow.avif'), url('../images/Yellow-Glow_1Yellow Glow.avif'), url('../images/Blue-Glow_1Blue Glow.avif');
  background-position: 217% 89%, -120% 100%, -101% 0, 225% -24%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  padding-top: 180px;
  padding-bottom: 110px;
}

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

.blog-one-hero-heading-wrap {
  align-items: center;
}

.heading-five-2 {
  color: #060f1a;
  text-transform: capitalize;
  font-size: .875rem;
  line-height: 1.5rem;
}

.blog-one-upper-block-image-wrap {
  flex: 1;
}

.date-and-time-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.block-card-text-wrap.blog-one-upper-card-text-wrap {
  flex: 1;
}

.block-card-text-wrap.blog-nwes-card-text-wrap {
  flex: 1;
  max-width: 630px;
}

.blog-news-image {
  object-fit: cover;
}

.blog-news-image.blog-one-hero-image {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

.blog-news-image.blog-one-card-image {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.blog-one-upper-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 86px;
  margin-bottom: 30px;
}

.heading-three-contact-three {
  color: var(--heading-main-color);
  letter-spacing: -.02px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.block-two-hero-upper-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.upper-block-left {
  flex: 0 61.84%;
}

.blog-news-paragraph {
  max-width: 729px;
}

.blog-two-news-container {
  max-width: 1654px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-two-hero-heading {
  text-align: center;
  max-width: 819px;
}

.blog-two-news-card-wrap {
  margin-top: 60px;
}

.blog-two-hero {
  background-image: url('../images/Blue-Glow_1Blue Glow.avif');
  background-position: 199% -36%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 183px;
}

.blog-two-hero-bottom-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-two-hero-bottom-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.blog-two-news {
  background-image: url('../images/Blue-Glow_1Blue Glow.avif'), url('../images/Blue-Glow_1Blue Glow.avif');
  background-position: 231%, -114% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.blog-news-text-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-two-hero-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.upper-block-right {
  flex: 1;
}

.upper-left-block-image {
  object-fit: cover;
  border-radius: 20px;
}

.upper-right-block-image {
  object-fit: cover;
}

.upper-right-block-image.border-radius-twenty {
  border-radius: 20px;
}

.bottom-small-block {
  flex: 0 auto;
}

.bottom-small-block.blog-three-hero-right-block {
  flex: 0 43.5%;
}

.bottom-small-block.blog-three-hero-left-block {
  flex: 0 61.59%;
}

.bottom-block-small-image {
  object-fit: cover;
}

.blog-two-card-name {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.blog-two-news-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 40px;
  transition: background-color .35s;
  display: flex;
}

.blog-two-news-block:hover {
  background-color: #ffbb5c1a;
}

.blog-three-hero {
  background-image: url('../images/Blog-Three-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1920px 4369px;
  padding-top: 183px;
  padding-bottom: 110px;
}

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

.blog-three-hero-upper-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.related-block-heading-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.blog-details-hero {
  padding-top: 183px;
}

.related-block-heading-line {
  background-color: #b1a9a9;
  flex: 1;
  height: 1px;
}

.blog-details-heading {
  text-align: center;
  max-width: 1150px;
}

.blog-details-profile-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.blog-details-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.related-block-heading {
  flex: none;
  margin-top: 10px;
}

.blog-details-profile-image {
  object-fit: cover;
  border-radius: 100%;
}

.blog-social-media-link {
  border: 1px solid #b0b0b0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  transition: background-color .3s;
  display: flex;
}

.blog-social-media-link:hover {
  background-color: var(--pale-yellow);
}

.related-block-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 33px;
  display: grid;
}

.blog-details-profile-contain-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-social-media-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.blog-details-hero-image {
  object-fit: cover;
  width: auto;
  height: auto;
}

.blog-details-hero-image-wrap {
  border-radius: 25px;
  margin-top: 74px;
}

.related-block {
  padding-top: 54px;
  padding-bottom: 110px;
}

.changelog-hero {
  background-color: var(--light-background);
  padding-top: 182px;
  padding-bottom: 94px;
}

.margin-top-none {
  margin-top: 0;
}

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

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.licensing-text-wrapper {
  max-width: 900px;
}

.licencing-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-span-one {
  color: #5b6cff;
}

.licencing-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 23px;
}

.licensing-hero {
  background-color: var(--light-background);
  padding-top: 184px;
  padding-bottom: 80px;
}

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

.licence-information-image-block {
  margin-top: 50px;
}

.typography-display-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-border-block {
  background-color: #e2e2e2;
  height: 1px;
  margin-top: 30px;
}

.style-items-card {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
}

.display-examples {
  grid-column-gap: 40px;
  border-bottom: 1px solid #060f1a;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 300px) 1fr;
  align-items: center;
  padding-bottom: 40px;
}

.display-examples.no-border {
  border-bottom-style: none;
}

.buttons-style-wrapper {
  margin-top: 40px;
}

.style-content-wrapper {
  background-color: #f7f7f7;
}

.typography-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.buttons-container {
  grid-column-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.style-guide-heading-main-wrapper {
  background-color: var(--light-background);
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
  padding: 86px 4vw 120px;
  display: flex;
}

.heading-one {
  color: var(--heading-main-color);
  letter-spacing: -.04rem;
  text-transform: capitalize;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 5rem;
}

.heading-one.about-one-hero-heading-up {
  z-index: 5;
  position: relative;
}

.color-code-wrapper {
  padding: 24px;
}

.text-black {
  color: #19191d;
}

.side-nav-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
  padding: 12px 16px 12px 20px;
  text-decoration: none;
  display: flex;
}

.side-nav-link.w--current {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f7f7f78c;
}

.side-nav-link.no-border {
  border-bottom-style: none;
}

.style-navbar-wrapper {
  z-index: 1;
  max-width: 250px;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.icons-wrapper {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  margin-top: 40px;
  padding: 48px;
}

.overflow-hidden {
  overflow: hidden;
}

.heading-two {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.heading-two.text-medium {
  font-weight: 500;
}

.side-nav-menu {
  width: 100%;
}

.typography-sub-heading-wrapper {
  border-bottom: 1px solid #060f1a;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.icon-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
  place-items: center;
  display: flex;
}

.side-nav-toggle-menu {
  color: #141f39;
  border-bottom: 1px solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 30px;
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.side-nav-toggle-menu.w--open {
  background-color: #f7f7f8;
}

.style-guide-icon-wrap {
  background-color: #ffbb5c;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  display: flex;
}

.style-guide-icon-wrap.style-guide-small-icon {
  border-radius: 6px;
  width: 38px;
  height: 38px;
}

.style-color-wrapper {
  min-height: 180px;
  position: relative;
}

.style-color-wrapper.secondary-color-one {
  background-color: #ffbb5c;
}

.style-color-wrapper.color-type-one {
  background-color: #060f1a;
}

.style-color-wrapper.color-type-two {
  background-color: #5c6266;
}

.side-navbar-side-menu {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.side-navbar-side-menu.no-padding-bottom {
  padding-bottom: 0;
}

.buttons-display-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center start;
}

.display-type-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.sider-navbar-main-wrapper {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.style-items-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.styles-types-wrapper {
  background-color: #fff;
  padding: 120px 4vw;
}

.styles-types-wrapper.typography-wrapper {
  background-color: var(--light-background);
  padding-bottom: 75px;
}

.styles-types-wrapper.no-padding-bottom {
  padding-bottom: 0;
}

.startlab-logo-wrapper {
  border-bottom: 1px solid #e2e2e2;
  padding: 30px;
}

.button-style-wrapper-white {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  flex: 1;
  padding: 48px;
}

.heading-six {
  color: var(--heading-main-color);
  text-transform: capitalize;
  font-size: 1.125rem;
}

.style-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 250px 1fr;
  align-items: start;
}

.side-nav-button-wrapper {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
}

.no-margin {
  margin: 0;
}

.style-items {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-four {
  color: var(--heading-main-color);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.heading-four.key-feature-description-heading {
  flex: 0 83%;
  font-weight: 500;
  line-height: 1.5rem;
}

.style-type-heading-wrapper {
  grid-column-gap: 18px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.shop-card-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.card-quantity-text {
  color: #535962;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.card-quantity-text.margin-bottom-fifteen.text-light-white {
  color: #d6d6d6;
}

.quantity {
  background-color: var(--transparent);
  color: var(--white);
  border-color: #565d77;
  width: auto;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.quantity::placeholder {
  color: var(--heading-color);
}

.faq-image-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-end;
  width: 100%;
  padding: 20px;
  display: flex;
}

.grid-item {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.accordian-item {
  cursor: pointer;
  border-top: 1px solid #0003;
  width: 100%;
  padding-bottom: 35px;
  position: relative;
}

.accordian-item.border-bottom {
  border-bottom: 1px solid #0003;
}

.faq-ans {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  padding-left: 30px;
  padding-right: 50px;
  display: flex;
  overflow: hidden;
}

.accordion-arrow {
  background-color: var(--pale-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.faq-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.accordion-heading-text-wrap {
  flex: 0 45.31%;
}

.accordion-paragraph-text-wrap {
  flex: 1;
  max-width: 471px;
  display: flex;
}

.body-font {
  color: var(--body-font);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.accordion-image-one-wrap, .accordion-image-two-wrap {
  box-shadow: 9px 9px 0 0 var(--pale-yellow);
  border-radius: 20px;
}

.hading-accordion-wrap {
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  display: flex;
}

.image-shape-color-background {
  position: absolute;
  inset: 0%;
}

.home-one-case-study-box-one-marquee-wrap {
  grid-column-gap: 45px;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-one-case-study-box-one-marquee-wrap.about-one-values-maruqee-one {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  padding-top: 27px;
  padding-bottom: 20px;
  position: absolute;
  inset: 45% 0% auto;
}

.home-one-case-study-box-one-marquee-wrap.about-one-values-maruqee-one.overflow-none.right-marquee-wrap {
  background-color: var(--pale-yellow);
}

.home-one-case-study-box-one-marquee-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-one-text-one {
  color: #0f1d33;
  text-transform: uppercase;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.875rem;
}

.marquee-one-text-one.marquee-one-text-two {
  color: #0000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #0f1d33;
}

.marquee-one-text-one.text-yellow {
  color: var(--transparent);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--pale-yellow);
}

.marquee-one-text-one.text-yellow.text-black {
  -webkit-text-stroke-color: var(--heading-main-color);
}

.image-shape-color-background-two {
  position: absolute;
  inset: 0%;
}

.about-one-values-right-box-wrap {
  z-index: 1;
  position: relative;
  transform: rotate(9.54deg);
}

.yellow-background {
  z-index: 1;
  background-color: var(--pale-yellow);
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.about-one-values-left-box-wrap {
  z-index: 7;
  position: relative;
  transform: translate(0, -59px)rotate(-11deg);
}

.mask_circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.mask_image {
  background-image: url('../images/About-One-Cilcle-Img_1About-One-Cilcle-Img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.slide-content-div {
  background-color: var(--pale-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 100px 60px;
  display: flex;
}

.slide-content-div.borderr-radious-twenty {
  border-radius: 20px;
}

.about-one-slider-mask {
  overflow: hidden;
}

.about-one-slider-nav {
  z-index: 4;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 11%;
}

.slider-image {
  object-fit: cover;
  background-image: url('../images/Experties-Expert-Image-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.slider-image.image-one {
  background-image: url('../images/Experties-Expert-Image-3.webp');
  background-position: 50% 0;
}

.slider-image.image-two {
  background-image: url('../images/Experties-Expert-Image-2.webp');
  background-position: 50% 0;
}

.slider-image.image-three {
  background-image: url('../images/Experties-Expert-Image-1.webp');
  background-position: 50% 0;
}

.slider-image.image-four {
  background-image: url('../images/Experties-Expert-Image-4.webp');
  background-position: 50% 0;
}

.slider-image.image-five {
  background-image: url('../images/Experties-Expert-Image-5.webp');
  background-position: 50% 0;
}

.paragraph {
  text-align: center;
}

.slide-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-one-slider-nav-dots {
  z-index: 6;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  display: flex;
  inset: auto 0% 11%;
}

.slider {
  background-color: #ddd0;
  height: 60vh;
}

.slider.about-one-slider {
  max-width: 871px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.project-details-tab {
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.project-details-contain-two-rich-text {
  padding-top: 85px;
}

.related-project-heading {
  text-align: center;
  margin-bottom: 17px;
}

.project-details-image-wrap {
  border-radius: 40px;
}

.project-details-contain-two {
  padding-bottom: 34px;
}

.project-tab-link {
  color: #484848;
  letter-spacing: -.03125rem;
  background-color: #3330;
  border-left: 3px solid #ffbb5c;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}

.project-tab-link.w--current {
  color: #000;
  background-color: #3330;
  border-left-color: #000;
}

.project-details-hero-paragraph {
  max-width: 929px;
}

.related-project-paragraph {
  text-align: center;
  max-width: 830px;
}

.related-project {
  background-color: #fbf9f4;
  padding-top: 85px;
  padding-bottom: 100px;
}

.project-details-hero {
  background-image: url('../images/Project-Details-Background.svg');
  background-position: 50% 7%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 184px;
}

.project-details-contain-tab {
  flex: 1;
}

.project-details-tab-menu {
  flex-direction: column;
  flex: 0 39.28%;
  display: flex;
}

.related-project-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-details-contain-one {
  margin-top: 40px;
}

.project-details-hero-heaading {
  max-width: 915px;
}

.realted-project-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-project-card {
  text-align: center;
}

.related-project-card-image-wrap {
  margin-bottom: 30px;
}

.position-relative {
  position: relative;
}

.position-relative.about-one-service-card {
  z-index: 5;
}

.about-one-service-overlay {
  z-index: 1;
  background-image: linear-gradient(to bottom, #0b122e, var(--transparent));
  position: absolute;
  inset: 0%;
}

.text-yellow {
  color: var(--pale-yellow);
}

.industries-we-serve-paragraph {
  max-width: 627px;
}

.industries-we-serve-paragraph.home-one-we-provide-block {
  max-width: 660px;
}

.home-one-previous-wrap {
  justify-content: center;
  display: flex;
  position: relative;
}

.button-and-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: none;
}

.cart-quantity {
  background-color: var(--pale-yellow);
  color: #060f1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: auto;
  height: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: .8125rem;
  line-height: 1rem;
  display: flex;
  position: absolute;
  top: 19px;
}

.cart-button {
  background-color: var(--transparent);
  margin-top: 5px;
  position: relative;
}

.cart {
  margin-left: 15px;
}

.outline-main-cirlce {
  border: 6px solid #ffbb5c;
  border-radius: 100%;
  width: 157px;
  min-width: 157px;
  height: 157px;
  min-height: 157px;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outline-clip.upper {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

.counter.centre {
  border: .1px solid #d9d9d9;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 157px;
  box-shadow: 11px 4px 20px -7px #6f7a8f;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 157px;
  height: 157px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-circle-wrapper.outline-circle-wrapper-one {
  justify-items: start;
}

.sticky-circle-block {
  background-color: var(--white);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 157px;
  font-size: 1.375rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.landing-home-page-wrap, .landing-home-heading-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-home-page-card-wrap {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.landing-home-page {
  background-image: url('../images/Three.webp');
  background-position: 50% 120px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 306px;
}

.landing-home-page-card-right {
  background-color: #fff;
}

.landing-home-page-card {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 27px 27px 15px;
  display: flex;
  box-shadow: 0 12px 53px #00000021;
}

.landing-home-page-card-left {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  display: flex;
}

.landing-home-page-heading {
  text-align: center;
  max-width: 678px;
  margin-top: 0;
}

.figma-file-heading-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.figma-heading-main-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1230px;
  display: flex;
}

.figma-main-image-wrap {
  z-index: 5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 40px;
  position: relative;
}

.landing-hero-main-contain {
  z-index: 5;
  position: relative;
}

.landing-hero-overlay {
  z-index: 1;
  background-color: #121825d9;
  position: absolute;
  inset: 0%;
}

.display-none {
  display: none;
}

.landing-footer-paragraph {
  max-width: 554px;
}

.page-wrapper {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.features-sticky-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 0 45%;
  display: flex;
}

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

.grid-layout.is-top-align {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: start;
  display: flex;
}

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

.features-sticky-cvontent {
  flex: 1;
  position: sticky;
  top: 220px;
}

.features-sticky-two {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  flex-direction: column;
  padding: 30px 30px 20px;
  display: flex;
  position: sticky;
  top: 220px;
  box-shadow: 0 2px 5px #46505b26;
}

.features-sticky-two.three {
  top: 300px;
}

.features-sticky-two.four {
  margin-bottom: 0;
  top: 340px;
}

.features-sticky-two.two {
  top: 260px;
}

.home-three-cms-project-contain {
  flex: 1;
}

.home-three-hero-slider-overlay {
  z-index: 2;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.home-three-slider-hero-main-contain {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.home-three-slider {
  background-color: var(--transparent);
  height: auto;
}

.home-three-slider-hero-wrap {
  position: relative;
}

.home-three-slider-hero-wrap.home-three-slider-hero-wrap-one {
  background-image: url('../images/Home-Three-Hero-Slider-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-slider-hero-wrap.home-three-slider-hero-wrap-two {
  background-image: url('../images/Home-Three-Banner-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-slider-hero-overlay {
  background-image: linear-gradient(to right, #0000009c, var(--transparent));
  position: absolute;
  inset: 0%;
}

.home-three-hero-button {
  z-index: 12;
  border-radius: 100%;
  position: absolute;
  inset: auto auto 20px 45%;
  box-shadow: 0 12px 40px #8eaec640;
}

.home-one-banner-video {
  height: 750px;
}

.home-one-banner-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #000000b3 100%, var(--transparent));
  height: auto;
  position: absolute;
  inset: 0%;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.shop-tag-text {
  color: #6b6b6b;
  letter-spacing: .2125rem;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.0625rem;
}

.shop-tag-line {
  background-color: #aeaeae;
  width: 75px;
  height: 1px;
}

.shop-details-overlay {
  background-color: #0b122e;
  height: 712px;
  position: absolute;
  inset: 0% 0% auto;
}

.shop-details-short-description-wrap {
  background-color: #ffebce;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 40px 30px;
}

.shop-details-what-incloude {
  border-bottom: 1px solid #0003;
  padding-bottom: 40px;
}

.shop-details-key-features {
  padding-top: 20px;
}

.shop-details-key-features-contain {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.shop-details-key-features-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 126px 70%;
  grid-auto-columns: 1fr;
  padding: 30px 10px 20px;
  display: flex;
}

.shop-details-key-features-card.shop-details-key-features-card-left-gap {
  border-left: 1px solid #0003;
  padding-left: 10px;
}

.shop-details-key-features-card.border-bottom-none {
  border-bottom-width: 0;
}

.shop-details-key-features-card.border-bottom-none.responsive-border-bottom {
  grid-template-columns: 126px 1fr;
}

.about-three-hero-image-two-wrap.borderr-radious-twenty {
  border-radius: 20px;
}

.about-three-hero-wrap {
  grid-column-gap: 76px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dot-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-three-hero-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 65px;
  display: flex;
}

.about-three-card-image-block {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.about-three-who-we-are-text-block {
  flex: 0 43%;
}

.work-pogress-main-box {
  height: 400vh;
}

.about-three-mission-card-heading-wrap {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 50px;
}

.work-pogress {
  background-color: #141a29;
  padding-top: 87px;
  padding-bottom: 120px;
}

.about-three-solution-heading {
  text-align: center;
}

.about-three-solution-heading.text-white {
  color: #fff;
}

.about-three-solution-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.work-pogress-bar-card-dot {
  z-index: 2;
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: relative;
}

.about-three-hero {
  z-index: 2;
  padding-top: 205px;
  position: relative;
}

.about-three-who-we-are-image-block {
  border-radius: 50px;
  flex: 0 45.71%;
}

.work-pogress-bar-card-image {
  z-index: 2;
  height: auto;
  position: relative;
}

.margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.work-pogress-yellow-line {
  z-index: 1;
  border-bottom: 1px dashed #ffbb5c;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 0;
}

.about-three-card {
  z-index: 2;
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
  padding-top: 45px;
  padding-bottom: 32px;
}

.about-three-who-we-are-wrap {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.oil-and-gash-partner-wrap {
  border-radius: 50px;
}

.oil-and-gash-partner-wrap.overflow-none {
  margin-top: 40px;
}

.about-three-mission {
  background-color: #141a29;
  margin-top: -100px;
  padding-top: 187px;
  padding-bottom: 120px;
}

.work-pogress-paragraph {
  color: #ececec;
  text-align: center;
  max-width: 741px;
}

.about-three-paragraph-wrap {
  text-align: center;
  max-width: 625px;
}

.about-three-paragraph-wrap.text-white {
  color: #fff;
}

.about-three-mission-card-heading-line {
  background-color: #ffbb5c;
  width: 32px;
  height: 1px;
}

.work-pogress-bar-card-image-wrap {
  margin-top: 60px;
  position: relative;
}

.oil-and-gas-partner {
  background-color: #fbf9f4;
  padding-top: 84px;
}

.about-three-solution-card-box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-three-hero-heading {
  text-align: center;
  max-width: 966px;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-white-two {
  color: #fff;
}

.about-three-hero-paragraph {
  text-align: center;
  max-width: 843px;
}

.work-pogress-bar-card-shape {
  z-index: 1;
  height: auto;
  position: absolute;
  inset: 0%;
}

.oil-and-gas-partner-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-three-who-we-are {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.oil-and-gas-partner-paragraph {
  text-align: center;
  max-width: 870px;
}

.work-pogress-grey-line {
  z-index: 1;
  border-bottom: 1px dashed #8e8e8e;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 50% 0% 0%;
}

.pogress-line {
  flex-direction: row;
  align-items: center;
  width: 84%;
  margin-top: 91px;
  display: flex;
  position: relative;
}

.about-three-solution-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.margine-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margine-none.text-white {
  color: #fff;
}

.work-pogress-bar-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.work-pogress-bar-wrap {
  grid-column-gap: 46px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 72px;
  display: flex;
}

.work-pogress-headding {
  text-align: center;
}

.work-pogress-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: sticky;
  top: 186px;
}

.about-three-card-paragraph {
  color: #c7c7c7;
}

.product-card-overlay {
  z-index: -1;
  background-color: #ffbb5c;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.contact-three-large-text {
  color: #f3f3f3;
  letter-spacing: -.875rem;
  text-transform: uppercase;
  margin-top: -107px;
  font-size: 21.875rem;
  font-weight: 600;
  line-height: 28.125rem;
}

.contact-three-form-block {
  flex: 0 55.87%;
  margin-bottom: 0;
}

.contact-three-contact-block {
  flex: 1;
}

.contact-three-form {
  background-image: url('../images/Yellow-Glow_1Yellow Glow.avif'), url('../images/Blue-Glow_1Blue Glow.avif');
  background-position: 206% -50%, -155% -56%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 17px;
  padding-bottom: 120px;
}

.margin-top-seven {
  margin-top: 7px;
}

.contact-one-text-field-two {
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  height: 45px;
  font-size: .875rem;
  line-height: 100%;
}

.contact-one-text-field-two::placeholder {
  color: #888b8d;
}

.contact-one-text-field-two.demo-text-ariea {
  height: 228px;
  margin-bottom: 0;
  padding-top: 20px;
}

.contact-one-form-level-two {
  color: var(--heading-main-color);
  font-weight: 400;
  line-height: 1.75rem;
}

.contact-one-form-level-two.margin-bottom-ten {
  margin-bottom: 10px;
}

.big-container-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1750px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.big-container-three.overflow-none.big-text-wrap {
  justify-content: center;
}

.contact-three-hero-image-wrap {
  background-image: url('../images/Contact-Three-Hero-Img.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 626px;
}

.contact-three-form-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.contact-three-contain-box {
  border-left: 10px solid #ffbb5c;
  margin-top: 76px;
  padding-left: 30px;
}

.contact-three-contact-image-wrap {
  margin-top: 5px;
}

.checkout-form {
  background-color: var(--light-background);
  padding: 220px 0 100px;
}

.error-page {
  background-color: var(--light-background);
}

.checkbox {
  margin-top: -6px;
}

.footer-main-flex {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.landing-ecommerce-heading-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-details-contain-tab-list {
  list-style-type: decimal;
}

.image-scrolling {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.container-full-width {
  max-width: 100vw;
}

.container-full-width.overflow-hidden {
  overflow: hidden;
}

.image-scroll {
  object-fit: cover;
  border-radius: 5px;
}

.mrq-slider {
  margin-top: 30px;
  display: none;
}

.mrq-slider.mrq-slider-one {
  display: none;
}

.mrq-slider.mrq-slider-one.mrq-slider-right {
  display: block;
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mrq-train-wrapper {
  border-radius: 14px;
  flex: none;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.mrq-container-two {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.mrq-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.mrq-container.mrq-container-one {
  justify-content: flex-start;
}

.mrq-container-three {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.train-wrapper-mrq-container-one {
  flex: none;
  justify-content: flex-end;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.industry-text {
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 100%;
}

.shop-details-block {
  align-self: center;
}

.rich-text-block {
  padding-left: 15px;
  padding-right: 15px;
}

.circle-section-block {
  display: flex;
}

.circle-item-text-holder-second {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 6% 5% 8%;
  display: flex;
}

.circle-item-text-container-second {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 14%;
  overflow: hidden;
}

.circle-image-parent {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: absolute;
  bottom: 82%;
  left: auto;
  right: auto;
  transform: translate(0%)rotate(0);
}

.circle-image-parent._08 {
  transform: translate(321%, 435%)rotate(124deg);
}

.circle-image-parent._06 {
  transform: translate(388%, 272%)rotate(88deg);
}

.circle-image-parent._02 {
  transform: translate(119%, 13%)rotate(17deg);
}

.circle-image-parent._03 {
  transform: translate(227%, 53%)rotate(36deg);
}

.circle-image-parent._10 {
  transform: translate(122%, 543%)rotate(162deg);
}

.circle-image-parent._04 {
  transform: translate(311%, 112%)rotate(53deg);
}

.circle-image-parent._07 {
  transform: translate(372%, 358%)rotate(107deg);
}

.circle-image-parent._05 {
  transform: translate(367%, 189%)rotate(72deg);
}

.circle-image-parent._09 {
  transform: translate(233%, 500%)rotate(144deg);
}

.circle-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-image-holder {
  z-index: 1;
  width: 100%;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
  transform: translate(0, -50px);
}

.about-one-slider {
  background-color: #fbf9f4;
  padding-top: 90px;
  padding-bottom: 66px;
}

.product-main-werap {
  padding-top: 190px;
  padding-bottom: 120px;
}

.margin-bottom-five {
  margin-bottom: 5px;
}

.case-study-details-hero-wrap {
  align-items: center;
}

.contact-one-big-text-wrap {
  flex: none;
  width: 100%;
}

.contact-one-big-text {
  color: #000;
  letter-spacing: -.875rem;
  text-transform: uppercase;
  flex: none;
  font-size: 12rem;
  font-weight: 600;
  line-height: 28.125rem;
}

.contact-one-section-wrap {
  align-items: center;
}

.mobile-text-left.home-one-we-provide-paragraph {
  max-width: 581px;
}

.mobile-text-left.about-one-values-paragraph {
  max-width: 669px;
}

.border-radius-fifteen {
  border-radius: 15px;
}

.home-three-hero-overlay {
  background-image: linear-gradient(to right, #000000b3, var(--transparent) 70%);
  position: absolute;
  inset: 0%;
}

.home-three-hero-overlay-two {
  position: absolute;
  inset: auto 0% 0%;
}

.home-three-benefits {
  padding-top: 90px;
  padding-bottom: 100px;
}

.home-three-benefits-wrap {
  align-items: center;
}

.home-three-benefits-paragraph {
  max-width: 745px;
}

.home-three-benefits-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 45px;
  display: grid;
}

.home-three-benefits-card {
  align-items: center;
}

.home-three-benefits-image-one {
  position: absolute;
  inset: -17% auto 0% 27%;
}

.home-three-benefits-image-two {
  position: absolute;
  inset: -17% 27% 0% auto;
}

.home-three-key-paragraph {
  text-align: center;
  max-width: 630px;
}

.home-three-key-paragraph.text-left {
  text-align: left;
}

.home-three-gallery-marque-block-overlay-one {
  z-index: 5;
  position: absolute;
  inset: 0% 0% auto;
}

.home-three-gallery-marque-block-overlay-two {
  z-index: 5;
  position: absolute;
  inset: auto 0% 0%;
}

.about-one-slider-wrap {
  align-items: center;
}

.about-one-slider-paragraph {
  max-width: 808px;
}

.energy-landscape-img-one {
  position: absolute;
}

.demo-management-paragraph {
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}

.service-two-hero-block-paragraph {
  max-width: 693px;
}

.expertise-details-hero-paragraph {
  max-width: 525px;
}

.date-text {
  color: #848485;
}

.blog-three-hero-paragraph {
  max-width: 833px;
  margin-left: auto;
  margin-right: auto;
}

.service-one-feature-image {
  max-width: 870px;
  position: absolute;
  top: 120px;
  left: -350px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--white);
}

.bold-text-2 {
  font-size: 2.8rem;
}

.text-block-6 {
  color: var(--heading-color);
  font-weight: 500;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  color: var(--heading-color);
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rtpadding-bottom-none {
  background-color: var(--footer-color);
  color: var(--body-font);
  padding-bottom: 0;
}

.rt-color-white {
  color: #fff;
}

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-text-light-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-container-one-2 {
  z-index: 5;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-home-two-footer-call-block {
  background-image: url('../images/Mask-group-5.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 31px;
  margin-bottom: 60px;
  padding-left: 35px;
}

.rt-home-two-footer-call-block.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-home-two-footer-call-block.rt-margin-top-second {
  background-image: url('../images/Mask-group-6.svg');
  margin-top: 20px;
  margin-bottom: 0;
}

.rt-quick-link-left {
  flex: 1;
}

.rt-autofit-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  object-fit: cover;
  font-weight: 400;
}

.rt-circle-social-link {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .5s;
  display: flex;
}

.rt-circle-social-link:hover {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-header-social-block {
  grid-column-gap: 10px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.rt-home-three-footer-right {
  flex: 1;
  max-width: 28%;
  padding-left: 5%;
}

.rt-home-three-footer-left {
  grid-column-gap: 40px;
  flex: 1;
  max-width: 28%;
}

.rt-home-one-flex-block {
  justify-content: space-between;
  align-items: flex-start;
}

.rt-home-one-flex-block.rt-home-three-footer-flex-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
}

.rt-quick-link-right {
  flex: 1;
  align-self: flex-end;
}

.rt-footer-link-text {
  color: #cecfd0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.rt-footer-link-text.rt-color-white {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-three-footer-middle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex: 1;
  align-items: center;
  padding-left: 1%;
  padding-right: 1%;
}

.rt-footer-menu-block {
  grid-row-gap: 20px;
  margin-top: 32px;
}

.rt-home-three-footer-block {
  grid-column-gap: 40px;
  border-bottom: 1px solid #0003;
  justify-content: center;
  padding-bottom: 50px;
}

.rt-footer-link-2 {
  color: #bcc1d5;
  flex-direction: column;
  align-items: flex-start;
  height: 24px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rt-home-three-footer-social {
  align-items: center;
  display: flex;
}

.rt-text-normal {
  font-weight: 400;
}

.footer-title {
  font-weight: 600;
}

.italic-text {
  opacity: 1;
  font-weight: 500;
}

.subhead-3 {
  color: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3.home {
  background-image: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
  line-height: 28px;
}

.button-main-5 {
  color: #0a2a43;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 35px;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.button-main-5.margin-top-ten {
  color: #fff;
  background-color: #162116;
  border-radius: 10px;
  width: 240px;
  margin-top: 46px;
}

.hero-section-2 {
  background-image: linear-gradient(to right, #050c14ad, #fff0), url('../images/partnerimg_1partnerimg.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 290px 10% 250px;
}

.hero-section-2.spaced {
  opacity: 1;
  background-image: linear-gradient(90deg, #050c14b3 100%, #fff0), url('../images/e.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
  padding-top: 270px;
  padding-bottom: 220px;
}

.headline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 77px;
  line-height: 82px;
}

.headline-2.non-responsive {
  width: 600px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 4rem;
}

.headline-2.responsive {
  display: none;
}

.div-content-hero {
  width: 65%;
}

.div-content-hero._60 {
  width: 60%;
}

.contact-one-phone-link-2 {
  color: #5c6266;
  font-size: 1rem;
  line-height: 1.75rem;
  text-decoration: none;
  transition: transform .2s;
}

.contact-one-phone-link-2:hover {
  color: #0a2a43;
}

.address-text-2 {
  color: #0a2a43;
  letter-spacing: .15rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}

.contact-one-text-field-2 {
  color: #2b2b2b;
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  height: 45px;
  margin-top: 15px;
  font-size: .875rem;
  line-height: 100%;
}

.contact-one-text-field-2::placeholder {
  color: #888b8d;
}

.contact-one-text-field-2.contact-one-textarea {
  height: 160px;
  padding-top: 18px;
}

.contact-one-text-field-2.contact-one-textarea.contact-one-textarea-custome {
  height: 163px;
}

.contact-one-big-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.875rem;
  text-transform: uppercase;
  flex: none;
  font-size: 12rem;
  font-weight: 600;
  line-height: 28.125rem;
}

.contact-one-section-one-2 {
  background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 110px;
  padding-bottom: 120px;
}

.contact-one-form-level-2 {
  color: #0a2a43;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.bold-text-3 {
  font-size: 3.5rem;
}

.scrolling-block-one-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f4f4f4;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 120px;
  margin-top: -59px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: flex;
  position: relative;
}

.home-one-ticker-section-one-2 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 200px;
  margin-top: -98px;
  padding-top: 230px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker-title-2 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a2a43;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.ticker-title-2.text-solid {
  color: #0a2a43;
  -webkit-text-stroke-width: 0px;
}

.inner-ticker-2 {
  background-color: #0a2a43;
}

.inner-ticker-2.two {
  background-color: #f4f4f4;
  border-top: 1px solid #4e4d4b;
  border-bottom: 1px solid #4e4d4b;
  width: 200%;
  display: none;
  transform: translate(-52px, -158px)rotate(-3deg);
}

.home-one-ticker-section-one-3 {
  z-index: 1;
  margin-top: -98px;
  padding-top: 220px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.home-one-ticker-section-one-3.home-one-ticker-section-two {
  margin-top: -263px;
}

.ticker-title-3 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a2a43;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.ticker-title-3.text-solid {
  color: #0a2a43;
  -webkit-text-stroke-width: 0px;
}

.inner-ticker-3 {
  background-color: #0a2a43;
}

.inner-ticker-3.one {
  background-color: #f4f4f4;
  width: 200%;
  transform: translate(-52px, -4px)rotate(3deg);
}

.paragraph-2 {
  margin-bottom: 30px;
}

.text-block-11 {
  color: #fff;
}

.home-one-hero-button-2 {
  background-color: #c8a85a;
  border: 0 solid #0000;
  position: relative;
}

.navbar-dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: #2b2b2b;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 5px .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
  transform: translate(0);
}

.navbar-dropdown-link-2:hover {
  transform: translate(8px);
}

.navbar-dropdown-link-2.nav-top {
  padding-top: 10px;
}

.text-block-12 {
  color: #fff;
}

.menu-link-toggle-2 {
  color: #2b2b2b;
  letter-spacing: 0;
  align-items: center;
  padding: .75rem 20px .75rem 30px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.menu-link-toggle-2:hover {
  color: #344054;
}

.menu-link-toggle-2.white-menu {
  color: #f6f6f6;
  font-weight: 400;
  line-height: 1rem;
}

.menu-link-toggle-2.white-menu.margin-left-zero {
  padding-left: 0;
}

.button-main-6 {
  color: #2b2b2b;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 35px;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.autofit-2 {
  object-fit: cover;
}

.text-block-13 {
  color: #fff;
}

.cart-quantity-2 {
  color: #060f1a;
  background-color: #c8a85a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: auto;
  height: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: .8125rem;
  line-height: 1rem;
  display: flex;
  position: absolute;
  top: 19px;
}

.cart-button-2 {
  background-color: #0000;
  margin-top: 5px;
  position: relative;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  margin-top: -20px;
  padding: 30px 15px 60px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-autofit {
  object-fit: cover;
}

.rt-autofit-4 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-4.rt-responsive-full-width-2 {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-about-one-portfolio-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-category-cards-text.rt-text-lowarcase {
  text-transform: lowercase;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

.rt-text-center {
  text-align: center;
}

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-about-two-expert-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-content {
  max-width: 484px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-two-expert-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.rt-about-two-expert-overlay {
  background-color: #191b1d4d;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-text-block {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  position: relative;
}

.rt-about-two-expert-image-block {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  padding: 245px 80px 200px;
  position: relative;
  overflow: hidden;
}

.rt-span-content-bold {
  color: #191b1d;
  font-weight: 500;
}

.rt-about-two-expert-content-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 535px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-tag-wrap {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap.rt-padding-none {
  left: 0;
}

.rt-home-one-hero-heading-flex {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 426px;
  margin-bottom: 28px;
  position: relative;
}

.rt-devider-one {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-autofit-6 {
  object-fit: cover;
}

.rt-autofit-6.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-6.rt-responsive-full-width.rt-home-three-discover-right-image {
  z-index: 2;
  border-radius: 10px;
  width: auto;
  height: auto;
  position: relative;
}

.rt-home-three-discover-right {
  flex: 0 50%;
  max-width: 38%;
  position: relative;
}

.rt-home-three-number-block {
  grid-column-gap: 40px;
  justify-content: center;
  padding-top: 10px;
}

.rt-home-three-number-right {
  width: 100%;
}

.rt-home-three-discover-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 46%;
  align-self: center;
  margin-top: 8px;
}

.rt-home-three-discover-flex {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.rt-tag-5 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-5.rt-dark-tab {
  color: #fff;
  background-color: #000;
}

.rt-home-three-number-left {
  width: 100%;
}

.rt-margin-bottom-thirty-3 {
  margin-bottom: 30px;
}

.rt-home-three-discover-right-background {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-home-three-expertise-heading {
  max-width: 18ch;
  padding-left: 60px;
}

.rt-margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue {
  color: #384bf8;
}

.rt-button-new-text {
  z-index: 1;
  color: #27272e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s linear;
  position: relative;
}

.rt-button-new-text.rt-button-text-color-white {
  color: #fff;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-contact-link-block {
  text-decoration: none;
}

.rt-contact-form-text-field {
  outline-offset: 0px;
  color: #686868;
  background-color: #f3f3f3;
  border: 1px solid #0606061a;
  border-radius: 5px;
  outline: 3px #686868;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 29px;
  padding-left: 18px;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
}

.rt-contact-form-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-contact-form-text-field.rtmessage {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 28px;
}

.rt-contact-form-text-field.rtmessage.rt-height {
  height: 257px;
}

.rt-contact-type {
  margin-bottom: 5px;
}

.rt-contact-para {
  max-width: 566px;
  margin-bottom: 50px;
}

.rt-contact-us-form {
  width: 100%;
  padding-top: 33px;
  padding-left: 62px;
  position: relative;
}

.rt-contact-us-main-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.rt-info-icon {
  width: 30px;
}

.rt-contact-form-submit {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 35px 43px 40px;
  display: block;
  overflow: hidden;
}

.rt-contact-form-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 78%;
}

.rt-text-field-block {
  grid-column-gap: 15px;
  display: flex;
}

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

.rt-contact-form {
  background-image: url('../images/Contact-One-Form-Image.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 45px;
  overflow: hidden;
}

.rt-contact-one-information-box {
  grid-column-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px 70px 20px 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-form-icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-contact-us-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  padding: 18px 38px;
  overflow: hidden;
}

.rt-contact-us-submit.rt-button-new-text.rt-button-text-color-white {
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
}

.rt-contact-icons {
  width: 100%;
}

.rt-call {
  text-decoration: none;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-margin-bottom-thirty-4 {
  margin-bottom: 30px;
}

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-no-margin-bottom {
  margin-bottom: 0;
}

.rt-no-margin-bottom.rt-home-three-service-description {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 554px;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-service-card-shape {
  width: 100%;
  position: absolute;
  inset: auto 0% -2px;
}

.rt-service-card-shape.rt-white-shape {
  opacity: 0;
}

.rt-home-three-service-heading {
  flex: 1;
  max-width: 450px;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-service-card-text-wrapper {
  padding: 35px 40px 40px;
}

.rt-home-three-service-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.rt-button-two-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: capitalize;
}

.rt-tab-image-full-width {
  object-fit: cover;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-service-card-image-wrapper {
  position: relative;
}

.rt-home-three-service-text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-bottom: 60px;
}

.rt-tag-text {
  color: #ff5e14;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.rt-tag-text.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-three-service-card {
  background-color: #f5f5fb;
  border-radius: 10px;
  transition: box-shadow .3s;
  display: block;
  overflow: hidden;
}

.rt-home-three-service-card:hover {
  box-shadow: 0 8px 80px #dbdfffcc;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-heading-six-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-6 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-6.rt-gap-eighty {
  padding-left: 80px;
  padding-right: 80px;
}

.rt-line-three, .rt-line-one, .rt-line-two {
  background-color: #d8d8d8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-home-three-card-line {
  background-color: #e7e7e7;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-home-three-power-box {
  border-radius: 20px;
  flex: 1;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
}

.rt-home-three-power-hover {
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.rt-arrow-img {
  object-fit: cover;
}

.rt-heading-five-45 {
  color: #02015a;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.rt-heading-five-45.rt-home-three-power-text-block {
  max-width: 10ch;
  margin-bottom: 20px;
  padding-top: 42px;
}

.rt-heading-five-45.rt-home-three-power-text-block.rt-heading-six-2 {
  font-size: 20px;
  line-height: 30px;
}

.rt-autofit-11 {
  object-fit: cover;
}

.rt-autofit-11.rt-white-img {
  position: absolute;
}

.rt-home-three-power-text-block {
  z-index: 3;
  position: relative;
}

.rt-power-card-image-overlay {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-power-card-image-wrap {
  width: 100%;
  transform: translate(0);
}

.rt-arrow-img-block {
  padding-top: 15px;
}

.rt-power-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-meterial-engg-img-block {
  flex-direction: column;
  height: 67px;
  display: flex;
  overflow: hidden;
}

.rt-home-three-icon-block {
  justify-content: center;
}

.rt-text-blue-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-sub-heading {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-hero-heading {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  max-width: 600px;
  margin-bottom: 30px;
}

.rt-hero-text-section {
  max-width: 650px;
  padding-bottom: 25px;
}

.rt-hero-sub-heading-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-one-small-divider {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  width: 74px;
  height: 1px;
}

.rt-button-five-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five-2.rt-banner-one-button {
  border-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  height: 58px;
}

.rt-button-five-2.rt-banner-one-button.rt-button-blue {
  border-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-hero-button-icon-two-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 15px;
  display: flex;
}

.rt-hero-button-icon-two-2.rt-blue-background {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.heading-2, .paragraph-3 {
  justify-content: center;
  display: flex;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-sticky.rt-tab-sticky-off.rttext-black {
  position: static;
}

.rt-team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-size: 5rem;
}

.rt-service-process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-2 {
  perspective: 600px;
  padding-bottom: 1px;
}

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--radiant-ui-components-library-marketplace--color--theme-color), var(--radiant-ui-components-library-marketplace--color--theme-color));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-text-dark-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 400;
}

.paragraph-4 {
  margin-bottom: 378px;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-text-blue-3 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-7 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-autofit-12 {
  object-fit: cover;
}

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

.rt-autofit-13 {
  object-fit: cover;
  border-radius: 10px;
  width: 2000rem;
  height: 500px;
}

.rt-top-heading-text {
  color: #c99b8f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rt-top-heading-text.rt-text-blue-3 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-new-slide-mask {
  position: relative;
}

.rt-new-slider {
  background-color: #0000;
  height: auto;
}

.rt-new-slide-info {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.rt-new-slide-image {
  justify-content: center;
  align-items: flex-end;
  max-width: 800px;
  display: flex;
  position: relative;
}

.rt-new-slide-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
  display: flex;
  overflow: hidden;
}

.rt-demo-two-accordion-container {
  max-width: 100%;
}

.rt-demo-two-accordion-left-arrow {
  z-index: 10;
  color: #cfcfcf;
  inset: 0% auto 25% 0%;
}

.rt-demo-two-accordion-right-arrow {
  z-index: 5;
  top: 0;
  bottom: 25%;
  left: auto;
}

.rt-demo-two-accordion-main {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-new-slide-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-icon-3 {
  color: #cfcfcf;
}

.rt-slider-image-tag {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border: 1px solid #fff;
  padding: 2px 20px;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  inset: 3% 3% auto auto;
}

.rt-padding-bottom-thirty {
  padding-bottom: 30px;
}

.rt-heading-three-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-margin-top-ten-2 {
  margin-top: 10px;
}

.rt-tag-wrap-2 {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap-2.rt-padding-none {
  left: 0;
}

.rt-home-one-hero-heading-flex-2 {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 426px;
  margin-bottom: 28px;
  position: relative;
}

.rt-devider-one-2 {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-autofit-14 {
  object-fit: cover;
}

.rt-autofit-14.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-14.rt-responsive-full-width.rt-home-three-discover-right-image {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-top: 28px;
  position: relative;
}

.rt-home-three-discover-right-2 {
  flex: 0 50%;
  max-width: 38%;
  position: relative;
}

.rt-home-three-number-block-2 {
  grid-column-gap: 40px;
  justify-content: center;
  padding-top: 10px;
}

.rt-home-three-number-right-2 {
  width: 100%;
}

.rt-home-three-discover-left-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 46%;
  align-self: center;
  margin-top: 8px;
}

.rt-home-three-discover-flex-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.rt-tag-6 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-6.rt-dark-tab {
  color: #fff;
  background-color: #000;
}

.rt-home-three-number-left-2 {
  width: 100%;
}

.rt-margin-bottom-thirty-5 {
  margin-bottom: 30px;
}

.rt-home-three-discover-right-background-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-home-three-expertise-heading-2 {
  max-width: 18ch;
  padding-left: 60px;
}

.rt-margin-none-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-margin-bottom-fifteen-3 {
  margin-bottom: 15px;
}

.ms-multi-select-wrap {
  background-color: #f8f8f8;
  border: 1px solid #12133140;
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  max-height: 150px;
  padding: .5rem .5rem .25rem;
  display: flex;
  overflow: scroll;
}

.ms-dropdown-cb-wrap {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: .25rem;
  padding-top: .3rem;
  padding-bottom: .2rem;
  padding-left: .7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.ms-dropdown-cb-wrap:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.ms-dropdown-cb {
  z-index: 3;
  cursor: pointer;
  border-color: #0000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.ms-dropdown-cb:hover {
  background-color: #0000000d;
}

.ms-dropdown-cb.w--redirected-checked {
  background-image: url('../images/noun_Close_3610311.svg'), linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  background-position: 90%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 14px, auto, auto;
  border-width: 2px;
  border-color: #2962ff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.ms-dropdown-cb.no-x.w--redirected-checked {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.ms-dropdown-cb-label {
  z-index: 3;
  color: #121331;
  width: 100%;
  position: relative;
}

.rt-blue-icon {
  opacity: 0;
  font-family: Poppins, sans-serif;
  position: absolute;
}

.rt-category-cards-text-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-4.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Poppins, sans-serif;
}

.rt-category-cards-text-4.rt-margin-bottom-fifteen-4 {
  margin-bottom: 15px;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-8 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-precision-card-body {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

.rt-precision-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column {
  text-align: center;
  background-color: #4a74fd;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-precision-card-body-row {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box {
  text-align: center;
  overflow: hidden;
}

.rt-discover-btn {
  color: #444655;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.rt-cover-image-2 {
  object-fit: cover;
}

.rt-cover-image-2.rt-full-width-image {
  width: 100%;
}

.rt-precision-card-body-caption-btn-box {
  margin-top: 10px;
}

.rt-precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card.rt-home-two {
  margin-right: 0;
}

.rt-precision-card.rt-home-two.rt-home-two-page {
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-precision-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-discover-button-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-component-section-9 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-bottom-zero-2 {
  margin-bottom: 0;
}

.rt-tag-wrap-3 {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap-3.rttag-type-one {
  left: -16px;
}

.rt-margin-top-zero {
  margin-top: 0;
}

.rt-margin-top-zero.rt-margin-bottom-zero-2.rt-why-choose-us-future-heading {
  max-width: 19ch;
  font-size: 3rem;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-devider-one-3 {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-devider-one-3.rt-bottom-margin-none {
  margin-bottom: 0;
}

.rt-margin-bottom-thirty-two {
  margin-bottom: 32px;
}

.rt-why-choose-us-vission-background {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 71px;
  height: 362px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rt-interior-design-text-with-icon {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.01rem;
  text-transform: capitalize;
  background-image: url('../images/Why-Choose-Grey-Arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: transform .45s;
}

.rt-interior-design-text-with-icon:hover {
  background-image: url('../images/arrow-7.svg');
}

.rt-interior-design-text-with-icon.rt-margin-bottom-zero-2 {
  margin-bottom: 0;
}

.rt-autofit-9 {
  object-fit: cover;
}

.rt-autofit-9.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-9.rt-responsive-full-width.rt-why-choose-us-vission-image {
  z-index: 2;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}

.rt-why-choose-vision-flex {
  grid-column-gap: 40px;
  justify-content: center;
}

.rt-why-choose-vision-left {
  flex: 0 45%;
  padding-right: 20px;
  position: relative;
}

.rt-why-choose-vision-list-right {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.rt-tag-7 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-7.rt-dark-tab {
  color: #fff;
  background-color: #000;
}

.rt-tag-7.rt-dark-tab.rt-blue-tab {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-why-choose-us-vission-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 60px;
  position: relative;
}

.rt-why-choose-vision-list-flex {
  grid-column-gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rt-why-choose-vision-list-left {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.rt-why-choose-vision-right {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 54%;
  align-self: center;
}

.rt-right-paragraph {
  margin-bottom: 0;
}

.rt-feature-left {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.rt-feature-left-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 330px;
  display: flex;
}

.rt-cargo {
  position: absolute;
  inset: 0% auto 0% -28%;
}

.rt-feature-right-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.rt-left-para {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: right;
  margin-bottom: 0;
}

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

.rt-feature-middle {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-feature-overlay {
  background-image: linear-gradient(180deg, #13141400, var(--radiant-ui-components-library-marketplace--color--white));
  position: absolute;
  inset: 0%;
}

.rt-feature-right {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rt-image-overlay-box {
  position: relative;
}

.rt-body-small-text-4 {
  letter-spacing: .15625rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.rt-body-small-text-4.rt-capitalized {
  text-transform: uppercase;
  flex: none;
}

.rt-body-small-text-4.rt-capitalized.rt-feature-text-small {
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-margin-bottom-fifteen-4 {
  margin-bottom: 15px;
}

.rt-category-cards-text-5 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-6 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-10 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-10.rt-accordion-v-seven {
  padding-top: 10px;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-body-font-color-4 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-blog-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-home-one-blog-information {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.rt-border-radius-ten-3 {
  border-radius: 10px;
}

.rt-border-underline {
  background-color: #e4e4e4;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.rt-border-underline.rt-border-full-width {
  width: 100%;
}

.rt-blog-content-wrapper {
  max-width: 643px;
  padding: 55px 92px 55px 90px;
}

.rt-text-small-4 {
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-detail-icons-2 {
  justify-content: center;
  align-items: center;
}

.rt-button-two-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-three-accordion-answer {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 20px;
}

.rt-about-three-accordion-about-box {
  flex: 1;
  max-width: 440px;
}

.rt-about-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-about-three-accordion-wrapper {
  flex: 1;
  max-width: 775px;
}

.rt-about-three-answer-wrap {
  overflow: hidden;
}

.rt-about-three-accordion-icon {
  filter: invert();
}

.rt-about-three-frequently-content {
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-three-accordion-icon-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border: 1px solid #191b1d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

.rt-about-three-frequently-ask-text {
  max-width: 305px;
  margin-top: 35px;
}

.rt-about-three-accordion-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: space-between;
}

.rt-about-three-accordion-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding: 30px 40px;
}

.button-main-5-copy {
  color: #0a2a43;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 35px;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.button-main-5-copy.margin-top-ten {
  background-color: var(--pale-yellow);
  color: #fff;
  border-radius: 10px;
  width: 240px;
  margin-top: 0;
}

.rt-component-container-7 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-11 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-top-heading-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-top-heading-block.rt-margin-top-twentyfive {
  margin-top: 25px;
}

.rt-home-two-about-list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #979797;
  padding-top: 38px;
  display: flex;
}

.rt-discover-line-link-fill {
  transform-origin: 0%;
  background-color: #1c1c1c;
  width: 0%;
  height: 100%;
}

.rt-discover-line-link-fill.rt-white-line {
  background-color: #fff;
}

.rt-home-three-project-btn-right {
  flex: 1;
}

.rt-discover-more-btn-block {
  display: flex;
}

.rt-discover-more-btn-block.rt-margin-top-twentyfive {
  margin-top: 25px;
}

.rt-home-three-project-link {
  color: #1c1c1c;
  cursor: pointer;
  align-items: center;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: transform .45s;
  display: flex;
}

.rt-home-three-project-link:hover {
  transform: translate(5px);
}

.rt-home-two-about-us-block {
  border-top: 1px #979797;
  border-bottom: 1px #979797;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.rt-tag-v-twenty {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.rt-discover-more-arrow-img {
  margin-top: 9px;
  margin-left: 5px;
}

.rt-home-two-about-us-right {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  margin-top: 80px;
}

.rt-discover-line-link {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 4px;
}

.rt-discover-line-link.rt-dark-line {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-icon-wrap-2 {
  padding-right: 5px;
}

.rt-home-two-about-us-left {
  flex: 1;
  position: relative;
}

.rt-color-grey {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-btn-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-size: 1.5rem;
  line-height: 100%;
  text-decoration: none;
}

.rt-image-height-auto-3 {
  border-radius: 10px;
  height: auto;
}

.rt-image-height-auto-3.rt-absolute-img {
  position: absolute;
  inset: auto 12% 12% auto;
}

.rt-image-height-auto-3.rt-absolute-img.rt-home-two-about-img-two {
  bottom: -10%;
}

.rt-top-heading-hiphen-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 35px;
  height: 1px;
}

.rt-button-title-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.rt-home-three-project-btn-left {
  flex: 1;
}

.rt-discover-more-button {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-top: 4px;
  text-decoration: none;
  display: flex;
}

.rt-padding-bottom-fourty {
  padding-bottom: 40px;
}

.rt-margin-bottom-fifteen-5 {
  margin-bottom: 15px;
}

.button-main-copy {
  background-color: var(--pale-yellow);
  color: var(--heading-color);
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 54px;
  padding: 0 35px;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.button-main-copy.margin-top-ten {
  color: var(--heading-main-color);
}

.button-main-copy.families {
  width: 170px;
}

.button-main-copy-copy {
  background-color: var(--pale-yellow);
  color: var(--heading-color);
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 54px;
  padding: 0 35px;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
  position: relative;
}

.button-main-copy-copy.margin-top-ten {
  color: var(--heading-main-color);
}

.button-main-copy-copy.families {
  width: 170px;
}

.map {
  justify-content: flex-start;
  width: 1000px;
  height: 500px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .dropdown-icon {
    right: 0%;
  }

  .navbar-menu-left {
    padding-left: 30px;
  }

  .menu-link-toggle {
    padding-left: 20px;
    padding-right: 25px;
    font-size: 1rem;
  }

  .navbar-menu-right.responsive-hidden {
    display: flex;
  }

  .home-one-data-block {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 135%;
    margin-top: 0%;
    margin-left: 30px;
    padding: 60px 98px 50px 80px;
  }

  .home-one-project-heading.margin-bottom-fifteen {
    font-size: 1.5rem;
  }

  .margin-bottom-twenty.margin-top-zero {
    font-size: 1.7rem;
  }

  .environmental-text-outer {
    width: 70%;
  }

  .autofit.about-one-hero-img-two {
    width: 100%;
    margin-top: 0;
  }

  .footer-link {
    font-size: .99rem;
  }

  .footer-energy-text {
    font-size: 320px;
  }

  .button-main-home-about.families {
    width: 140px;
  }

  .home-two-footer-left {
    max-width: 32%;
  }

  .home-two-footer-right {
    grid-column-gap: 60px;
  }

  .home-three-key-block {
    width: 75%;
  }

  .arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-two-progress-image-left {
    left: -27%;
  }

  .about-two-progress-image-right {
    right: -24%;
  }

  .service-one-hero-flex {
    padding-bottom: 0;
  }

  .color-yellow.margin-bottom-zero {
    color: #fff;
  }

  .more-service-inner-block {
    width: 9.6875rem;
    height: 9.6875rem;
  }

  .service-one-landscape-section {
    background-position: 145% 32%;
  }

  .service-one-landscape-block {
    justify-content: center;
    width: 88%;
    height: 839px;
  }

  .energy-landscape-img-two {
    display: inline;
  }

  .service-one-featured-section {
    background-position: -66% 0;
  }

  .div-block {
    width: 52%;
  }

  .awards-review-main-box.border-radius-twenty.box-four {
    display: flex;
  }

  .heading-four.key-feature-description-heading {
    flex-basis: 62%;
  }

  .button-and-card-wrap {
    display: flex;
  }

  .home-one-banner-overlay {
    height: 750px;
  }

  .about-three-solution-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mrq-slider {
    display: block;
  }

  .energy-landscape-img-one {
    position: absolute;
  }

  .service-one-feature-image {
    left: -300px;
  }

  .text-block-2, .text-block-3, .link-block, .link-block-2 {
    color: var(--white);
  }

  .button-main-5.margin-top-ten {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    color: #fff;
    width: 240px;
    margin-top: 24px;
  }

  .hero-section-2.spaced {
    background-image: linear-gradient(90deg, #050c14b3 100%, #fff0), url('../images/e.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .link-block-3, .text-block-12, .link-block-4 {
    color: #fff;
  }

  .menu-link-toggle-2 {
    padding-left: 20px;
    padding-right: 25px;
    font-size: 1rem;
  }

  .rt-home-three-discover-right {
    max-width: 42%;
  }

  .rt-home-three-discover-right-background {
    display: flex;
    top: -30px;
    right: -30px;
  }

  .rt-contact-one-information-box {
    padding-right: 0;
  }

  .rt-home-three-discover-right-2 {
    max-width: 42%;
  }

  .rt-home-three-discover-right-background-2 {
    display: flex;
    top: -30px;
    right: -30px;
  }

  .rt-precision-grid {
    margin-top: 50px;
  }

  .button-main-5-copy.margin-top-ten {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
    color: #fff;
    width: 240px;
    margin-top: 24px;
  }

  .button-main-copy.families, .button-main-copy-copy.families {
    width: 170px;
  }

  .map {
    justify-content: center;
    align-items: center;
    height: 500px;
  }

  .div-block-3 {
    justify-content: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .inner-ticker.one {
    transform: translate(-52px, -4px)rotate(2deg);
  }

  .home-one-data-block {
    margin-top: 0%;
  }

  .home-one-project-heading.margin-bottom-fifteen {
    font-size: 1.5rem;
  }

  .margin-bottom-twenty.margin-top-zero {
    font-size: 1.7rem;
  }

  .environmental-image-block {
    right: 20%;
  }

  .home-one-industries-img-block {
    width: 890px;
    height: 890px;
  }

  .button-main-home-about.families {
    width: 140px;
  }

  .scrolling-block-one {
    font-size: 1.5625rem;
  }

  .home-five-scrolling-section.gradient-opposite-section {
    padding-top: 220px;
  }

  .project-heading {
    font-size: 15rem;
  }

  .project-container {
    height: 100vh;
  }

  .home-three-hero-section {
    background-image: url('../images/Home-Three-Banner-Bg.webp');
  }

  .home-three-hero-block {
    height: 1100px;
  }

  .tabs-content {
    margin-left: 50px;
  }

  .tabs-menu {
    margin-right: 50px;
  }

  .home-three-footer-box-one {
    padding-left: 40px;
  }

  .about-one-social-flex-block {
    display: flex;
    left: -8%;
  }

  .about-one-social-flex-block.home-two-choose-text, .about-one-social-flex-block.about-two-company-block {
    left: -11%;
  }

  .about-two-progress-section {
    padding-top: 230px;
    padding-bottom: 250px;
  }

  .about-two-progress-image-left {
    left: -20%;
  }

  .about-two-progress-image-right {
    right: -17%;
  }

  .benefits-moving-flex.moving-flex-six {
    transform: translate(48px)rotate(0);
  }

  .benefits-moving-flex.moving-flex-one {
    transform: translate(60px)rotate(-2deg);
  }

  .benefits-moving-flex.moving-flex-one:hover {
    transform: translate(60px)rotate(-1deg);
  }

  .benefits-moving-flex.moving-flex-three {
    transform: translate(40px)rotate(-1.24deg);
  }

  .benefits-moving-flex.moving-flex-three:hover {
    transform: translate(40px)rotate(2deg);
  }

  .benefits-moving-flex.moving-flex-five {
    transform: translate(100px)rotate(-.05deg);
  }

  .benefits-moving-flex.moving-flex-five:hover {
    transform: translate(100px)rotate(-2deg);
  }

  .service-one-hero-flex {
    margin-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .service-one-section-one {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .color-yellow.margin-bottom-zero {
    color: #fff;
  }

  .service-one-landscape-section {
    background-position: 135% 32%;
  }

  .service-one-featured-section {
    background-position: -33% 0;
  }

  .div-block {
    width: 53%;
  }

  .award-hero-dot-four {
    right: 15%;
  }

  .awards-review-main-box.border-radius-twenty.box-five {
    display: flex;
  }

  .radio-button-field {
    flex-direction: row-reverse;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .margin-top-thirty {
    border-radius: 0;
  }

  .buttons-container {
    flex-direction: row;
  }

  .home-three-hero-slider-overlay {
    object-fit: fill;
  }

  .home-one-banner-overlay {
    height: 740px;
  }

  .mrq-slider {
    display: block;
  }

  .service-one-feature-image {
    left: -250px;
  }

  .headline-2 {
    font-size: 60px;
  }

  .scrolling-block-one-2 {
    font-size: 1.5625rem;
  }

  .inner-ticker-3.one {
    transform: translate(-52px, -4px)rotate(2deg);
  }

  .button-main-5-copy.margin-top-ten {
    background-color: var(--heading-main-color);
  }

  .rt-precision-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .div-block-2 {
    margin-left: 139px;
    padding-bottom: 50px;
  }

  .button-main-copy.families, .button-main-copy-copy.families {
    width: 170px;
  }

  .map {
    justify-content: center;
    width: 1000px;
    height: 500px;
    display: flex;
  }

  .div-block-3 {
    justify-content: center;
    display: flex;
  }
}

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

  .navbar-menu-left {
    padding-left: 16px;
  }

  .menu-link-toggle {
    padding-left: 2rem;
  }

  .container-one {
    max-width: 1260px;
  }

  .container-one.service-three-hero-container {
    z-index: 20;
  }

  .lightbox-block.about-one-lightbox-one {
    position: absolute;
    right: -45%;
  }

  .lightbox-block.about-one-lightbox-two {
    bottom: 6%;
    left: -20%;
  }

  .lightbox-block.service-one-lightbox-one {
    position: absolute;
    inset: 0% 3% auto auto;
  }

  .color-white.oil-gas-para-gapping {
    margin-right: 89px;
  }

  .color-white.home-two-hero-heading {
    width: 90%;
  }

  .home-one-ticker-section-one.home-one-ticker-section-two {
    margin-top: -238px;
  }

  .home-one-data-block {
    margin-top: 0%;
  }

  .margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
    font-size: 2.5rem;
  }

  .environmental-text-outer.related-service-block {
    grid-column-gap: 40px;
  }

  .key-benefits-number.service-one-related-number {
    font-size: 4.0625rem;
    line-height: 4.5rem;
  }

  .margin-top-zero.margin-bottom-zero.about-two-testiminial-heading-text {
    max-width: 342px;
  }

  .home-one-industries-section {
    background-position: 129% -41%;
  }

  .autofit.digital-energy-image-two {
    border: 3px solid var(--pale-yellow);
    border-radius: 5px;
    right: 32px;
  }

  .footer-container {
    max-width: 1750px;
  }

  .home-one-footer-flex-right {
    flex-basis: 26%;
  }

  .footer-energy-text {
    font-size: 430px;
  }

  .button-main-home-about {
    border-radius: 0;
  }

  .button-main-home-about.families {
    width: 140px;
  }

  .home-two-hero-block {
    width: 61%;
  }

  .scrolling-container {
    transform: translate(-52px, -158px)rotate(-2deg);
  }

  .home-two-about-flex-left.home-two-about-flex-right {
    right: -28%;
  }

  .project-heading {
    font-size: 20rem;
  }

  .home-two-footer-left {
    max-width: 35%;
  }

  .home-three-hero-section {
    background-position: 50% 100%;
  }

  .tab-heading {
    font-size: 1.5625rem;
    line-height: 2.25rem;
  }

  .tabs-content.service-one-tab-content {
    flex-basis: 65%;
  }

  .tab-link-two.service-three-tab {
    margin-bottom: 48px;
    padding-left: 35px;
  }

  .tabs-menu.with-border {
    flex-basis: 35%;
  }

  .home-three-provide-section {
    background-image: url('../images/Blue-Glow_1Blue Glow.avif');
    background-position: 137% 24vh;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -60px;
  }

  .home-three-service-outer-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .discover-hover-flex {
    font-size: 5.3125rem;
  }

  .home-three-key-block {
    width: 70%;
  }

  .number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .counter-heading {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .home-three-footer-flex-outer {
    grid-column-gap: 40px;
  }

  .home-three-footer-flex-left {
    max-width: 22%;
  }

  .home-three-footer-box-one {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 80px;
  }

  .home-three-project-flex {
    justify-content: space-between;
  }

  .home-three-project-flex.second {
    margin-top: 40px;
  }

  .about-one-social-flex-block {
    left: -12%;
    transform: translate(44.3%)rotate(-90deg);
  }

  .about-one-social-flex-block.home-two-choose-text {
    left: -17%;
  }

  .about-one-social-flex-block.about-two-company-block {
    left: -18%;
  }

  .our-company-text {
    font-size: 3.75rem;
  }

  .about-two-hero-left {
    max-width: 55%;
  }

  .about-two-hero-right {
    max-width: 45%;
  }

  .about-two-hero-heading-two.hero-two {
    transform: translate(300px);
  }

  .about-two-mission-block {
    grid-column-gap: 30px;
    padding: 30px;
  }

  .about-two-progress-section {
    background-position: 100%, 0 0;
    background-size: auto, auto;
  }

  .about-two-progress-image-left {
    display: inline-block;
    top: 5%;
    left: -2%;
  }

  .about-two-progress-image-right {
    display: inline-block;
    bottom: 25%;
    right: 0%;
  }

  .about-two-progress-flex-block {
    width: 53%;
  }

  .about-testimonial-left-arrow {
    left: -53%;
  }

  .about-two-testiminial-heading {
    max-width: 35%;
  }

  .about-two-testimonial-block {
    max-width: 65%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-testimonial-right-arrow {
    right: 136.5%;
  }

  .benefits-moving-flex.moving-flex-one {
    transform: translate(164px)rotate(-2deg);
  }

  .benefits-moving-flex.moving-flex-one:hover {
    transform: translate(164px)rotate(-1deg);
  }

  .benefits-block {
    margin-top: 65px;
  }

  .about-one-heading-img {
    top: -14px;
    left: -28px;
  }

  .about-one-values-section {
    background-image: radial-gradient(circle farthest-corner at 100% 70%, #ffbb5c26, var(--transparent) 19%), radial-gradient(circle farthest-corner at 0% 60%, #3c91e626, var(--transparent) 23%);
  }

  .about-one-learn-more-section {
    background-position: -64% 20%;
    background-size: 53%;
  }

  .about-one-learn-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-one-learn-heading-one {
    max-width: 947px;
    font-size: 5.3125rem;
    line-height: 5.9375rem;
  }

  .learn-more-paragraph-block {
    z-index: 999;
  }

  .color-yellow.margin-bottom-zero {
    color: #fff;
  }

  .service-one-counter-block {
    max-width: 34%;
  }

  .tab-link-three {
    margin-bottom: 40px;
    font-size: 1.5625rem;
  }

  .service-one-landscape-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .service-one-landscape-block {
    flex-direction: column;
    justify-content: center;
    height: 572px;
    display: flex;
  }

  .energy-landscape-img-two {
    bottom: 11%;
    right: 22%;
  }

  .service-one-together-one {
    max-width: 49%;
  }

  .service-one-together-two {
    max-width: 25%;
  }

  .gallery-tall-img.border-radius-zero {
    box-shadow: 0 2px 5px #0003;
  }

  .service-two-hero-paragraph {
    font-size: 1.125rem;
  }

  .service-two-technology-box {
    grid-column-gap: 40px;
  }

  .service-one-featured-section {
    background-image: url('../images/Service-Two-Quam.webp');
    background-position: -7%;
    background-repeat: no-repeat;
    background-size: 870px;
    padding-top: 220px;
    padding-bottom: 180px;
    display: block;
  }

  .section-three-our-service-section {
    background-position: 66%;
    background-repeat: no-repeat;
  }

  .service-three-offshore-left {
    max-width: 35%;
    padding-right: 10px;
  }

  .service-three-related-text-card {
    max-width: 1085px;
  }

  .service-three-related-card {
    width: 100%;
    padding: 50px 17% 50px 245px;
  }

  .contact-one-details-left {
    max-width: 37%;
  }

  .contact-one-section-one {
    background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .contact-two-section-one {
    background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .contact-two-form-division-field {
    grid-column-gap: 30px;
  }

  .contact-two-details-flex {
    grid-column-gap: 70px;
  }

  .contact-two-details-right {
    padding: 45px 60px 60px;
  }

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

  .service-three-project-name {
    margin-bottom: 2rem;
    font-size: 1.5625rem;
    line-height: 2.25rem;
  }

  .team-two-circle-parent.seven {
    transform: translate(372%, 358%)rotate(107deg);
  }

  .award-hero-dot-two {
    top: 14%;
    right: 36%;
  }

  .award-hero-dot-five {
    bottom: 31%;
    left: 20%;
  }

  .award-hero-dot-four {
    right: 24%;
  }

  .award-hero-dot-one {
    left: 10%;
  }

  .award-hero-dot-three {
    left: 43%;
  }

  .awards-review-main-box {
    cursor: pointer;
  }

  .awards-review-main-box.border-radius-twenty.box-six, .awards-review-main-box.border-radius-twenty.box-five {
    display: flex;
  }

  .awards-hero-dot-wrap {
    display: none;
  }

  .case-study-dot-three {
    right: 13%;
  }

  .case-study-text-block {
    flex-basis: 50%;
  }

  .case-study-dot-one {
    left: 159px;
  }

  .case-study-dot-five {
    bottom: 33%;
  }

  .case-study-dot-four {
    right: 13%;
  }

  .case-study-wrap {
    grid-column-gap: 50px;
  }

  .shop-hero {
    background-image: url('../images/Dot-one.svg'), url('../images/Dot-one.svg'), url('../images/Blue-Glow_1Blue Glow.avif'), url('../images/Yellow-Glow_1Yellow Glow.avif'), url('../images/Blue-Glow_1Blue Glow.avif'), url('../images/Yellow-Glow_1Yellow Glow.avif');
    background-position: 96% 9%, 45% 13%, -48% 132%, 143% 121%, 151% 20%, -46% 10%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto, auto, auto;
  }

  .scrolling-upper-wrap {
    width: 100%;
  }

  .figma-background-image-four {
    display: block;
  }

  .landing-page-wrap.position-relative {
    position: relative;
  }

  .figma-background-image-two {
    display: block;
  }

  .star-two {
    right: 8%;
  }

  .star-one {
    top: 31%;
    left: 16%;
  }

  .figma-background-image-three, .figma-background-image-one {
    display: block;
  }

  .landing-innerpage-grid {
    margin-top: 17px;
  }

  .landing-ecommerce {
    background-image: url('../images/Group-1000.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .landing-utility-pages {
    background-image: url('../images/Group-999.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blog-one-hero {
    background-position: 135% 89%, -49% 100%, -32% 0, 135% -24%;
  }

  .block-card-text-wrap.blog-nwes-card-text-wrap {
    flex: 0 auto;
  }

  .upper-block-left {
    flex-basis: 55.95%;
  }

  .blog-two-hero {
    background-position: 135% -97px;
  }

  .blog-two-news {
    background-position: -50%, 137% 100%;
  }

  .blog-two-news-block {
    grid-column-gap: 118px;
    grid-row-gap: 118px;
  }

  .heading-one.about-one-hero-heading-up {
    z-index: 5;
  }

  .heading-four.key-feature-description-heading {
    margin-left: 20px;
  }

  .home-one-case-study-box-one-marquee-wrap {
    z-index: 5;
  }

  .counter {
    justify-content: space-between;
  }

  .sticky-circle-block {
    justify-content: center;
    align-items: center;
    left: 65px;
  }

  .home-one-banner-overlay {
    height: 750px;
  }

  .about-three-hero {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, #3c91e626, var(--transparent) 14%), radial-gradient(circle farthest-corner at 0% 40%, #ffbb5c33, var(--transparent) 16%);
  }

  .contact-three-form {
    background-position: 134% 9%, -44% 0;
  }

  .mrq-slider {
    display: block;
  }

  .wrapper {
    background-color: #0000;
  }

  .mrq-train-wrapper {
    flex: none;
  }

  .mrq-container-two {
    justify-content: flex-end;
  }

  .mrq-container-two.mrq-container-two-two {
    justify-content: flex-start;
  }

  .mrq-container {
    justify-content: flex-end;
    align-items: center;
  }

  .mrq-container.mrq-container-one {
    justify-content: flex-start;
  }

  .mrq-container-three {
    justify-content: flex-end;
  }

  .mrq-container-three.mrq-container-three-three {
    justify-content: flex-start;
  }

  .train-wrapper-mrq-container-one {
    justify-content: flex-end;
  }

  .industry-text {
    font-size: 7.5rem;
  }

  .home-three-hero-overlay {
    background-image: linear-gradient(to right, #00000026, var(--transparent) 70%);
  }

  .home-three-benefits {
    background-image: url('../images/Blue-Glow_1Blue Glow.avif');
    background-position: -11vw -11vh;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .home-three-benefits-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .case-study-text-block-heading {
    max-width: 505px;
  }

  .service-one-feature-image {
    display: none;
  }

  .rt-home-three-footer-middle {
    padding-left: 3%;
    padding-right: 3%;
  }

  .button-main-5 {
    border-radius: 0;
  }

  .button-main-5.margin-top-ten {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  }

  .contact-one-section-one-2 {
    background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .home-one-ticker-section-one-3.home-one-ticker-section-two {
    margin-top: -238px;
  }

  .menu-link-toggle-2 {
    padding-left: 2rem;
  }

  .button-main-6 {
    border-radius: 0;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .rt-tag-wrap.rt-padding-none {
    left: -11px;
  }

  .rt-home-three-discover-right {
    justify-content: center;
    align-items: flex-end;
    max-width: 48%;
  }

  .rt-home-three-discover-left {
    flex-basis: 40%;
  }

  .rt-home-three-discover-flex {
    grid-column-gap: 60px;
  }

  .rt-contact-form-text {
    width: 78%;
  }

  .rt-demo-two-accordion-main {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .rt-tag-wrap-2.rt-padding-none {
    left: -11px;
  }

  .rt-home-three-discover-right-2 {
    justify-content: center;
    align-items: flex-end;
    max-width: 48%;
  }

  .rt-home-three-discover-left-2 {
    flex-basis: 40%;
  }

  .rt-home-three-discover-flex-2 {
    grid-column-gap: 60px;
  }

  .rt-interior-design-text-with-icon {
    padding-left: 45px;
  }

  .rt-why-choose-vision-flex {
    grid-column-gap: 140px;
  }

  .button-main-5-copy {
    border-radius: 0;
  }

  .button-main-5-copy.margin-top-ten {
    background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  }

  .button-main-copy {
    border-radius: 0;
  }

  .button-main-copy.families {
    width: 170px;
  }

  .button-main-copy-copy {
    border-radius: 0;
  }

  .button-main-copy-copy.families {
    width: 170px;
  }

  .map {
    width: 1600px;
    height: 800px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .navbar-menu-btn {
    cursor: pointer;
  }

  .navbar-menu-btn.w--open {
    background-color: #0000;
  }

  .dropdown-list {
    margin-top: 0;
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .dropdown-icon.color-white {
    filter: none;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .line-hamburger-bottom {
    background-color: #344054;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-hamburger-bottom.color-white {
    background-color: #fff;
  }

  .navbar-dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown-link:hover {
    background-color: #0000;
  }

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

  .big-container.margin-top-sixty.margin-top-one {
    margin-top: 20px;
  }

  .dropdown-linklist {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-drop {
    transition: all .85s;
    display: block;
    position: static;
  }

  .home-one-navbar-menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 15px 5rem;
    position: absolute;
    overflow: auto;
  }

  .line-hamburger-middle {
    background-color: #344054;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .line-hamburger-middle.color-white {
    background-color: #fff;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .navbar-menu-dropdown {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .menu-link-toggle {
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
    display: flex;
  }

  .menu-link-toggle:hover {
    color: #101828;
  }

  .menu-link-toggle.white-menu {
    color: #0b0f12;
  }

  .navbar-menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .line-hamburger-top {
    background-color: #344054;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-hamburger-top.color-white {
    background-color: #fff;
  }

  .container-one {
    max-width: 100%;
  }

  .home-one-hero-flex-left {
    padding-top: 0;
  }

  .home-one-hero-flex {
    height: 800px;
  }

  .lightbox-block.home-two-lightbox {
    bottom: -20%;
    left: -3%;
  }

  .lightbox-block.home-three-lightbox, .lightbox-block.about-one-lightbox-one {
    display: none;
  }

  .lightbox-block.about-one-lightbox-two {
    bottom: -200px;
    left: auto;
  }

  .lightbox-block.service-one-lightbox-one {
    margin-top: -40px;
    margin-left: -40px;
    left: 0%;
    right: auto;
  }

  .lightbox-link {
    z-index: 5;
  }

  .color-white.margin-bottom-fifteen.home-one-oil-leaders-heading {
    max-width: 100%;
  }

  .color-white.home-two-hero-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .home-one-provide-section {
    margin-top: -70px;
    padding-bottom: 70px;
  }

  .home-one-provide-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-one-data-block {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-one-we-provide-block {
    margin-top: 207px;
    margin-bottom: 20px;
  }

  .home-one-we-provide-block.home-one-we-provide-block-paragraph {
    margin-top: 0;
  }

  .margin-bottom-twenty.margin-top-zero {
    font-size: 1.4rem;
  }

  .margin-bottom-fifteen.padding-left-right-five-percent {
    max-width: 635px;
    font-size: 3rem;
  }

  .padding-left-right-twelve-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-one-btn-block {
    margin-top: 50px;
  }

  .home-one-leaders-section {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .home-one-oil-leaders-block {
    text-align: center;
    width: 100%;
  }

  .home-one-leaders-image-flex {
    display: none;
  }

  .home-one-key-benefits-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .padding-left-right-ten-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .environmental-text-outer {
    flex-basis: 85%;
  }

  .environmental-text-outer.related-service-block {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0;
  }

  .key-benefits-number {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .key-benefits-number.service-one-related-number {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .environmental-image-block {
    display: none;
  }

  .environmental-main-block {
    padding-left: 0;
    padding-right: 0;
  }

  .environmental-main-block.related-block {
    padding-bottom: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .key-benefits-block {
    margin-top: 0;
  }

  .home-one-future-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .marque-title {
    font-size: 6rem;
  }

  .marque-wrap-big-oppsite {
    margin-top: -30px;
  }

  .marque-title-opposite {
    font-size: 6rem;
  }

  .container-vdo {
    margin-top: -30px;
  }

  .home-one-project-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .home-one-project-flex {
    flex-direction: column;
  }

  .home-one-industries-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .autofit.about-one-hero-img-two {
    margin-top: 0;
  }

  .autofit.service-choose-img {
    margin-bottom: 15px;
  }

  .autofit.progress-img-one {
    height: auto;
  }

  .autofit.progress-img-two {
    display: none;
  }

  .autofit.digital-energy-image-two {
    display: none;
    bottom: 50px;
    right: 0%;
  }

  .autofit.about-img {
    display: none;
  }

  .autofit.responsive-full-width {
    width: 100%;
    height: auto;
  }

  .home-one-industries-text {
    width: 100%;
    padding: 15px 0;
  }

  .industries-paragraph {
    margin-right: 0;
  }

  .home-one-industries-img-block {
    display: none;
  }

  .home-one-footer-section {
    padding-top: 70px;
  }

  .home-one-footer-flex-one {
    flex-direction: column;
  }

  .home-one-footer-flex-two {
    padding-top: 32px;
    padding-bottom: 45px;
  }

  .home-one-footer-flex-three {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .footer-container.footer-two-container {
    padding-right: 15px;
  }

  .home-one-footer-flex-left {
    align-self: stretch;
  }

  .home-one-footer-flex-right {
    align-self: stretch;
    margin-top: 57px;
  }

  .footer-energy-text {
    font-size: 180px;
  }

  .footer-social-link-block {
    background-color: var(--heading-main-color);
  }

  .button-main-home-about.families {
    width: 140px;
  }

  .home-two-hero-block {
    width: 100%;
  }

  .home-two-featured-service-section {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .home-two-powering-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-about-flex {
    grid-column-gap: 30px;
  }

  .home-five-scrolling-section.gradient-opposite-section {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .home-two-project-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .project-heading {
    font-size: 8rem;
  }

  .project-container {
    height: 100vh;
  }

  .home-two-project-arrow-flex {
    background-color: var(--pale-yellow);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-two-industries-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-two-industries-block {
    grid-column-gap: 20px;
  }

  .home-two-industries-block.home-three-chemical-box {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .home-two-industries-one {
    padding: 20px 20px 15px;
  }

  .home-two-footer-flex {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-two-footer-left {
    display: none;
  }

  .home-two-footer-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    max-width: 100%;
  }

  .home-three-hero-block {
    width: 100%;
    height: 700px;
    padding-top: 20vh;
  }

  .home-two-key-section {
    padding-top: 60px;
  }

  .home-two-key-block {
    width: 100%;
    padding-top: 30px;
  }

  .tab-heading {
    font-size: 1.2rem;
  }

  .tabs-content {
    margin-left: 0;
  }

  .tabs-content.service-one-tab-content {
    margin-left: 10px;
  }

  .tabs-content.service-three-tab-content {
    align-self: flex-start;
    padding-bottom: 0;
  }

  .row-tabs {
    flex-direction: column;
  }

  .tab-link-two {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-menu {
    margin-right: 0;
  }

  .tabs-menu.with-border {
    margin-right: 10px;
  }

  .tabs-menu.service-three-tabs-menu {
    padding-bottom: 0;
  }

  .home-two-tab-section {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .tab-content-yellow-line {
    margin-top: 40px;
  }

  .home-three-provide-section {
    padding-bottom: 70px;
  }

  .home-three-service-outer-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-three-service-paragraph {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hover-skew-shape {
    transform: skew(-10deg);
  }

  .home-three-service-heading {
    max-width: 30%;
  }

  .home-three-discover-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .discover-hover-flex {
    font-size: 3rem;
  }

  .discover-flex-outer {
    align-items: flex-start;
  }

  .home-three-key-section {
    padding-top: 45px;
    padding-bottom: 52px;
  }

  .home-three-key-block {
    width: 100%;
  }

  .home-three-benefits-inner-block {
    grid-column-gap: 30px;
    margin-bottom: 0;
  }

  .home-three-benefits-outer-block {
    margin-top: 100px;
  }

  .number-block {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow-img-left {
    display: none;
  }

  .number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .home-three-number-heading {
    margin-top: 0;
  }

  .arrow-down-img {
    display: none;
  }

  .home-three-industries-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-three-about-section {
    padding-top: 30px;
  }

  .home-three-about-block {
    margin-bottom: 40px;
  }

  .home-three-mission-block {
    width: 100%;
  }

  .about-three-learn-more-block {
    flex-direction: column;
  }

  .about-three-learn-left {
    align-self: flex-start;
  }

  .about-three-learn-right {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .learn-more-inner-block {
    padding-top: 35px;
    padding-left: 0;
  }

  .counter-heading {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .home-two-footer-quick-link-section {
    padding-top: 62px;
  }

  .home-three-footer-flex-outer {
    display: block;
  }

  .home-three-footer-flex-left {
    max-width: 100%;
  }

  .home-three-footer-flex-right {
    border-top: 1px solid #626262;
    margin-top: 40px;
  }

  .home-three-recent-project-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-three-project-flex {
    grid-column-gap: 15px;
    margin-top: 20px;
  }

  .home-three-project-box-one {
    padding: 20px;
  }

  .insurence-heading {
    line-height: 1.7rem;
  }

  .about-one-social-flex-block {
    display: none;
  }

  .about-two-delevery-section {
    padding-bottom: 70px;
  }

  .about-two-circle-progress-box {
    flex: 0 auto;
  }

  .digital-energy-flex {
    display: block;
  }

  .about-two-circle-progress-flex {
    margin-top: 20px;
  }

  .digital-energy-flex-right {
    margin-top: 60px;
  }

  .about-two-counter-heading {
    margin-bottom: 10px;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .about-two-mission-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-hero-section {
    padding-top: 165px;
    padding-bottom: 35px;
  }

  .about-two-hero-flex {
    grid-column-gap: 20px;
  }

  .about-two-hero-heading-two.hero-two {
    transform: none;
  }

  .selected-project-container {
    margin-top: -30px;
  }

  .home-five-scrolling-container {
    display: none;
  }

  .delivery-energy-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-two-energy-mission-block {
    margin-top: 0;
  }

  .about-two-values-block {
    grid-column-gap: 20px;
  }

  .why-choose-img-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .home-two-why-choose-right {
    max-width: 40%;
  }

  .why-choose-img-left {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .about-two-benefits-section {
    padding-top: 70px;
    padding-bottom: 45px;
  }

  .about-two-progress-section {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .about-two-progress-image-left, .about-two-progress-image-right {
    display: none;
  }

  .full-width-container {
    max-width: 100vw;
  }

  .full-width-container.service-three-hero-image-section {
    margin-top: -161px;
  }

  .progress-bar-wrap {
    margin-bottom: 1rem;
  }

  .about-two-progress-flex-block {
    width: 100%;
  }

  .about-two-testimonial-section {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .about-testimonial-left-arrow {
    inset: auto 9% 0% auto;
  }

  .about-two-testiminial-heading {
    text-align: center;
    border-right-style: none;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .about-two-testimonial-block {
    border-left-style: none;
    max-width: 100%;
  }

  .about-testimonial-right-arrow {
    inset: auto 0% 0% auto;
  }

  .about-two-testiminial-slider {
    grid-column-gap: 20px;
    max-width: 100%;
    padding-left: 0;
  }

  .about-two-testimonial-flex {
    display: block;
  }

  .benefits-moving-flex {
    height: 70px;
    margin-bottom: 25px;
  }

  .benefits-block {
    margin-top: 30px;
  }

  .benefits-moving-text {
    padding-left: 15px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .benefits-moving-number {
    font-size: 2rem;
  }

  .about-one-hero-section {
    padding-top: 190px;
  }

  .about-one-hero-flex-two {
    grid-column-gap: 15px;
    margin-top: 20px;
  }

  .about-one-hero-flex-one {
    width: 88%;
  }

  .about-one-company-flex {
    grid-column-gap: 30px;
  }

  .about-one-company-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-company-img-two {
    display: none;
  }

  .about-one-mission-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-mission-text {
    margin-right: 0;
  }

  .about-one-mission-flex {
    width: 100%;
  }

  .about-one-mission-flex-two {
    grid-column-gap: 20px;
    margin-top: 20px;
  }

  .about-one-mission-flex-block {
    padding: 20px 20px 10px;
  }

  .about-one-mission-flex-block:hover {
    box-shadow: 11px 11px 0 -1px #ffbb5c;
  }

  .about-one-values-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .about-one-values-left-img:hover {
    box-shadow: -10px 11px 0 -1px #ffbb5c;
  }

  .about-one-values-block {
    width: 94%;
  }

  .about-one-our-values-flex {
    flex-direction: column;
    align-items: center;
  }

  .about-one-service-box {
    padding-top: 20px;
  }

  .about-one-service-flx {
    grid-column-gap: 18px;
    padding-bottom: 20px;
  }

  .about-one-service-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-one-service-text-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-one-progress-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .about-one-progress-flex {
    grid-column-gap: 20px;
  }

  .about-one-learn-more-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-one-learn-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-one-hero-flex {
    grid-column-gap: 20px;
    padding-bottom: 20px;
  }

  .service-one-section-one {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .service-one-counter-heading {
    padding-left: 20px;
  }

  .color-yellow.margin-bottom-zero {
    margin-top: 0;
  }

  .service-one-counter-text {
    padding-left: 20px;
  }

  .service-one-counter-block {
    max-width: 100%;
    margin-top: 30px;
  }

  .service-one-happy-clients-flex {
    margin-top: 30px;
    margin-bottom: 60px;
    display: block;
  }

  .service-one-tabs {
    margin-top: 30px;
  }

  .tab-link-three {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-one-choose-us-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .service-one-choose-flex {
    grid-column-gap: 20px;
  }

  .service-one-choose-box {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .service-one-steps-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-one-steps-three-box {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 20px;
  }

  .service-one-steps-block.steps-block-two {
    margin-left: -45px;
  }

  .more-service-inner-block {
    width: 8rem;
    height: 8rem;
  }

  .more-service-text {
    font-size: 1rem;
  }

  .service-one-landscape-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .service-one-landscape-block {
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-right: 0;
  }

  .energy-landscape-img-two {
    display: none;
  }

  .service-one-together-one {
    max-width: 75%;
  }

  .service-one-together-three {
    max-width: 25%;
  }

  .service-one-together-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-together-two {
    display: none;
  }

  .nevigating-energy-paragraph {
    padding-right: 0;
  }

  .home-three-gallery-frame {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-three-gallery-marque-block {
    padding-top: 25px;
  }

  .service-two-hero-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-two-hero-section {
    padding-top: 170px;
    padding-bottom: 45px;
  }

  .service-two-industry-flex {
    grid-column-gap: 20px;
    padding-top: 40px;
  }

  .service-two-technology-fixed-block {
    padding: 20px 20px 10px;
  }

  .service-two-leading-way-block {
    grid-column-gap: 20px;
  }

  .service-two-production-flex.service-two-flex-one {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .service-two-leading-way-section {
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .service-two-leading-way-flex {
    margin-top: 20px;
    display: block;
  }

  .service-one-related-serction {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-one-featured-section {
    padding-top: 61px;
    padding-bottom: 62px;
  }

  .div-block {
    width: 100%;
  }

  .service-three-banner-section {
    padding-top: 170px;
  }

  .service-three-managenent-right {
    padding-left: 15px;
  }

  .service-three-managenent-left {
    padding-right: 15px;
  }

  .section-three-our-service-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .service-three-offshore-left {
    max-width: 30%;
    padding-right: 10px;
  }

  .service-three-offshore-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-three-related-section {
    margin-top: -14vh;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .service-three-related-card {
    grid-column-gap: 20px;
    margin-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
    position: static;
  }

  .service-three-related-card-block {
    margin-top: 40px;
  }

  .service-three-tab-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-three-tab-content {
    grid-column-gap: 20px;
  }

  .service-three-tabs {
    margin-top: 10px;
  }

  .contact-one-form-division-field {
    grid-column-gap: 20px;
  }

  .contact-one-form-right {
    margin-bottom: 10px;
  }

  .contact-one-details-left {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .contact-one-form-left {
    margin-bottom: 10px;
  }

  .contact-one-details-flex {
    display: block;
  }

  .contact-one-section-one {
    background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 130px;
    padding-bottom: 56px;
  }

  .contact-two-section-one {
    padding-top: 165px;
    padding-bottom: 70px;
  }

  .contact-two-form-left {
    margin-bottom: 15px;
  }

  .contact-two-details-flex {
    display: block;
  }

  .contact-two-details-right {
    padding: 20px 30px 30px;
  }

  .contact-two-textarea-block {
    margin-bottom: 30px;
  }

  .contact-two-form-block {
    margin-top: 20px;
  }

  .contact-two-form-right {
    margin-bottom: 15px;
  }

  .team-one-extended-container {
    margin-bottom: 3.75rem;
  }

  .team-two-circle-parent {
    width: 10%;
  }

  .team-two-scroll-link {
    flex-direction: column;
    display: flex;
  }

  .company-text {
    text-align: left;
    margin-left: 0;
  }

  .award-company-contain-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .awards-hero-wrap {
    flex-direction: column;
  }

  .awards-review-box {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .awards-hero {
    padding-top: 137px;
    padding-bottom: 18px;
  }

  .company-heading {
    text-align: left;
  }

  .company-heading.responsive-margine-none {
    margin-top: 0;
  }

  .company-heading.text-align-center {
    text-align: center;
  }

  .overflow-none.margin-auto.awards-review-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .awards-company {
    padding-bottom: 30px;
  }

  .awards-review-main-box {
    width: auto;
  }

  .awards-review {
    height: auto;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .awards-hero-dot-wrap {
    display: none;
  }

  .booking-form-wrap {
    padding: 30px 30px 23px;
  }

  .booking-paragraph {
    text-align: left;
  }

  .booking {
    padding-top: 137px;
    padding-bottom: 70px;
  }

  .popular-casses-paragraph {
    text-align: left;
  }

  .popular-casses-card-wrap {
    grid-template-columns: 1fr;
  }

  .popular-casses {
    padding-bottom: 70px;
  }

  .case-study-hero {
    padding-top: 137px;
    padding-bottom: 40px;
  }

  .case-study-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .related-case {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .related-case-card-wrap {
    grid-template-columns: 1fr;
  }

  .related-case-paragraph {
    text-align: left;
  }

  .case-study-details-hero {
    padding-top: 167px;
    padding-bottom: 60px;
  }

  .related-case-card-image-wrap {
    display: flex;
  }

  .related-case-card-image {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .our-experties-paragraph {
    text-align: left;
    margin-left: 0;
  }

  .our-expertise {
    background-image: url('../images/Award-hero-glow-two.svg');
    background-position: 100% 60%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 70px;
  }

  .our-experties-card-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .expertise-details-hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .expertise-details-hero {
    padding-top: 135px;
    padding-bottom: 40px;
  }

  .experties-details-contain {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 10px;
  }

  .experties-details-hero {
    padding-top: 138px;
    padding-bottom: 40px;
  }

  .experties-details-heading {
    text-align: left;
  }

  .contain-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .demo-hero-contain-wrap {
    flex-direction: column;
  }

  .demo-management {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .demo-hero {
    padding-top: 137px;
  }

  .management-box {
    max-width: none;
    padding: 20px 15px 10px;
  }

  .demo-hero-form-block {
    width: 100%;
  }

  .management-box-image-block {
    flex-basis: 20%;
  }

  .management-contain {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .shop-hero-products-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .shop-hero-paragraph {
    text-align: left;
  }

  .shop-hero {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .shop-hero-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-details-hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-details-hero {
    padding-bottom: 10px;
  }

  .shop-details-about-product {
    margin-top: 60px;
  }

  .shop-details-faq {
    padding-bottom: 70px;
  }

  .shop-details-hero-image-block {
    width: 100%;
  }

  .landing-ecommerce-grid-two {
    grid-template-columns: 1fr 1fr;
  }

  .landing-footer-wrap {
    height: auto;
  }

  .landing-footer-marquee-block, .star-two.star-rotate, .star-one.star-rotate {
    display: none;
  }

  .landing-innerpage-wrap {
    padding-top: 40px;
  }

  .figma-file-wrap.border-radius-twenty.position-relative, .landing-innerpage {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .large-container.project-details-hero-image {
    padding-top: 20px;
  }

  .landing-hero {
    padding-top: 160px;
  }

  .landing-cms {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .landing-footer {
    padding-top: 36px;
    padding-bottom: 70px;
  }

  .landing-innerpage-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-ecommerce {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .landing-utility-pages {
    padding-top: 40px;
  }

  .page-image-container {
    padding-top: 60px;
  }

  .blog-one-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .blog-one-card-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .blog-one-upper-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .block-two-hero-upper-block {
    flex-direction: column;
    margin-top: 20px;
  }

  .blog-two-news-card-wrap {
    margin-top: 10px;
  }

  .blog-two-hero {
    padding-top: 140px;
  }

  .blog-two-news {
    padding-top: 37px;
    padding-bottom: 70px;
  }

  .blog-news-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .blog-two-news-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .blog-three-hero {
    padding-top: 138px;
    padding-bottom: 60px;
  }

  .blog-three-hero-upper-wrap {
    flex-direction: column;
    margin-top: 43px;
  }

  .blog-details-profile-contain-text-wrap {
    flex: 1;
  }

  .blog-details-hero {
    padding-top: 140px;
  }

  .blog-details-hero-image-wrap {
    margin-top: 20px;
  }

  .related-block {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .changelog-hero {
    padding-top: 145px;
    padding-bottom: 34px;
  }

  .changelog-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .licensing-hero {
    padding-top: 127px;
    padding-bottom: 42px;
  }

  .licencing-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .buttons-container {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-heading-main-wrapper {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .heading-one {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .style-navbar-wrapper {
    box-shadow: none;
    background-color: #fff;
    min-width: 0;
    max-width: none;
  }

  .side-nav-menu {
    display: none;
  }

  .style-items-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .styles-types-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .styles-types-wrapper.typography-wrapper {
    padding-bottom: 13px;
  }

  .startlab-logo-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
  }

  .side-nav-button-wrapper {
    display: none;
  }

  .style-items {
    grid-row-gap: 10px;
  }

  .heading-four.key-feature-description-heading {
    flex-basis: 38%;
  }

  .startek {
    flex: 1;
    display: flex;
  }

  .shop-card-wrap {
    justify-content: flex-start;
  }

  .accordian-item {
    padding-bottom: 15px;
  }

  .faq-ans {
    flex-direction: column;
  }

  .hading-accordion-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
  }

  .image-shape-color-background, .mask_circle {
    display: none;
  }

  .slide-content-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slide-content-div.borderr-radious-twenty {
    padding-bottom: 50px;
  }

  .project-details-tab {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .project-details-contain-two-rich-text {
    padding-top: 0;
  }

  .project-details-contain-two {
    padding-bottom: 0;
  }

  .project-tab-link {
    padding: 15px;
  }

  .related-project {
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .project-details-hero {
    padding-top: 137px;
  }

  .project-details-contain-tab {
    margin-top: 30px;
  }

  .industries-we-serve-paragraph.home-one-we-provide-block {
    margin-top: 0;
  }

  .button-and-card-wrap {
    margin-left: auto;
    display: block;
  }

  .landing-home-page-card-wrap {
    flex-direction: column;
  }

  .landing-home-page {
    background-position: 50% 70px;
    background-size: 232px;
    padding-top: 140px;
  }

  .figma-file-heading-box {
    flex-direction: column;
  }

  .figma-heading-main-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

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

  .grid-layout.is-top-align {
    flex-direction: column;
    display: flex;
  }

  .features-sticky-cvontent, .features-sticky-two {
    position: static;
  }

  .home-three-slider-hero-wrap {
    height: 916px;
    padding-top: 301px;
  }

  .home-three-hero-button {
    display: none;
  }

  .home-one-banner-video, .home-one-banner-overlay {
    height: auto;
  }

  .shop-details-about-three-service-wrap {
    padding-bottom: 20px;
  }

  .shop-details-short-description-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .shop-details-what-incloude {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shop-details-key-features-contain {
    grid-template-columns: 1fr;
  }

  .shop-details-key-features-card.shop-details-key-features-card-left-gap {
    border-left-width: 0;
  }

  .shop-details-key-features-card.border-bottom-none.responsive-border-bottom {
    border-bottom-width: 1px;
  }

  .about-three-hero-image-block {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 30px;
  }

  .about-three-who-we-are-text-block {
    margin-top: -20px;
  }

  .work-pogress-main-box {
    height: auto;
  }

  .about-three-mission-card-heading-wrap {
    margin-bottom: 20px;
  }

  .work-pogress {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-three-hero {
    padding-top: 160px;
  }

  .about-three-card {
    padding-top: 25px;
    padding-bottom: 16px;
  }

  .about-three-who-we-are-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-three-mission {
    padding-top: 142px;
    padding-bottom: 70px;
  }

  .work-pogress-bar-card-image-wrap {
    margin-top: 20px;
  }

  .oil-and-gas-partner {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-three-who-we-are {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pogress-line {
    display: none;
  }

  .about-three-solution-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .work-pogress-bar-wrap {
    grid-column-gap: 46px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .contact-three-large-text {
    margin-top: -39px;
    font-size: 9.9rem;
    line-height: 12rem;
  }

  .contact-three-form {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .contact-three-form-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .checkout-form {
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .mrq-slider.mrq-slider-one {
    margin-top: 0;
  }

  .industry-text {
    font-size: 4rem;
    line-height: 5.625rem;
  }

  .shop-details-block {
    align-self: auto;
  }

  .section {
    background-color: #0b122e;
    padding-bottom: 70px;
  }

  .margin-bottom-ten {
    margin-bottom: 10px;
  }

  .contact-one-big-text {
    font-size: 15rem;
    line-height: 100%;
  }

  .responsive-hidden {
    display: none;
  }

  .home-three-benefits {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-three-benefits-grid {
    margin-top: 20px;
  }

  .home-three-benefits-image-one, .home-three-benefits-image-two, .energy-landscape-img-one, .service-one-feature-image {
    display: none;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    color: var(--heading-color);
  }

  .bold-text-2 {
    font-size: 2.5rem;
  }

  .rt-designed-text {
    text-align: center;
  }

  .rt-container-one-2 {
    max-width: 100%;
  }

  .rt-home-two-footer-call-block {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .rt-home-three-footer-right {
    max-width: 100%;
    padding-left: 2%;
  }

  .rt-footer-link-text {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .rt-home-three-footer-middle {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rt-footer-menu-block {
    margin-top: 20px;
  }

  .rt-home-three-footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .subhead-3.home {
    width: 90%;
  }

  .hero-section-2.spaced {
    margin-left: 0;
    margin-right: 0;
    padding: 200px 5% 150px;
  }

  .headline-2.non-responsive {
    font-size: 2.2rem;
    line-height: 4rem;
  }

  .headline-2.responsive {
    display: none;
  }

  .div-content-hero, .div-content-hero._60 {
    width: 100%;
  }

  .contact-one-big-text-2 {
    font-size: 10rem;
    line-height: 100%;
  }

  .contact-one-section-one-2 {
    background-image: url('../images/Yellow-Blur.webp'), url('../images/Blue-Bar-Left.webp');
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 130px;
    padding-bottom: 56px;
  }

  .scrolling-block-one-2 {
    margin-top: -33px;
  }

  .home-one-ticker-section-one-2, .home-one-ticker-section-one-3 {
    margin-top: -143px;
  }

  .text-block-11 {
    color: #2b2b2b;
  }

  .navbar-dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown-link-2:hover {
    background-color: #0000;
  }

  .text-block-12 {
    color: #2b2b2b;
  }

  .menu-link-toggle-2 {
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
    display: flex;
  }

  .menu-link-toggle-2:hover {
    color: #101828;
  }

  .menu-link-toggle-2.white-menu {
    color: #0b0f12;
  }

  .text-block-13 {
    color: #2b2b2b;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-about-two-expert-image {
    width: 100%;
  }

  .rt-about-two-expert-content {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .rt-about-two-expert-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-two-expert-image-block {
    width: 100%;
    max-width: none;
    padding: 100px 50px 90px;
  }

  .rt-about-two-expert-content-block {
    max-width: none;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-tag-wrap {
    position: static;
    transform: none;
  }

  .rt-home-one-hero-heading-flex {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .rt-autofit-6.rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-three-discover-right {
    max-width: 100%;
    margin-top: 30px;
  }

  .rt-home-three-discover-flex {
    display: block;
  }

  .rt-margin-bottom-thirty-3 {
    margin-bottom: 25px;
  }

  .rt-home-three-discover-right-background {
    display: none;
  }

  .rt-home-three-expertise-heading {
    padding-left: 0;
  }

  .rt-responsive-full-width-3 {
    width: 100%;
  }

  .rt-contact-type.rt-align {
    text-align: center;
  }

  .rt-contact-para {
    margin-bottom: 32px;
  }

  .rt-contact-us-form {
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .rt-contact-us-main-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-contact-form-text {
    width: 100%;
  }

  .rt-info-details.rt-align {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-contact-one-information-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-form-icon {
    display: none;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-no-margin-bottom.rt-home-three-service-description {
    max-width: none;
  }

  .rt-service-card-shape {
    height: auto;
  }

  .rt-home-three-service-heading {
    max-width: none;
  }

  .rt-service-card-text-wrapper {
    padding: 20px 20px 30px;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-home-three-service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 35px;
  }

  .rt-home-three-card-line {
    display: none;
  }

  .rt-heading-five-45.rt-home-three-power-text-block {
    max-width: none;
  }

  .rt-autofit-11.rt-white-img {
    opacity: 0;
  }

  .rt-home-three-icon-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    display: grid;
  }

  .rt-hero-heading {
    margin-top: 10px;
    margin-bottom: 27px;
  }

  .rt-hero-text-section {
    max-width: 500px;
    padding-top: 52px;
    padding-bottom: 90px;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-demo-two-accordion-left-arrow {
    left: 0%;
  }

  .rt-demo-two-accordion-right-arrow {
    right: 0%;
  }

  .rt-heading-three-2 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-tag-wrap-2 {
    position: static;
    transform: none;
  }

  .rt-home-one-hero-heading-flex-2 {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .rt-autofit-14.rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-three-discover-right-2 {
    max-width: 100%;
    margin-top: 30px;
  }

  .rt-home-three-discover-flex-2 {
    display: block;
  }

  .rt-margin-bottom-thirty-5 {
    margin-bottom: 25px;
  }

  .rt-home-three-discover-right-background-2 {
    display: none;
  }

  .rt-home-three-expertise-heading-2 {
    padding-left: 0;
  }

  .rt-responsive-full-width-5 {
    width: 100%;
  }

  .rt-category-cards-text-4.rt-text-white-2 {
    max-width: none;
  }

  .rt-component-section-8 {
    padding-top: 0;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-row {
    align-items: stretch;
  }

  .rt-precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-component-section-9 {
    padding-top: 0;
  }

  .rt-tag-wrap-3 {
    position: static;
    transform: none;
  }

  .rt-interior-design-text-with-icon {
    margin-bottom: 10px;
  }

  .rt-autofit-9.rt-responsive-full-width {
    width: 100%;
  }

  .rt-why-choose-vision-flex {
    display: block;
  }

  .rt-why-choose-vision-left {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .rt-why-choose-vision-list-right {
    flex-direction: column;
    display: flex;
  }

  .rt-why-choose-us-vission-heading-wrap {
    flex-flow: column;
    padding-left: 0;
  }

  .rt-why-choose-vision-list-flex {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .rt-why-choose-vision-list-left {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .rt-responsive-full-width-7 {
    width: 100%;
  }

  .rt-feature-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 1;
  }

  .rt-feature-left-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .rtcargo-image {
    display: none;
  }

  .rt-feature-right-content {
    max-width: none;
  }

  .rt-left-para {
    text-align: left;
  }

  .rt-feature-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-feature-middle, .rt-black-ship {
    display: none;
  }

  .rt-feature-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: 1;
  }

  .rt-blog-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-blog-content-wrapper {
    max-width: none;
    margin-left: 0;
    padding-left: 40px;
  }

  .rt-home-three-accordion-answer.rt-about-three-accordion-answer, .rt-about-three-accordion-about-box {
    max-width: none;
  }

  .rt-about-three-accordion-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .rt-about-three-frequently-content {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .rt-about-three-frequently-ask-text {
    max-width: none;
    margin-top: 0;
  }

  .rt-about-three-accordion-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-three-accordion-box {
    padding: 15px;
  }

  .rt-home-two-about-us-block {
    padding-bottom: 0;
    display: block;
  }

  .rt-home-two-about-us-right {
    margin-top: 160px;
  }

  .rt-home-two-about-us-left {
    max-width: 100%;
  }

  .rt-image-height-auto-3.rt-absolute-img {
    bottom: -10%;
    right: 5%;
  }

  .rt-image-height-auto-3.rt-absolute-img.rt-home-two-about-img-two {
    bottom: -35%;
  }

  .button-main-copy.families, .button-main-copy-copy.families {
    width: 140px;
  }

  .map {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .dropdown-linklist {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .home-one-navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-main {
    min-height: 4.5rem;
  }

  .home-one-hero-flex-right {
    display: none;
  }

  .home-one-hero-flex {
    height: 700px;
  }

  .lightbox-block.home-two-lightbox, .lightbox-block.about-one-lightbox-two {
    display: none;
  }

  .color-white.margin-bottom-fifteen.home-one-oil-leaders-heading {
    max-width: 100%;
  }

  .color-white.oil-gas-para-gapping {
    margin-right: 0;
  }

  .home-one-ticker-section-one {
    margin-top: -140px;
  }

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

  .home-one-provide-section {
    margin-top: -92px;
  }

  .home-one-provide-block {
    display: block;
  }

  .home-one-provide-box {
    margin-bottom: 40px;
  }

  .home-one-img-block {
    width: 100%;
  }

  .home-one-data-block {
    padding-top: 40px;
  }

  .service-btn {
    bottom: 3%;
  }

  .home-one-we-provide-block {
    margin-top: 97px;
  }

  .home-one-we-provide-block.home-three-industries {
    margin-bottom: 0;
  }

  .margin-bottom-fifteen.padding-left-right-five-percent {
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 3rem;
  }

  .padding-left-right-twelve-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .home-one-btn-block {
    margin-top: 20px;
  }

  .padding-left-right-ten-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .key-benefits-number.service-one-related-number {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .environmental-main-block.related-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .marque-title {
    font-size: 4rem;
  }

  .marque-wrap-big-oppsite {
    margin-top: 30px;
  }

  .marque-title-opposite {
    font-size: 4rem;
  }

  .container-vdo {
    margin-top: -20px;
  }

  .ipad-screen {
    display: none;
  }

  .home-one-project-section {
    padding-bottom: 60px;
  }

  .margin-bottom-zero.padding-left-right-ten-percent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .autofit {
    max-width: 80%;
    height: auto;
  }

  .autofit.full-width {
    max-width: 100%;
  }

  .autofit.border-radius-fifteen.service-tab-two-img {
    width: 100%;
  }

  .autofit.about-one-hero-img-two {
    max-width: 100%;
    margin-top: 0;
  }

  .autofit.digital-energy-image-two {
    display: none;
  }

  .autofit.mobile-full-width {
    width: 100%;
  }

  .home-one-footer-flex-one {
    padding-bottom: 57px;
  }

  .home-one-footer-flex-two {
    display: none;
  }

  .home-one-footer-flex-three {
    flex-direction: column;
    justify-content: flex-end;
  }

  .footer-social-block {
    max-width: 100%;
    margin-top: 20px;
  }

  .footer-social-link-block {
    background-color: var(--heading-main-color);
  }

  .footer-flex-block.home-three-footer-social-flex {
    margin-top: 20px;
  }

  .scrolling-block-one {
    font-size: 1.2rem;
  }

  .scrolling-item {
    margin-right: 20px;
    padding-left: 50px;
  }

  .home-two-featured-service-section {
    padding-top: 40px;
  }

  .home-two-about-flex {
    display: block;
  }

  .home-five-scrolling-section.gradient-opposite-section {
    display: none;
  }

  .scrolling-block-three {
    font-size: 1.2rem;
  }

  .scrolling-item-two {
    min-height: 48px;
    margin-right: 20px;
    padding-left: 50px;
  }

  .project-heading {
    font-size: 5.4rem;
  }

  .project-container {
    height: 90vh;
  }

  .project-image-container {
    width: 450px;
    height: auto;
  }

  .home-two-project-flex {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-two-industries-block {
    grid-row-gap: 30px;
  }

  .home-two-industries-one {
    margin-bottom: 30px;
  }

  .home-two-industries-one.margin-bottom-none {
    margin-bottom: 0;
  }

  .home-two-footer-right {
    display: block;
  }

  .home-three-hero-block {
    padding-top: 22vh;
  }

  .tabs-content.service-one-tab-content {
    margin-left: 0;
  }

  .tabs-menu.with-border {
    border-right-style: none;
  }

  .tabs-menu.service-three-tabs-menu {
    padding-bottom: 0;
  }

  .home-three-service-paragraph {
    flex-direction: column;
  }

  .home-three-service-icon {
    border-left-style: none;
  }

  .hover-skew-shape {
    transform: skew(-5deg);
  }

  .home-three-service-heading {
    align-self: auto;
    max-width: 100%;
  }

  .home-three-discover-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .discover-hover-flex {
    align-self: stretch;
    font-size: 2.2rem;
  }

  .discover-hover-block {
    opacity: 1;
  }

  .text-one {
    font-size: 1.3rem;
  }

  .text-two {
    font-size: 1.5rem;
  }

  .home-three-key-hover-img.four, .home-three-key-hover-img.five, .home-three-key-hover-img.three {
    display: none;
    left: 15%;
  }

  .home-three-project-text-block {
    opacity: 1;
  }

  .home-three-benefits-inner-block {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .home-three-project-img-block {
    width: 100%;
    max-width: 100%;
  }

  .home-three-project-img-block.two, .home-three-project-img-block.one, .home-three-project-img-block.three {
    max-width: 100%;
  }

  .home-three-benefits-outer-block {
    margin-top: 20px;
  }

  .number-block {
    text-align: left;
    margin-top: 20px;
  }

  .number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .arrow-circle-block {
    flex-direction: column;
  }

  .number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .home-three-number-heading {
    margin-top: 0;
  }

  .counter-heading {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .home-two-footer-quick-link-section {
    padding-bottom: 40px;
  }

  .home-three-footer-flex-right {
    border-top-style: none;
    border-right-style: none;
  }

  .home-three-footer-flex {
    display: block;
  }

  .home-three-footer-box-one {
    border-bottom-style: none;
    border-left-style: none;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-three-project-flex {
    margin-top: 0;
    display: block;
  }

  .home-three-project-box-one {
    width: 100%;
    margin-top: 30px;
  }

  .about-two-delevery-section {
    padding-bottom: 50px;
  }

  .about-two-circle-progress-flex {
    display: none;
  }

  .digital-energy-flex-right {
    margin-top: 0;
  }

  .about-two-counter-heading {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .about-two-hero-flex {
    display: block;
  }

  .about-two-hero-right {
    max-width: 100%;
    margin-top: 10px;
  }

  .selected-project-container {
    margin-top: 20px;
  }

  .delivery-energy-block {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-two-mission-flex {
    display: block;
  }

  .about-two-mission-block {
    border-bottom: 2px solid var(--deep-grey);
  }

  .about-two-mission-block.mision-block-one, .about-two-mission-block.mission-box-three {
    border-right-style: none;
  }

  .about-two-circle {
    display: none;
  }

  .about-two-our-values-block {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .why-choose-img-right {
    max-width: 100%;
    margin-top: 30px;
  }

  .home-two-why-choose-right {
    display: none;
  }

  .about-two-progress-section {
    padding-bottom: 55px;
  }

  .full-width-container {
    max-width: 100vw;
  }

  .full-width-container.service-three-hero-image-section {
    margin-top: 0;
  }

  .progress-bar-wrap {
    margin-bottom: .5rem;
  }

  .about-two-testimonial-section {
    padding-bottom: 130px;
  }

  .about-testimonial-left-arrow {
    inset: auto auto -66px 0%;
  }

  .testimonial-star-block {
    margin-bottom: 20px;
  }

  .about-testimonial-img {
    object-fit: cover;
  }

  .about-testimonial-right-arrow {
    inset: auto auto -66px 70px;
  }

  .about-two-testimonial-image-block {
    max-width: 40%;
  }

  .benefits-moving-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .about-one-heading-img {
    display: none;
    top: -43px;
  }

  .about-one-hero-section {
    padding-top: 160px;
  }

  .about-one-hero-flex-one {
    width: 100%;
  }

  .about-one-company-flex {
    display: block;
  }

  .about-one-company-right {
    padding-top: 40px;
  }

  .about-one-mission-flex-two {
    margin-top: 0;
    display: block;
  }

  .about-one-mission-flex-block {
    margin-top: 30px;
  }

  .about-one-values-section {
    padding-bottom: 103px;
  }

  .about-one-values-left-img:hover {
    box-shadow: -8px 9px 0 -1px #ffbb5c;
  }

  .about-one-our-values-flex {
    margin-top: 85px;
  }

  .about-one-service-flx {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .about-one-progress-section {
    padding-bottom: 15px;
  }

  .about-one-progress-flex {
    display: block;
  }

  .about-one-progress-right {
    margin-top: 30px;
  }

  .about-one-learn-more-section {
    padding-bottom: 60px;
  }

  .service-one-hero-right {
    max-width: 100%;
    padding-top: 12px;
  }

  .service-one-counter-right {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .service-one-hero-flex {
    display: block;
  }

  .service-one-section-one {
    padding-bottom: 40px;
  }

  .service-one-counter-left {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .color-yellow.margin-bottom-zero {
    margin-top: 0;
  }

  .our-service-paragraph-right {
    max-width: 100%;
    margin-top: 10px;
  }

  .service-one-tabs {
    flex-direction: column;
  }

  .tab-link-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-one-choose-us-section {
    padding-bottom: 40px;
  }

  .service-one-choose-flex {
    display: block;
  }

  .service-one-choose-box {
    margin-bottom: 30px;
  }

  .service-one-steps-section {
    padding-bottom: 40px;
  }

  .service-one-steps-three-box {
    display: block;
  }

  .service-one-three-block {
    margin-bottom: 30px;
  }

  .service-one-steps-block {
    padding-left: 15px;
    padding-right: 10px;
  }

  .more-service-inner-block {
    margin-bottom: 2rem;
  }

  .service-one-together-one {
    max-width: 100%;
  }

  .service-one-together-three {
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 20px;
  }

  .service-one-together-block {
    display: block;
  }

  .service-one-together-section {
    padding-top: 65px;
    padding-bottom: 40px;
  }

  .home-three-gallery-frame {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-three-gallery-marque-block {
    display: none;
  }

  .service-two-hero-block {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-two-industry-flex {
    padding-top: 0;
  }

  .service-two-industry-left {
    max-width: 100%;
  }

  .service-two-leading-way-block {
    display: block;
  }

  .production-service-link {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .service-three-managenent-right {
    padding-left: 0;
  }

  .service-three-management-flex {
    display: block;
  }

  .service-three-management-flex.management-flex-one {
    border-bottom-style: none;
  }

  .service-three-offshore-right {
    padding-left: 0;
  }

  .service-three-managenent-left {
    border-right-style: none;
    padding-left: 0;
  }

  .section-three-our-service-section {
    padding-top: 60px;
  }

  .service-three-offshore-left {
    border-right-style: none;
    max-width: 100%;
  }

  .service-three-offshore-block {
    padding-top: 30px;
    padding-bottom: 12px;
    display: block;
  }

  .service-three-related-text-card {
    padding-top: 40px;
  }

  .service-three-related-section {
    margin-top: -9vh;
  }

  .service-three-related-card {
    border-radius: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .service-three-tab-section {
    padding-bottom: 70px;
  }

  .service-three-tab-content {
    grid-column-gap: 20px;
  }

  .service-three-tabs {
    display: block;
  }

  .contact-one-form-division-field {
    grid-column-gap: 15px;
  }

  .contact-one-section-one {
    padding-top: 162px;
  }

  .contact-two-details-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-one-extended-container {
    margin-bottom: 0;
  }

  .service-three-project-name {
    margin-bottom: 2rem;
  }

  .award-company-contain {
    padding-right: 0;
  }

  .available-time {
    grid-template-columns: 1fr 1fr;
  }

  .radio-button-field {
    width: 100%;
  }

  .checkbox-wrap {
    flex-direction: column;
  }

  .book-form-submit-btn.shop-card-button.full-width {
    max-width: 100%;
  }

  .tag-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .our-experties-card-wrap {
    grid-template-columns: 1fr;
  }

  .expert-image {
    background-position: 50% 0;
  }

  .management-box-image-block {
    flex-basis: 30%;
  }

  .shop-hero-products-wrap, .landing-ecommerce-grid, .landing-ecommerce-grid-two, .landing-utility-pages-grid, .landing-cms-grid {
    grid-template-columns: 1fr;
  }

  .landing-innerpage-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .page-image-left {
    display: none;
  }

  .page-image-main {
    width: 100%;
    height: auto;
  }

  .page-image-right {
    display: none;
  }

  .blog-one-card-wrap {
    grid-template-columns: 1fr;
  }

  .blog-two-news-container {
    padding-left: 17px;
  }

  .blog-two-hero-bottom-card-wrap {
    grid-template-columns: 1fr;
  }

  .blog-news-text-wrap.container-one.no-side-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-two-news-block {
    padding: 40px 0 20px;
  }

  .blog-three-hero-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-details-profile-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .related-block-grid, .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .display-examples {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .heading-one {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .style-items-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-four.key-feature-description-heading {
    margin-bottom: 12px;
  }

  .startek {
    padding-left: 0;
  }

  .shop-card-quantity-wrap, .quantity {
    width: 100%;
  }

  .about-one-values-right-box-wrap {
    transform: none;
  }

  .about-one-values-left-box-wrap {
    transform: translate(0, -59px);
  }

  .mask_circle {
    width: 7rem;
    height: 7rem;
  }

  .slide-content-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-details-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .realted-project-card-wrap {
    grid-template-columns: 1fr;
  }

  .industries-we-serve-paragraph.home-one-we-provide-block {
    margin-top: 0;
  }

  .landing-home-page {
    background-size: 232px;
  }

  .padding-section-large {
    padding-top: 0;
  }

  .home-one-banner-overlay {
    height: auto;
  }

  .shop-details-key-features-card {
    display: block;
  }

  .work-pogress-bar-wrap {
    grid-template-columns: 1fr;
  }

  .contact-three-large-text {
    display: none;
  }

  .contact-three-form {
    padding-top: 60px;
  }

  .contact-three-hero-image-wrap {
    background-position: 74%;
  }

  .industry-text {
    font-size: 3.5rem;
    line-height: 4.375rem;
  }

  .section {
    padding-bottom: 70px;
  }

  .row {
    flex-direction: column;
  }

  .contact-one-big-text, .mobile-hidden {
    display: none;
  }

  .home-three-benefits-grid {
    grid-template-columns: 1fr;
  }

  .bold-text-2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .rt-container-one-2 {
    max-width: 100%;
  }

  .rt-autofit-3 {
    height: auto;
  }

  .rt-header-social-block.rt-home-three-footer-social {
    align-self: flex-start;
  }

  .rt-home-three-footer-left {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .rt-home-three-footer-middle {
    text-align: left;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rt-home-three-footer-block {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-home-three-footer-social {
    margin-bottom: 2.375rem;
  }

  .subhead-3 {
    width: 85%;
  }

  .subhead-3.home {
    margin-left: auto;
    margin-right: auto;
  }

  .button-main-5.margin-top-ten {
    justify-content: center;
    margin-left: 0;
  }

  .hero-section-2.spaced {
    padding: 180px 2% 120px;
  }

  .headline-2 {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .headline-2.non-responsive {
    display: none;
  }

  .headline-2.responsive {
    font-size: 30px;
    line-height: 50px;
    display: block;
  }

  .div-content-hero {
    text-align: center;
  }

  .contact-one-big-text-2 {
    display: none;
  }

  .contact-one-section-one-2 {
    padding-top: 162px;
  }

  .scrolling-block-one-2 {
    margin-top: 56px;
    font-size: 1.2rem;
  }

  .home-one-ticker-section-one-2 {
    height: 240px;
    margin-top: -115px;
    padding-top: 190px;
  }

  .home-one-ticker-section-one-3 {
    margin-top: -115px;
    padding-top: 190px;
  }

  .autofit-2, .rt-autofit, .rt-autofit-4.rt-responsive-full-width-2 {
    height: auto;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .rt-about-two-expert-image-block {
    padding: 70px 15px 60px;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-home-one-hero-heading-flex {
    flex-direction: column;
  }

  .rt-autofit-6 {
    height: auto;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title, .rt-contact-type, .rt-contact-para {
    text-align: center;
  }

  .rt-contact-form-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-service-card-shape {
    width: 110%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .rt-home-three-power-box {
    padding: 30px 20px;
  }

  .rt-heading-five-45 {
    font-size: 1.375rem;
    line-height: 2rem;
  }

  .rt-autofit-11 {
    height: auto;
  }

  .rt-home-three-icon-block {
    grid-template-columns: 1fr;
  }

  .rt-hero-heading {
    max-width: 400px;
  }

  .rt-hero-text-section {
    padding-top: 15px;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rt-autofit-12 {
    height: auto;
  }

  .rt-heading-three-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-home-one-hero-heading-flex-2 {
    flex-direction: column;
  }

  .rt-autofit-14 {
    height: auto;
  }

  .rt-responsive-full-width-4 {
    width: 100%;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-component-section-9 {
    padding-top: 0;
  }

  .rt-autofit-9 {
    height: auto;
  }

  .rt-why-choose-vision-list-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-responsive-full-width-6 {
    width: 100%;
  }

  .rt-feature-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rt-feature-left-content {
    max-width: none;
    margin-bottom: 30px;
  }

  .rt-feature-right-content {
    max-width: none;
  }

  .rt-feature-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-feature-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-blog-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-about-three-accordion-wrapper {
    margin-top: 0;
  }

  .bold-text-5 {
    line-height: 4rem;
  }

  .rt-home-two-about-us-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .rt-home-two-about-us-right {
    margin-top: 40px;
  }

  .rt-home-two-about-us-left {
    max-width: 100%;
  }

  .rt-image-height-auto-3.rt-absolute-img {
    bottom: 0%;
  }

  .rt-image-height-auto-3.rt-absolute-img.rt-home-two-about-img-two {
    display: none;
  }

  .rt-image-height-auto-3.rt-width-hundred {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-dropdown-link {
    padding-left: 0;
  }

  .navbar-logo-link.w--current {
    justify-content: center;
    align-items: center;
    padding-left: 70px;
    display: flex;
  }

  .navbar-menu-left {
    color: #1a1a1a;
  }

  .image-height-auto {
    height: auto;
  }

  .container-one {
    margin-top: 0;
  }

  .inner-ticker.two {
    transform: translate(-52px, -158px);
  }

  .inner-ticker.one {
    transform: translate(-52px, 10px);
  }

  .home-one-data-block {
    border-top-left-radius: 30%;
    width: 120%;
    padding-left: 50px;
    padding-right: 60px;
  }

  .home-one-we-provide-block {
    align-items: flex-start;
    margin-top: 0;
  }

  .home-one-we-provide-block.home-one-we-provide-block-paragraph {
    margin-top: -100px;
  }

  .margin-bottom-twenty {
    font-size: 2rem;
  }

  .margin-bottom-twenty.margin-top-zero {
    font-size: 1.2rem;
  }

  .margin-bottom-twenty.margin-top-zero.home-one-we-provide-text {
    text-align: left;
    margin-top: 161px;
  }

  .margin-bottom-twenty.oil-and-gas-partner-heading {
    text-align: center;
  }

  .margin-bottom-twenty.home-one-we-provide-heading {
    text-align: left;
  }

  .margin-bottom-fifteen.padding-left-right-five-percent {
    font-size: 2rem;
  }

  .padding-left-right-twelve-percent.home-one-we-provide-paragraph, .padding-left-right-twelve-percent.home-one-we-provide-text {
    text-align: left;
  }

  .home-one-key-benefits-section {
    margin-top: -111px;
  }

  .padding-left-right-ten-percent.home-one-we-provide-paragraph {
    text-align: left;
  }

  .environmental-text-outer {
    flex-basis: 100%;
  }

  .environmental-text-outer.related-service-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .margin-top-zero.margin-bottom-zero.margin-negative-seventin {
    font-size: 1.8rem;
  }

  .environmental-main-block {
    padding-left: 0;
    padding-right: 0;
  }

  .environmental-btn-block {
    display: none;
  }

  .marque-title, .marque-title-opposite {
    font-size: 2rem;
  }

  .home-one-project-flex {
    display: block;
  }

  .autofit {
    max-width: 80%;
  }

  .autofit.full-width {
    max-width: 100%;
  }

  .autofit.border-radius-fifteen.full-width {
    margin-top: 130px;
  }

  .autofit.about-one-hero-img-two {
    max-width: 100%;
  }

  .autofit.service-choose-img {
    width: 50%;
  }

  .home-one-industries-img-block.contact-one-form-division-field.active {
    display: none;
  }

  .home-one-footer-flex-three {
    text-align: center;
  }

  .home-one-footer-flex-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-one-footer-flex-right {
    display: block;
  }

  .footer-social-link-block {
    background-color: var(--heading-main-color);
  }

  .scrolling-container {
    transform: translate(-52px, -158px);
  }

  .project-bg {
    display: none;
  }

  .project-heading {
    font-size: 3.5rem;
  }

  .project-container {
    height: 51vh;
  }

  .project-image-container {
    width: 290px;
  }

  .home-three-hero-block {
    height: 750px;
    padding-top: 19vh;
  }

  .accodian-arrow-line {
    display: none;
  }

  .tab-paragraph, .tab-paragraph.service-three-tab-paragraph {
    padding-right: 0;
  }

  .flex-block {
    flex-direction: column;
  }

  .tabs-menu.with-border {
    margin-bottom: 30px;
  }

  .home-three-service-outer-flex {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .home-three-service-number {
    border-right-style: none;
    justify-content: flex-start;
    align-self: flex-start;
    max-width: 20%;
  }

  .home-three-service-paragraph {
    padding-top: 10px;
    padding-left: 0;
  }

  .home-three-service-icon {
    display: none;
  }

  .hover-skew-shape {
    transform: skew(0deg);
  }

  .home-three-service-number-block {
    width: 50px;
    height: 50px;
  }

  .discover-hover-flex {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    font-size: 1.6rem;
    display: flex;
  }

  .text-one {
    margin-right: 0;
  }

  .text-two {
    margin-left: 0;
  }

  .discover-flex-outer {
    grid-row-gap: 10px;
  }

  .hover-heading {
    margin-top: 10px;
  }

  .number-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .number-block.number-block-revers {
    flex-direction: column-reverse;
  }

  .home-three-learn-more-clients-block {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .counter-heading {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .home-three-project-box-one {
    padding: 15px;
  }

  .about-two-counter-heading {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .about-two-hero-heading-two {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .about-two-mission-block {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .about-two-mission-number-bg {
    margin-bottom: 20px;
  }

  .about-two-testimonial-text-block {
    margin-top: 20px;
  }

  .about-two-testiminial-heading {
    text-align: left;
  }

  .about-testimonial-img {
    width: 100%;
  }

  .about-two-testimonial-image-block {
    max-width: 100%;
  }

  .about-two-testiminial-slider {
    display: block;
  }

  .benefits-moving-flex {
    height: 90px;
  }

  .benefits-moving-flex.moving-flex-four {
    height: auto;
  }

  .benefits-moving-number {
    max-width: 15%;
  }

  .about-one-mission-text {
    width: 300px;
  }

  .about-one-values-section {
    padding-bottom: 80px;
  }

  .about-one-values-left-img.autofit {
    max-width: 100%;
  }

  .about-one-values-block {
    width: 100%;
  }

  .about-one-progress-section {
    margin-top: -132px;
    padding-top: 0;
  }

  .about-one-progress-left {
    margin-top: -65px;
  }

  .service-one-counter-flex {
    border-bottom-style: none;
  }

  .service-one-counter-right.center {
    align-items: flex-start;
  }

  .service-one-section-one {
    padding-bottom: 0;
  }

  .service-one-counter-heading {
    padding-left: 0;
  }

  .service-one-counter-left {
    border-right-style: none;
  }

  .service-one-counter-left.center {
    align-items: flex-start;
  }

  .color-yellow.margin-bottom-zero {
    color: #fff;
    margin-top: 0;
  }

  .service-one-counter-text {
    padding-left: 0;
    padding-right: 20px;
  }

  .service-one-counter-block.service-one-conter-update {
    flex-direction: column;
  }

  .service-one-tabs {
    display: block;
  }

  .service-one-steps-block {
    margin-left: -14px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .service-two-technology-heading {
    align-self: auto;
  }

  .service-two-technology-box {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-two-production-flex {
    display: block;
  }

  .service-two-production-flex.service-two-flex-one {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .service-two-production-left {
    margin-bottom: 20px;
  }

  .service-two-leading-way-section {
    padding-bottom: 40px;
  }

  .service-three-management-flex, .service-three-tab-content {
    display: block;
  }

  .service-three-tab-content-right {
    display: none;
  }

  .contact-one-form-division-field, .contact-two-form-division-field {
    display: block;
  }

  .awards-number-box {
    padding-top: 0;
  }

  .awards-number {
    position: relative;
  }

  .award-company-contain-image-block {
    margin-bottom: 1px;
  }

  .award-company-contain-text-block {
    flex-direction: column;
  }

  .award-company-contain {
    border-left-style: none;
    padding-top: 20px;
    padding-left: 0;
  }

  .awards-company {
    padding-bottom: 12px;
  }

  .booking-form-wrap {
    padding: 15px;
  }

  .case-study-image-block {
    flex-direction: column;
  }

  .popular-casses-card {
    padding: 15px;
  }

  .expertise-details-hero-image-block {
    flex-direction: column;
  }

  .managemtnt-box-left {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .demo-form-wrap {
    flex-direction: column;
  }

  .shop-hero-paragraph.margin-top-ten.text-center.text-align-center {
    text-align: center;
  }

  .shop-hero-wrap {
    align-items: center;
  }

  .accordion-contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-details-price-tag {
    flex-direction: column;
  }

  .accordion-item-trigger {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-image-container {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-news-image {
    object-fit: cover;
  }

  .blog-details-profile-contain-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-heading-main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-one.about-one-hero-heading-up {
    font-size: 2.2rem;
  }

  .icons-wrapper {
    padding: 25px 20px;
  }

  .icon-grid {
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  }

  .buttons-display-grid {
    grid-template-columns: auto;
  }

  .style-button-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-items-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .styles-types-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-style-wrapper-white {
    padding: 25px 20px;
  }

  .heading-four {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .style-type-heading-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-card-wrap {
    flex-direction: column;
  }

  .faq-image-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-ans {
    padding-left: 0;
    padding-right: 15px;
  }

  .accordion-arrow, .image-shape-color-background {
    display: none;
  }

  .marquee-one-text-one {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .about-one-slider-nav {
    z-index: 4;
  }

  .slider-image {
    width: 30px;
    height: 30px;
  }

  .about-one-slider-nav-dots {
    z-index: 6;
    font-size: 30px;
    line-height: 30px;
    bottom: 3%;
  }

  .industries-we-serve-paragraph.home-one-we-provide-block {
    margin-top: 0;
  }

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

  .home-three-hero-slider-overlay {
    height: 194px;
  }

  .home-three-slider-hero-wrap {
    height: 719px;
    padding-top: 158px;
  }

  .home-three-hero-button {
    display: none;
  }

  .home-one-banner-overlay {
    background-image: linear-gradient(90deg, #000000b3, #000000a3 100%, var(--transparent) 100%, #000000b3);
    height: auto;
  }

  .shop-details-short-description-wrap {
    padding: 20px 15px;
  }

  .about-three-hero-image-block {
    margin-top: 20px;
  }

  .about-three-mission-card-heading-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .work-pogress {
    padding-top: 43px;
    padding-bottom: 70px;
  }

  .about-three-solution-wrap {
    align-items: flex-start;
  }

  .about-three-hero {
    padding-top: 136px;
  }

  .about-three-mission {
    margin-top: -100px;
  }

  .oil-and-gas-partner {
    padding-top: 29px;
    padding-bottom: 70px;
  }

  .about-three-who-we-are {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-three-solution-grid {
    margin-top: 20px;
  }

  .contact-three-form {
    padding-bottom: 60px;
  }

  .contact-three-hero-image-wrap {
    background-position: 70%;
  }

  .product-card-text-wrap {
    max-width: 202px;
  }

  .industry-text {
    font-size: 3rem;
  }

  .order-configaration-item {
    flex-direction: column;
  }

  .item-text {
    margin: 10px 0;
  }

  .mobile-text-left {
    text-align: left;
  }

  .bold-text {
    font-size: 2rem;
  }

  .heading {
    font-size: 1.3rem;
  }

  .bold-text-2 {
    font-size: 2rem;
  }

  .rt-home-two-footer-call-block {
    padding-left: 25px;
  }

  .rt-header-social-block.rt-home-three-footer-social {
    grid-column-gap: 30px;
  }

  .rt-home-three-footer-left {
    display: block;
  }

  .italic-text {
    font-weight: 500;
  }

  .subhead-3 {
    width: 95%;
  }

  .button-main-5 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .button-main-5.margin-top-ten {
    border-radius: 9px;
    margin-top: 34px;
    margin-left: 0;
  }

  .hero-section-2.spaced {
    background-image: linear-gradient(94deg, #050c14b3 10%, #181f26a6 100%, #fff0), url('../images/e.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 152px;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .headline-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .headline-2.responsive {
    width: 307.208px;
    margin-left: 26px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 40px;
    display: block;
  }

  .div-content-hero._60 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-3 {
    font-size: 2rem;
  }

  .scrolling-block-one-2 {
    margin-top: 89px;
  }

  .home-one-ticker-section-one-2 {
    height: 130px;
    max-height: 240px;
    margin-top: -82px;
    padding-top: 76px;
  }

  .ticker-title-2 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .inner-ticker-2.two {
    transform: translate(-52px, -158px);
  }

  .home-one-ticker-section-one-3 {
    margin-top: -62px;
    padding-top: 134px;
  }

  .ticker-title-3 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .inner-ticker-3.one {
    transform: translate(-52px, 10px);
  }

  .bold-text-4 {
    font-size: 1.9rem;
  }

  .navbar-dropdown-link-2 {
    padding-left: 0;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-home-three-number-block {
    display: block;
  }

  .rt-button-new-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .rt-contact-form-submit {
    padding: 20px 10px;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-contact-form {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
  }

  .rt-service-card-shape {
    width: 100.2%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .rt-heading-five-45 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .rt-service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-team-two-process-block-left {
    height: 400px;
    margin-bottom: -94px;
  }

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .rt-demo-two-accordion-left-arrow, .rt-demo-two-accordion-right-arrow {
    bottom: 50%;
  }

  .rt-home-three-number-block-2 {
    display: block;
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-caption-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-component-section-9 {
    padding-top: 0;
  }

  .rt-why-choose-us-vission-background {
    display: none;
  }

  .rt-why-choose-vision-list-flex {
    display: block;
  }

  .rt-why-choose-vision-list-left {
    margin-bottom: 10px;
  }

  .rt-home-one-blog-information {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .rt-home-one-blog-information.rt-home-two-blog-info {
    flex-direction: column;
  }

  .button-main-5-copy {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .button-main-5-copy.margin-top-ten {
    border-radius: 9px;
    margin-top: 34px;
  }

  .bold-text-5 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .bold-text-6 {
    font-size: 1.7rem;
  }

  .bold-text-7 {
    font-size: 18px;
  }

  .rt-home-two-about-list-block {
    display: block;
  }

  .rt-image-height-auto-3.rt-absolute-img {
    display: none;
  }

  .bold-text-8 {
    font-size: 1.67rem;
  }

  .map {
    height: 400px;
  }
}

#w-node-_381206d6-82ce-4a79-1c09-042de18aee00-6765e61d, #w-node-_381206d6-82ce-4a79-1c09-042de18aee03-6765e61d, #w-node-a71ec5f8-0bbc-d8a0-54fc-025c59a3aa12-6765e61d, #w-node-_93924bf0-9268-24fd-6585-2f07ec39c1b9-551bfb92, #w-node-_93924bf0-9268-24fd-6585-2f07ec39c1bc-551bfb92, #w-node-_93924bf0-9268-24fd-6585-2f07ec39c1bf-551bfb92, #w-node-_1ec54e7f-e0da-2412-3028-d336765fff72-962ed937, #w-node-_4769265e-3ac7-3d12-979c-1b5343316b7c-962ed93b, #w-node-abaceeb2-32ce-6ef9-592a-014149221778-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-01414922177b-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-01414922177f-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-014149221783-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-014149221787-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-01414922178b-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-01414922178f-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-014149221793-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-014149221797-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-01414922179b-962ed940, #w-node-abaceeb2-32ce-6ef9-592a-01414922179f-962ed940, #w-node-_0b517325-d38a-4e85-a87e-b362bd2e8cce-962ed952, #w-node-_0b517325-d38a-4e85-a87e-b362bd2e8cd0-962ed952, #w-node-_0b517325-d38a-4e85-a87e-b362bd2e8cd2-962ed952, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb12-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb42-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb67-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb6e-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb75-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb86-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb8b-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb8c-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb97-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb98-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eba3-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eba4-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebaf-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebb0-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebbb-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebbc-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebc9-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebce-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebcf-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebd8-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ebe4-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec02-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec07-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec08-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec09-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec0a-962ed953, #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616ec0b-962ed953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8565d7d7-5497-2eea-cc14-5a8a7616eb95-962ed953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


