:root {
  --white: white;
  --black: black;
  --yellow-green: #b3db1a;
  --silver: #bab7a7;
  --10134c: #ffad3a;
  --green: #83dc52;
  --dark-orange: #f1953a;
  --pink: #f65a68;
  --gold: #fee145;
  --light-grey: #f4f4f4;
  --blue: #1fa9ff;
  --green-yellow: #c8f031;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 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-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: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875px;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

.margin-large {
  margin: 3rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-medium {
  font-weight: 500;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.margin-medium {
  margin: 2rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rv-styleguide-logo {
  max-width: 45%;
}

.rv-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.rv-styleguide-message {
  text-align: center;
  background-color: #0a0a0a;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rv-styleguide-message-wrapper {
  color: #fff;
  text-align: left;
  background-color: #161616;
  border-radius: 16px;
  padding: 2.5rem;
}

.button-nav {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
}

.link {
  text-decoration: underline;
}

.text-size-medium {
  font-size: 1.25rem;
}

.rv-styleguide_page-header {
  background-color: #0a0a0a;
  border-bottom: .0625rem solid #2b2b2b;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.rv-styleguide-header_content {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.rv-styleguide-header_subheader {
  color: #ec4067;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.rv-styleguide-header_heading {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.875rem;
  line-height: 1em;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.rv-styleguide-header_paragraph {
  color: #ffffffe6;
  letter-spacing: -.03125rem;
  max-width: 33ch;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.4em;
}

.rv-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-section-large {
  border-bottom: 1px solid #000;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_section-n {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section-n.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_section-header-n {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.rv-styleguide_heading-medium {
  font-size: 4rem;
}

.text-color-red {
  color: #ec4067;
}

.rv-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rv-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rv-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.rv-styleguide_item.is-stretch {
  justify-items: stretch;
}

.rv-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.rv-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.rv-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rv-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rv-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rv-styleguide_heading-tags, .rv-styleguide_other-tags {
  background-color: #fff;
}

.fs-styleguide_2-col-n {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col-n.is-align-start {
  align-items: start;
}

.rv-styleguide_heading-styles {
  background-color: #fff;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.rv-styleguide_text-classes {
  background-color: #fff;
}

.rv-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.rv-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.rv-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-italic {
  font-style: italic;
}

.text-style-muted {
  opacity: .6;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.rv-styleguide_buttons {
  background-color: #fff;
}

.button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 9px 15px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 40px;
  right: 60px;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.rv-styleguide_colors {
  background-color: #fff;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-color-white {
  color: #fff;
}

.rv-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rv-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.background-color-grey {
  background-color: #0000000d;
}

.background-color-white {
  background-color: #fff;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.rv-styleguide_spacing-all {
  display: none;
}

.rv-styleguide_icons {
  background-color: #fff;
}

.icon-height-small {
  height: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.rv-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hide {
  display: none;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.rv-styleguide_webflow-elements {
  background-color: #fff;
}

.form_component {
  margin-bottom: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_message-success {
  padding: 1.25rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.rv-styleguide_section {
  z-index: 1;
  color: #000;
  background-color: #fcfcfc;
  border-bottom: .0625rem solid #2b2b2b;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rv-styleguide_section.black {
  color: #fff;
  background-color: #0a0a0a;
}

.rv-styleguide_section-header-long {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #161616;
  border: .0625rem solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  display: grid;
  position: relative;
}

.rv-styleguide_header-container {
  padding: 3rem;
}

.rv-styleguide_header-wrap {
  color: #dfbf6c;
  align-items: center;
  width: 100%;
  display: flex;
}

.rv-styleguide-heading-white {
  color: #fff;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rv-styleguide-description {
  color: #c5c5c5;
  margin-top: 1rem;
  line-height: 1.5rem;
}

.rv-styleguide_2-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  width: 80%;
  margin-top: 6rem;
}

.styleguide-container {
  background-color: #161616;
  border: .0625rem solid #333;
  padding: 3rem;
  transition: border-color .2s;
  position: relative;
}

.rv-styleguide-heading {
  color: #fff;
  font-size: 1.5rem;
  line-height: 125%;
}

.rv-styleguide_section-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #161616;
  border: .0625rem solid #333;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  display: grid;
  position: relative;
}

.rv-styleguide-icon {
  height: 2.5rem;
  margin-right: 1rem;
}

.rv-styleguide-link {
  color: #ec4067;
  transition: color .2s;
}

.rv-styleguide-link:hover {
  color: #ec4067d9;
}

.rv-styleguide-header_dot-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rv-styleguide-header_do {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.25rem;
  transition: all .2s;
}

.rv-styleguide-header_do:hover {
  transform: translate(0, -.3125rem);
}

.rv-styleguide-header_do.is-red {
  background-color: #ec4067;
}

.rv-styleguide-header_do.is-gold {
  background-color: #facb00;
}

.rv-styleguide-header_do.is-blue {
  background-color: #0265d8;
  margin-right: 0;
}

.riseverse-badge {
  z-index: 10000;
  color: #fff;
  background-color: #4353ff;
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: fixed;
  inset: auto 1.25rem 1.25% auto;
}

.riseverse-badge:hover {
  color: #fff;
  background-color: #ec4067e6;
  text-decoration: none;
  transform: scale(1.05);
}

.titel-box {
  padding-top: 60px;
  padding-bottom: 100px;
}

.image {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  width: 90%;
  height: 80px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section4 {
  background-image: linear-gradient(90deg, #003ffed6, #3c00ff);
  max-width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.title-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: row;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.body {
  background-image: none;
  padding: 10px;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}

.image-3 {
  text-align: center;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 2;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section-team {
  margin-top: 20px;
}

.container {
  text-align: left;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.grid-2, .grid-team {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-wrapper {
  position: relative;
}

.team-overly {
  opacity: 0;
  background-image: linear-gradient(90deg, #0206ff99, #0206ff1a);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px;
  transition: all .6s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-overly:hover {
  opacity: 1;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-block-2 {
  color: #b0f;
}

.button-2 {
  background-color: #0000;
  margin-top: 0;
}

.text-block-3 {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  color: #950202c4;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
}

.text-block-4 {
  color: #a19898;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}

.grid-team-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-4 {
  object-fit: cover;
}

.link-block {
  margin-top: 0;
}

.text-block-5 {
  color: #fff;
}

.team-overly-2 {
  opacity: 0;
  background-image: linear-gradient(90deg, #0206ff99, #0206ff1a);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px;
  transition: all .6s;
  position: absolute;
  inset: 0%;
}

.team-overly-2:hover {
  opacity: 1;
}

.team-overly-2.text-coloer {
  flex-flow: column;
  display: flex;
}

.text-block-color {
  color: #fff;
}

.text-block-2-copy {
  color: #b0f;
}

.logo-div {
  align-items: flex-end;
  display: flex;
}

.image-5 {
  background-color: #fff;
  max-width: 50%;
}

.logo-vrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-6 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 50%;
  margin: 10px;
}

.section-3 {
  max-width: 100%;
  margin: 40px 40px 100px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  filter: grayscale();
  margin-bottom: 10px;
  margin-left: 0;
  padding: 5px;
  transition: all .4s;
}

.image-7:hover {
  filter: grayscale(0%);
}

.div-block {
  opacity: 0;
  margin-top: 20px;
  transition: opacity .4s;
}

.div-block:hover {
  opacity: 1;
}

.link-block-2 {
  margin-top: 0;
}

.text-block-6 {
  color: #2f2f2f;
  padding: 3px;
}

.bold-text {
  border: 1px solid #000;
  border-radius: 6px;
  text-decoration: underline;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.text-block-7 {
  border: 0 solid #000;
  border-radius: 10px;
  padding: 5px;
}

.bold-text-2 {
  outline-offset: 4px;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  outline: 1px solid #333;
}

.text-block-8 {
  color: #a19898;
  text-align: left;
  margin-bottom: 10px;
}

.data {
  text-align: center;
  justify-content: center;
  margin-top: 200px;
  display: flex;
}

.link-block-3 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  font-size: .9rem;
  line-height: 2.2;
}

.nav-link, .nav-link-2 {
  color: #fff;
  margin-top: 0;
}

.nav-link-3 {
  color: #fff;
  width: 31.734%;
  height: 100%;
  margin-top: 0;
}

.brand {
  margin-top: 0;
}

.navbar {
  width: 95%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  width: 31.734%;
  height: 64px;
}

.nav-menu {
  text-align: left;
  background-color: #000;
}

.nav-menu-2 {
  background-color: #000;
  display: flex;
}

.container-2 {
  margin-left: 1px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  margin-top: 0;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.nav-link-5, .nav-link-6 {
  color: #fff;
  margin-top: 0;
}

.nav-link-7 {
  color: #fff;
  background-color: #ccb715;
  width: 41.4895%;
  max-width: 50%;
  margin-top: 0;
}

.image-9 {
  padding: 20px;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  color: #000;
  background-color: #000;
  width: 95%;
  margin-left: 0;
  margin-right: 0;
}

.section-1 {
  background-image: linear-gradient(90deg, #003ffed6, #3c00ff);
  max-width: 100%;
  margin-top: 5px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-copy, .section-last {
  background-image: linear-gradient(90deg, #003ffed6, #3c00ff);
  max-width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.last-section {
  background-image: linear-gradient(90deg, #002ffebd, #3c00ff);
}

.last-title-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: row;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-wrapper-copy {
  position: relative;
}

.brand-2 {
  background-color: #fff;
}

.nav-menu-4 {
  color: #fff;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-5 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-8 {
  color: #a8a8a8;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-8:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-8[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.portfolio-overview {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.portfolio-overview:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.portfolio-overview[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-10 {
  width: 80%;
  height: 40%;
}

.body-2 {
  text-align: center;
}

.section-4 {
  color: #333;
  background-color: #252525;
  width: 100%;
  height: 100%;
  padding: 0 100px 100px;
}

.div-block-4 {
  margin-top: 100px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.button-3 {
  background-color: #3898ec00;
  border: 1px solid #fff1f1;
  border-radius: 6px;
  margin-left: 20px;
  padding-top: 8px;
  transition: all .5s;
}

.button-3:hover {
  color: #000;
  background-color: #fff;
}

.text-block-10 {
  color: #a4a4a4;
  margin-bottom: 10px;
  font-size: .9rem;
  line-height: 2.3;
}

.button-blue {
  border-radius: 6px;
  transition: all .5s;
}

.button-blue:hover {
  background-color: #3859ec;
}

.heading-4 {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-size: 2.8rem;
}

.div-block-5 {
  background-color: #0c0c0c00;
}

.image-11 {
  background-color: #000;
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.portfolio {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.portfolio:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.portfolio[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-block-11, .text-block-12 {
  color: #a8a8a8;
}

.heading-5 {
  color: #a8a8a8;
  text-align: left;
  height: 35.9042%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-6 {
  text-align: left;
  margin-top: 0;
  padding-top: 20px;
}

.div-block-4-copy {
  margin-top: 0;
}

.div-block-7 {
  width: 100.003%;
  height: 100vh;
}

.grid-5 {
  height: 100vh;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-4-2 {
  color: #333;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px 40px 100px;
}

.grid-6 {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 40px;
}

.text-block-13 {
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-6 {
  font-size: 1.5rem;
}

.grid-7 {
  grid-column-gap: 31px;
  grid-row-gap: 68px;
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-areas: "."
                       "Area";
}

.section-4-3 {
  background-color: #fafafa;
  padding-bottom: 60px;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 2rem;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.4rem;
  display: flex;
}

.text-block-14 {
  display: flex;
}

.bold-text-3 {
  text-align: center;
}

.image-12 {
  border-radius: 50px;
}

.text-span {
  color: #0059ff;
}

.italic-text {
  font-weight: 400;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13 {
  text-align: left;
}

.section-4-4 {
  padding: 0 40px 40px;
}

.heading-9 {
  margin-top: 8rem;
  margin-bottom: 20px;
}

.text-block-15 {
  font-size: 1.2rem;
}

.grid-8 {
  margin-top: 40px;
}

.image-13 {
  width: 60%;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  width: 99.9999%;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.button-4 {
  background-color: #383bec;
  border-radius: 50px;
  width: 25%;
  padding-left: 10px;
  font-size: .9rem;
  font-weight: 700;
  line-height: .3;
}

.button-news {
  text-align: center;
  background-color: #3865ec;
  border-radius: 50px;
  width: 23%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9rem;
  font-weight: 700;
  line-height: .3;
}

.div-block-14 {
  margin-top: 10px;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.1;
}

.text-block-16 {
  font-size: .8rem;
  line-height: 1.4;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-4-5 {
  background-color: #fff;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-4-5 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.text-block-17 {
  font-size: 1.2rem;
}

.grid-9 {
  grid-column-gap: 43px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  padding: 100px;
}

.heading-12 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}

.image-14 {
  text-align: left;
  border-radius: 10px;
  margin-bottom: 20px;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  background-color: #4072f1;
  border-radius: 50px;
  width: 20%;
  margin-left: 0;
  font-size: .9rem;
  font-weight: 700;
}

.div-block-15 {
  margin-left: 20px;
  margin-right: 10px;
}

.paragraph {
  text-align: left;
  margin-bottom: 100px;
}

.image-15 {
  border-radius: 50px;
  max-width: 30%;
}

.div-block-16 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-17 {
  margin-left: 10px;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-18 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px 3px #0003;
}

.div-block-19 {
  background-color: #006aff;
  border-radius: 10px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-10 {
  grid-template-rows: auto;
}

.heading-14 {
  text-align: left;
  font-size: 1.7rem;
}

.div-block-20 {
  padding-left: 25px;
  padding-right: 25px;
}

.bold-text-4 {
  color: #fff;
  font-size: 1.6rem;
}

.text-block-19 {
  color: #fff;
  text-align: left;
}

.text-field {
  color: #000;
  max-width: 60%;
}

.form {
  display: flex;
}

.submit-button {
  width: 25%;
  height: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-block-20 {
  color: #fff;
  text-align: left;
  font-size: .9rem;
  line-height: 1;
}

.form-block {
  margin-bottom: 0;
}

.div-block-21 {
  margin-left: 60px;
}

.heading-15 {
  text-align: left;
}

.div-block-23 {
  width: 100%;
}

.image-17 {
  border-radius: 10px;
}

.section {
  background-image: linear-gradient(#00000054, #00000054), url('../images/jp.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.text-block-21 {
  color: #000;
}

.bold-text-5 {
  color: #000000bd;
  font-size: 1.5rem;
}

.navbar-3 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px 2px #0003;
}

.link-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0755ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 90%;
  margin-left: 20px;
  padding: 5px 10px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.nav-menu-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-22 {
  text-decoration: none;
}

.brand-3 {
  padding-top: 12px;
  padding-bottom: 11px;
}

.text-span-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.bold-text-6, .bold-text-7 {
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.dive-wrapper {
  text-align: right;
  background-color: #0000;
}

.image-18 {
  text-align: right;
  object-fit: cover;
  border-radius: 10px;
  width: 75%;
  height: 100vh;
}

.div-block-24 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.deta-div {
  text-align: center;
  background-color: #f6e1c5;
  border-radius: 10px;
  width: 50%;
  height: 70%;
  padding: 0 40px;
  position: absolute;
  inset: 9% auto 0% -2%;
}

.heading-16 {
  text-align: center;
}

.text-block-23 {
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 100;
  line-height: 1.1;
}

.button-5 {
  text-align: center;
  text-transform: capitalize;
  background-color: #d69b50;
  border-radius: 10px;
  padding: 20px;
  font-size: 1.3rem;
  position: absolute;
  top: 305.591px;
  left: 130px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 1rem;
  line-height: 1.8;
}

.bold-text-8 {
  color: #e6ac4f;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
}

.heading-17 {
  text-align: center;
  margin-bottom: 0;
}

.text-block-24 {
  text-align: center;
}

.text-block-25 {
  color: #c1b9b7;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 5.4rem;
  font-weight: 100;
}

.button-6 {
  text-align: center;
  margin-left: 10px;
}

.div-block-25 {
  opacity: 1;
  text-align: center;
  background-color: #2e170fe3;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-7 {
  text-transform: uppercase;
  background-color: #2e170f;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-8 {
  text-transform: uppercase;
  background-color: #2e170f;
  margin-left: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-9 {
  text-transform: uppercase;
  background-color: #2e170f;
  margin-left: 10px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-10 {
  text-transform: uppercase;
  background-color: #2e170f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.bold-text-9 {
  color: #c1b9b7;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.1rem;
}

.bold-text-10, .bold-text-11 {
  color: #c1b9b7;
  font-size: 1.1rem;
}

.bold-text-12 {
  color: #c1b9b7;
}

.div-block-26 {
  background-color: #d69b50e6;
  height: 90vh;
  margin-top: 100px;
  padding-top: 100px;
}

.heading-18 {
  text-transform: uppercase;
}

.text-block-26 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4.5rem;
  font-weight: 100;
}

.paragraph-3 {
  text-align: center;
  font-family: Bitter, serif;
  font-size: 1.3rem;
}

.container-coler-change {
  text-align: center;
  background-color: #0000;
  max-width: 90%;
}

.all-h1-heading {
  text-transform: uppercase;
}

.div-block-27 {
  background-color: #2e170fde;
  margin-top: 100px;
}

.text-block-27 {
  color: #c1b9b7;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.3rem;
  font-weight: 500;
}

.div-last {
  text-align: center;
  background-color: #f6e1c5;
  border-radius: 10px;
  width: 500px;
  height: 350px;
  padding: 0 40px;
  position: absolute;
  inset: 89% auto 0% 5%;
}

.section-normal {
  padding-top: 100px;
  padding-bottom: 0;
}

.deta {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 230px;
  display: grid;
}

.team-wrapper {
  flex-flow: column;
  align-items: stretch;
  position: relative;
}

.team-bio {
  opacity: 0;
  background-image: linear-gradient(315deg, #ff09092b, #000000c7);
  flex-flow: column;
  justify-content: space-between;
  margin-left: 0;
  padding-left: 10px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-bio:hover {
  opacity: 1;
}

.heading-19, .team-name {
  color: #fff;
}

.job-title {
  color: #fff;
  font-family: Droid Serif, serif;
  font-size: 1.2rem;
}

.text-block-28 {
  text-decoration: none;
}

.link-block-5 {
  color: #fff;
  text-decoration: none;
}

.body-5 {
  background-image: none;
  padding: 40px;
}

.body-6 {
  background-image: none;
}

.body-7 {
  background-image: none;
  font-size: 16px;
  line-height: 170%;
}

.body-first {
  background-image: none;
}

.body-8 {
  text-align: center;
  background-image: none;
}

.page-wrapper {
  flex-flow: column;
  display: flex;
}

.container-8 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand-4 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-right {
  width: 100%;
  max-width: 40%;
}

.body-7-copy {
  background-image: none;
  font-size: 16px;
  line-height: 170%;
}

.hero-image {
  background-color: #ebebe4;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero {
  margin-bottom: 150px;
  padding-bottom: 80px;
}

.container-05 {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-wrap {
  grid-column-gap: 80px;
  align-items: flex-start;
  margin-top: 80px;
  font-size: 16px;
  line-height: 170%;
  display: flex;
}

.hero-data {
  width: 100%;
  max-width: 60%;
}

.hero-title {
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.hero-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.hero-btn-wrap {
  margin-top: 50px;
}

.primary-btn {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 18px 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s;
}

.primary-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.image-19 {
  width: 100%;
  height: 30rem;
}

.on-scroll {
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.body-9 {
  color: var(--black);
  background-color: #dde7f5;
  background-image: none;
  font-size: 16px;
  line-height: 20px;
}

.header {
  width: 100%;
  padding-top: 70px;
  position: static;
  top: 50px;
}

.main-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.header-inner {
  background-color: var(--white);
  border: 1px solid #cdd7e4;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 2px 15px #00000012;
}

.logo {
  width: 226px;
  max-width: 100%;
}

.main-menu {
  border: 2px none var(--white);
  border-radius: 50px;
  justify-content: center;
  margin-left: auto;
  display: flex;
}

.menu-item {
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.menu-item:visited {
  text-decoration: underline;
}

.header-right-side {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.image-20 {
  width: 226px;
}

.text-span-3 {
  font-size: 18px;
}

.form-2 {
  color: var(--black);
  display: flex;
  position: relative;
}

.text-field-2 {
  color: #000;
  background-color: #f5f7fa;
  border: 1px solid #ddd1ec;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-self: stretch;
  width: 141px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 30px;
  font-size: 13px;
}

.submit-button-2 {
  background-color: var(--black);
  text-transform: capitalize;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  align-self: stretch;
  font-size: 14px;
}

.home-category {
  padding-top: 170px;
  padding-bottom: 30px;
}

.home-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-grid-item {
  border: 5px solid var(--white);
  border-radius: 20px;
  text-decoration: none;
  transition: opacity .5s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 15px #00000012;
}

.image-21 {
  border-radius: 20px;
  width: 100%;
  transition: opacity .5s;
}

.image-21:hover {
  filter: saturate(200%);
  transform: scale(1.2);
}

.gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--black));
  position: absolute;
  inset: 0%;
}

.category-name {
  z-index: 2;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-22 {
  z-index: 3;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.image-23 {
  position: absolute;
  top: 9px;
  left: 5px;
}

.image-22-copy, .image-22-copy-copy {
  z-index: 3;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.image-21-copy {
  border-radius: 20px;
  width: 100%;
  transition: opacity .5s;
}

.image-21-copy:hover {
  filter: saturate(200%);
  transform: scale(1.2);
}

.blog-category-main-image {
  border-radius: 20px;
  width: 100%;
  transition: opacity .5s;
}

.blog-category-main-image:hover {
  filter: saturate(200%);
  transform: scale(1.2);
}

.blog-arrow-0 {
  z-index: 3;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.under-category-section {
  padding-bottom: 30px;
}

.latest-blog-4-col-grid-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 2px 15px #0003;
}

.latest-blog-4-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.latest-blog-4-col-grid-item {
  opacity: 1;
  text-decoration: none;
  display: block;
}

.latest-blog-4-col-image {
  float: left;
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  max-width: 100%;
  height: 100px;
  margin-right: 10px;
}

.latest-blog-4-col-title {
  color: var(--black);
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}

.latest-blog-4-col-publish-time {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.body-10 {
  background-color: var(--black);
  background-image: none;
  font-size: 1rem;
}

.header-first {
  text-align: center;
}

.text-block-29 {
  color: var(--yellow-green);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.heading-20 {
  color: var(--white);
  text-transform: none;
  margin-bottom: 2rem;
  font-family: Droid Serif, serif;
  font-size: 2.8rem;
  font-style: italic;
  line-height: 1.4;
}

.paragraph-4 {
  color: #b8b8b8;
  font-size: 1.5rem;
  line-height: 1.5;
}

.button-11 {
  border: 2px solid var(--silver);
  background-color: #0000;
  border-radius: 5px;
  margin-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .5s, background-color .5s;
  box-shadow: 0 0 20px #ea00ab;
}

.button-11:hover {
  background-color: #094319;
  transform: translate(0, -10px);
}

.section-2 {
  margin-top: 200px;
  padding-bottom: 220px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-data {
  text-align: center;
  margin-top: 75px;
  transition: all .5s;
}

.grid-data:hover {
  transform: scale(1.2);
}

.heading-21 {
  color: var(--white);
  margin-top: 30px;
}

.text-block-30 {
  color: #b8b8b8;
  font-size: .9rem;
}

.image-24 {
  background-image: linear-gradient(#d39d9d, #d39d9d), url('../images/20-most-frequently-asked-questions-about-seo.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 99%;
}

.grid-data-space {
  text-align: center;
  margin-top: 80px;
  transition: all .5s;
}

.grid-data-space:hover {
  transform: scale(1.2);
}

.body-11 {
  background-image: none;
}

.body-12 {
  background-color: var(--black);
  background-image: none;
}

.section-first {
  background-color: #1f1f1f;
  border-radius: 10px;
  margin-left: 140px;
  margin-right: 140px;
}

.heading-22 {
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
  font-size: 2.6rem;
}

.text-block-31 {
  color: var(--silver);
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-32 {
  color: var(--silver);
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

.button-12 {
  background-color: var(--black);
  border-radius: 5px;
  align-self: center;
  margin-bottom: 20px;
  box-shadow: 0 0 15px green;
}

.button-13 {
  background-color: #0000;
  border-radius: 5px;
  align-self: center;
  margin-bottom: 10px;
  box-shadow: 0 0 13px red;
}

.div-block-28 {
  text-align: center;
  background-color: #171616;
  border: 1px #484646;
  border-radius: 5px;
  flex-flow: column;
  width: 50%;
  height: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.div-block-29 {
  height: 80vh;
  margin-top: 20px;
  padding-top: 140px;
  position: relative;
}

.text-block-33 {
  color: var(--silver);
  font-weight: 500;
}

.div-block-30 {
  border: 1px dashed #433e3e;
  flex-flow: column;
  width: 90%;
  height: 90%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video {
  height: 100vh;
}

.background-video-2 {
  object-fit: cover;
}

.image-25 {
  margin-left: 10px;
}

.background-video-3 {
  height: 165vh;
}

.sahil-s-secounts-project {
  background-color: var(--black);
  background-image: none;
}

.section-header {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}

.image-28 {
  float: none;
}

.navbar-4 {
  background-color: var(--black);
}

.heading-23 {
  float: right;
  color: var(--white);
  margin-top: 1.3rem;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Droid Serif, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}

.button-14 {
  float: right;
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  margin-top: 1rem;
  padding: 7px 10px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.deta-box-grid {
  grid-column-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}

.deta-box {
  margin-top: 40px;
  font-size: 1rem;
}

.heading-24 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-5 {
  color: var(--silver);
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 500;
}

.button-15 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  width: 40%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-29 {
  width: 80%;
}

.line-dive {
  background-color: #3a3a3a;
  height: .2svh;
  margin-top: 100px;
}

.btns-animations-div {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.animate-btn {
  color: var(--white);
  background-color: #1f1f1f;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
}

.button-17, .button-18 {
  margin-right: 10px;
}

.button-19 {
  background-color: var(--white);
  margin-right: 10px;
}

.button-20 {
  margin-right: 10px;
}

.animation-dive-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-blog-section {
  padding-bottom: 150px;
  font-family: Manrope, sans-serif;
}

.collection-list {
  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-list-item {
  background-color: var(--white);
  color: var(--black);
  border: 1px #000;
  border-radius: 20px;
  padding: 20px;
  text-decoration: none;
  display: block;
  box-shadow: 0 2px 20px -5px #00000012;
}

.blog-main-image {
  border-radius: 20px;
}

.blog-meta {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.category-text-style {
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  padding: 3px 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.reading-time {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.blog-meta-arrow {
  margin-left: auto;
}

.main-blog-title {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
}

.moving-text-section {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.moving-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.tech-category-section {
  background-image: url('../images/abstract-3d-background-design_1132847-1544.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.main-title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-25 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 70px;
}

.main-subtitle {
  margin-left: 20px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.tech-category-list-wrapper {
  margin-top: 50px;
}

.tech-category-item {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 130px;
  padding: 20px;
  font-family: Manrope, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tech-category-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-decoration: none;
  position: absolute;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tech-text-box {
  z-index: 2;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 120px;
  position: relative;
}

.tech-category-heading {
  color: var(--black);
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.tech-category-time {
  color: var(--black);
}

.tech-overlay {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  background-image: linear-gradient(0deg, #000, #fff0 73%, #fff);
  display: none;
  position: absolute;
  inset: 0;
}

.education-category-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.main-title-heading {
  text-transform: uppercase;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 70px;
}

.education-category-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 60px;
  padding: 0;
}

.single-education-wrapper {
  border-radius: 20px;
  box-shadow: 0 2px 20px -5px #00000012;
}

.single-education-item {
  border-radius: 20px;
  display: block;
  position: relative;
  box-shadow: 0 2px 20px -5px #00000012;
}

.single-education-image {
  border-radius: 20px;
}

.single-education-text-box {
  background-color: var(--white);
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  position: absolute;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.single-education-heading {
  color: var(--black);
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.multi-education-blog-posts {
  justify-content: flex-start;
  align-items: stretch;
}

.multi-education-list-wrapper {
  flex: 1;
}

.multi-education-list-item {
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 20px -5px #00000012;
}

.education-category-img {
  object-fit: cover;
  border-radius: 20px;
  align-self: center;
  width: 140px;
  padding: 10px;
}

.multi-education-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.div-block-31 {
  background-color: var(--black);
  color: var(--black);
  width: 13%;
  position: absolute;
  inset: 0% auto 0% -13%;
}

.div-block-overly-2 {
  background-color: var(--black);
  color: var(--black);
  width: 13%;
  position: absolute;
  inset: 0% -13% 0% auto;
}

.deta-section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mixed-section {
  padding-top: 0;
  padding-bottom: 150px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.mixed-blog-item {
  color: var(--black);
  text-decoration: none;
  display: block;
  position: relative;
}

.mixed-overlay {
  background-image: linear-gradient(#000, #fff0);
  transition: all .2s;
  position: relative;
  inset: 0%;
}

.mixed-blog-category {
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  padding: 4px 8px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.mixed-blog-heading {
  color: var(--white);
  margin: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  bottom: 10px;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-9 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-9:hover {
  color: #1a1b1fbf;
}

.nav-link-9:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-9[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.footer {
  background-image: url('../images/3d-fluid-shape-background_1048-7549.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10px;
}

.inner-footer {
  padding-top: 150px;
  padding-bottom: 110px;
}

.footer-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}

.footer-grid-item {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  padding: 25px 30px;
  display: flex;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 29px;
  text-decoration: underline;
}

.footer-email-and-phone {
  color: var(--black);
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.footer-emailphone-icon {
  background-color: var(--black);
  border-radius: 10px;
  padding: 10px 30px;
}

.text-block-34, .text-block-0 {
  margin-left: 20px;
}

.footer-email-and-phone-copy1 {
  color: var(--black);
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.footer-grid-item-copy2 {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  padding: 25px 30px;
  display: flex;
  box-shadow: 0 2px 15px #0003;
}

.foot-socials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.social-link {
  background-color: var(--black);
  border-radius: 10px;
  padding: 30px 10px;
}

.image-30 {
  width: 55%;
}

.form-3 {
  color: var(--black);
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-field-3 {
  color: var(--black);
  background-color: #e6ebf8;
  align-self: stretch;
  width: auto;
  height: 50px;
  margin-bottom: 0;
  padding: 15px;
}

.submit-button-3 {
  background-color: var(--black);
  text-transform: lowercase;
  width: auto;
  padding: 15px;
}

.form-block-2 {
  color: var(--black);
}

.copyright {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: space-between;
  max-width: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.copyright-text {
  font-weight: 300;
  text-decoration: none;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.body-13 {
  background-color: #dde7f5;
  background-image: none;
}

.blog-section {
  padding-top: 190px;
  padding-bottom: 60px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-14 {
  background-image: none;
}

.body-15 {
  background-color: #dde7f5;
  background-image: none;
}

.author-hero-section {
  padding-top: 270px;
  padding-bottom: 100px;
}

.single-author-inner {
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.single-author-img {
  border: 5px solid var(--white);
  border-radius: 20px;
  width: 230px;
  box-shadow: 0 2px 20px -5px #0003;
}

.single-author-text-box {
  align-self: flex-start;
  width: 40%;
  margin-top: 20px;
  margin-left: 20px;
}

.heading-26 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 24px;
}

.author-socials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  display: grid;
}

.author-social-link {
  margin-right: 0;
}

.all-posts-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 24px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-16 {
  background-image: none;
}

.form-block-3 {
  color: var(--black);
}

.body-17 {
  background-color: #dde7f5;
  background-image: none;
}

.single-post-section {
  padding: 240px 10px 70px;
}

.single-post-body-div {
  background-color: var(--white);
  border-radius: 20px;
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 2px 15px #0003;
}

.category-and-reading-time {
  margin-bottom: 20px;
}

.single-post-main-image {
  width: 100%;
}

.single-post-text-div {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  margin-top: 20px;
  padding: 25px 30px 30px;
}

.single-post-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 45px;
}

.single-blog-text-style {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.single-post-blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-post-author {
  border: 5px solid var(--white);
  border-radius: 20px;
  width: auto;
  max-width: 800px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  position: relative;
}

.single-post-author-img {
  border: 5px solid var(--white);
  border-radius: 20px;
  width: 100px;
  height: 100px;
}

.singe-post-author-heading {
  color: var(--black);
  margin-top: 20px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
}

.singe-post-author-bio {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.collection-list-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-18 {
  background-color: #dde7f5;
  background-image: none;
  font-family: Manrope, sans-serif;
}

.body-19, .body-20, .body-21 {
  background-color: #dde7f5;
  background-image: none;
}

.body-22 {
  background-color: #dde7f5;
  background-image: none;
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.about-hero-section {
  padding-top: 270px;
  padding-bottom: 60px;
}

.about-stack {
  padding: 0;
}

.about-cell {
  align-items: stretch;
}

.about-upper {
  border-bottom: 1px solid #000;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: flex;
}

.about-svg {
  align-self: flex-start;
  margin-top: 8px;
}

.paragraph-6 {
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 26px;
  line-height: 36px;
}

.about-text {
  font-size: 20px;
  line-height: 30px;
}

.about-image {
  border-radius: 20px;
  box-shadow: 0 2px 20px -5px #0003;
}

.authors-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.authors-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

.author-left-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  padding: 30px;
  box-shadow: 0 2px 20px -5px #0003;
}

.author-left-upper {
  border-bottom: 1px solid #000;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 25px;
  display: flex;
}

.author-left-text {
  margin-left: 20px;
}

.authors-left-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.collection-list-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.author-item {
  border: 5px solid var(--white);
  border-radius: 20px;
  padding: 30px;
}

.author-item-upper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.author-image {
  border: 5px solid var(--white);
  border-radius: 20px;
  width: 95px;
  box-shadow: 0 2px 20px -5px #0003;
}

.author-button {
  background-color: var(--black);
  text-transform: capitalize;
  border-radius: 10px;
  order: 0;
  align-self: flex-end;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 15px;
}

.author-name {
  margin-top: 0;
}

.container-10 {
  height: 12vh;
}

.navbar-container {
  background-color: #bf18d1;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-5 {
  background-color: #bf18d1;
  justify-content: center;
  align-items: center;
  height: 12vh;
  display: flex;
}

.image-31 {
  width: 150px;
}

.menu-button-4 {
  display: block;
}

.menu-button-4.w--open {
  background-color: #0000;
}

.hamburgur-mwnu {
  width: 35px;
}

.menu-line {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  height: 5px;
  margin-top: 4px;
}

.nav-menu-7 {
  background-color: var(--10134c);
}

.nave-menu {
  background-color: #bf18d1;
  height: 88vh;
  padding-top: 70px;
  padding-left: 70px;
}

.nav-link {
  font-family: Merriweather, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  transition: all .4s;
}

.nav-link:hover {
  color: #eeecec;
}

.categories-section {
  padding-top: 190px;
  padding-bottom: 100px;
}

.collection-list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-page-hero {
  border-bottom: 1px solid #000;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 240px 10px 60px;
}

.sitemap-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 70px;
}

.sitemap-subheading {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.shop-section {
  padding-bottom: 100px;
}

.shop-item {
  background-color: var(--white);
  text-align: center;
  border: 1px #322a19;
  border-radius: 20px;
  padding: 20px;
  text-decoration: none;
}

.shop-image {
  border-radius: 20px;
}

.shop-item-title {
  text-transform: uppercase;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  margin-top: 20px;
  padding-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.shop-price {
  color: var(--black);
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.collection-item {
  border-bottom: 1px #000;
}

.heading-27 {
  color: var(--black);
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  line-height: 27px;
}

.collection-list-wrapper {
  padding-top: 30px;
}

.collection-list-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  display: grid;
}

.order-style {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #322a19;
  border-radius: 50px;
  height: 10.6406%;
  margin-bottom: 10px;
  padding: 20px 40px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
}

.image-32 {
  width: 100%;
  padding-top: 30px;
}

.navbar-6 {
  background-color: var(--white);
  height: 12vh;
  margin-top: 100px;
  transition: all .4s;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu-8 {
  margin-top: 10px;
  position: static;
}

.dropdown-toggle {
  display: inline-block;
}

.dropdown {
  position: static;
}

.dropdown-list {
  position: absolute;
  inset: 100% 0% auto;
}

.dropdown-list.w--open {
  margin-top: 40px;
}

.dropdwon-div {
  background-color: var(--white);
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 20px;
}

.menu-grid {
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.menu-item-wrapper {
  text-align: center;
  padding: 10px;
  transition: all .4s;
}

.menu-item-wrapper:hover {
  background-color: #9ad2ff;
}

.dropdown-link {
  text-align: center;
}

.text-block-35 {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.link-block-6 {
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}

.section-5 {
  padding-top: 270px;
  padding-bottom: 100px;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
}

.clients-quote {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.contact-hero-section {
  padding-top: 270px;
  padding-bottom: 100px;
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.contact-info-stack {
  padding: 0;
}

.contatc-cell {
  align-items: stretch;
}

.contact-info-links {
  border: 5px solid var(--white);
  color: var(--black);
  border-radius: 20px;
  margin-bottom: 23px;
  padding: 30px;
  font-size: 28px;
  line-height: 23px;
  text-decoration: none;
  box-shadow: 0 2px 20px -5px #0003;
}

.contact-info-text {
  text-align: center;
}

.contact-form-block {
  border: 5px solid var(--white);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 2px 20px -5px #0003;
}

.form-heading {
  font-size: 36px;
  line-height: 36px;
}

.form-stack {
  padding: 0;
}

.input-style {
  color: var(--black);
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  padding: 30px 0;
}

.text-field-5, .text-field-5-copy {
  padding-top: 30px;
  padding-bottom: 30px;
}

.input-style-copy {
  color: var(--black);
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  padding: 30px 0;
}

.input-style-maessage {
  color: var(--black);
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  min-height: 150px;
  padding: 30px 0;
}

.submit-box {
  display: flex;
}

.submit-button-4 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  margin-left: auto;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  bottom: -10px;
  left: 900px;
}

.cell {
  padding-bottom: 0;
}

.form-4 {
  position: relative;
}

.h-eader-inner {
  background-color: #fff0;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.nav-menu-9 {
  border-bottom: 2px solid #fec000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-left: 10px;
  display: flex;
}

.image-33 {
  width: 226px;
  padding-top: 40px;
}

.cart-button {
  color: var(--black);
  background-color: #0000;
  padding: 0;
}

.cart-quantity {
  color: var(--black);
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 1px;
  right: -7px;
}

.text-block-37, .text-block-37-copy {
  text-transform: uppercase;
  flex: none;
}

.hi {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 8px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.hi:visited {
  text-decoration: underline;
}

.menu-item-copy {
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.menu-item-copy:visited {
  text-decoration: underline;
}

.hi2 {
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.hi2:visited {
  text-decoration: underline;
}

.body-23 {
  background-image: url('../images/post-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-32 {
  background-color: red;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: fixed;
  inset: auto 4% 4% auto;
}

.text-block-38 {
  display: flex;
}

.text-block-39 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-40 {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.3;
}

.text-block-41 {
  color: red;
  font-size: 30px;
  line-height: 1.5;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(44deg);
}

.amir-ali {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.body-24 {
  text-transform: capitalize;
}

.aamir {
  color: #3dd442;
  text-align: center;
  font-size: 8rem;
  line-height: 1.4;
}

.aamir.alli {
  color: #a7ffaa;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.ali {
  text-align: center;
  text-transform: capitalize;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.ali.a {
  color: #414aad;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.asghar {
  color: #f50707;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.akhtar {
  color: #5df70a;
  text-align: center;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.asad {
  color: #07bdfa;
  text-align: right;
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: overline;
}

.arshad {
  color: #f70ac8;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.home-page {
  color: var(--white);
  background-color: #101010;
}

.container {
  flex-flow: row;
  justify-content: space-around;
  align-self: center;
  display: flex;
}

.heading-28 {
  color: var(--white);
  font-family: PT Serif, serif;
}

.navbar-7 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 1rem;
  display: flex;
}

.nav-menu-10 {
  color: var(--white);
  width: 419px;
  height: 27px;
  margin-left: 200px;
  margin-right: 125px;
  font-weight: 400;
}

.nav-link-10 {
  color: var(--white);
  padding-left: 19px;
  padding-right: 19px;
  font-size: 1.1rem;
}

.nav-link-11 {
  color: var(--white);
}

.nav-link-12 {
  color: var(--white);
  padding-left: 19px;
  padding-right: 19px;
  font-size: 1.1rem;
}

.button-21 {
  display: flex;
}

.image-34 {
  padding: 15px 0;
}

.button-22 {
  color: #000;
  background-color: #ffd600;
  border-radius: 8px;
  align-self: center;
  width: 141px;
  height: 47px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-size: 1.1rem;
  font-weight: 500;
}

.button-22-copy {
  color: #000;
  background-color: #ffd600;
  align-self: center;
  width: 141px;
  height: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

.sinup-btn {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #ffd60080;
  border-radius: 8px;
  align-self: center;
  width: 100px;
  height: 47px;
  padding: 10px 24px;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 4px 25px #ffd60033;
}

.nev-left-dive {
  align-self: center;
}

.nav-link-11-copy {
  color: var(--white);
  padding-right: 19px;
  font-size: 1.1rem;
}

.section-6 {
  color: #0000;
  width: 1200px;
  height: 180vh;
  margin-left: 25px;
  margin-right: auto;
  padding-left: 0;
  position: absolute;
}

.image-35 {
  width: 186px;
  height: 38px;
}

.navbar-8 {
  background-color: #fff;
  border-bottom: 2px solid #0003;
  height: 88px;
}

.container-13 {
  display: block;
}

.div-block-33 {
  justify-content: space-between;
  height: 52px;
  padding: 18px 110px;
  display: flex;
}

.button-23 {
  background-color: #e0424d;
  border-radius: 70px;
  width: 133px;
  height: 52px;
  padding: 16px 24px;
}

.first-div {
  width: 692px;
  height: 344px;
  margin-top: 183px;
  margin-left: 120px;
  position: relative;
}

.heading-29 {
  color: #e0424d;
  width: 692px;
  height: 264px;
  font-size: 88px;
  line-height: 88px;
}

.text-span-4 {
  color: #3e7de1;
}

.text-block-42 {
  font-size: 20px;
  line-height: 30px;
}

.text-block-43 {
  width: 659px;
  height: 60px;
  font-size: 20px;
  line-height: 30px;
}

.div-wrappar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.left-dive {
  border-radius: 20px;
  width: 488px;
  height: 535px;
  margin-top: 183px;
  margin-left: 60px;
  padding: 40px;
  box-shadow: 5px 4px 20px 20px #0000000d;
}

.text-block-44 {
  width: 409px;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.text-block-45 {
  width: 356px;
  margin-top: 4px;
  margin-right: 53px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-block-4 {
  margin-top: 40px;
}

.submit-button-5 {
  background-color: #e0424d;
  border-radius: 70px;
  margin-top: 20px;
  margin-left: 170px;
  padding: 10px 24px;
}

.text-field-6 {
  color: var(--black);
  border-radius: 50px;
  margin-bottom: 20px;
}

.image-36 {
  width: 793px;
  height: 650px;
  margin-top: 40px;
}

.text-field-7 {
  border-radius: 50px;
  margin-bottom: 20px;
}

.text-field-8 {
  border-radius: 70px;
  margin-bottom: 20px;
}

.checkbox-label {
  margin-bottom: 20px;
  margin-left: 10px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 15px;
}

.div-block-34 {
  width: 285px;
  height: 300px;
  margin-left: 120px;
}

.div-block-35 {
  background-color: #fff;
  border-radius: 24px;
  width: 285px;
  height: 300px;
  position: static;
  top: 650px;
  box-shadow: 4px 4px 20px 11px #0000000d;
}

.heading-30 {
  color: #e0424d;
  letter-spacing: -1px;
  width: 261px;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 11px 14px 20px;
  font-size: 32px;
  line-height: 44px;
}

.text-block-46 {
  color: #757575;
  letter-spacing: -1px;
  width: 245px;
  height: 66px;
  margin: 130px 20px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-36 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  width: 285px;
  height: 300px;
  display: flex;
  position: absolute;
  top: 650px;
}

.close-card {
  background-color: #fff;
  border-radius: 24px;
  width: 285px;
  height: 300px;
  position: absolute;
  bottom: 10px;
  left: 880px;
  box-shadow: 4px 4px 20px 11px #0000000d;
}

.heading-coloer {
  color: #3e7de1;
  letter-spacing: -1px;
  width: 261px;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 11px 14px 20px;
  font-size: 32px;
  line-height: 44px;
}

.heading-30-copy {
  color: #e0424d;
  letter-spacing: -1px;
  width: 261px;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 11px 14px 20px;
  font-size: 32px;
  line-height: 44px;
}

.heading-31 {
  text-align: center;
}

.navbar-9 {
  margin-top: 220px;
  display: flex;
}

.div-block-37 {
  width: 30px;
  height: 30px;
}

.navbar-10 {
  margin-top: 140px;
}

.container-14 {
  justify-content: space-between;
  display: flex;
}

.div-block-38 {
  margin-top: 140px;
}

.text-container {
  width: 807px;
  height: 390px;
  margin-top: 140px;
}

.section-7 {
  display: flex;
}

.nav-container {
  color: #000;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-11 {
  background-color: var(--white);
  color: #000;
  margin-top: 10px;
}

.image-38 {
  width: 200px;
}

.div-block-42 {
  background-color: #c8c8c8;
}

.navbar-section-ghoto-office {
  color: var(--black);
  background-color: #090909;
  position: relative;
}

.container-15 {
  justify-content: space-between;
  align-items: center;
  width: 100vh;
  display: flex;
}

.flage-image-div {
  align-self: center;
  width: 100px;
  height: 60px;
}

.background-video-4 {
  border-radius: 10px;
  width: 100px;
  height: 60px;
}

.navbar-12 {
  background-color: var(--black);
  box-shadow: 9px 9px 20px 0 var(--black);
  color: var(--black);
  padding-left: 0;
  padding-right: 20px;
}

.background-video-5 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 228px;
  display: flex;
}

.image-40 {
  border-radius: 40px;
  width: 200px;
  height: 119px;
}

.nav-menu-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: center;
  display: flex;
}

.nav-link-18 {
  color: var(--white);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all .4s;
}

.nav-link-18:hover {
  color: var(--black);
  background-color: #e07313;
}

.body-25 {
  background-color: #0000;
}

.button-26 {
  background-color: #ff7f00;
  border-radius: 15px;
  order: 0;
  align-self: center;
  width: 112px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-section-our-office {
  background-color: #3c3d37;
  background-image: linear-gradient(#00000080, #00000080), url('../images/best-background-for-website-06.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  height: 100vh;
}

.hero-section-div {
  text-align: center;
}

.heading-35 {
  color: #ff7f00;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 200px;
  font-family: Manrope, sans-serif;
}

.text-block-52 {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.7;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.button-27 {
  color: #000;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.button-28 {
  font-size: 1.2rem;
}

.button-29 {
  background-color: #ff7f00;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
}

._434 {
  margin-right: 10px;
}

.div-block-48 {
  border: 1px solid #ff7f00;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-484 {
  background-color: #ff7f00;
  border: 1px solid #ff7f00;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-274 {
  color: var(--white);
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}

.secont-section {
  height: 40vh;
  padding-top: 200px;
  position: relative;
}

.abslute-dive {
  background-color: var(--white);
  box-shadow: 0 4px 20px 0 var(--black);
  border-radius: 20px;
  width: 800px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -59px;
  left: 300px;
}

.heading-36 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}

.grig-div {
  height: 50vh;
}

.grid-13 {
  grid-template-columns: 1fr 1fr 1fr;
  height: 50vh;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
}

.container-16 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  height: 200px;
  position: relative;
}

.gallery-image {
  box-shadow: 1px 3px 20px 0 var(--black);
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.gallery-slide-text {
  color: var(--black);
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-37 {
  text-transform: capitalize;
  font-size: 2.2rem;
}

.paragraph-7 {
  font-size: 1.1rem;
}

.section-9, .section-9-copy {
  height: 100vh;
}

.component {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  height: 100vh;
  margin-top: 140px;
  display: flex;
}

.hamburger-menu {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.navbar-hamburger-menu-hm1 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.top-bar-hm1 {
  background-color: #ff0017;
  border-radius: 8px;
  width: 50px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.top-bar-hover {
  background-color: var(--white);
  position: relative;
  inset: 0% -10px auto auto;
}

.navbar-13 {
  background-color: #0000;
}

.container-17 {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.netflix-nav-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.image-41 {
  width: 150px;
}

.button-275 {
  background-color: red;
  border-radius: 8px;
}

.body-26 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/the_netflix_login_background__canada__2024___by_logofeveryt_dh0w8qv-pre.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section-of-netflix {
  color: var(--white);
}

.hero-heading-of-netflix {
  text-align: center;
  width: auto;
}

.logos {
  width: auto;
  height: auto;
}

.text-block-53 {
  text-align: center;
  width: 290px;
  height: 29px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-19 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-19:hover {
  color: #1a1b1fbf;
}

.nav-link-19:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-19[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.text-block-54 {
  text-align: center;
}

.explore-button {
  color: #009bfb;
  border: 1px solid #009bfb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #dbdbdb;
}

.heading-39 {
  z-index: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}

.image-43 {
  margin-bottom: 30px;
}

.image-44 {
  padding-top: 3px;
  position: absolute;
  top: 16px;
  right: 20px;
}

.hero-wrapper-3 {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.top-bar-hm1-2 {
  background-color: #f65a68;
  border-radius: 6px;
  width: 50px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.navbar-hamburger-menu-hm1-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hero-2 {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1300px;
  height: 90vh;
  max-height: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-top-navbar {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sidebar-left {
  color: #ee3636;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 400px;
  padding-top: 79px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 65px;
}

.heading-40 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.top-bar-hm2 {
  background-color: #f65a68;
  border-radius: 40px;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.bottom-bar-hm1 {
  background-color: #f65a68;
  border-radius: 6px;
  width: 50px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.hero-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-276 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  box-shadow: 1px 1px 3px #cacaca;
}

.top-navbar {
  z-index: 9999;
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: fixed;
  inset: 0% 0% auto;
}

.content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._2nd-top-bar-hm2 {
  background-color: #f65a68;
  border-radius: 40px;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
  position: relative;
}

.top-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1300px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 22px;
  display: flex;
}

.component-2 {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  display: flex;
}

.bottom-bar-hm2 {
  background-color: #f65a68;
  border-radius: 40px;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

._2nd-bottom-bar-hm2 {
  background-color: #f65a68;
  border-radius: 40px;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
  position: relative;
}

.navbar-hamburger-menu-hm2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.component-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.highlight-sidebar {
  width: 4px;
  height: 100%;
}

.hamburger-menu-hm2.w--open {
  background-color: #0000;
}

.heading-41 {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 80px;
}

.middle-bar-hm1 {
  background-color: #f65a68;
  border-radius: 6px;
  width: 50px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 50px;
  display: flex;
}

.middle-bar-hover, .bottom-bar-hover {
  background-color: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0%;
  right: -10px;
}

.navlink-sidebar {
  color: #949494;
  border-right: 1px solid #bab7a7;
  justify-content: space-between;
  align-items: center;
  width: 155px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.hamburger-menu-hm1-2.w--open {
  background-color: #c8c8c800;
}

.clone-button {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  box-shadow: 1px 1px 3px #cacaca;
}

.div-block-485 {
  background-color: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0%;
  right: -10px;
}

.div-block-486 {
  text-align: center;
  background-color: #104eeb;
  width: 500px;
  height: 500px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.image-45 {
  pointer-events: auto;
}

.menu-button-8, .menu-button-8.w--open, .navbar-hamburger-menu-hm3 {
  background-color: #0000;
}

.top-bar-hm3 {
  background-color: var(--green);
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
}

._2nd-top-bar-hm3 {
  background-color: var(--green);
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: none;
}

.middle-bar-hm3, .bottom-bar-hm3 {
  background-color: var(--green);
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
}

._2nd-bottom-bar-hm3 {
  background-color: var(--green);
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: none;
}

.navbar-hamburger-menu-hm4, .menu-button-9.w--open {
  background-color: #0000;
}

.top-bar-hm4 {
  background-color: var(--dark-orange);
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
}

._2nd-top-bar-hm4 {
  background-color: var(--dark-orange);
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
  display: none;
}

.middle-bar-hm4 {
  background-color: var(--dark-orange);
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
}

._2nd-middle-bar-hm4 {
  background-color: var(--dark-orange);
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
  display: none;
}

.bottom-bar-hm4 {
  background-color: var(--dark-orange);
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
}

._2nd-bottom-bar-hm4 {
  background-color: var(--dark-orange);
  border-radius: 10px;
  width: 55px;
  height: 3px;
  display: none;
}

.text-span-8 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/images-3.jpeg');
  background-position: 50% 100%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Vollkorn, serif;
  font-size: 6.6rem;
  font-style: italic;
  font-weight: 400;
  transform: skew(-8deg);
}

.heading-43 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/sparkling-golden-background-layer-shimmering-260nw-2503518031.webp'), linear-gradient(0deg, #1601ff, #ff0cb6 61%, #00f2ff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 8rem;
  position: absolute;
  top: -10px;
  left: 163px;
}

.div-block-487 {
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-488 {
  background-image: url('../images/background-image-mockup-design_853558-32662.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 550px;
  height: 400px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ghfhd {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/sparkling-golden-background-layer-shimmering-260nw-2503518031.webp'), linear-gradient(0deg, #1601ff, #ff0cb6 61%, #00f2ff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 8rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  position: absolute;
  top: 112px;
  left: 180px;
}

.top-bar-hm4-copy, .top-bar-hm4-copy-copy {
  background-color: var(--dark-orange);
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
}

.navbar-hamburger-menu-hm5, .menu-button-10.w--open {
  background-color: #0000;
}

.top-bar-hm5, .middle-bar-hm5, .div-block-497 {
  background-color: var(--black);
  border-radius: 8px;
  width: 35px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cross-bar-1-hm5 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 35px;
  height: 3px;
  display: none;
  position: absolute;
  inset: auto auto 47% 26%;
}

.div-block-498 {
  background-color: var(--green);
  border-radius: 8px;
  width: 35px;
  height: 3px;
}

.cross-bar-2-hm5 {
  background-color: var(--green);
  border-radius: 8px;
  width: 35px;
  height: 3px;
  display: none;
  position: absolute;
  inset: auto auto 47% 27%;
}

.bottom-bar-hm5 {
  background-color: var(--black);
  border-radius: 8px;
  width: 35px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-hamburger-menu-hm6, .hamburger-menu-hm6, .hamburger-menu-hm6.w--open {
  background-color: #0000;
}

.top-bar-hm6 {
  background-color: #f65a68;
  border-radius: 8px;
  width: 40px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
}

._2nd-top-bar-hm6 {
  background-color: var(--pink);
  border-radius: 8px;
  width: 50px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  display: none;
}

.middle-bar-hm6, .div-block-499, .bottom-bar-hm6 {
  background-color: var(--pink);
  border-radius: 8px;
  width: 50px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: auto;
}

._2nd-bottom-bar-hm6 {
  background-color: var(--pink);
  border-radius: 8px;
  width: 40px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: auto;
  display: none;
}

.button-280 {
  z-index: 1;
  border-radius: 10px;
  position: absolute;
  inset: auto auto 0% 16%;
}

.div-block-502 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-503 {
  background-color: #10bab9;
  width: 400px;
  height: 350px;
  display: none;
}

.heading-50 {
  text-align: center;
  font-size: 2.5rem;
}

.nav-menu-13 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #1fa9ff;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
}

.heading-51 {
  color: #fff;
}

.btn-and-video-div {
  margin-top: 100px;
  display: flex;
}

.animation-data {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.1;
}

.team-member-image-two-3 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 390px;
  margin-bottom: 18px;
}

.div-block-504 {
  position: relative;
  overflow: hidden;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.hero-heading {
  color: #02336e;
  margin-top: 100px;
  font-family: Mulish, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 100px;
}

.paragraph-11 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
  overflow: hidden;
}

.team-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.heading-52 {
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}

.submit-button-6 {
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 1.2rem;
}

.hero-text-block {
  color: #023169;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.text-container-portfoliyo {
  margin-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.div-block-505 {
  align-self: center;
  overflow: hidden;
}

.foter-grid {
  color: var(--white);
  background-image: linear-gradient(#b8b8b8cc, #b8b8b8cc);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-506 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.python {
  background-color: #1fa9ff;
  border-radius: 5px;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.div-block-507 {
  margin-top: 60px;
  overflow: hidden;
}

.div-block-508 {
  position: relative;
  overflow: hidden;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.c-786 {
  border-radius: 5px;
  width: 450px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.image-56 {
  border-radius: 8px;
}

.text-block-64 {
  color: #000;
  text-align: center;
  font-size: 1.4rem;
}

.jquery {
  border-radius: 5px;
  width: 680px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.javascripts {
  border-radius: 5px;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.team-member-position {
  margin-bottom: 24px;
}

.pricing-section {
  display: none;
}

.navbar-15 {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-509 {
  position: relative;
  overflow: hidden;
}

.contect-us {
  background-color: #1fa9ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.heading-53 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.google {
  text-align: left;
  width: 40px;
  margin-top: 0;
}

.team-block-3 {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 24px;
  box-shadow: 0 0 10px 3px #0274efc2;
}

.text-span-17 {
  color: #404040;
}

.heading-54 {
  text-align: center;
  font-size: 2rem;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.team-card {
  text-align: center;
  text-transform: capitalize;
  border-radius: 20px 10px 10px;
  flex-direction: column;
  align-items: center;
  height: 488px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  box-shadow: -1px 4px 10px 1px #0274efc2;
}

.btn-2 {
  color: var(--black);
  background-color: #e3e3e3;
  border-radius: 5px;
  margin-bottom: 60px;
  transition: all .6s;
}

.btn-2:hover {
  background-color: var(--light-grey);
  color: #1fa9ff;
  border: 2px solid #1fa9ff;
  transform: scale(1.2);
}

.btn-2.w--current {
  background-color: var(--light-grey);
  color: #1fa9ff;
  border: 2px solid #1fa9ff;
  font-weight: 700;
}

.btn-2.w--current:hover {
  background-color: var(--light-grey);
  color: #1fa9ff;
  border: 2px solid #1fa9ff;
  transform: scale(1.2);
}

._0cf4f0 {
  color: #404040;
}

.button-282 {
  background-color: #1fa9ff;
  border-radius: 5px;
  font-family: Mulish, sans-serif;
  font-size: 1.2rem;
}

.foter-section {
  background-color: #1fa9ff;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.link-3 {
  display: none;
}

.btn-s-div {
  justify-content: space-between;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-slider {
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.bold-text-2-copy {
  font-size: 1.4rem;
}

.text-block-65 {
  color: #898677;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 1.2rem;
  font-weight: 500;
}

.second-text-container-of-futter {
  text-align: center;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.angular-js {
  border-radius: 5px;
  width: 450px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.dropdown-toggle-2 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 1rem;
}

.grid-wrapper-copy-88 {
  text-align: center;
  width: 300px;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
}

.link-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

._678 {
  width: 55px;
}

.div-block-510 {
  position: relative;
  overflow: hidden;
}

.button-283 {
  border: 3px solid var(--white);
  background-color: #0000;
  border-radius: 20px;
}

.html5 {
  border-radius: 5px;
  width: 680px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.image-59 {
  width: 500px;
  height: 500px;
}

.link-block-9 {
  color: #232323;
  text-decoration: none;
}

.button-284 {
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.text-block-66 {
  text-align: left;
  line-height: .1;
}

.image-60 {
  width: 60px;
}

.our-portfolio {
  margin-top: 180px;
  padding-bottom: 220px;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-67 {
  color: #1fa9ff;
  font-size: 1.2rem;
  font-weight: 700;
}

.read-to-start-something-great {
  color: var(--white);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: 600;
}

.div-block-511 {
  background-color: #1fa9ff;
  width: 0;
  position: absolute;
  inset: 0%;
}

.grid-17 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  overflow: hidden;
}

.image-61 {
  width: 40px;
  height: 40px;
}

.text-container-foter {
  text-align: left;
  height: 400px;
  margin-bottom: 10px;
}

.text-block-69 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.blog-grid {
  grid-column-gap: 33px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.form-5 {
  text-align: center;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 20px;
  /* box-shadow: 2px 3px 6px 1px #0003; */
}

.button-285 {
  color: var(--black);
  background-color: #fff;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.2rem;
}

.image-62 {
  width: 400px;
}

.div-block-512 {
  background-color: #ececec;
  border-radius: 5px;
  width: 700px;
  margin-bottom: 20px;
}

.nav-link-12-copy-copy {
  color: #1fa9ff;
  align-self: center;
  padding: 10px;
}

.nav-link-12-copy-copy.w--current {
  color: var(--white);
  background-color: #1fa9ff;
  border-radius: 5px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 1.1rem;
}

.paragraph-3-copy-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.text-block-35-copy {
  color: #404040;
}

.grid-18 {
  grid-row-gap: 23px;
  grid-template-columns: 1fr 1fr 1fr;
}

.contect-us-wrappar {
  text-align: center;
  width: auto;
}

.css3 {
  border-radius: 5px;
  width: 600px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.logo-div-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--light-grey);
  border-radius: 10px;
  justify-content: space-between;
  width: 1000px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
  height: 400px;
  margin-bottom: 24px;
}

.last-futer-div {
  background-image: linear-gradient(#b7b7b7cc, #b7b7b7cc);
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-63 {
  z-index: 100;
  position: absolute;
  overflow: hidden;
}

.button-16 {
  text-align: center;
  background-color: #1fa9ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-weight: 700;
  line-height: 1.6rem;
}

.div-block-513 {
  position: relative;
  overflow: hidden;
}

.heading-55 {
  font-size: 1rem;
}

.eusoft-hero-section {
  justify-content: space-between;
  margin-top: 170px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.why-us {
  height: 100vh;
  margin-top: 100px;
}

.paragraph-12 {
  color: #fff;
}

.dropdown-toggle-3 {
  color: #02336e;
  padding: 10px 40px 10px 10px;
  font-size: 1rem;
}

.text-block-70 {
  text-align: center;
  padding-bottom: 60px;
}

.google-copy {
  width: 55px;
  margin-top: 0;
}

.image-64 {
  width: 60px;
}

.servicses {
  color: #1fa9ff;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.servicses.w--current {
  color: var(--white);
  background-color: #1fa9ff;
  border-radius: 5px;
}

.eusoft-hero-wrapper {
  overflow: hidden;
}

.dropdown-howar {
  transition: all .4s;
}

.dropdown-howar:hover {
  color: #10bab9;
}

.second-animation-dive {
  text-align: center;
  padding: 60px 10px 10px;
  display: none;
  position: relative;
}

.blog-section-2 {
  margin-top: 220px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.div-block-514 {
  background-color: #001eff;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.grid-wrapper {
  z-index: 0;
  text-align: center;
  width: 300px;
  padding: 40px 0 10px;
  position: relative;
}

.paragraph-13 {
  color: #7d7d7d;
  width: 480px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
}

.intro-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.team-circles {
  background-color: var(--white);
  padding: 80px 10px;
  position: relative;
}

.nav-link-20 {
  color: #02336e;
  padding: 10px;
  font-size: 1rem;
  display: block;
}

.grid-21 {
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-72 {
  color: #7d7d7d;
  text-align: center;
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 500;
}

.message-field {
  background-color: var(--white);
  color: #000;
  border-radius: 5px;
  padding-bottom: 100px;
  font-size: 1.2rem;
}

.about-us {
  height: auto;
  margin-top: 220px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.text-field-4 {
  background-color: var(--white);
  color: #000;
  border-radius: 5px;
  height: 50px;
  font-size: 1.2rem;
}

.div-block-516 {
  overflow: hidden;
}

.eusoft-nav-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.centered-heading-5 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 2.5rem;
}

.nav-link-21 {
  color: #1fa9ff;
  padding: 10px;
  font-family: Mulish, sans-serif;
  font-size: 1.2rem;
}

.contact-section {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px 0px !important;
}

.logo-div-eusoft {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-73 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-58 {
  color: #24c0bf;
  text-align: left;
  font-size: 2.5rem;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-14 {
  color: #807e72;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.container-19 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-66 {
  border-radius: 10px;
  width: 100px;
}

.bold-text-15 {
  font-family: Mulish, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-block-74 {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.div-block-517 {
  position: relative;
  overflow: hidden;
}

.text-block-75 {
  color: var(--white);
  text-align: left;
  width: 250px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
}

.heading-59 {
  text-align: center;
  font-size: 1.7rem;
}

.eusoft-nav-section {
  z-index: 1000;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.image-67 {
  width: 77.9948px;
}

.heading-61 {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
}

.project-heading {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.dropdown-list-4 {
  background-color: #fee145;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.button-17-copy {
  border-radius: 5px;
  width: 600px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-518 {
  border: 4px solid #ff0059;
  width: 400px;
  height: 359px;
  position: absolute;
  top: 2097.01px;
  left: 1026.41px;
}

.link-5 {
  color: #404040;
}

.nav-link-22 {
  color: #1fa9ff;
  padding: 10px;
  font-size: 1.2rem;
}

.form-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-15 {
  width: 250px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.div-block-520 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.text-block-76 {
  font-size: 1.4rem;
}

.link-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #585858;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-section {
  margin-top: 220px;
  padding-bottom: 140px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.div-block-521 {
  box-shadow: 0 5px 7px #0003;
}

.heading-62 {
  color: #fff;
}

.heading-63 {
  font-family: Mulish, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.div-block-522 {
  align-self: center;
}

.dropdown-list-5.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.navbar-16 {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.text-span-20 {
  color: #ffa705;
}

.heading-64 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.button-287 {
  background-color: #1fa9ff;
  border-radius: 10px;
}

.dropdown-toggle-4 {
  color: #02336e;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-77 {
  text-align: left;
}

.image-70 {
  width: 60px;
}

.div-block-523 {
  background-color: #12006c;
  width: 0;
  position: absolute;
  inset: 0%;
}

.paragraph-16 {
  color: #fff;
}

.services-section {
  background-color: #a6a6a6;
  background-image: url('../images/download-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  padding: 140px 50px;
  display: flex;
  position: relative;
}

.image-71 {
  width: 60px;
}

.div-block-524 {
  background-color: #001eff;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-blok-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-23 {
  color: #02336e;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.grid-23 {
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link-24 {
  color: #02336e;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

.heading-65 {
  font-size: 2rem;
}

.heading-65.bold-text-20 {
  text-align: left;
  font-size: 3rem;
}

.image-72 {
  border-radius: 10px;
  width: 100px;
}

.bold-text-16 {
  font-size: 1.2rem;
  font-weight: 500;
}

.text-block-80 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-list-6 {
  background-color: #fee145;
}

.dropdown-list-6.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.nav-link-25 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-17 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.heading-66 {
  color: #fff;
}

.heading-67 {
  font-size: 2rem;
}

.div-block-525 {
  align-self: center;
}

.dropdown-list-7.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.navbar-17 {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.image-dive-3 {
  border: 4px solid var(--white);
  padding: 10px;
  position: absolute;
  top: 52%;
  bottom: auto;
  right: 6%;
}

.text-span-21 {
  color: #ffa705;
}

.heading-68 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.button-288 {
  background-color: #1fa9ff;
  border-radius: 10px;
}

.dropdown-toggle-5 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-81 {
  color: #585858;
  text-align: left;
}

.image-74 {
  width: 60px;
}

.div-block-526 {
  background-color: #12006c;
  width: 0;
  position: absolute;
  inset: 0%;
}

.paragraph-18 {
  color: #fff;
}

.dropdown-toggle-6 {
  color: #02336e;
  font-size: 1.1rem;
}

.image-75 {
  width: 60px;
}

.div-block-527 {
  background-color: #001eff;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-26 {
  color: #02336e;
}

.grid-24 {
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link-27 {
  color: #02336e;
}

.heading-69 {
  color: var(--black);
  text-align: left;
  font-size: 3rem;
}

.image-76 {
  border-radius: 10px;
  width: 100px;
}

.bold-text-17 {
  font-size: 1.2rem;
  font-weight: 500;
}

.dropdown-list-8 {
  background-color: #fee145;
}

.dropdown-list-8.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.nav-link-28 {
  color: #02336e;
}

.paragraph-19 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.image-77 {
  width: 300px;
}

.heading-70 {
  color: #fff;
}

.heading-71 {
  font-size: 3rem;
  font-weight: 600;
}

.div-block-528 {
  align-self: center;
}

.dropdown-list-9.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.navbar-18 {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.text-span-22 {
  color: #ffa705;
}

.heading-72 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1rem;
}

.button-289 {
  background-color: #1fa9ff;
  border-radius: 10px;
}

.image-78 {
  width: 60px;
}

.div-block-529 {
  background-color: #12006c;
  width: 0;
  position: absolute;
  inset: 0%;
}

.paragraph-20 {
  color: #fff;
}

.dropdown-toggle-7 {
  color: #02336e;
  font-size: 1.1rem;
}

.image-79 {
  width: 60px;
}

.div-block-530 {
  background-color: #001eff;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-29 {
  color: #02336e;
}

.nav-link-29.nav-link-30 {
  display: none;
}

.grid-25 {
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link-30 {
  color: #02336e;
}

.image-80 {
  border-radius: 10px;
  width: 100px;
}

.bold-text-18 {
  font-size: 1rem;
  font-weight: 500;
}

.dropdown-list-10 {
  background-color: #fee145;
}

.dropdown-list-10.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.nav-link-31 {
  color: #02336e;
}

.nav-link-31.nav-link-30 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-21 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.heading-74 {
  color: #fff;
}

.div-block-531 {
  align-self: center;
}

.dropdown-list-11.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.dropdown-6 {
  align-self: center;
}

.navbar-19 {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.text-span-23 {
  color: #ffa705;
}

.heading-76 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.button-290 {
  background-color: #1fa9ff;
  border-radius: 10px;
}

.image-82 {
  width: 60px;
}

.div-block-532 {
  background-color: #12006c;
  width: 0;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle-8 {
  color: #02336e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.1rem;
}

.image-83 {
  width: 60px;
}

.div-block-533 {
  background-color: #001eff;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-32 {
  color: #02336e;
  display: none;
}

.grid-26 {
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link-33 {
  color: #02336e;
}

.image-84 {
  border-radius: 10px;
  width: 100px;
}

.nav-link-34 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-22 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.heading-78 {
  color: #fff;
}

.heading-79 {
  font-size: 3rem;
  font-weight: 600;
}

.div-block-534 {
  align-self: center;
}

.dropdown-list-12.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.navbar-20 {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.text-span-24 {
  color: #ffa705;
}

.heading-80 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.button-291 {
  background-color: #1fa9ff;
  border-radius: 10px;
}

.dropdown-toggle-9 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-86 {
  width: 60px;
}

.div-block-535 {
  background-color: #12006c;
  width: 0;
  position: absolute;
  inset: 0%;
}

.image-87 {
  width: 60px;
}

.div-block-536 {
  background-color: #001eff;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-35 {
  color: #02336e;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.nav-link-35.w--current {
  color: var(--white);
  background-color: #10bab9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-27 {
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link-36 {
  color: #02336e;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-88 {
  border-radius: 10px;
  width: 100px;
}

.nav-link-37 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-23 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.heading-82 {
  color: #fff;
}

.heading-83 {
  font-size: 3rem;
}

.div-block-537 {
  align-self: center;
}

.dropdown-list-13.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.dropdown-8 {
  align-self: center;
}

.navbar-21 {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.text-span-25 {
  color: #ffa705;
}

.heading-84 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.button-292 {
  background-color: #1fa9ff;
  border-radius: 10px;
}

.dropdown-toggle-10 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-90 {
  width: 60px;
}

.div-block-538 {
  background-color: #12006c;
  width: 0;
  position: absolute;
  inset: 0%;
}

.image-91 {
  width: 60px;
}

.div-block-539 {
  background-color: #001eff;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-38 {
  color: #02336e;
  display: none;
}

.grid-28 {
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link-39 {
  color: #02336e;
}

.image-92 {
  border-radius: 10px;
  width: 100px;
}

.nav-link-40 {
  color: #02336e;
}

.nav-link-40.w--current {
  color: var(--white);
  background-color: #1fa9ff;
  border-radius: 5px;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-24 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.heading-86 {
  color: #fff;
}

.div-block-540 {
  align-self: center;
}

.dropdown-list-14.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.dropdown-9 {
  align-self: center;
}

.navbar-22 {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.text-span-26 {
  color: #ffa705;
}

.button-293 {
  background-color: #10bab9;
}

.dropdown-toggle-11 {
  color: #02336e;
}

.image-94 {
  width: 60px;
}

.div-block-541 {
  background-color: #12006c;
  width: 0;
  position: absolute;
  inset: 0%;
}

.image-95 {
  width: 60px;
}

.div-block-542 {
  background-color: #001eff;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-41 {
  color: #02336e;
  font-size: 1.2rem;
  display: none;
}

.grid-29 {
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link-42 {
  color: #02336e;
}

.image-96 {
  border-radius: 10px;
  width: 100px;
}

.nav-link-43 {
  color: #02336e;
}

.paragraph-25 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.heading-90 {
  color: #fff;
}

.heading-91 {
  font-size: 3rem;
  font-weight: 600;
}

.div-block-543 {
  align-self: center;
}

.dropdown-list-15.w--open {
  background-color: #fff;
  box-shadow: 2px 2px 10px #0003;
}

.navbar-23 {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.text-span-27 {
  color: #ffa705;
}

.button-294 {
  background-color: #1fa9ff;
  border-radius: 10px;
}

.dropdown-toggle-12 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-98 {
  width: 60px;
}

.div-block-544 {
  background-color: #12006c;
  width: 0;
  position: absolute;
  inset: 0%;
}

.image-99 {
  width: 60px;
}

.div-block-545 {
  background-color: #001eff;
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-44 {
  color: #02336e;
  display: none;
}

.grid-30 {
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link-45 {
  color: #02336e;
}

.image-100 {
  border-radius: 10px;
  width: 100px;
}

.nav-link-46 {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-26 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.section-11 {
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-102 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.slide-3 {
  text-align: center;
}

.slider-3 {
  background-color: #0000;
  height: 65vh;
}

.image-103 {
  width: 425px;
}

.image-104 {
  width: 400px;
}

.heading-94 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.web-design, .web-design-copy {
  font-size: 1.3rem;
}

.button-295 {
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
}

.div-block-546-copy {
  border-radius: 5px;
  margin-bottom: 10px;
}

.slide-4 {
  background-color: #0000;
  height: 80vh;
}

.image-105 {
  border-radius: 90px;
  position: absolute;
  inset: 0% 0% auto 43%;
  box-shadow: 1px 1px 5px 1px #0274efc2;
}

.slider-wrapper {
  background-color: #fff;
  margin-top: 10px;
  padding-top: 78px;
  position: relative;
}

.slider-4 {
  background-color: #0000;
  height: 90vh;
}

.div-block-547 {
  text-align: center;
  background-color: #d4eeff;
  width: 1000px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.text-block-112 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.heading-60-copy {
  font-size: 2rem;
}

.div-block-546-copy {
  background-color: #c4c4c4;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.heading-96 {
  font-size: 1.7rem;
  font-weight: 600;
}

.dfsfwa {
  margin-top: 10px;
  margin-bottom: 40px;
}

.div-block-548 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-9 {
  width: 400px;
}

.image-106 {
  align-self: flex-start;
  width: 40px;
}

.about-btn {
  color: #02336e;
}

.project-btn {
  color: #02336e;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-26-copy {
  color: #02336e;
}

.testimonials {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.all-pages-btn {
  color: #02336e;
  font-size: 1.1rem;
}

.blogs-btn {
  color: #1fa9ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body-27 {
  font-family: Mulish, sans-serif;
}

.data-dive-copy {
  background-color: #24c0bf;
  height: 350px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.contect-grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
}

.btn-2-copy {
  color: var(--black);
  background-color: #e3e3e3;
}

.app-btn {
  background-color: #d7d7d7;
}

.heading-97 {
  font-size: 1rem;
}

.section-13 {
  overflow: hidden;
}

.team-member-image-two-3-copy {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 390px;
  margin-bottom: 18px;
}

.text-span-30 {
  color: var(--white);
  font-size: 18px;
}

.text-block-114 {
  width: 200px;
  margin-left: 34px;
}

.app-btn-copy {
  color: var(--black);
  background-color: #e3e3e3;
}

.bold-text-20 {
  font-size: 3rem;
  font-weight: 600;
}

.btn-2-copy-copy, .btn-2-copy-copy-copy {
  color: var(--black);
  background-color: #e3e3e3;
}

.paragraph-30 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
}

.icon-3 {
  color: #006aff;
  border-radius: 5px;
  font-weight: 600;
}

.icon-4 {
  background-color: #929292;
  border-radius: 5px;
}

.bold-text-21, .bold-text-22, .bold-text-23 {
  font-size: 2rem;
}

.select-field {
  background-color: var(--white);
  color: #000;
  border-radius: 5px;
  height: 50px;
  font-size: 1.2rem;
}

.div-block-549 {
  z-index: 999;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -9% 0% auto;
  overflow: hidden;
}

.image-107 {
  min-width: 100px;
}

.bold-text-24 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.bold-text-25 {
  color: var(--black);
  font-size: 2.5rem;
}

.div-block-550 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-108 {
  align-self: center;
  min-width: 90px;
  max-width: 80%;
  height: 70px;
}

.image-size {
  object-fit: cover;
  border-radius: 10px 10px 0% 0%;
  width: 300px;
  height: 400px;
  margin-bottom: 24px;
  padding-top: 0;
}

.ada-meer-image {
  object-fit: cover;
  border-radius: 10px 10px 0% 0%;
  width: 300px;
  height: 400px;
  margin-bottom: 24px;
}

.irshad-image {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
  height: 400px;
  margin-bottom: 24px;
}

.project-images, .image-62-copy {
  width: 400px;
}

.text-block-115 {
  font-size: 1.2rem;
}

.div-block-551 {
  width: 600px;
  overflow: hidden;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  height: 400px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: block;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: block;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.div-block-552 {
  height: 100vh;
  padding: 50px;
}

.div-block-553 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 500px;
  padding-left: 0;
  display: flex;
}

.slider-5 {
  background-color: var(--white);
  width: 1105px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-554 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.grid-32 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-506-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: none;
}

.image-109 {
  width: 200px;
}

.image-110 {
  width: 30px;
  height: 30px;
}

.link-block-10-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #585858;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.div-block-555 {
  margin-top: 25px;
}

.icons-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  display: flex;
}

.image-111, .image-112, .image-113 {
  width: 40px;
}

.bold-text-26, .bold-text-27 {
  color: var(--black);
}

.image-114, .image-115, .image-116 {
  height: 50px;
}

.image-121 {
  width: 40px;
}

.heading-98 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1rem;
}

.image-122 {
  width: 300px;
}

.div-block-558 {
  border: 5px solid var(--white);
  border-radius: 7px;
  padding: 2px;
  position: absolute;
  inset: auto 8% -25% auto;
}

.image-123 {
  width: 300px;
}

.heading-99 {
  font-size: 3rem;
}

.image-124 {
  width: 300px;
}

._558 {
  border: 5px solid var(--white);
  border-radius: 7px;
  padding: 2px;
  position: absolute;
  inset: auto 8% -25% auto;
}

.image-125, .image-126 {
  width: 300px;
}

.heading-100 {
  font-size: 3rem;
}

.bold-text-28 {
  font-weight: 600;
}

.image-127 {
  border-radius: 50px;
}

.heading-101 {
  font-size: 1rem;
}

.div-block-546-copy-copy {
  background-color: #ebebeb;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.image-128 {
  width: 300px;
}

.dropdown-10 {
  align-self: center;
}

.image-129 {
  width: 300px;
}

.section-15 {
  overflow: hidden;
}

.javascripts-copy {
  border-radius: 5px;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.div-block-559 {
  align-self: center;
}

.image-132 {
  width: 369.625px;
  margin-left: auto;
  margin-right: auto;
}

.icon-5 {
  color: #006aff;
  font-weight: 600;
}

.image-133 {
  width: 200px;
  height: 326px;
}

.slide-6, .slide-7, .slide-8 {
  text-align: center;
}

.team-card-2 {
  text-align: center;
  text-transform: capitalize;
  border-radius: 20px 10px 10px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  box-shadow: 2px 2px 20px 10px #0003;
}

.icon-6 {
  color: #161fc8;
  font-size: 2rem;
  font-weight: 700;
}

.right-arrow {
  color: #0d47b3;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2.9rem;
  font-weight: 700;
}

.python-copy {
  border-radius: 5px;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.italic-text-6 {
  font-style: normal;
}

.heading-103 {
  color: #1fa9ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

.footer-light {
  background-color: #1fa9ff;
  border-bottom: 1px solid #e4ebf3;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--white);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.text-block-117, .icon-7, .text-block-118, .icon-8 {
  color: #1fa9ff;
}

.nav-link-47 {
  display: none;
}

.nav-link-12-copy-copy-copy {
  color: #02336e;
  align-self: center;
  padding: 10px;
}

.nav-link-12-copy-copy-copy.w--current {
  color: var(--white);
  background-color: #1fa9ff;
  border-radius: 10px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Mulish, sans-serif;
  font-size: 1.2rem;
}

.testimonials-links.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-33 {
  color: #1fa9ff;
  font-weight: 500;
}

.text-block-121 {
  color: #1fa9ff;
}

.project-impliment-image {
  width: 55px;
}

.grid-wrapper-copy-copy {
  z-index: 0;
  text-align: center;
  width: 300px;
  padding: 40px 0 10px;
  position: relative;
}

.team-rank-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-561 {
  text-align: center;
  width: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-562 {
  justify-content: space-between;
  display: flex;
}

.div-block-563 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-565 {
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.tab-pane-tab-3 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-566 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.btn-2-copy {
  color: var(--black);
  background-color: #e3e3e3;
  border-radius: 5px;
  margin-bottom: 60px;
  transition: all .6s;
}

.btn-2-copy:hover {
  background-color: var(--light-grey);
  color: #1fa9ff;
  border: 2px solid #1fa9ff;
  transform: scale(1.2);
}

.btn-2-copy.w--current {
  background-color: var(--light-grey);
  color: #1fa9ff;
  border: 2px solid #1fa9ff;
  font-weight: 700;
}

.btn-2-copy.w--current:hover {
  background-color: var(--light-grey);
  color: #1fa9ff;
  border: 2px solid #1fa9ff;
  transform: scale(1.2);
}

.image-137 {
  width: 20px;
  height: 20px;
}

.heading-105 {
  font-size: 2.5rem;
}

.div-block-568 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-106 {
  font-size: 2rem;
}

.lets-get-a-guote {
  text-align: center;
  padding-top: 100px;
}

.button-297 {
  border-radius: 10px;
}

.project-heading-copy {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.grid-wrapper-copy {
  z-index: 0;
  text-align: center;
  z-index: 0;
  text-align: center;
  width: 300px;
  padding: 40px 0 10px;
  position: relative;
}

.second-animation-dive-copy {
  text-align: center;
  padding: 60px 10px 10px;
  display: none;
  position: relative;
}

.heading-107 {
  font-size: 1.7rem;
}

.div-block-573 {
  position: sticky;
  top: 100px;
}

.image-140 {
  width: 250px;
  height: 340px;
}

.image-siza {
  width: 388px;
  height: 325px;
}

.background-video-7 {
  z-index: 999;
  width: 450px;
  height: 450px;
}

.services-with-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #585858;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.image-141 {
  height: 268px;
}

.greater-then-image {
  width: 20px;
}

.contact-section-of-project-details {
  margin-top: 140px;
  margin-bottom: 0;
  padding: 40px 50px;
}

.our-portfolio-of-project-dettails {
  margin-top: 180px;
  padding-bottom: 220px;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-link-48 {
  color: #02336e;
  padding: 10px;
  font-size: 1rem;
  display: none;
}

.bold-text-37 {
  font-size: 1rem;
  font-weight: 500;
}

.link-14 {
  color: #000;
  text-decoration: none;
}

.team-member-dimage {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
  height: 350px;
  margin-bottom: 24px;
}

.bold-text-15-copy {
  font-size: 1rem;
  font-weight: 500;
}

.div-block-575 {
  text-align: center;
}

.button-299 {
  border-radius: 20px;
  font-size: 1.2rem;
}

.services-section-on-services-page {
  margin-top: 220px;
  padding-left: 50px;
  padding-right: 50px;
}

.services-section-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.services-boxes {
  justify-content: space-around;
  display: flex;
}

.heading-108 {
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.image-142 {
  width: 50px;
  height: 50px;
}

.heading-108-copy {
  font-size: 2rem;
}

.tabs-2 {
  margin-top: 40px;
  display: flex;
}

.tabs-menu-3 {
  border-right: 1px solid var(--silver);
  text-transform: capitalize;
  flex-flow: column;
  padding-right: 100px;
  display: flex;
}

.tab-link-tab-2-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 10px;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--white);
  background-image: linear-gradient(135deg, #2395e7, #fff);
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tabs-content-2 {
  overflow: visible;
}

.div-block-577 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #e7e7e7;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 158px;
  margin: 5px;
  padding: 5px 10px;
  display: flex;
}

.image-144 {
  width: 35px;
}

.text-block-128 {
  align-self: center;
  margin-left: -20px;
  padding-left: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.heading-109 {
  font-family: Mulish, sans-serif;
  font-size: 1.7rem;
}

.grid-34 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-577-copy, .hide-dive-block {
  display: none;
}

.text-block-129 {
  text-align: center;
}

.heading-110 {
  font-size: 2rem;
  line-height: 1.1;
}

.image-145 {
  width: 40px;
  height: 40px;
}

.div-block-578 {
  text-transform: capitalize;
  padding-left: 40px;
}

.div-block-579, .div-block-580 {
  padding-left: 40px;
}

.logo-image {
  width: 100px;
  height: 50px;
}

.team-member-image-copy {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
  height: 400px;
  margin-bottom: 10px;
}

.tab-pane-tab-1-2 {
  margin-top: 20px;
}

.nisar-pic {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
  height: 400px;
  margin-bottom: 10px;
}

.body-36 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Mulish, sans-serif;
}

.navebar-section {
  z-index: 1000;
  border-bottom: 1px solid var(--silver);
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.image-154 {
  width: 120px;
  height: 60px;
}

.navbar-24 {
  background-color: #0000;
}

.nav-link-49 {
  color: var(--blue);
  vertical-align: baseline;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
}

/* .nav-link-49.w--current {
  color: var(--white);
  background-color: #1fa9ff;
  border-radius: 5px;
} */

.container-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.section-19 {
  margin-top: 100px;
}

.hero-subscribe-right {
  background-color: transparent;
  margin-top: 90px !important;
  /* padding: 80px 30px; */
  position: relative;
}
@media screen and (min-width: 1439px) {
  .hero-subscribe-right {
    margin-top: 10% !important;
  }
}


.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.hero-form {
  align-self: center;
  margin-bottom: 12px;
}

.hero-form-container {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #1fa9ff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:active {
  background-color: #43464d;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.hero-heading-1 {
  letter-spacing: 5px;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: .7;
}

.container-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 0;
}

.grid-35 {
  grid-column-gap: 31px;
  grid-row-gap: 67px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2255 {
  grid-column-gap: 31px;  /* Space between columns */
  grid-row-gap: 67px;     /* Space between rows */
  grid-template-rows: auto auto auto;  /* You can adjust the number of rows dynamically */
  grid-template-columns: repeat(4, 1fr);  /* 4 equal-width columns */
}


.services-box-1 {
  text-align: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5px 10px;
  box-shadow: 0 0 2px 1px grey;
}

.services-title-1 {
  text-align: center;
  font-size: 1.7rem;
}

.text-block-130 {
  text-align: center;
  width: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-reviews {
  text-align: center;
  width: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 30px;
}

.bold-text-38 {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.text-span-40 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

/* .about-us-1 {
  margin-top: 100px;
} */

.heading-111 {
  text-align: center;
}

.hero-heading-center-3 {
  background-color: #fff;
  /* padding: 0 30px; */
  position: relative;
}

.container-24 {
  text-align: center;
  background-color: #fff;
  /* max-width: 1300px; */
  width: 100%
}

.centered-heading-7 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-7.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: start;
  width: auto;
  /* padding-bottom: 10px; */
  display: flex;
}

.hero-split-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px-4 {
  text-align: left;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.shadow-two-4 {
  width: 500px;
  height: 450px;
}

.about-us-title-1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.text-block-131 {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.team-skils-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-155 {
  width: 30px;
  height: 30px;
}

.heading-112 {
  margin-top: 0;
  font-size: 1.5rem;
}

.heading-113 {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.heading-114 {
  color: var(--black);
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.2;
  /* padding-top: 15px */
}

.sub-heading-114 {
  color: var(--black);
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 15px
}

.paragraph-31 {
  text-align: center;
}

.hero-heading-right {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  /* padding: 80px 30px; */
  position: relative;
}

.hero-split-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.div-block-584 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-156 {
  align-self: flex-start;
  width: 20px;
  height: 20px;
}

.our-portfolio-section-1 {
  margin-bottom: 100px;
}

.container-25 {
  max-width: 1400px;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 80px 0;
  position: relative;
}

.container-26 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  box-shadow: 0 0 12px 2px var(--silver);
  border-radius: 10px;
  position: relative;
}

.gallery-image-2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 350px;
}

.gallery-slide-text-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-3 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

.heading-115 {
  font-size: 2rem;
}

.paragraph-32 {
  text-align: center;
  margin-bottom: 40px;
}

.mask {
  border-radius: 10px;
  width: 853.333px;
  height: 480px;
  padding: 10px;
}

.link-15 {
  color: var(--black);
  text-decoration: none;
}

.bold-text-39 {
  color: var(--black);
}

.bold-text-40 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph-33 {
  width: 390px;
}

.btn-div {
  text-align: center;
  margin-top: 60px;
}

.button-300 {
  border-radius: 10px;
}

.button-301 {
  border-radius: 10px;
  font-size: 1.3rem;
}

.our-blogs-title-1 {
  margin-bottom: 40px;
}

.text-block-132 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-41 {
  font-weight: 400;
  line-height: 1.5;
}

.bold-text-42 {
  font-weight: 400;
}

.grid-36 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.text-block-133 {
  margin-left: 20px;
  font-size: 1rem;
  font-weight: 400;
}

.bold-text-43, .bold-text-44 {
  font-size: 1.2rem;
  font-weight: 400;
}

.text-block-134 {
  margin-bottom: 60px;
}

.link-16 {
  color: var(--black);
  text-decoration: none;
}

.bold-text-45, .bold-text-46 {
  font-size: 1.2rem;
  font-weight: 400;
}

.blogs-card-1 {
  border-radius: 10px;
  width: fit-content;
  box-shadow: 0 0 2px 1px grey;
}

.btn-div-1 {
  text-align: center;
  margin: 30px auto 10px;
}

.button-302 {
  border-radius: 10px;
}

.image-157 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 225.844px;
}

.button-303 {
  border-radius: 10px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
  font-size: 1.2rem;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.book-a-meating-section {
  background-color: #f5f7fa;
  background-image: url('../images/colorful-abstract-vector-background_987701-2885.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-304, .view-all-project-btn {
  border-radius: 10px;
  font-size: 18px;
  line-height: 30px;
}

.button-305 {
  border: 1px solid var(--white);
}

.button-306 {
  border: 2px solid var(--white);
  border-radius: 20px;
  font-size: 18px;
  line-height: 30px;
}

.div-block-585 {
  text-align: center;
  background-color: #3898ec6b;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-top: 60px;
  /* margin-left: auto; */
  margin-right: auto;
  padding: 50px 10px 5px;
  position: relative;
}

.image-158 {
  border-radius: 80px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -51px;
  right: 46%;
}

.clinde-name {
  color: var(--black);
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.2;
}

.slider-6 {
  background-color: var(--white);
  height: 50vh;
}

.text-block-136 {
  font-size: 0.8rem;
}

.paragraph-34 {
  text-align: center;
  font-size: 1rem;
}

.icon-10, .icon-11 {
  color: #1fa9ff;
}

.team-section {
  margin-top: 100px;
}

.team-title-1 {
  margin-bottom: 0;
}

.team-slider-3 {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 40px;
  position: relative;
}

.container-28 {
  width: 100%;
  /* max-width: 1300px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.7rem;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  margin-left: 2%;
  width: 21%;
  margin-right: 2%;
}

.team-block-4 {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 1px grey;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  text-align: center;
  margin: 10px auto 12px;
  font-size: 1.5rem;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: block;
}

.team-slider-nav-3 {
  color: #1fa9ff;
  margin-top: 24px;
  font-size: 15px;
  position: static;
  bottom: -60px;
}


.mask-2 {
  width: 100%;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* padding: 12px; */
}

.icon-12, .icon-13 {
  color: #1fa9ff;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-29 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.footer-light-copy {
  background-color: #1fa9ff;
  border-bottom: 1px solid #e4ebf3;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.footer-light-1 {
  background-color: #1fa9ff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding: 100px 30px 10px;
  position: relative;
}

.compny-title-1 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.logo-div-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -8% 0% auto;
  overflow: hidden;
}

.text-block-137 {
  text-align: left;
  line-height: 1.2;
}

.text-block-138 {
  text-align: left;
}

.about-us-section-1 {
  background-image: linear-gradient(90deg, #364a57fa 44%, #fff0), url('../images/Happy-work-team-cheering-and-celebrating-at-meeting-team-collaboration.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 80vh;
  margin-top: 67px;
}

.container-of-about-section-1 {
  text-align: left;
  /* height: 80vh; */
  padding-top: 50px;
  /* padding-bottom: 50px; */
  /* padding-left: 50px; */
  position: relative;
}

.about-us-title {
  color: var(--black);
  font-family: Mulish, sans-serif;
  font-size: 2rem;
}

.about-us-text-block-1 {
  color: var(--white);
  width: 550px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.body-37 {
  font-family: Mulish, sans-serif;
}

.btn-wrapper-div {
  text-align: left;
  width: 500px;
  margin-top: 40px;
}

.button-307 {
  background-color: #1fa9ff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-586 {
  z-index: 999;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -55% 0% auto;
}

.logo-div-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f4f4f4;
  border-radius: 10px;
  justify-content: space-between;
  width: 1000px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-162 {
  align-self: center;
  width: 70px;
  height: 70px;
}

.image-163 {
  min-width: 100px;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-30 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-9 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.1;
}


.centered-subheading-6 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
  height: 371px;
  margin-bottom: 10px;
}

.team-member-name-2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 20px;
}

.team-circles-2-copy {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-deta-1 {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.tab-pane-tab-1-3 {
  padding: 10px;
}

.tabs-menu-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-tab-3-3 {
  border-radius: 5px;
}

.tab-link-tab-3-3.w--current {
  color: var(--white);
  background-color: #1fa9ff;
}

.tab-link-tab-2-3 {
  border-radius: 5px;
}

.tab-link-tab-2-3.w--current {
  color: var(--white);
  background-color: #1fa9ff;
}

.tab-link-tab-1-3 {
  border-radius: 5px;
}

.tab-link-tab-1-3.w--current {
  color: var(--white);
  background-color: #1fa9ff;
}

.tabs-3 {
  margin-top: 20px;
}

.tab-pane-tab-2-2 {
  padding: 20px 10px 10px;
}

.tab-pane-tab-3-2, .tab-pane-tab-4-2, .tab-pane-tab-5 {
  padding: 10px;
}

.team-block-4-copy {
  text-align: center;
  opacity: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px 4px #1fa9ff4a;
}

.footer-dark {
  background-color: var(--blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px 15px;
  position: relative;
}

.container-31 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-2 {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.footer-social-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.div-block-587 {
  justify-content: space-between;
  display: flex;
}

.image-164, .image-165, .image-166, .image-167 {
  width: 25px;
}

.image-168 {
  width: 120px;
  height: 60px;
}

.heading-116 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  font-size: 1.7rem;
  line-height: .8;
  text-decoration: none;
}

.text-block-144 {
  color: var(--white);
}

.image-169 {
  width: 20px;
  height: 20px;
}

.div-block-588 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-defult-image {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
  height: 371px;
  margin-bottom: 10px;
}

.animated-logo-for-footer {
  z-index: 999;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -10% 0% auto;
  overflow: hidden;
}

.body-38 {
  min-width: auto;
  min-height: auto;
  font-family: Mulish, sans-serif;
  overflow: visible;
}

.our-services-section-1 {
  background-image: linear-gradient(90deg, #364a57fa 44%, #fff0), url('../images/service-design.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 80vh;
  margin-top: 67px;
  display: block;
}


.technologies-section1 {
  width: 992px;
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.contect-section-for-services {
  margin-top: 0;
  padding: 40px 50px;
}

.body-39, .body-40, .body-41 {
  font-family: Mulish, sans-serif;
}

.contact-section-1 {
  background-image: linear-gradient(90deg, #364a57fa 44%, #fff0), url('../images/Happy-work-team-cheering-and-celebrating-at-meeting-team-collaboration.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 80vh;
  margin-top: 67px;
}

.about-us-text-block-1-copy {
  color: var(--white);
  width: auto;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.contact-section-on-contact-page {
  margin-top: 0;
  margin-bottom: 100px;
  padding: 100px 50px 40px;
}

.div-block-549-copy {
  z-index: 999;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -8% 0% auto;
  overflow: hidden;
}

.contact-section-1-copy, .contact-section-1-copy-copy {
  background-image: linear-gradient(90deg, #364a57fa 44%, #fff0), url('../images/Happy-work-team-cheering-and-celebrating-at-meeting-team-collaboration.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 80vh;
  margin-top: 67px;
}

.testimonials-section-1-1 {
  background-image: linear-gradient(90deg, #364a57fa 44%, #fff0), url('../images/service-design.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 80vh;
  margin-top: 67px;
}

.text-block-130-copy {
  text-align: center;
  width: 290px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-145 {
  line-height: 1.4;
}

.text-block-146 {
  line-height: 1.2;
}

.text-block-147 {
  line-height: 1.4;
}

.testimonials-section-for-testimonials-1 {
  margin-top: 100px;
}

.animated-logo-div-for-testimonials {
  z-index: 999;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -10% 0% auto;
  overflow: hidden;
}

.body-42, .body-43 {
  font-family: Mulish, sans-serif;
}

.animeted-iv-for-about-page-up-side {
  z-index: 999;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -9%;
  overflow: hidden;
}

.our-portfolio-for-froject-page {
  margin-top: 100px;
  margin-bottom: 20px;
}

.tabs-menu-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-3-4, .tab-link-tab-4-3, .tab-link-tab-5-3, .tab-link-tab-2-4 {
  border-radius: 5px;
}

.tab-link-tab-1-4 {
  text-align: center;
  border-radius: 5px;
  height: 40px;
  padding: .8% 20px 6px;
  transition: all .5s;
}

.tab-link-tab-1-4:hover {
  transform: scale(1.1);
}

.tab-link-tab-1-4.w--current {
  color: var(--white);
  background-color: #1fa9ff;
  font-size: 1rem;
  transition: all .5s;
  transform: scale(1.1);
}

.tab-link-tab-1-4.w--current:hover {
  transform: scale(1.1);
}

.tab-link-tab-3-4-copy, .tab-link-tab-3-4-copy-copy {
  border-radius: 5px;
}

.background-video-9 {
  width: 450px;
  overflow: visible;
}

.background-video-dive {
  width: 450px;
  height: 450px;
}

.background-video-10 {
  z-index: 999;
  width: 450px;
}

.animated-div-for-services-page-1 {
  z-index: 999;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -10%;
  overflow: clip;
}

.animated-for-testimonials-page-1 {
  z-index: 999;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -11%;
  overflow: hidden;
}

.logo-div-2-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--light-grey);
  border-radius: 10px;
  justify-content: space-between;
  width: 1000px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animated-div-for-contect-page {
  z-index: 999;
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -13%;
  overflow: hidden;
}

.title-deta-wrapper-1 {
  margin-bottom: 60px;
}

.heading-117 {
  font-size: 1.7rem;
  line-height: 1.1;
}

.text-block-148 {
  text-align: center;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.bold-text-47 {
  font-weight: 400;
}

.soulship-image {
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.sh {
  width: 400px;
}

.soulship-image-2 {
  width: 200px;
  height: 326px;
}

.soulship-slider {
  background-color: #0000;
  height: 70vh;
}

.soulship-image-3 {
  width: 297px;
  height: 337px;
}

.animed-div-of-technologies {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #e7e7e7;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 158px;
  margin: 5px;
  padding: 5px 10px;
  display: flex;
}

.home-page-copy {
  color: var(--white);
  background-color: #101010;
}

.services-box-1-copy {
  text-align: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 0 2px 1px grey;
}

.services-box {
  text-align: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0 0 2px 1px grey;
}

.services-icons-1{
  text-align: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 64px;
    line-height: 76px;
  }

  .body-23 {
    background-image: none;
  }

  .home-page {
    background-color: #0a0902;
  }

  .container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .navbar-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
  }

  .nav-menu-10 {
    width: 450px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-10, .nav-link-12 {
    font-size: 1.2rem;
  }

  .nav-link-11-copy {
    font-size: 1.1rem;
  }

  .section-6 {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-33 {
    margin-top: 10px;
  }

  .button-23 {
    align-self: center;
    line-height: 1;
  }

  .text-field-7, .text-field-8 {
    color: var(--black);
  }

  .text-block-46 {
    letter-spacing: 0;
    font-family: Lato, sans-serif;
  }

  .text-container {
    margin-top: 100px;
    margin-left: 50px;
    padding-left: 1px;
    padding-right: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-32 {
    text-transform: none;
    margin-bottom: 29px;
    font-size: 64px;
    line-height: 76px;
  }

  .text-span-5 {
    color: #ffd600;
  }

  .text-block-47 {
    font-size: 18px;
    line-height: 27;
  }

  .text-block-48 {
    width: 622px;
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 27px;
  }

  .div-block-39 {
    width: 340px;
    height: 47px;
  }

  .btn-frame {
    width: 400px;
    height: 47px;
  }

  .button-24 {
    color: var(--black);
    letter-spacing: 2px;
    background-color: #ffd600;
    border-radius: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .btn {
    color: var(--white);
    letter-spacing: 2px;
    background-color: #0000;
    border: 1px solid #ffd60033;
    border-radius: 8px;
    margin-left: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    box-shadow: 0 4px 20px #ffd60033;
  }

  .image-dive {
    width: 988px;
  }

  .section-7 {
    background-color: #0000;
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .image-37 {
    border-radius: 0;
    width: 988px;
  }

  .heading-33 {
    margin-top: 11.55rem;
  }

  .section-8 {
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-40 {
    color: var(--black);
    text-align: center;
    width: 1440px;
    height: 100vh;
  }

  .heading-34 {
    color: #3e7de1;
    width: 1204px;
    height: 200px;
    margin: 600px auto 67px;
    padding-left: 120px;
    padding-right: 120px;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
  }

  .text-span-6 {
    color: #e0424d;
  }

  .text-block-49 {
    color: var(--black);
    font-size: 1.2rem;
    line-height: 2.1;
    text-decoration: none;
  }

  .link-block-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-decoration: none;
    display: flex;
  }

  .nav-container {
    color: #fff;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
  }

  .navbar-11 {
    background-color: var(--white);
    border-bottom: 2px solid #0003;
    height: 88px;
    margin-top: 0;
    padding-left: 120px;
    padding-right: 120px;
  }

  .image-38 {
    width: 186px;
    height: 38px;
  }

  .button-25 {
    background-color: #e0424d;
    border-radius: 70px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px;
    font-size: 2rem;
    line-height: 1.1;
    display: flex;
  }

  .nav-menu-11 {
    height: 90vh;
    margin-left: 120px;
    margin-right: 120px;
  }

  .nav-link-13 {
    font-size: 3rem;
    line-height: 1;
  }

  .nav-link-14, .nav-link-15 {
    font-size: 3rem;
  }

  .menu-button-6 {
    display: flex;
  }

  .div-block-42 {
    color: #2f2f2f;
    background-color: #434343;
    border-radius: 20px;
    width: 50px;
    height: 8px;
    margin-bottom: 5px;
  }

  .text-block-50 {
    color: var(--black);
    text-align: left;
    width: 590px;
    height: 150px;
    margin-left: 60px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-43 {
    display: flex;
  }

  .div-block-44 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 220px;
    display: flex;
  }

  .text-block-51 {
    text-align: left;
    width: 300px;
    height: 30px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .image-39 {
    width: 590px;
    height: 150px;
  }

  .dropdown-list-2 {
    width: 590px;
  }

  .dropdown-list-2.w--open {
    inset: 87% 0% auto -443px;
  }

  .icon-2 {
    font-size: 2.3rem;
  }

  .navbar-section-ghoto-office {
    position: relative;
  }

  .background-video-4 {
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 70px;
    display: flex;
  }

  .navbar-12 {
    margin-top: 20px;
  }

  .background-video-5 {
    background-image: linear-gradient(#00000075, #00000075);
  }

  .div-block-46 {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
    align-self: flex-end;
    width: 130px;
    height: 80px;
    padding: 5px;
  }

  .image-40 {
    border-radius: 500px;
    width: 120px;
    height: 100px;
  }

  .nav-menu-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    display: flex;
  }

  .nav-link-16 {
    color: #fff;
  }

  .nav-link-17 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .nav-link-18 {
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: 500;
    transition: all .5s;
  }

  .nav-link-18:hover {
    background-color: var(--10134c);
    color: #000;
  }

  .nav-link-16-copy {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .brand-5 {
    border-radius: 200px;
  }

  .top-bar-hm1 {
    border-radius: 6px;
    position: relative;
  }

  .top-bar-hover {
    background-color: var(--white);
    color: var(--white);
    width: 10px;
    height: 100%;
    position: absolute;
    inset: 0% -10px auto auto;
  }

  .image-41 {
    width: 160px;
  }

  .button-275 {
    justify-content: center;
    align-items: center;
    width: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
  }

  .body-26 {
    background-image: linear-gradient(#000000ba, #000000ba), url('../images/the_netflix_login_background__canada__2024___by_logofeveryt_dh0w8qv-pre.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-section-of-netflix {
    color: var(--white);
    text-align: center;
    width: 900px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-38 {
    text-align: center;
    font-weight: 800;
  }

  .hero-heading-of-netflix {
    text-align: center;
    font-weight: 800;
    line-height: 1.3;
  }

  .logos-carousel {
    width: 1440px;
    height: 187px;
    margin-top: 200px;
  }

  .logos {
    flex-flow: wrap;
    justify-content: space-between;
    width: auto;
    height: 32px;
    display: flex;
    overflow: hidden;
  }

  .text-block-53 {
    text-align: center;
    width: 290px;
    height: 29px;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .image-42 {
    width: 147px;
    height: 53px;
  }

  .navbar-14 {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-button-8.w--open {
    background-color: #0000;
  }

  .navbar-hamburger-menu-hm3 {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 80px;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .top-bar-hm3 {
    background-color: #83dc52;
    border-radius: 8px;
    width: 50px;
    height: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2nd-top-bar-hm3 {
    background-color: #83dc52;
    border-radius: 8px;
    width: 50px;
    height: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .middle-bar-hm3 {
    background-color: #83dc52;
    border-radius: 8px;
    width: 50px;
    height: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-bar-hm3 {
    background-color: #83dc52;
    border-radius: 8px;
    width: 50px;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2nd-bottom-bar-hm3 {
    background-color: #83dc52;
    border-radius: 8px;
    width: 50px;
    height: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .navbar-hamburger-menu-hm4 {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 80px;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hamburger-menu-hm4 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-9.w--open {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-bar-hm4 {
    background-color: #f1953a;
    border-radius: 10px;
    width: 55px;
    height: 3px;
    margin: 6px auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .top-bar-hm4-copy {
    background-color: #f1953a;
    border-radius: 10px;
    width: 55px;
    height: 3px;
    margin: 6px auto;
  }

  ._2nd-top-bar-hm4 {
    background-color: #f1953a;
    border-radius: 10px;
    width: 55px;
    height: 3px;
    margin: 6px auto;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  ._2nd-top-bar-hm4-copy {
    background-color: #f1953a;
    border-radius: 10px;
    width: 55px;
    height: 3px;
    margin: 6px auto;
  }

  .middle-bar-hm4 {
    background-color: #f1953a;
    border-radius: 10px;
    width: 55px;
    height: 3px;
    margin: 6px auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2nd-middle-bar-hm4 {
    background-color: #f1953a;
    border-radius: 10px;
    width: 55px;
    height: 3px;
    margin: 6px auto;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .bottom-bar-hm4 {
    background-color: #f1953a;
    border-radius: 10px;
    width: 55px;
    height: 3px;
    margin: 6px auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2nd-bottom-bar-hm4 {
    background-color: #f1953a;
    border-radius: 10px;
    width: 55px;
    height: 3px;
    margin: 6px auto;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .features-section {
    width: 1440px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .heading-42 {
    text-align: center;
    width: 738px;
    height: 154px;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    line-height: 76px;
  }

  .text-span-7 {
    color: #ffffffbf;
  }

  .shadow {
    background-color: #ffffffbf;
    border-radius: 24px;
    width: 1320px;
    height: 543px;
    position: sticky;
    top: 40px;
  }

  .feature-card {
    background-color: #fff;
    border-radius: 24px;
    width: 1344px;
    height: 554px;
    padding-top: 48px;
    padding-left: 48px;
    display: flex;
    position: absolute;
    top: 15px;
    right: -12px;
  }

  .text-span-8 {
    -webkit-text-fill-color: transparent;
    background-image: url('../images/best-background-for-website-06.jpg');
    background-position: 100% 0;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .heading-43 {
    background-image: linear-gradient(#00000026, #00000026), linear-gradient(0deg, #c300ff, #fff 58%, #00aeff);
    margin-top: 0;
    font-size: 3.5rem;
    position: absolute;
    top: 170px;
    left: 147px;
  }

  .div-block-487 {
    width: 400px;
    height: 200px;
  }

  .div-block-488 {
    background-image: url('../images/background-image-mockup-design_853558-32662.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 500px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .image-47 {
    width: 50px;
    position: absolute;
    inset: auto 0% 30% auto;
  }

  .text-block-55, .text-block-55-copy {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.1;
    position: absolute;
    top: 300px;
    left: 150px;
  }

  .ghfhd {
    background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(225deg, #c300ff, #fff 58%, #00aeff);
    margin-top: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: 287px;
    left: 135px;
  }

  .text-container-9 {
    width: 516px;
    height: 264px;
    margin-right: 83px;
  }

  .personalized-for-your-brand {
    color: var(--black);
    width: 516px;
    height: 124px;
    margin-bottom: 32px;
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
  }

  .text-span-9 {
    color: #ffd600;
  }

  .paragraph-8 {
    color: #101010bf;
    width: 516px;
    height: 108px;
    font-size: 18px;
    line-height: 27px;
  }

  .image-48 {
    position: fixed;
  }

  .image-wrapper {
    width: 649px;
    height: 544px;
  }

  .div-block-489 {
    width: 1482px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-490 {
    width: 1484px;
    height: 215px;
    position: absolute;
    bottom: 158px;
  }

  .div-block-491 {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-image: linear-gradient(#ffffff8f, #fff);
    width: 350px;
    height: 137px;
    position: absolute;
    top: 416.789px;
    left: 943.979px;
    transform: translate(0);
    box-shadow: 0 -30px 50px #fff3;
  }

  .metrics-section {
    background-image: linear-gradient(135deg, #3c3a2fb3, var(--black));
    width: 1440px;
    height: 846px;
    margin-top: 0;
    margin-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .mex-sectiontext-container {
    width: 891px;
    height: 321px;
  }

  .heading-44 {
    width: 891px;
    height: 154px;
    font-size: 64px;
    line-height: 76px;
  }

  .text-span-10 {
    color: #ffffffbf;
    font-size: 64px;
    line-height: 76px;
  }

  .heading-45 {
    font-size: 64px;
    line-height: 76px;
  }

  .paragraph-9 {
    color: #fff;
    width: 437px;
    height: 135px;
    font-size: 18px;
    line-height: 27px;
  }

  .image-50 {
    vertical-align: bottom;
  }

  .div-block-492 {
    width: 777px;
    height: 660px;
    margin-left: 570px;
    position: absolute;
    top: 178.99px;
  }

  .benefits-section {
    width: 1440px;
    height: 1307px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-56 {
    text-align: center;
  }

  .your-business-optimized {
    text-align: center;
    width: 780px;
    height: 77px;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
  }

  .text-block-57 {
    text-align: center;
    width: 746px;
    height: 27px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .shadow-2 {
    background-color: #ffffffbf;
    border-radius: 24px;
    width: 1320px;
    height: 543px;
    position: sticky;
    top: 50px;
  }

  .shadow-3 {
    background-color: #ffffffbf;
    border-radius: 24px;
    width: 1320px;
    height: 543px;
    position: sticky;
    top: 60px;
  }

  .div-block-494 {
    margin-top: 48px;
  }

  .benefit-card {
    background-image: linear-gradient(#ffd60005, #10101059 35%);
    border: 1px solid #ffd60080;
    border-radius: 8px;
    width: 777px;
    height: 498px;
    margin-top: 0;
    padding: 40px 40px 0;
    box-shadow: 0 4px 25px #ffd60033;
  }

  .div-block-495 {
    width: 697px;
    height: 106px;
  }

  ._24-7-customer-support {
    width: 471px;
    height: 29px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }

  .text-block-58 {
    width: 697px;
    height: 54px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .image-51 {
    margin-top: 35px;
    margin-left: 141px;
    margin-right: 140px;
  }

  .div-block-496 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 1344px;
    height: 510px;
    display: flex;
  }

  .benefit-ca {
    background-image: linear-gradient(#ffd60005, #10101059 35%);
    border: 1px solid #ffd60080;
    border-radius: 8px;
    width: 551px;
    height: 498px;
    margin-top: 0;
    padding: 40px 40px 0;
    box-shadow: 0 4px 25px #ffd60033;
  }

  .div-block-495-2 {
    width: 471px;
    height: 134px;
  }

  .text-block-59 {
    width: 471px;
    height: 81px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
  }

  .middle-bar-hm4-copy, .top-bar-hm4-copy, .top-bar-hm4-copy-copy {
    background-color: #f1953a;
    border-radius: 10px;
    width: 55px;
    height: 3px;
    margin: 6px auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-10.w--open {
    background-color: #0000;
  }

  .top-bar-hm5 {
    width: 35px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .top-bar-hm6 {
    background-color: var(--pink);
  }

  ._2nd-top-bar-hm6 {
    background-color: var(--pink);
    border-radius: 10px;
    width: 50px;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-hamburger-menu-hm7 {
    background-color: #0000;
  }

  .div-block-500 {
    z-index: 0;
    background-color: var(--pink);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .top-bar-hm7 {
    z-index: 1;
    background-color: var(--white);
    width: 45px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-500-copy {
    z-index: 0;
    background-color: var(--pink);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .image-52 {
    margin: 40px 73px 73px 50px;
  }

  .cta {
    background-color: #ffd600;
    border-radius: 12px;
    justify-content: space-between;
    align-items: center;
    width: 1344px;
    height: 95px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .image-51-copy {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 140px;
  }

  .text-block-60 {
    margin-top: 0;
    font-size: 13.5px;
    line-height: 20.25px;
  }

  .text-block-61 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .text-block-59-copy {
    width: 471px;
    height: 81px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .text-block-62 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .div-block-501 {
    border: 1px solid var(--gold);
    box-shadow: 0 1px 10px 0 var(--10134c);
    width: 471px;
    height: 263px;
    margin-top: 40px;
    padding-top: 27px;
    padding-left: 27px;
    overflow: visible;
  }

  .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
    color: var(--gold);
  }

  .heading-46 {
    font-size: 24px;
    line-height: 28px;
  }

  .button-277 {
    background-color: #fff;
  }

  .button-278 {
    background-color: var(--white);
    color: var(--black);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .heading-47 {
    color: var(--black);
    font-size: 24px;
    line-height: 28px;
  }

  .section-10 {
    width: 1440px;
    height: 510px;
  }

  .how-it-works-section {
    width: 1440px;
    height: 510px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-container-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 664px;
    height: 475px;
  }

  .image-53 {
    width: 551px;
    height: 510px;
  }

  .heading-48 {
    width: 664px;
    height: 154px;
    font-size: 64px;
    line-height: 76.8px;
  }

  .heading-49 {
    margin-bottom: 32px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .points-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .image-54 {
    width: 24px;
    height: 24px;
  }

  .text-block-63 {
    width: 550px;
    height: 54px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .text-block-63-copy {
    width: 550px;
    height: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .button-279 {
    background-color: var(--gold);
    color: var(--black);
    border-radius: 8px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .button-280 {
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    display: flex;
    position: absolute;
    inset: auto auto 0% 10%;
  }

  .button-280.w--current {
    background-color: #3898ec;
  }

  .div-block-502 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-50 {
    text-align: center;
  }

  .nav-menu-13 {
    justify-content: center;
    align-items: center;
    font-family: Mulish, sans-serif;
    overflow: visible;
  }

  .contect-grid {
    grid-column-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr;
  }

  .animation-data {
    margin-top: 0;
    font-size: 40px;
    line-height: 60px;
  }

  .team-member-image-two-3 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 450px;
  }

  .div-block-504 {
    position: relative;
    overflow: hidden;
  }

  .paragraph-10 {
    width: 400px;
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .team-member-name {
    color: var(--black);
    text-transform: capitalize;
    font-family: Mulish, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .hero-heading {
    font-family: Mulish, sans-serif;
    font-size: 120px;
    font-weight: 400;
  }

  .paragraph-11 {
    width: 660px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .team-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-52 {
    text-align: center;
    margin-top: 13.8rem;
    font-size: 3.4rem;
  }

  .submit-button-6 {
    background-color: #1fa9ff;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .image-55 {
    margin-top: 40px;
    margin-left: 40px;
  }

  .image-44-copy {
    filter: grayscale();
    width: 28px;
    height: 28px;
  }

  .image-44-copy:hover {
    filter: none;
  }

  .text-container-portfoliyo {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .foter-grid {
    text-align: center;
    background-color: #1fa9ff;
    background-image: none;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr 1fr;
    padding-top: 140px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-506 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 660px;
    margin-top: 10px;
    display: flex;
  }

  .python {
    background-color: #1fa9ff;
    justify-content: flex-start;
    align-items: center;
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .bold-text-14 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .div-block-507 {
    margin-top: 0;
    padding-right: 20px;
  }

  .div-block-508 {
    position: relative;
    overflow: hidden;
  }

  .c-786 {
    background-color: #1fa9ff;
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-56 {
    border-radius: 5px;
    align-self: center;
    width: 32.0052px;
    height: 32.0052px;
  }

  .text-block-64 {
    font-size: 1.5rem;
  }

  .jquery, .javascripts {
    background-color: #1fa9ff;
    height: 45px;
  }

  .team-member-position {
    color: var(--black);
    margin-top: 10px;
    font-size: 20px;
    font-style: normal;
  }

  .pricing-section {
    width: auto;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar-15 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-509 {
    position: relative;
    overflow: hidden;
  }

  .contect-us {
    text-align: center;
    background-color: #0000;
  }

  .heading-53 {
    font-size: 3.4rem;
  }

  .google {
    filter: sepia();
    border-radius: 5px;
    height: 50px;
    margin-left: 10px;
    transition: all .4s;
  }

  .google:hover {
    filter: none;
  }

  .team-block-3 {
    border-radius: 5px;
    box-shadow: 0 1px 20px #0003;
  }

  .text-span-17 {
    color: #585858;
    font-weight: 700;
    transition: all .4s;
  }

  .text-span-17:hover {
    color: #0cf4f0;
  }

  .heading-54 {
    text-align: center;
    margin-top: 140px;
    font-size: 40px;
    font-weight: 600;
  }

  .team-member-text-3 {
    color: #8a8a8b;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8rem;
  }

  .team-card {
    background-color: var(--white);
    border-top-left-radius: 10px;
    width: 300px;
    box-shadow: 0 5px 7px #0003;
  }

  .button-281 {
    color: #000;
    background-color: #0000;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
  }

  .data-dive {
    background-color: #10bab9;
    width: 450px;
    height: 400px;
    padding-left: 40px;
  }

  .btn-2 {
    background-color: var(--white);
    color: #1fa9ff;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 500;
    transition-property: none;
  }

  .btn-2:hover {
    background-color: var(--white);
    border-style: none;
    transform: none;
  }

  .btn-2.w--current {
    font-weight: 500;
  }

  .image-57 {
    filter: grayscale();
    transition: all .3s;
  }

  .image-57:hover {
    filter: none;
  }

  .grid-15 {
    grid-template-rows: auto;
    margin-top: 60px;
  }

  ._0cf4f0 {
    color: #5e5e5e;
    font-weight: 700;
    transition: all .4s;
  }

  ._0cf4f0:hover {
    color: #0cf4f0;
  }

  .button-282 {
    background-color: #1fa9ff;
    border-radius: 30px;
    font-size: 1.2rem;
  }

  .foter-section {
    background-color: #1fa9ff;
    background-image: none;
    width: auto;
    margin-top: 220px;
    padding: 100px 0 10px;
  }

  .link-3 {
    display: none;
  }

  .btn-s-div {
    justify-content: space-between;
    width: 900px;
    margin-top: 60px;
    display: flex;
  }

  .section-slider {
    width: auto;
    height: 100vh;
    padding-bottom: 140px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bold-text-2-copy {
    color: #1fa9ff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }

  .second-text-container-of-futter {
    text-align: left;
  }

  .angular-js {
    background-color: #1fa9ff;
    height: 45px;
  }

  .dropdown-toggle-2 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .image-58 {
    width: 32px;
    position: absolute;
    top: 4259.66px;
    bottom: -3533px;
    left: 108px;
  }

  .italic-text-2 {
    text-align: center;
    width: 502.552px;
  }

  .grid-wrapper-copy-88 {
    width: 450px;
  }

  .div-block-510 {
    position: relative;
    overflow: hidden;
  }

  .button-283 {
    color: var(--white);
    background-color: #1fa9ff;
    border: 3px solid #fff;
    border-radius: 30px;
    width: 250px;
    margin-top: 40px;
    font-size: 1.5rem;
    line-height: 1.9rem;
    transition: all .4s;
  }

  .button-283:hover {
    border-style: solid;
    border-color: #10bab9;
  }

  .html5 {
    background-color: #1fa9ff;
    height: 45px;
  }

  .image-59 {
    width: auto;
    height: auto;
  }

  .link-block-9 {
    color: #000;
    text-decoration: none;
  }

  .button-284 {
    background-color: #1fa9ff;
    height: 45px;
  }

  .grid-16 {
    grid-template-rows: auto;
  }

  .text-block-66 {
    margin-top: 0;
    line-height: 0;
  }

  .image-60 {
    width: 60px;
  }

  .our-portfolio {
    width: auto;
    margin: 90px auto 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-div-wrapper-2 {
    height: 71vh;
    padding: 5px;
  }

  .text-block-35-copy-copy {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .read-to-start-something-great {
    color: var(--black);
    text-align: center;
  }

  .slider-2 {
    background-color: #0000;
    height: 80vh;
  }

  .div-block-511 {
    background-color: #1fa9ff;
  }

  .text-block-68 {
    color: #808183;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .text-block-69 {
    font-size: 1.4rem;
    line-height: 2rem;
    text-decoration: none;
  }

  .blog-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-5 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 0;
    padding: 20px;
    box-shadow: 2px 3px 6px 1px #0003;
  }

  .button-285 {
    color: #1fa9ff;
    background-color: #0000;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
    color: var(--black);
    text-align: center;
    margin-top: 30px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.9rem;
  }

  .image-62 {
    width: 450px;
    position: relative;
  }

  .div-block-512 {
    height: 45px;
    display: flex;
  }

  .nav-link-12-copy-copy {
    color: #1fa9ff;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .nav-link-12-copy-copy.w--current {
    color: var(--white);
    background-color: #1fa9ff;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .text-block-35-copy {
    color: #5e5e5e;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .text-block-35-copy:hover {
    color: #fff;
  }

  .grid-18 {
    grid-column-gap: 10px;
    grid-row-gap: 34px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 1440px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .contect-us-wrappar {
    background-color: var(--white);
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/colorful-abstract-vector-background_987701-2885.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: 80vh;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .contect-us-wrappar:hover {
    border: 2px solid #10bab9;
  }

  .link-4 {
    color: #1fa9ff;
    text-decoration: none;
  }

  .css3 {
    background-color: #1fa9ff;
    height: 45px;
  }

  .logo-div-2 {
    text-align: center;
    background-color: #f7f7f7;
    justify-content: space-between;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .team-member-image {
    width: 350px;
    height: 400px;
    margin-bottom: 10px;
  }

  .pricing-heading {
    color: #000;
    text-align: center;
  }

  .foter-div-wrapper {
    border-bottom: 2px dashed var(--white);
    background-color: #1fa9ff;
    position: relative;
  }

  .last-futer-div {
    background-color: #e3f6f9;
    background-image: none;
    justify-content: space-between;
    margin-top: 0;
    padding: 40px 20px;
    transition: all .4s;
    display: flex;
  }

  .image-63 {
    width: auto;
  }

  .div-block-513 {
    position: relative;
    overflow: hidden;
  }

  .heading-55 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
  }

  .eusoft-hero-section {
    overflow: visible;
  }

  .why-us {
    width: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .dropdown-toggle-3 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-70 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.9rem;
  }

  .google-copy {
    filter: sepia();
    width: 65px;
    height: 65px;
    margin-left: 10px;
    transition: all .4s;
  }

  .google-copy:hover {
    filter: none;
  }

  .servicses {
    color: #1fa9ff;
    border-radius: 10px;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .servicses.w--current {
    color: #fff;
    background-color: #1fa9ff;
    border-radius: 5px;
    align-self: center;
    font-size: 1.2rem;
  }

  .servicses.w--current:active {
    background-color: #2ca8eb;
  }

  .dropdown-howar {
    color: #1fa9ff;
    text-transform: capitalize;
  }

  .dropdown-howar:hover {
    color: #4b96f1;
  }

  .dropdown-howar.w--current {
    color: #1fa9ff;
  }

  .dropdown-howar.w--current:hover {
    color: #43b1ff;
  }

  .grid-19 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-section-2 {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 50px;
    display: none;
  }

  .slider-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    padding: 30px;
    display: flex;
    box-shadow: 0 0 5px 2px #0003;
  }

  .text-block-71 {
    color: #878787;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .grid-wrapper {
    width: 450px;
  }

  .div-block-515 {
    margin-top: 60px;
  }

  .paragraph-13 {
    font-family: Mulish, sans-serif;
    font-size: 19px;
  }

  .text-span-18 {
    color: #b2b2b2;
  }

  .intro-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: none;
  }

  .heading-56 {
    color: #fff;
    background-color: #10bab9;
    width: 434px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 33px;
    font-size: 45px;
    line-height: 55px;
  }

  .team-circles {
    background-color: var(--white);
    width: auto;
    margin-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-19 {
    font-size: 20px;
    line-height: 30px;
  }

  .grid-20 {
    grid-template-rows: auto;
  }

  .nav-link-20 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-link-20.w--current {
    color: var(--white);
    background-color: #1fa9ff;
    border-radius: 10px;
  }

  .grid-21 {
    grid-template-rows: auto auto auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-72 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
    font-size: 1.3rem;
  }

  .message-field {
    color: #000;
    text-transform: capitalize;
    border-radius: 10px;
    width: 1100px;
    padding-bottom: 160px;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .about-us {
    width: auto;
  }

  .heading-57 {
    margin-top: 0;
  }

  .text-field-4 {
    color: #000;
    border-radius: 10px;
    width: 538px;
    height: 60px;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .eusoft-nav-container {
    color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .centered-heading-5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
  }

  .subject {
    color: #000;
    background-color: #f0f0f0;
    width: 820px;
    height: 60px;
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .nav-link-21 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .nav-link-21.w--current {
    color: var(--white);
    background-color: #1fa9ff;
    border-radius: 10px;
  }

  .contact-section {
    margin-top: 100px;
    margin-bottom: 0;
    padding: 100px 60px;
  }

  .logo-div-eusoft {
    justify-content: space-between;
    width: 300px;
    margin-bottom: 20px;
    display: none;
  }

  .text-block-73 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6rem;
  }

  .button-286 {
    background-color: #02336e;
    border-radius: 3px;
    width: 150px;
    font-weight: 700;
  }

  .heading-58 {
    color: #0bcfcb;
    background-color: #0000;
    font-size: 45px;
    font-weight: 600;
  }

  .centered-subheading-3 {
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 400;
  }

  .paragraph-14 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .data-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-19 {
    background-color: var(--white);
    max-width: 1400px;
    margin-bottom: 40px;
  }

  .bold-text-15 {
    color: #1fa9ff;
    font-size: 1.2rem;
  }

  .text-block-74 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .grid-22 {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .eusoft-left-hero-wrapper {
    order: 1;
  }

  .div-block-517 {
    position: relative;
    overflow: hidden;
  }

  .text-block-75 {
    color: var(--white);
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .heading-59 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
  }

  .eusoft-nav-section {
    background-color: var(--white);
    margin-bottom: 100px;
  }

  .heading-60 {
    color: #fff;
    margin-top: 0;
  }

  .image-67 {
    width: 100px;
    height: 100px;
  }

  .heading-61 {
    font-size: 3.4rem;
  }

  .project-heading {
    font-size: 45px;
    line-height: 60px;
  }

  .image-68 {
    position: absolute;
    bottom: -3740.88px;
    left: 164px;
  }

  .button-17-copy {
    background-color: #1fa9ff;
    height: 45px;
  }

  .team-member-name-two-3 {
    color: #1fa9ff;
    margin-top: 10px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 35px;
    line-height: 40px;
  }

  .bio-data-wrappar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-5 {
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
    transition: all .4s;
  }

  .link-5:hover {
    color: #0cf4f0;
  }

  .nav-link-22 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .div-block-519 {
    background-color: var(--white);
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 40px;
    box-shadow: 0 5px 20px 2px #0003;
  }

  .form-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 680px;
    height: 60px;
    padding-right: 13px;
    display: flex;
  }

  .paragraph-15 {
    margin-top: 10px;
  }

  .div-block-520 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    text-align: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-76 {
    color: #1fa9ff;
    font-size: 1.3rem;
  }

  .link-block-10 {
    color: #000;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
  }

  .project-section {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .slide-nav {
    color: #10bab9;
  }

  .div-block-521 {
    background-color: var(--white);
    border-radius: 3px;
    width: 450px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 7px 6px #0003;
  }

  .image-69 {
    width: 650px;
  }

  .heading-63 {
    color: #02336e;
    margin-top: 0;
    padding-top: 0;
    font-size: 4rem;
    font-weight: 600;
    line-height: 70px;
  }

  .navbar-16 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-dive-2 {
    padding: 30px;
    position: absolute;
    inset: auto 6% -15% auto;
    box-shadow: 0 2px 13px 2px #0003;
  }

  .text-span-20 {
    color: #fff;
    transition: all .4s;
  }

  .text-span-20:hover {
    color: #0cf4f0;
  }

  .heading-64 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
  }

  .button-287 {
    background-color: #1fa9ff;
  }

  .dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-77 {
    margin-top: 20px;
    line-height: 3rem;
  }

  .link-block-11 {
    text-decoration: none;
  }

  .services-section {
    background-color: var(--white);
    background-image: url('../images/colorful-abstract-vector-background_987701-2885.jpg');
    margin-top: 0;
    margin-bottom: 100px;
    padding: 220px 80px 140px;
    position: relative;
  }

  .text-block-78 {
    color: #f65a68;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
  }

  .link-blok-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 10px;
    font-size: 22px;
    display: flex;
  }

  .nav-link-23 {
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-79 {
    color: #8b8181;
    font-size: 22px;
    line-height: 31px;
  }

  .nav-link-24 {
    color: #1fa9ff;
  }

  .heading-65 {
    color: #0bcfcb;
    background-color: #0000;
    font-size: 45px;
    font-weight: 600;
  }

  .bold-text-16 {
    color: #1fa9ff;
    font-size: 1.2rem;
  }

  .text-block-80 {
    color: #b5b5b5;
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .link-6 {
    color: #fff;
    text-decoration: none;
    transition: all .4s;
  }

  .link-6:hover {
    color: #0cf4f0;
  }

  .nav-link-25 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-73 {
    height: 300px;
  }

  .heading-67 {
    color: #02336e;
    margin-top: 0;
    padding-top: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
  }

  .navbar-17 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-dive-3 {
    padding: 30px;
    position: absolute;
    inset: auto 6% -15% auto;
    box-shadow: 0 2px 13px 2px #0003;
  }

  .text-span-21 {
    color: #fff;
    transition: all .4s;
  }

  .text-span-21:hover {
    color: #0cf4f0;
  }

  .heading-68 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
  }

  .button-288 {
    background-color: #1fa9ff;
  }

  .dropdown-toggle-5 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle-5.w--open {
    color: var(--white);
    background-color: #005dcf;
    border-radius: 10px;
  }

  .text-block-81 {
    color: #4c4c4c;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.2rem;
  }

  .link-block-12 {
    text-decoration: none;
  }

  .text-block-82 {
    color: #f65a68;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
  }

  .text-block-83 {
    color: #8b8181;
    font-size: 22px;
    line-height: 31px;
  }

  .nav-link-27.w--current {
    color: var(--white);
    background-color: #005dcf;
    border-radius: 10px;
  }

  .heading-69 {
    color: var(--black);
    text-align: left;
    background-color: #0000;
    font-size: 50px;
    font-weight: 700;
  }

  .bold-text-17 {
    color: #1fa9ff;
    font-size: 1.2rem;
  }

  .text-block-84 {
    color: #4c4c4c;
    text-align: left;
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.9rem;
  }

  .link-7 {
    color: #fff;
    text-decoration: none;
    transition: all .4s;
  }

  .link-7:hover {
    color: #0cf4f0;
  }

  .image-77 {
    height: 300px;
  }

  .heading-71 {
    color: #02336e;
    margin-top: 0;
    padding-top: 0;
    font-size: 4rem;
    font-weight: 600;
    line-height: 70px;
  }

  .navbar-18 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-22 {
    color: #fff;
    transition: all .4s;
  }

  .text-span-22:hover {
    color: #0cf4f0;
  }

  .heading-72 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
  }

  .button-289 {
    background-color: #1fa9ff;
  }

  .text-block-85 {
    margin-top: 20px;
    line-height: 3rem;
  }

  .link-block-13 {
    text-decoration: none;
  }

  .text-block-86 {
    color: #f65a68;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
  }

  .nav-link-29.nav-link-30 {
    display: block;
  }

  .text-block-87 {
    color: #8b8181;
    font-size: 22px;
    line-height: 31px;
  }

  .nav-link-30 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-73 {
    color: #0bcfcb;
    background-color: #0000;
    font-size: 45px;
    font-weight: 600;
  }

  .bold-text-18 {
    color: #1fa9ff;
    font-size: 1.2rem;
  }

  .text-block-88 {
    color: #b5b5b5;
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .link-8 {
    color: #fff;
    text-decoration: none;
    transition: all .4s;
  }

  .link-8:hover {
    color: #0cf4f0;
  }

  .image-81 {
    height: 300px;
  }

  .heading-75 {
    color: #02336e;
    margin-top: 0;
    padding-top: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
  }

  .dropdown-6 {
    align-self: center;
  }

  .navbar-19 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-23 {
    color: #fff;
    transition: all .4s;
  }

  .text-span-23:hover {
    color: #0cf4f0;
  }

  .heading-76 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
  }

  .button-290 {
    background-color: #1fa9ff;
  }

  .text-block-89 {
    margin-top: 20px;
    line-height: 3rem;
  }

  .link-block-14 {
    text-decoration: none;
  }

  .dropdown-toggle-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  .text-block-90 {
    color: #000000ba;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
  }

  .nav-link-32 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-91 {
    color: #000;
    font-size: 22px;
    line-height: 31px;
  }

  .nav-link-33 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-77 {
    color: #0bcfcb;
    background-color: #0000;
    font-size: 45px;
    font-weight: 600;
  }

  .text-block-92 {
    color: #b5b5b5;
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .link-9 {
    color: #fff;
    text-decoration: none;
    transition: all .4s;
  }

  .link-9:hover {
    color: #0cf4f0;
  }

  .nav-link-34 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-85 {
    height: 300px;
  }

  .heading-79 {
    color: #02336e;
    margin-top: 0;
    padding-top: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
  }

  .navbar-20 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-24 {
    color: #fff;
    transition: all .4s;
  }

  .text-span-24:hover {
    color: #0cf4f0;
  }

  .heading-80 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
  }

  .button-291 {
    background-color: #1fa9ff;
    border-radius: 10px;
  }

  .dropdown-toggle-9 {
    color: #1fa9ff;
  }

  .text-block-93 {
    margin-top: 20px;
    line-height: 3rem;
  }

  .link-block-15 {
    text-decoration: none;
  }

  .text-block-94 {
    color: #f65a68;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
  }

  .nav-link-35.w--current {
    color: var(--white);
    background-color: #1fa9ff;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-95 {
    color: #8b8181;
    font-size: 22px;
    line-height: 31px;
  }

  .nav-link-36 {
    color: #1fa9ff;
  }

  .heading-81 {
    color: #0bcfcb;
    background-color: #0000;
    font-size: 45px;
    font-weight: 600;
  }

  .text-block-96 {
    color: #b5b5b5;
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .link-10 {
    color: #fff;
    text-decoration: none;
    transition: all .4s;
  }

  .link-10:hover {
    color: #0cf4f0;
  }

  .nav-link-37 {
    color: #1fa9ff;
    border-radius: 10px;
  }

  .image-89 {
    height: 300px;
  }

  .heading-83 {
    color: #02336e;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
  }

  .navbar-21 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-25 {
    color: #fff;
    transition: all .4s;
  }

  .text-span-25:hover {
    color: #0cf4f0;
  }

  .heading-84 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
  }

  .button-292 {
    background-color: #1fa9ff;
  }

  .dropdown-toggle-10 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-97 {
    margin-top: 20px;
    line-height: 3rem;
  }

  .link-block-16 {
    text-decoration: none;
  }

  .text-block-98 {
    color: #f65a68;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
  }

  .nav-link-38 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-99 {
    color: #8b8181;
    font-size: 22px;
    line-height: 31px;
  }

  .nav-link-39 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-85 {
    color: #0bcfcb;
    background-color: #0000;
    font-size: 45px;
    font-weight: 600;
  }

  .text-block-100 {
    color: #b5b5b5;
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .link-11 {
    color: #fff;
    text-decoration: none;
    transition: all .4s;
  }

  .link-11:hover {
    color: #0cf4f0;
  }

  .nav-link-40 {
    color: var(--white);
    background-color: #054ec2;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-40.w--current {
    color: var(--white);
    background-color: #1fa9ff;
  }

  .image-93 {
    height: 300px;
  }

  .heading-87 {
    color: #02336e;
    margin-top: 0;
    padding-top: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
  }

  .navbar-22 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-26 {
    color: #fff;
    transition: all .4s;
  }

  .portfolio-sec .grid{
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-span-26:hover {
    color: #0cf4f0;
  }

  .heading-88 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
  }

  .button-293.w--current {
    color: var(--white);
    background-color: #1fa9ff;
    border-radius: 10px;
  }

  .dropdown-toggle-11 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  .text-block-101 {
    margin-top: 20px;
    line-height: 3rem;
  }

  .link-block-17 {
    text-decoration: none;
  }

  .text-block-102 {
    color: #f65a68;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
  }

  .nav-link-41 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-103 {
    color: #403c3c;
    font-size: 22px;
    line-height: 31px;
  }

  .nav-link-42 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  .heading-89 {
    color: #0bcfcb;
    background-color: #0000;
    font-size: 45px;
    font-weight: 600;
  }

  .text-block-104 {
    color: #b5b5b5;
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .link-12 {
    color: #fff;
    text-decoration: none;
    transition: all .4s;
  }

  .link-12:hover {
    color: #0cf4f0;
  }

  .nav-link-43 {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .image-97 {
    height: 300px;
  }

  .heading-91 {
    color: #02336e;
    margin-top: 0;
    padding-top: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
  }

  .text-span-27 {
    color: #fff;
    transition: all .4s;
  }

  .text-span-27:hover {
    color: #0cf4f0;
  }

  .heading-92 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
  }

  .button-294 {
    color: #fff;
    background-color: #38a5ff;
    border-radius: 10px;
  }

  .text-block-105 {
    margin-top: 20px;
    line-height: 3rem;
  }

  .link-block-18 {
    text-decoration: none;
  }

  .text-block-106 {
    color: #f65a68;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
  }

  .nav-link-44 {
    display: block;
  }

  .grid-30 {
    padding-top: 100px;
  }

  .text-block-107 {
    color: #8b8181;
    font-size: 22px;
    line-height: 31px;
  }

  .heading-93 {
    color: #0bcfcb;
    background-color: #0000;
    font-size: 45px;
    font-weight: 600;
  }

  .text-block-108 {
    color: #b5b5b5;
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .link-13 {
    color: #fff;
    text-decoration: none;
    transition: all .4s;
  }

  .link-13:hover {
    color: #0cf4f0;
  }

  .nav-link-46 {
    color: #57a3ff;
  }

  .image-101 {
    height: 300px;
  }

  .text-span-28 {
    background-color: #e2e2e2;
  }

  .grid-31 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
  }

  .section-11 {
    padding: 160px 60px 100px;
  }

  .image-102 {
    width: 500px;
    height: 500px;
  }

  .slide-3 {
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider-3 {
    height: 100vh;
  }

  .image-103 {
    width: 450px;
    height: 500px;
  }

  .image-104 {
    width: 400px;
    height: 500px;
  }

  .heading-94 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
  }

  .text-block-109 {
    color: #8d8d8d;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 300;
  }

  .text-block-110 {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .web-design {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7;
  }

  .div-block-546 {
    background-color: #eaeaea;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
  }

  .web-design-copy {
    color: #0029a3;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7;
  }

  .button-295 {
    border-radius: 5px;
    font-size: 1.3rem;
  }

  .slide-4 {
    text-align: center;
  }

  .image-105 {
    border-radius: 85px;
    position: absolute;
    top: -91px;
    left: 400px;
    box-shadow: 0 0 2px 3px #1fa9ff;
  }

  .slider-wrapper {
    background-color: #fff;
    height: 600px;
    padding-top: 100px;
  }

  .slider-4 {
    width: 1200px;
    height: 110vh;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-547 {
    background-color: #d4eeff;
    border-radius: 10px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .text-block-111 {
    font-size: 1.4rem;
  }

  .text-block-112 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .heading-60-copy {
    color: #fff;
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-546-copy {
    background-color: #eaeaea;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
  }

  .heading-95 {
    font-weight: 600;
  }

  .heading-96 {
    font-size: 3rem;
    font-weight: 600;
  }

  .paragraph-27 {
    font-size: 1.1rem;
  }

  .paragraph-28, .paragraph-28-copy {
    font-size: 1.3rem;
  }

  .paragraph-29 {
    font-size: 1.4rem;
  }

  .dfsfwa {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
  }

  .div-block-548 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .text-span-29 {
    color: #818080;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .form-6 {
    width: 600px;
    display: flex;
  }

  .text-field-9 {
    width: 600px;
    height: 60px;
    font-size: 1.2rem;
  }

  .submit-button-7, .form-block-5 {
    height: 60px;
  }

  .image-106 {
    border: 1px solid #a0a0a0;
    width: 60px;
    height: 60px;
  }

  .about-btn {
    color: #1fa9ff;
  }

  .about-btn.w--current {
    color: var(--white);
    background-color: #1fa9ff;
    border-radius: 5px;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-btn {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-btn.w--open {
    color: var(--white);
    border-radius: 10px;
  }

  .testimonials, .all-pages-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blogs-btn {
    color: #1fa9ff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-27 {
    font-family: Montserrat, sans-serif;
  }

  .section-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .data-dive-copy {
    background-color: #10bab9;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 400px;
    height: 450px;
    padding-left: 40px;
    display: flex;
  }

  .contect-grid-copy {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .contect-page-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .bold-text-19 {
    color: var(--white);
    font-size: 30px;
  }

  .background-video-6 {
    width: 600px;
  }

  .btn-2-copy {
    color: #000;
    background-color: #78766b2e;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all .4s;
  }

  .btn-2-copy:hover {
    color: #f65a68;
    transform: scale(1.1);
  }

  .app-btn {
    color: #000;
    background-color: #78766b2e;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all .4s;
  }

  .app-btn:hover {
    color: #f65a68;
    transform: scale(1.1);
  }

  .section-13 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Mulish, sans-serif;
    overflow: visible;
  }

  .team-member-image-two-3-copy {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 450px;
  }

  .text-span-30 {
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    display: flex;
  }

  .text-block-114 {
    text-align: left;
    width: 400px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .app-btn-copy {
    color: #000;
    background-color: #78766b2e;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all .4s;
  }

  .app-btn-copy:hover {
    color: #f65a68;
    transform: scale(1.1);
  }

  .btn-2-copy-copy {
    color: #000;
    background-color: #78766b2e;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all .4s;
  }

  .btn-2-copy-copy:hover {
    color: #f65a68;
    transform: scale(1.1);
  }

  .btn-2-copy-copy-copy {
    color: #000;
    background-color: #78766b2e;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all .4s;
  }

  .btn-2-copy-copy-copy:hover {
    color: #f65a68;
    transform: scale(1.1);
  }

  .paragraph-30 {
    width: 800px;
    margin-bottom: 0;
    font-family: Mulish, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .icon-3 {
    background-color: var(--white);
    color: #0088f8;
    font-weight: 600;
  }

  .select-field {
    border-radius: 10px;
    height: 60px;
    margin-bottom: 20px;
  }

  .div-block-549 {
    z-index: 999;
    background-color: #f7f7f7;
    border-radius: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -55% 0% auto;
    overflow: hidden;
    box-shadow: -2px 8px 20px 3px #0006;
  }

  .bold-text-24 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
  }

  .bold-text-25 {
    color: var(--white);
  }

  .image-108 {
    filter: grayscale();
    align-self: center;
    width: 90px;
    min-width: 100px;
    height: 90px;
  }

  .image-108:hover {
    filter: none;
  }

  .image-size {
    border-radius: 3%;
    width: 350px;
    height: 400px;
    margin-bottom: 10px;
  }

  .ada-meer-image {
    border-radius: 3%;
    width: 300px;
    height: 400px;
    margin-bottom: 10px;
  }

  .irshad-image {
    border-radius: 10px 10px 0% 0%;
    width: 350px;
    height: 400px;
    margin-bottom: 10px;
  }

  .project-images {
    width: 500px;
    position: relative;
  }

  .image-62-copy {
    position: relative;
    overflow: hidden;
  }

  .button-296 {
    position: absolute;
    inset: auto auto 0% 10%;
  }

  .text-block-115 {
    font-size: 1.2rem;
  }

  .div-block-551 {
    overflow: visible;
  }

  .div-block-553 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-5 {
    background-color: var(--white);
    border-radius: 10px;
    width: 1400px;
    height: 100vh;
  }

  .div-block-554 {
    width: 1200px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-5 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-506-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
  }

  .text-block-116 {
    font-size: 1.2rem;
  }

  .image-110 {
    width: 30px;
    height: 30px;
  }

  .link-block-10-copy {
    color: #000;
    text-decoration: none;
  }

  .div-block-555 {
    margin-top: 0;
  }

  .icons-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #e3f6f9;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-111, .image-112 {
    border-radius: 5px;
    width: 50px;
    height: 50px;
  }

  .image-113 {
    width: 50px;
    height: 50px;
  }

  .bold-text-26 {
    color: var(--black);
    text-align: left;
  }

  .bold-text-27 {
    color: var(--black);
  }

  .image-116 {
    height: 60px;
  }

  .div-block-556 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .image-117, .image-118, .image-119, .image-120 {
    width: 60px;
  }

  .div-block-557 {
    justify-content: space-between;
    display: flex;
  }

  .image-121 {
    width: 50px;
  }

  .heading-98 {
    font-size: 22px;
  }

  .image-122 {
    width: 350px;
  }

  .image-124 {
    width: 400px;
  }

  ._558 {
    border-color: #5db1ff;
    right: 2%;
  }

  .image-125, .image-126 {
    width: 400px;
  }

  .body-28 {
    background-color: #f5f5f5;
    font-family: Mulish, sans-serif;
  }

  .div-block-546-copy-copy {
    background-color: #0000;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    display: flex;
  }

  .image-128, .image-129 {
    width: 400px;
  }

  .section-15 {
    overflow: visible;
  }

  .javascripts-copy {
    height: 45px;
  }

  .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32 {
    font-size: 1.3rem;
  }

  .heading-102 {
    margin-top: 10px;
  }

  .image-131, .image-132 {
    width: 450px;
    height: 337px;
  }

  .section-16 {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-5 {
    color: #0e8aff;
    font-weight: 600;
  }

  .image-133 {
    width: 400px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-6, .slide-7, .slide-8 {
    text-align: center;
  }

  .team-card-2 {
    background-color: #fff;
    box-shadow: 0 5px 7px #0003;
  }

  .image-134 {
    filter: grayscale();
    transition: all .3s;
  }

  .image-134:hover {
    filter: none;
  }

  .slide-9 {
    height: 550px;
  }

  .icon-6 {
    color: #3e70c1;
    font-weight: 600;
  }

  .italic-text-3, .italic-text-4 {
    font-style: normal;
    font-weight: 600;
  }

  .italic-text-5 {
    font-style: normal;
  }

  .python-copy {
    background-color: #1fa9ff;
    justify-content: flex-start;
    align-items: center;
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .italic-text-6 {
    color: var(--black);
    font-style: normal;
  }

  .heading-103 {
    color: #1fa9ff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Mulish, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: .9;
  }

  .text-span-31 {
    font-weight: 600;
  }

  .footer-light {
    background-color: #1fa9ff;
    padding-top: 100px;
  }

  .container-21 {
    max-width: 1200px;
  }

  .footer-brand {
    text-decoration: none;
  }

  .footer-divider-two {
    background-color: var(--white);
    outline-offset: 0px;
    outline: 1px dashed #fff;
  }

  .footer-copyright {
    color: var(--white);
  }

  .image-135 {
    margin-left: 10px;
  }

  .text-block-117 {
    color: #1fa9ff;
    -webkit-text-stroke-color: #1fa9ff;
  }

  .icon-7, .text-block-118, .icon-8 {
    color: #1fa9ff;
  }

  .nav-link-47 {
    display: none;
  }

  .nav-link-12-copy-copy-copy {
    color: #1fa9ff;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  .nav-link-12-copy-copy-copy.w--current {
    color: var(--white);
    background-color: #1fa9ff;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .text-block-119 {
    color: #2ba7ff;
  }

  .icon-9 {
    color: #3591ff;
  }

  .div-block-560 {
    align-self: center;
  }

  .text-block-120 {
    font-size: 1.2rem;
  }

  .testimonials-links.w--current {
    color: var(--white);
    background-color: #1fa9ff;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-33 {
    color: var(--white);
    font-weight: 500;
  }

  .dropdown-link-2, .dropdown-link-3, .heading-104 {
    color: #1fa9ff;
  }

  .grid-wrapper-copy {
    width: 450px;
    padding-top: 20px;
  }

  .project-impliment-image {
    width: 65px;
  }

  .grid-wrapper-copy-copy {
    width: 450px;
  }

  .team-rank-btn {
    justify-content: space-between;
    width: 900px;
    margin-top: 60px;
    display: flex;
  }

  .div-block-561 {
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .tabs-menu {
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-562 {
    margin-bottom: 40px;
  }

  .tab-pane-tab-2 {
    width: 1000px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-563 {
    justify-content: space-between;
  }

  .div-block-564 {
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-565 {
    justify-content: space-between;
    display: flex;
  }

  .tab-pane-tab-3 {
    width: 1000px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-pane-tab-4 {
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .div-block-566 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-34 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .bold-text-35 {
    font-weight: 500;
  }

  .bold-text-36 {
    color: #1fa9ff;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .btn-2-copy {
    background-color: var(--white);
    color: #1fa9ff;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 500;
    transition-property: none;
  }

  .btn-2-copy:hover {
    border-style: none;
    transform: none;
  }

  .btn-2-copy.w--current {
    font-weight: 500;
  }

  .tab-link-tab-4 {
    background-color: var(--white);
  }

  .tab-link-tab-4.w--current {
    background-color: var(--white);
    color: #1fa9ff;
    font-size: 1.3rem;
  }

  .text-block-122 {
    color: #1fa9ff;
    font-size: 1.5rem;
  }

  .text-span-32 {
    font-weight: 700;
    line-height: 0;
  }

  .tab-link-tab-2 {
    background-color: var(--white);
    color: #1fa9ff;
    font-size: 1.5rem;
  }

  .tab-link-tab-2.w--current, .tab-link-tab-5, .tab-link-tab-5.w--current {
    background-color: var(--white);
  }

  .text-block-123 {
    color: #1fa9ff;
    font-size: 1.2rem;
  }

  .tab-link-tab-3, .tab-link-tab-3.w--current {
    background-color: var(--white);
  }

  .tab-link-tab-1 {
    background-color: var(--white);
    color: #1fa9ff;
    font-size: 1.2rem;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
  }

  .div-block-567 {
    background-image: linear-gradient(90deg, #d707a6 16%, #fef102 37%, #20d51a 56%, #518bdd 73%);
    border-radius: 5px;
    height: 4px;
    display: none;
  }

  .image-137 {
    width: 30px;
    height: 30px;
  }

  .dropdown-11 {
    text-transform: capitalize;
  }

  .body-29, .body-30, .body-31, .body-32, .body-33, .body-34, .body-35 {
    font-family: Mulish, sans-serif;
  }

  .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12, .italic-text-13, .italic-text-14, .italic-text-15 {
    font-style: normal;
  }

  .text-block-124 {
    font-size: 1.5rem;
  }

  .heading-105 {
    font-size: 3.4rem;
  }

  .text-block-125 {
    font-size: 24px;
  }

  .div-block-568 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .heading-106 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.3;
  }

  .lets-get-a-guote {
    text-align: center;
  }

  .button-297 {
    background-color: #1fa9ff;
    border-radius: 10px;
    width: 202px;
    margin-top: 60px;
    font-size: 24px;
  }

  .tabs-menu-2 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-569 {
    background-image: linear-gradient(90deg, #0400ff, #0f0 43%, red);
    border-radius: 10px;
    height: 3px;
    margin-top: 5px;
  }

  .project-heading-copy {
    font-size: 45px;
    line-height: 60px;
  }

  .grid-wrapper-copy {
    width: 450px;
  }

  .second-animation-dive-copy {
    display: block;
  }

  .text-block-126 {
    font-size: 1.3rem;
  }

  .why-choose-us {
    margin-top: 0;
    font-family: Mulish, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .text-span-33, .text-span-34, .text-span-35, .text-span-36 {
    color: #1fa9ff;
    font-size: 2rem;
  }

  .div-block-570 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-138 {
    height: 30px;
  }

  .div-block-571 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .text-span-37 {
    font-weight: 400;
  }

  .text-span-38 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 700;
  }

  .image-132-copy {
    width: 450px;
    height: 319px;
  }

  .tabs, .div-block-572 {
    margin-left: auto;
    margin-right: auto;
  }

  .tab-pane-tab-1 {
    height: 75vh;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content {
    margin-left: auto;
    margin-right: auto;
  }

  .image-139 {
    height: 337.5px;
  }

  .project-details-wrappers {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .projrct-bio-and-details {
    margin-top: 100px;
  }

  .text-block-127 {
    font-size: 1.4rem;
  }

  .heading-107 {
    font-size: 3rem;
  }

  .div-block-573 {
    position: sticky;
    top: 100px;
  }

  .image-140 {
    width: 500px;
    height: 800px;
  }

  .italic-text-16, .italic-text-17, .italic-text-18, .italic-text-19 {
    font-style: normal;
  }

  .image-siza {
    width: 600px;
    height: 600px;
  }

  .background-video-7 {
    width: 700px;
  }

  .div-block-574 {
    text-align: center;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-with-icons {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    text-decoration: none;
  }

  .image-141 {
    height: 338px;
  }

  .greater-then-image {
    width: 20px;
    height: 20px;
  }

  .background-video-8 {
    width: 700px;
  }

  .contact-section-of-project-details {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 60px 100px;
  }

  .our-portfolio-of-project-dettails {
    width: auto;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-48 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .bold-text-37 {
    color: #1fa9ff;
    font-size: 1.2rem;
  }

  .link-14 {
    color: #333;
    text-decoration: none;
  }

  .section-17 {
    display: none;
  }

  .team-member-dimage {
    border-radius: 10px 10px 0% 0%;
    height: 400px;
  }

  .bold-text-15-copy {
    color: var(--white);
    font-size: 1.2rem;
  }

  .section-18 {
    display: none;
  }

  .button-298 {
    text-align: center;
  }

  .div-block-575 {
    text-align: center;
    margin-top: 60px;
  }

  .button-299 {
    background-color: #1fa9ff;
    border-radius: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .services-section-on-services-page {
    text-transform: capitalize;
    margin-top: 220px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-33 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .services-section-grid {
    grid-column-gap: 9px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: none;
  }

  .services-boxes {
    border-right: 1px solid #bbb;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .heading-108 {
    color: var(--black);
    text-align: center;
    margin-top: 0;
    font-family: Mulish, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
  }

  .image-142 {
    width: 50px;
    height: 50px;
  }

  .heading-108-copy {
    color: var(--black);
    margin-top: 10px;
    margin-bottom: 1rem;
    font-size: 25px;
    line-height: 35px;
  }

  .list-item {
    font-size: 2rem;
  }

  .list-item-2 {
    font-size: 20px;
  }

  .list-item-3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
  }

  .list {
    color: #1fa9ff;
    padding-left: 20px;
    list-style-type: disc;
  }

  .div-block-576 {
    border-right: 1px solid #bbb;
  }

  .image-143 {
    width: 64px;
    height: 64px;
    margin: 5px;
  }

  .tabs-2 {
    border-top: 1px solid #cccbcb;
    margin-top: 100px;
    display: flex;
  }

  .tabs-menu-3 {
    border-right: 1px solid #cccbcb;
    flex-flow: column;
    padding-right: 100px;
    display: flex;
  }

  .tab-link-tab-1-2 {
    border-radius: 20px;
  }

  .tab-link-tab-1-2.w--current {
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-link-tab-2-2 {
    background-color: #0000;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tab-link-tab-2-2.w--current {
    background-color: #fff;
    background-image: linear-gradient(90deg, #1d9efa70, #fff);
    padding: 5px;
  }

  .tab-link-tab-3-2 {
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-link-tab-4-2 {
    text-align: center;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-link-tab-6, .tab-link-tab-5-2 {
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs-content-2 {
    margin-left: 20px;
  }

  .div-block-577 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 50px;
    justify-content: flex-start;
    width: 300px;
    margin: 0;
    padding: 5px 5px 5px 10px;
    display: flex;
  }

  .image-144 {
    width: 60px;
    height: 60px;
  }

  .text-block-128 {
    font-size: 2rem;
  }

  .heading-109 {
    margin-bottom: 20px;
  }

  .grid-34 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-577-copy, .hide-dive-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #e7e7e7;
    border-radius: 50px;
    justify-content: flex-start;
    width: 300px;
    margin: 5px;
    padding: 5px 5px 5px 10px;
    display: none;
  }

  .image-144-copy {
    width: 50px;
    height: 50px;
  }

  .text-span-39 {
    text-transform: lowercase;
  }

  .text-block-129 {
    font-size: 2rem;
  }

  .heading-110 {
    font-size: 3rem;
  }

  .hover-div-wrapper {
    background-color: #e7e7e7;
    border-radius: 70px;
  }

  .image-146 {
    width: 200px;
    height: 100px;
  }

  .logo-image {
    width: 150px;
    height: 80px;
  }

  .team-member-image-copy {
    width: 350px;
    height: 400px;
  }

  .nisar-pic {
    width: 350px;
    height: 400px;
    margin-bottom: 10px;
  }

  .footer-light-copy, .footer-light-1 {
    background-color: #1fa9ff;
    padding-top: 100px;
  }

  .compny-title-1 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
  }

  .div-block-586 {
    z-index: 999;
    background-color: #f7f7f7;
    border-radius: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -55% 0% auto;
    overflow: hidden;
    box-shadow: -2px 8px 20px 3px #0006;
  }

  .logo-div-3 {
    text-align: center;
    background-color: #f7f7f7;
    justify-content: space-between;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .image-162 {
    filter: grayscale();
    align-self: center;
    width: 90px;
    min-width: 100px;
    height: 90px;
  }

  .image-162:hover {
    filter: none;
  }

  .team-member-image-2, .team-member-defult-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .animated-logo-for-footer {
    z-index: 999;
    background-color: #f7f7f7;
    border-radius: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -55% 0% auto;
    overflow: hidden;
    box-shadow: -2px 8px 20px 3px #0006;
  }

  .body-38 {
    overflow: visible;
  }

  .contect-section-for-services, .contact-section-on-contact-page {
    margin-top: 100px;
    margin-bottom: 0;
    padding: 100px 60px;
  }

  .div-block-549-copy, .animated-logo-div-for-testimonials, .animeted-iv-for-about-page-up-side, .animated-div-for-services-page-1, .animated-for-testimonials-page-1 {
    z-index: 999;
    background-color: #f7f7f7;
    border-radius: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -55% 0% auto;
    overflow: hidden;
    box-shadow: -2px 8px 20px 3px #0006;
  }

  .logo-div-2-copy {
    text-align: center;
    background-color: #f7f7f7;
    justify-content: space-between;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .animated-div-for-contect-page {
    z-index: 999;
    background-color: #f7f7f7;
    border-radius: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -55% 0% auto;
    overflow: hidden;
    box-shadow: -2px 8px 20px 3px #0006;
  }

  .soulship-image {
    width: 500px;
    height: 500px;
  }

  .sh, .soulship-image-2 {
    width: 400px;
    height: 500px;
  }

  .soulship-slider {
    height: 100vh;
  }

  .soulship-image-3 {
    width: 600px;
    height: 600px;
  }

  .animed-div-of-technologies {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 50px;
    justify-content: flex-start;
    width: 300px;
    margin: 0;
    padding: 5px 5px 5px 10px;
    display: flex;
  }

  .home-page-copy {
    background-color: #0a0902;
  }
}

@media screen and (max-width: 991px) {
  .margin-large {
    margin: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .rv-styleguide-wrapper {
    margin-left: 0;
  }

  .rv-styleguide-header_subheader {
    justify-content: center;
    display: flex;
  }

  .rv-styleguide-header_heading {
    line-height: 1em;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_section-n {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rv-styleguide_heading-medium {
    font-size: 3rem;
  }

  .rv-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_2-col-n {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rv-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .rv-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .rv-styleguide_section-header-long {
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
  }

  .rv-styleguide_header-container {
    padding: 2rem;
  }

  .rv-styleguide_2-col {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    align-items: start;
    width: 90%;
  }

  .rv-styleguide_section-header {
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
  }

  .heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.9rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-5 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section-4 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 2.4rem;
  }

  .image-11 {
    width: 90%;
    height: 80%;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    line-height: 1.1;
  }

  .italic-text {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block-info {
    background-color: #f6f6f6;
    padding-bottom: 20px;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .div-block-19 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-14 {
    line-height: .8;
  }

  .bold-text-4 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .text-block-19 {
    font-size: .8rem;
  }

  .form {
    width: 100%;
  }

  .submit-button {
    width: 40%;
    font-size: 1rem;
    line-height: 1.5;
  }

  .text-block-20 {
    font-size: .8rem;
  }

  .form-block {
    width: 80%;
  }

  .text-block-23 {
    width: 99.9998%;
    height: 63.0756%;
    font-size: .8rem;
  }

  .bold-text-13 {
    font-size: 1.4rem;
  }

  .container-9 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-9 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-grid {
    background-color: var(--white);
  }

  .menu-item-wrapper {
    padding: 10px;
  }

  .menu-item-wrapper:hover {
    background-color: var(--silver);
  }

  .dropdown-link {
    text-align: center;
    text-transform: capitalize;
  }

  .container-11, .container-12 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container {
    width: 720px;
    height: 47px;
  }

  .navbar-7 {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-34 {
    width: 160px;
  }

  .section-6 {
    width: 768px;
  }

  .div-block-33 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-23 {
    width: 150px;
  }

  .text-container {
    width: auto;
    margin-top: 64px;
  }

  .heading-32 {
    width: 720px;
    height: 116px;
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
  }

  .section-7 {
    display: block;
  }

  .menu-button-5 {
    height: 100px;
  }

  .menu-button-5.w--open {
    width: 100vh;
    height: 50vh;
  }

  .icon {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .div-block-41 {
    text-align: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-16 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-18 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-19 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-7 {
    padding: 12px;
  }

  .menu-button-7.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .button-280 {
    border-radius: 5px;
    position: absolute;
    inset: auto auto 0% 10%;
  }

  .div-block-502 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .heading-50 {
    font-size: 2rem;
  }

  .nav-menu-13 {
    width: 500px;
  }

  .btn-and-video-div {
    margin-top: 50px;
  }

  .animation-data {
    font-size: 2rem;
  }

  .team-member-image-two-3 {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-504 {
    position: relative;
  }

  .hero-heading {
    margin-bottom: 0;
    font-size: 80px;
    line-height: 80px;
  }

  .team-grid-2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-52 {
    font-size: 2rem;
  }

  .submit-button-6 {
    margin-top: 0;
  }

  .image-55 {
    width: 190px;
    height: 180.026px;
  }

  .hero-text-block {
    margin-top: 0;
    font-size: 50px;
  }

  .text-container-portfoliyo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 22px;
  }

  .foter-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-506 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .div-block-507 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-508 {
    position: relative;
    overflow: hidden;
  }

  .text-block-64 {
    font-size: 1rem;
  }

  .team-member-position {
    margin-bottom: 10px;
  }

  .pricing-section {
    display: none;
  }

  .navbar-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-509 {
    position: relative;
    overflow: hidden;
  }

  .contect-us {
    color: #333;
    text-align: center;
    background-color: #3898ec;
    height: 50vh;
    padding-top: 20px;
  }

  .heading-53 {
    font-size: 2rem;
  }

  .team-block-3 {
    padding-bottom: 0;
    box-shadow: 0 5px 10px #0003;
  }

  .heading-54 {
    text-align: center;
    font-size: 2rem;
  }

  .team-card {
    border-radius: 10px;
    width: auto;
    height: auto;
  }

  .btn-2 {
    color: #000;
    background-color: #e8e8e8;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 1.2rem;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  ._0cf4f0 {
    color: #fff;
  }

  .foter-section {
    background-image: url('../images/download-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-s-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    width: 700px;
  }

  .section-slider {
    display: none;
  }

  .text-block-65 {
    margin-bottom: 60px;
    font-size: 1rem;
  }

  .div-block-510 {
    position: relative;
    overflow: hidden;
  }

  .button-283 {
    border: 3px solid var(--white);
    background-color: #0000;
    margin-top: 40px;
  }

  .link-block-9 {
    font-size: .9rem;
    line-height: 1.1;
    text-decoration: none;
  }

  .our-portfolio {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-67 {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .read-to-start-something-great {
    font-size: 2rem;
  }

  .grid-17 {
    grid-template-columns: 1fr;
    margin-bottom: 66px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  /* .form-5 {
    padding: 10px;
  } */

  .button-285 {
    background-color: var(--white);
    color: #000;
    font-size: 1.3rem;
  }

  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
    padding-top: 10px;
  }

  .div-block-512 {
    width: auto;
  }

  .grid-18 {
    grid-template-columns: 1fr 1fr;
  }

  .link-4 {
    text-decoration: none;
  }

  .logo-div-2 {
    display: none;
  }

  .team-member-image {
    border-radius: 10px 10px 0% 0%;
    width: 200px;
    height: 250px;
  }

  .last-futer-div {
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button-16 {
    width: 150px;
  }

  .div-block-513 {
    position: relative;
    overflow: hidden;
  }

  .heading-55 {
    font-size: 1rem;
  }

  .eusoft-hero-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #f1f1f1;
    flex-flow: column;
    margin-top: 80px;
    display: flex;
  }

  .why-us {
    height: auto;
    margin-top: 220px;
  }

  .text-block-70 {
    text-align: center;
  }

  .blog-section-2 {
    margin-bottom: 40px;
  }

  .grid-wrapper {
    width: auto;
  }

  .paragraph-13 {
    font-size: 18px;
    font-weight: 500;
  }

  .intro-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .team-circles {
    border: 1px #000;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-21 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-72 {
    margin-bottom: 40px;
  }

  .message-field {
    border-radius: 5px;
    padding-bottom: 40px;
    font-size: 1rem;
  }

  .about-us {
    height: 187vh;
  }

  .text-field-4 {
    border-radius: 5px;
    height: 40px;
    font-size: 1rem;
  }

  .centered-heading-5 {
    font-size: 2rem;
  }

  .subject {
    background-color: #e0e0e0;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .contact-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-div-eusoft {
    justify-content: space-between;
    width: 200px;
    display: flex;
  }

  .text-block-73 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .heading-58 {
    font-size: 2rem;
  }

  .paragraph-14 {
    font-size: 1rem;
  }

  .data-wrapper {
    color: #fff;
  }

  .container-19 {
    max-width: 728px;
  }

  .text-block-74 {
    line-height: 1.5rem;
  }

  .div-block-517 {
    position: relative;
  }

  .text-block-75 {
    text-align: left;
    width: auto;
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-59 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .image-67 {
    width: 80px;
  }

  .heading-61, .project-heading {
    font-size: 2rem;
  }

  .team-member-name-two-3 {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .link-block-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .project-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-521 {
    border-radius: 5px;
    box-shadow: 0 5px 7px #0003;
  }

  .services-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-23, .grid-24, .grid-25, .grid-26, .grid-27, .grid-28, .grid-29 {
    grid-template-columns: 1fr;
  }

  .heading-91 {
    font-size: 2rem;
  }

  .grid-30 {
    grid-template-columns: 1fr;
  }

  .div-block-547 {
    position: relative;
  }

  .heading-60-copy {
    font-size: 2rem;
  }

  .heading-96 {
    font-size: 1.5rem;
  }

  .data-dive-copy {
    background-color: #10bab9;
    padding: 20px;
  }

  .contect-grid-copy {
    grid-template-columns: 1fr;
  }

  .background-video-6 {
    display: none;
  }

  .btn-2-copy {
    color: #000;
    background-color: #e8e8e8;
    width: 60px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .app-btn {
    color: #000;
    background-color: #e8e8e8;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 1.2rem;
  }

  .heading-97 {
    margin-top: 0;
    font-size: 2rem;
  }

  .team-member-image-two-3-copy {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-30 {
    color: #fff;
    font-size: .9rem;
  }

  .app-btn-copy {
    color: #000;
    background-color: #e8e8e8;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 1.2rem;
  }

  .btn-2-copy-copy, .btn-2-copy-copy-copy {
    color: #000;
    background-color: #e8e8e8;
    width: 60px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .select-field {
    border-radius: 5px;
    height: 40px;
    font-size: 1rem;
  }

  .div-block-549 {
    width: auto;
  }

  .bold-text-24 {
    font-size: 1rem;
  }

  .image-size {
    border-radius: 10px 10px 0% 0%;
    width: 250px;
    height: 300px;
  }

  .ada-meer-image {
    border-radius: 0%;
    width: auto;
    height: 250px;
  }

  .irshad-image {
    border-radius: 0%;
    width: 200px;
    height: 250px;
  }

  .container-20 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .div-block-553 {
    padding-bottom: 100px;
    padding-left: 0;
    overflow: hidden;
  }

  .slider-5 {
    width: auto;
    height: 100vh;
  }

  .div-block-554 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-506-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .image-110 {
    width: 25px;
    height: 25px;
  }

  .link-block-10-copy {
    margin-top: 10px;
  }

  .image-122 {
    width: 250px;
    position: static;
  }

  .div-block-558 {
    z-index: 999;
  }

  .section-15 {
    height: auto;
    margin-top: 40px;
  }

  .footer-light {
    padding-top: 10px;
  }

  .container-21 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-divider-two {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-135 {
    width: 20px;
  }

  .grid-wrapper-copy, .grid-wrapper-copy-copy {
    width: auto;
  }

  .team-rank-btn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    width: 700px;
  }

  .btn-2-copy {
    color: #000;
    background-color: #e8e8e8;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 1.2rem;
  }

  .image-137 {
    width: 20px;
    height: 20px;
  }

  .heading-105 {
    font-family: Mulish, sans-serif;
    font-size: 2rem;
  }

  .heading-106 {
    font-family: Mulish, sans-serif;
  }

  .lets-get-a-guote {
    padding-top: 50px;
  }

  .project-heading-copy {
    font-size: 2rem;
  }

  .grid-wrapper-copy {
    width: auto;
  }

  .div-block-570 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .image-138 {
    width: 30px;
    height: 20px;
  }

  .heading-107 {
    font-size: 1.5rem;
  }

  .background-video-7 {
    height: 350px;
  }

  .services-with-icons {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .greater-then-image {
    width: 15px;
    height: 15px;
  }

  .background-video-8 {
    width: 500px;
  }

  .contact-section-of-project-details {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-portfolio-of-project-dettails {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member-dimage {
    border-radius: 0%;
    width: 300px;
    height: 400px;
  }

  .div-block-575 {
    margin-top: 40px;
  }

  .heading-108 {
    font-size: 1rem;
  }

  .tabs-menu-3 {
    padding-right: 20px;
  }

  .tab-link-tab-2-2 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-2-2.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-577 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-128 {
    margin-left: -26px;
    padding-left: 0;
    font-size: 1.2rem;
  }

  .heading-109 {
    margin-top: 10px;
  }

  .div-block-581 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-147 {
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-image-copy {
    border-radius: 10px 10px 0% 0%;
    width: auto;
    height: 250px;
  }

  .div-block-582 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-148, .image-149, .image-150 {
    width: 25px;
  }

  .nisar-pic {
    border-radius: 10px 10px 0% 0%;
    width: 200px;
    height: 250px;
  }

  .image-154 {
    width: 110px;
    height: 50px;
  }

  .container-23 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-1 {
    font-size: 3rem;
    line-height: .9;
  }

  .container-1 {
    width: auto;
    max-width: 750px;
  }

  .grid-35 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-130, .bold-text-38 {
    text-align: center;
  }

  .text-block-reviews {
    text-align: center;
  }

  .text-span-40 {
    font-size: 3rem;
  }

  .container-24 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    width: auto;
    max-width: none;
    margin-bottom: 40px;
  }

  .shadow-two-4 {
    width: 700px;
  }

  .heading-113 {
    font-size: 1.5rem;
  }

  .paragraph-31 {
    font-size: .8rem;
    line-height: 1.5;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 80px;
  }

  .container-26 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .mask {
    width: auto;
  }

  .grid-36 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-134 {
    width: 700px;
  }

  .image-157 {
    height: 250px;
  }

  .container-27 {
    max-width: 728px;
  }

  .div-block-585 {
    width: 650px;
    height: 277px;
    padding-top: 50px;
  }

  .image-158 {
    width: 100px;
    height: 100px;
    right: 42%;
  }

  .clinde-name {
    font-size: 1.2rem;
  }

  .slider-6 {
    height: auto;
  }

  .text-block-136 {
    font-size: 0.6rem;
    line-height: 1.2;
  }

  .paragraph-34 {
    font-size: .8rem;
  }

  .slide-10 {
    height: 70vh;
  }

  .team-section {
    margin-top: 10px;
  }

  .team-slider-3 {
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-28 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 32%;
    margin-right: 1.3%;
  }

  .team-member-name-two-4 {
    width: 165px;
  }

  .team-member-text-4 {
    font-size: .8rem;
  }

  .team-slider-arrow-3 {
    display: none;
  }

  .mask-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-29 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .image-159, .image-160 {
    width: 20px;
    height: 20px;
  }

  .image-161 {
    width: 20px;
  }

  .footer-light-copy, .footer-light-1 {
    padding-top: 10px;
  }

  .compny-title-1 {
    font-size: 1.1rem;
    line-height: 32px;
  }

  .container-of-about-section-1 {
    height: auto;
    padding-top: 10px;
  }

  .about-us-title {
    font-size: 1.5rem;
  }

  .about-us-text-block-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .btn-wrapper-div {
    text-align: left;
    margin-top: 20px;
  }

  .button-307 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
  }

  .div-block-586 {
    width: auto;
  }

  .logo-div-3 {
    display: none;
  }

  .menu-button-11 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-30 {
    max-width: 728px;
  }

  .centered-heading-9 {
    font-size: 1.5rem;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 200px;
    height: 300px;
  }

  .team-deta-1 {
    padding-top: 20px;
  }

  .tab-pane-tab-1-3 {
    margin-top: 20px;
  }

  .tabs-menu-4 {
    flex-flow: wrap;
  }

  .footer-dark {
    padding-top: 40px;
  }

  .container-31 {
    max-width: 728px;
  }

  .footer-wrapper {
    width: auto;
  }

  .footer-content {
    grid-column-gap: 19px;
  }

  .footer-block {
    width: 200px;
  }

  .title-small {
    font-size: .8rem;
  }

  .footer-link {
    margin-top: 11px;
    margin-bottom: 5px;
    font-size: .9rem;
  }

  .footer-copyright-center {
    align-self: center;
    font-size: 16px;
  }

  .heading-116 {
    font-size: 1rem;
  }

  .div-block-588 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .team-member-defult-image {
    width: auto;
    height: 190px;
  }

  .animated-logo-for-footer {
    width: auto;
  }

  .our-services-section-1 {
    height: auto;
    margin-top: 60px;
  }

  .technologies-section1 {
    width: 100vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contect-section-for-services {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-text-block-1-copy {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-section-on-contact-page {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-549-copy {
    width: auto;
  }

  .text-block-130-copy {
    text-align: center;
  }

  .animated-logo-div-for-testimonials, .animeted-iv-for-about-page-up-side {
    width: auto;
  }

  .our-portfolio-for-froject-page {
    margin-bottom: 26px;
  }

  .tabs-menu-5 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .animated-div-for-services-page-1, .animated-for-testimonials-page-1 {
    width: auto;
  }

  .logo-div-2-copy {
    display: none;
  }

  .animated-div-for-contect-page {
    width: auto;
  }

  .animed-div-of-technologies {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .margin-large {
    margin: 1.5rem;
  }

  .grid-2255 {
    grid-template-columns: 1fr;
  }


  .heading-medium {
    font-size: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rv-styleguide-header_heading {
    letter-spacing: -.0625rem;
    font-size: 2.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rv-styleguide-header_paragraph {
    font-size: 1.375rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-styleguide_section-header-n {
    font-size: .875rem;
  }

  .rv-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .rv-styleguide_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rv-styleguide-heading-white {
    font-size: 2rem;
  }

  .rv-styleguide_2-col {
    margin-top: 5rem;
  }

  .styleguide-container {
    padding: 1rem;
  }

  .rv-styleguide-icon {
    height: 1.5rem;
  }

  .rv-styleguide-header_do {
    width: .9375rem;
    height: .9375rem;
  }

  .riseverse-badge {
    font-size: .75rem;
  }

  .text-block {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.6;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: .9;
  }

  .grid-team-copy.grid-team-2 {
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    margin: 20px 20px 100px;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .image-7, .div-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-9 {
    font-size: .7rem;
    line-height: 1.2;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .last-title-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-5 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .image-11 {
    margin-top: 40px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .heading-7 {
    line-height: .8;
  }

  .div-block-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 65%;
    font-size: 1.4rem;
  }

  .text-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bold-text-3 {
    font-size: 1.4rem;
  }

  .italic-text {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .team-slider, .team-slider-2 {
    padding: 60px 15px;
  }

  .container-4-5 {
    width: 70%;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-19 {
    max-width: 90%;
  }

  .grid-10 {
    grid-template-columns: .5fr;
    display: flex;
  }

  .heading-14 {
    width: 114%;
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: .7;
  }

  .div-block-20 {
    display: block;
  }

  .bold-text-4 {
    font-size: .9rem;
    line-height: .8;
  }

  .form {
    width: 122%;
  }

  .submit-button {
    width: 47%;
  }

  .text-block-20 {
    font-size: .9rem;
    line-height: 1.1;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .hero-heading-center-2, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-19 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .text-block-75 {
    font-size: .8rem;
  }

  .link-block-10 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .grid-31 {
    grid-template-columns: 1fr;
  }

  .text-block-109, .web-design {
    width: 200px;
  }

  .heading-96 {
    font-size: 1rem;
  }

  .text-span-30 {
    font-size: .8rem;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .div-block-546-copy-copy {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .text-block-127 {
    font-size: .9rem;
  }

  .heading-107 {
    font-size: 1rem;
  }

  .image-140 {
    width: 150px;
    height: 200px;
  }

  .background-video-7 {
    text-align: left;
    height: 350px;
  }

  .services-with-icons {
    margin-top: 5px;
    margin-bottom: 3px;
  }

  .tabs-2 {
    flex-flow: column;
  }

  .tabs-menu-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-right: 0;
  }

  .tab-link-tab-2-2 {
    width: 167px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-128 {
    margin-left: -26px;
  }

  .grid-34 {
    grid-template-columns: 1fr 1fr;
  }

  /* .hero-subscribe-right {
    padding: 60px 15px;
  } */

  .grid-35 {
    grid-template-columns: 1fr;
    
  }

  .services-box-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .services-title-1 {
    font-size: 1.5rem;
  }

  .text-block-130 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
  }

  .text-block-reviews {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
  }

  .bold-text-38 {
    font-size: 1rem;
    line-height: 1;
  }

  .text-span-40 {
    font-size: 2rem;
  }

  .hero-heading-center-3 {
    padding: 0;
  }

  .shadow-two-4 {
    width: auto;
    height: auto;
  }

  .about-us-title-1, .heading-112, .heading-114 {
    font-size: 1.3rem;
  }

  .hero-heading-right, .gallery-slider-2 {
    padding: 0;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .text-block-132 {
    font-size: 1rem;
  }

  .grid-36 {
    grid-template-columns: 1fr;
  }

  .bold-text-43, .bold-text-44 {
    font-size: 1.2rem;
  }

  .text-block-134 {
    width: auto;
  }

  .bold-text-45, .bold-text-46 {
    font-size: 1.2rem;
  }

  .blogs-card-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-without-image, .book-a-meating-section {
    padding: 60px 15px;
  }

  .div-block-585 {
    width: 450px;
    height: 330px;
    padding-top: 42px;
    padding-bottom: 5px;
  }

  .image-158 {
    width: 100px;
    height: 100px;
    top: -60px;
    right: 174px;
  }

  .clinde-name {
    font-size: 1.3rem;
  }

  .slider-6 {
    height: 434px;
  }

  .text-block-136 {
    font-size: 0.5rem;
  }

  .paragraph-34 {
    font-size: .8rem;
  }

  .team-section {
    margin-top: 250px;
  }

  .team-slider-3 {
    padding: 60px 15px;
  }

  .team-slide-wrapper-3 {
    width: 45%;
    margin-right: 5%;
  }

  .team-block-4 {
    width: auto;
  }

  .mask-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .slide-nav-4 {
    font-size: .7rem;
  }

  .footer-light-copy, .footer-light-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .compny-title-1 {
    font-size: 1rem;
    line-height: 32px;
  }

  .about-us-text-block-1 {
    width: auto;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .centered-heading-9 {
    font-size: 1.5rem;
  }

  .centered-subheading-6 {
    font-size: .9rem;
  }

  .team-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .team-circles-2-copy, .team-deta-1 {
    padding: 60px 15px;
  }

  .tabs-menu-4 {
    flex-flow: wrap;
  }

  .tab-link-tab-3-3, .tab-link-tab-1-3.w--current {
    font-size: .9rem;
  }

  .text-block-140 {
    font-size: .9rem;
  }

  .footer-dark {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .footer-link {
    margin-top: 5px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    align-self: flex-start;
    margin-top: 0;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 10px;
  }

  .footer-copyright-center {
    align-self: flex-end;
  }

  .image-169 {
    width: 18px;
    height: 18px;
  }

  .team-member-defult-image {
    width: 300px;
    height: 200px;
  }

  .technologies-section1 {
    width: 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-130-copy {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
  }

  .background-video-10 {
    width: 100%;
  }

  .title-deta-wrapper-1 {
    margin-bottom: 20px;
  }

  .heading-117 {
    font-size: 1rem;
  }

  .div-block-589 {
    width: auto;
  }

  .services-box-1-copy {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2255 {
    grid-template-columns: 1fr;
  }


  .rv-styleguide-header_content {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .rv-styleguide_header-container {
    padding-left: 1rem;
  }

  .rv-styleguide_header-wrap {
    flex-wrap: wrap;
  }

  .rv-styleguide-icon {
    margin-bottom: 1rem;
  }

  .title-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Bitter, serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .7rem;
    line-height: 1.5;
  }

  .grid-team {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 1.3rem;
  }

  .heading-3 {
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Inconsolata, monospace;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .text-block-4 {
    font-size: .9rem;
    line-height: 1.5;
  }

  .grid-team-copy.grid-team-2 {
    grid-template-columns: 1fr;
  }

  .text-block-color {
    font-size: .8rem;
  }

  .grid-3 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    line-height: 1.1;
  }

  .image-7 {
    text-align: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-7 {
    font-family: Inconsolata, monospace;
  }

  .bold-text-2 {
    font-size: .7rem;
    line-height: .9;
  }

  .text-block-8 {
    text-align: center;
    margin-bottom: 5px;
    font-size: .7rem;
    line-height: 1.1;
  }

  .data {
    margin-top: 50px;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .last-title-box {
    display: block;
  }

  .div-block-3 {
    width: 100%;
    max-width: 100%;
  }

  .container-regular-2 {
    text-align: left;
  }

  .navbar-wrapper-2 {
    text-align: left;
    width: 100%;
  }

  .nav-menu-5 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .section-4 {
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .button-3 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    font-weight: 500;
  }

  .button-blue {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .heading-4 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .image-11 {
    margin-top: 10px;
  }

  .heading-5 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 400;
  }

  .div-block-6 {
    padding-top: 0;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .section-4-2 {
    padding-left: 40px;
    padding-right: 0;
  }

  .grid-6 {
    grid-template-columns: .5fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .text-block-13 {
    text-align: left;
    letter-spacing: 0;
    width: 100%;
    line-height: 1.3;
  }

  .heading-6 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: .7rem;
    line-height: 1.3;
  }

  .div-block-8 {
    width: 80%;
  }

  .text-block-14 {
    font-size: .9rem;
    line-height: 1;
  }

  .div-block-9 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .italic-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
    line-height: 1;
  }

  .heading-8 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10 {
    text-align: left;
    width: 181%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-11, .div-block-12, .div-block-13 {
    text-align: left;
    width: 181%;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .container-4-5 {
    width: 80%;
  }

  .heading-11 {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .text-block-17 {
    line-height: 1.2;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    margin-left: 10px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
    display: block;
  }

  .heading-14 {
    margin-bottom: 5px;
  }

  .bold-text-4 {
    font-size: 1.2rem;
  }

  .text-block-19 {
    margin-bottom: 10px;
  }

  .text-field {
    text-align: left;
    margin-bottom: 5px;
  }

  .form {
    text-align: left;
  }

  .submit-button {
    width: 39%;
  }

  .form-block {
    margin-right: 10px;
  }

  .div-block-21 {
    text-align: left;
    margin-left: 20px;
  }

  .heading-15 {
    text-align: left;
    font-size: 1.5rem;
  }

  .image-16 {
    text-align: left;
  }

  .div-block-23 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-29 {
    font-size: 1rem;
  }

  .heading-20 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: .6rem;
    font-weight: 500;
  }

  .button-11 {
    margin-top: 20px;
    font-size: .5rem;
  }

  .section-2 {
    margin-top: 40px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .grid-data {
    margin-top: 40px;
  }

  .heading-21 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .text-block-30 {
    font-size: .8rem;
  }

  .image-24 {
    width: 30%;
  }

  .grid-data-space {
    width: 100%;
  }

  .body-12 {
    background-size: cover;
    background-attachment: fixed;
    max-height: 100%;
    margin-top: 50px;
  }

  .section-first {
    border-radius: 10px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }

  .heading-22 {
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .text-block-31 {
    text-align: center;
    font-size: .7rem;
  }

  .text-block-32 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .6rem;
  }

  .button-12 {
    margin-bottom: 10px;
    font-size: .6rem;
  }

  .button-13 {
    font-size: .7rem;
    line-height: 1.3;
  }

  .div-block-28 {
    width: 65%;
    height: 25%;
    bottom: 40%;
  }

  .div-block-29 {
    height: 35vh;
    padding-top: 0;
  }

  .text-block-33 {
    font-size: .8rem;
  }

  .div-block-30 {
    margin-top: 10px;
  }

  .image-26, .image-27 {
    width: 30%;
  }

  .container-9 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .container-11 {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .container-12 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .container-16 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-18 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .submit-button-6 {
    font-size: .85rem;
  }

  .text-block-66 {
    margin-top: 0;
  }

  /* .form-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  } */

  .message-field {
    height: 164.167px;
    font-size: .8rem;
  }

  .text-field-4 {
    height: auto;
    font-size: .8rem;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
    font-family: Mulish, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .contact-section {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-73 {
    font-size: .9rem;
  }

  .centered-subheading-3 {
    font-family: Mulish, sans-serif;
  }

  .container-19 {
    max-width: none;
  }

  .text-block-75 {
    font-family: Mulish, sans-serif;
    font-size: .8rem;
    font-weight: 500;
  }

  .heading-59 {
    font-size: 1rem;
  }

  .heading-91 {
    font-family: Mulish, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .navbar-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-3 {
    height: 50vh;
  }

  .web-design {
    font-size: 1.1rem;
  }

  .select-field {
    height: auto;
    font-size: .8rem;
  }

  .div-block-549 {
    display: none;
  }

  .container-20 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .grid-32 {
    grid-template-columns: 1fr;
  }

  .div-block-546-copy-copy {
    width: auto;
  }

  .italic-text-6 {
    font-size: .9rem;
  }

  .container-21 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 15px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .tabs-menu {
    width: auto;
  }

  .text-block-125 {
    width: 250px;
    font-family: Mulish, sans-serif;
  }

  .div-block-568 {
    overflow: visible;
  }

  .lets-get-a-guote {
    width: 200px;
    height: 80px;
    padding-top: 20px;
  }

  .button-297 {
    width: auto;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Mulish, sans-serif;
  }

  .project-details-grid {
    grid-template-columns: 1fr;
  }

  .background-video-7 {
    width: 94vw;
    height: 300px;
    margin-left: -15px;
  }

  .heading-108 {
    font-size: .7rem;
  }

  .tabs-2 {
    flex-flow: column;
  }

  .tabs-menu-3 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .tab-link-tab-2-2 {
    text-align: center;
    width: 125px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    font-size: .8rem;
  }

  .tab-link-tab-2-2.w--current {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tabs-content-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-577 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .image-144 {
    width: 30px;
  }

  .text-block-128 {
    margin-left: 0;
    font-size: .9rem;
  }

  .heading-109 {
    font-size: 1rem;
  }

  .grid-34 {
    grid-template-columns: 1fr 1fr;
  }

  .image-144-copy {
    width: 30px;
  }

  .text-block-129 {
    font-size: .9rem;
  }

  .heading-110 {
    margin-top: 0;
    font-size: 1rem;
  }

  .div-block-578 {
    padding-left: 0;
  }

  .div-block-579 {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .div-block-580 {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .logo-image {
    width: auto;
  }

  .image-151, .image-152 {
    width: 20px;
  }

  .image-153 {
    width: 300px;
    overflow: hidden;
  }

  .div-block-583 {
    align-self: center;
  }

  .image-154 {
    width: 80px;
    height: 40px;
  }

  /* .hero-subscribe-right {
    min-width: auto;
    min-height: auto;
  } */

  .container-23 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .button-primary-7 {
    padding: 5px 10px;
    font-size: .8rem;
    font-weight: 400;
  }

  .container-1 {
    max-width: 100vw;
    padding-top: 10px;
  }

  .services-box-1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-130 {
    text-align: center;
    font-size: .8rem;
  }

  .text-block-reviews {
    text-align: center;
    font-size: .8rem;
    padding-bottom: 10px;
  }

  .about-us-1 {
    margin-top: 20px;
  }

  /* .hero-heading-center-3 {
    padding-top: 40px;
    padding-bottom: 20px;
  } */

  .container-24 {
    max-width: none;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

  .hero-split-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }


  .team-skils-div {
    justify-content: flex-start; /* Align the skill div items to the left on larger screens */
  }

  .about-us-title-1 {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
  }

  .text-block-131 {
    text-align: left;
    margin-bottom: 0;
  }

  .image-155 {
    align-self: flex-start;
    width: 18px;
    height: 18px;
  }

  .heading-112 {
    font-size: 1rem;
  }

  .heading-113 {
    margin-top: 10px;
    font-size: 1rem;
  }

  .heading-114 {
    font-size: 1rem;
  }

  .container-26 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .text-block-132 {
    font-size: 1rem;
  }

  .bold-text-43, .bold-text-44 {
    font-size: 1.2rem;
  }

  .text-block-134 {
    width: 307px;
  }

  .bold-text-45, .bold-text-46 {
    font-size: 1.2rem;
  }

  .container-27 {
    max-width: none;
  }

  .margin-bottom-24px-6, .button-306, .text-block-135 {
    font-size: 1rem;
  }

  .div-block-585 {
    width: auto;
    height: 80%;
  }

  .image-158 {
    inset: -62px auto auto 35%;
  }

  .clinde-name {
    font-size: 1rem;
  }

  .paragraph-34 {
    margin-bottom: 0;
  }

  .slide-10 {
    height: 100vh;
  }

  .container-28 {
    max-width: none;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .container-29 {
    max-width: none;
  }

  .slide-nav-4 {
    margin-top: 0;
    padding-top: 0;
    top: auto;
    bottom: -60px;
  }

  .about-us-section-1 {
    height: auto;
    margin-top: 52px;
  }

  .container-of-about-section-1 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    /* padding-left: 10px; */
  }

  .about-us-title {
    font-size: 1.1rem;
  }

  .about-us-text-block-1 {
    width: auto;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .text-center{
    text-align: center !important;
  }

  .hero-split-4 h3 {
    text-align: center !important;
  }
  
  .btn-wrapper-div {
    width: 300px;
    margin-top: 10px;
  }

  .button-307 {
    padding: 5px 10px;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .menu-button-11 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-30 {
    max-width: none;
  }

  .centered-heading-9 {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .centered-subheading-6 {
    font-size: .9rem;
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
  }

  .team-member-image-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .team-member-name-2 {
    font-size: 1rem;
  }

  .team-deta-1 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .tabs-menu-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .tab-link-tab-3-3, .tab-link-tab-2-3 {
    padding: 5px;
  }

  .tab-link-tab-1-3.w--current {
    padding: 5px 10px;
  }

  .text-block-139, .text-block-140, .text-block-141, .text-block-142, .text-block-143 {
    font-size: .8rem;
  }

  .container-31 {
    max-width: none;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-content {
    margin-top: 20px;
  }

  .footer-link {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: .8rem;
  }

  .footer-copyright-center {
    font-size: .8rem;
  }

  .image-167 {
    width: 25px;
  }

  .heading-116 {
    margin-bottom: 0;
  }

  .team-member-defult-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .animated-logo-for-footer {
    display: none;
    overflow: visible;
  }

  .our-services-section-1 {
    height: auto;
    margin-top: 52px;
  }

  .technologies-section1 {
    width: auto;
    max-width: 100vw;
  }

  .tab-pane-tab-1-4, .tab-pane-tab-3-3 {
    margin-bottom: 20px;
  }

  .contect-section-for-services {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-section-1 {
    height: auto;
    margin-top: 52px;
  }

  .about-us-text-block-1-copy {
    width: auto;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .contact-section-on-contact-page {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-549-copy {
    display: none;
  }

  .contact-section-1-copy, .contact-section-1-copy-copy, .testimonials-section-1-1 {
    height: auto;
    margin-top: 52px;
  }

  .text-block-130-copy {
    text-align: left;
    font-size: .8rem;
  }

  .animated-logo-div-for-testimonials, .animeted-iv-for-about-page-up-side {
    display: none;
  }

  .tabs-menu-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: 175px;
    margin-left: 0;
  }

  .tab-link-tab-1-4 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 6px;
  }

  .background-video-10 {
    width: 94vw;
    height: 350px;
  }

  .animated-div-for-services-page-1, .animated-for-testimonials-page-1, .animated-div-for-contect-page {
    display: none;
  }

  .soulship-slider {
    height: 50vh;
  }

  .animed-div-of-technologies {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .services-box-1-copy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-d03b4637-ef58-10aa-882e-a4f242128f6b-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f71-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f77-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f7e-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f84-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f8b-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f92-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f99-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128fa0-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128fa7-99c146f9, #w-node-b399efd7-7e02-9e87-463a-03118021477f-99c146f9, #w-node-_022a1c30-70f2-77ef-bb4d-1c2e8c1fae5a-99c146f9, #w-node-b399efd7-7e02-9e87-463a-03118021478b-99c146f9, #w-node-b399efd7-7e02-9e87-463a-031180214792-99c146f9, #w-node-b399efd7-7e02-9e87-463a-031180214798-99c146f9, #w-node-b399efd7-7e02-9e87-463a-03118021479f-99c146f9, #w-node-b399efd7-7e02-9e87-463a-0311802147b4-99c146f9, #w-node-b399efd7-7e02-9e87-463a-0311802147bb-99c146f9, #w-node-b1f31c65-f5a1-8f80-4f34-3b75c03ddef0-99c146f9, #w-node-b1f31c65-f5a1-8f80-4f34-3b75c03ddf11-99c146f9, #w-node-_63babaf0-4d34-0692-73a2-1b208ce9ada2-99c146f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab70f191-d6bd-c9ea-bb1c-3739aff27817-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff278b4-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff27905-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff2792b-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff279c8-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff27a05-99c146fa {
  align-self: center;
}

#w-node-_251ee93b-bc05-8c9b-ff00-9e2305b53497-99c146fe, #w-node-_251ee93b-bc05-8c9b-ff00-9e2305b534ab-99c146fe, #w-node-_4ef4a59f-c615-1943-4521-d7af5245e4c5-99c146ff, #w-node-_4ef4a59f-c615-1943-4521-d7af5245e4d5-99c146ff {
  justify-self: center;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e810b-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8110-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8115-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e811a-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8120-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8126-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e812c-99c1470c {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8241-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e825a-99c1470c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e825d-99c1470c {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e825f-99c1470c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8262-99c1470c {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e82b8-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e82c2-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e82c3-99c1470c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8335-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e833a-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e833f-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8344-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8349-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e834e-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8358-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e835d-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8362-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8367-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e836c-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8371-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8376-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e837b-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8380-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8385-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e838a-99c1470c {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e838e-99c1470c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e838f-99c1470c {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8391-99c1470c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8394-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8399-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e839e-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83b5-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83ba-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83bf-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83c4-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83c9-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83ce-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83d8-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83dd-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83e2-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83e7-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83ec-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83f1-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83f6-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83fb-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8400-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8405-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e840a-99c1470c {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e840e-99c1470c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e840f-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8414-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8419-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e841e-99c1470c {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e84a8-99c1470c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8506-99c1470c {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8562-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e856c-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8576-99c1470c, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8580-99c1470c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_0f235371-db90-ef12-1bc9-1c81904efc5d-99c146bb, #w-node-_0f235371-db90-ef12-1bc9-1c81904efc71-99c146bb {
    justify-self: center;
  }

  #w-node-d03b4637-ef58-10aa-882e-a4f242128f71-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f77-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f84-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f8b-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f92-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128f99-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128fa0-99c146f9, #w-node-d03b4637-ef58-10aa-882e-a4f242128fa7-99c146f9, #w-node-_022a1c30-70f2-77ef-bb4d-1c2e8c1fae5a-99c146f9, #w-node-b399efd7-7e02-9e87-463a-03118021478b-99c146f9, #w-node-b399efd7-7e02-9e87-463a-031180214798-99c146f9, #w-node-b399efd7-7e02-9e87-463a-03118021479f-99c146f9, #w-node-b399efd7-7e02-9e87-463a-0311802147b4-99c146f9, #w-node-b399efd7-7e02-9e87-463a-0311802147bb-99c146f9, #w-node-b1f31c65-f5a1-8f80-4f34-3b75c03ddef0-99c146f9, #w-node-b1f31c65-f5a1-8f80-4f34-3b75c03ddf11-99c146f9, #w-node-_63babaf0-4d34-0692-73a2-1b208ce9ada2-99c146f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff27848-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff2787f-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff278d5-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff2795c-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff27993-99c146fa, #w-node-ab70f191-d6bd-c9ea-bb1c-3739aff279dd-99c146fa {
    justify-self: start;
  }

  #w-node-_251ee93b-bc05-8c9b-ff00-9e2305b53497-99c146fe, #w-node-_251ee93b-bc05-8c9b-ff00-9e2305b534ab-99c146fe, #w-node-_4ef4a59f-c615-1943-4521-d7af5245e4c5-99c146ff, #w-node-_4ef4a59f-c615-1943-4521-d7af5245e4d5-99c146ff {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_251ee93b-bc05-8c9b-ff00-9e2305b53469-99c146fe, #w-node-_4ef4a59f-c615-1943-4521-d7af5245e49a-99c146ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a9e5bb2-5b42-b1bc-a189-31aec6d7ab6a-99c146f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_251ee93b-bc05-8c9b-ff00-9e2305b53499-99c146fe, #w-node-_4ef4a59f-c615-1943-4521-d7af5245e4c7-99c146ff {
    order: -9999;
  }
}


