:root {
  --cinder\<deleted\|variable-15c21009-9661-1725-f187-f368d7cf0e83\>: #15141c;
  --white\<deleted\|variable-8f87beb9-7f53-93f0-bb0a-a8b16c46e441\>: white;
  --heading-three-font-size-tab\<deleted\|variable-eb277af5-93ad-1e69-3eeb-c4aba2f23ddf\>: 32px;
  --heading-three-line-height-tab\<deleted\|variable-ec28c2ed-6805-079b-8181-87152b2d0f33\>: 42px;
  --heading-three-font-size-desktop\<deleted\|variable-fb599533-bd97-89d0-1125-c2250ffd0b50\>: 30px;
  --heading-three-line-height-desktop\<deleted\|variable-429c74ea-34c2-ff2c-a323-202aeffce106\>: 40px;
  --heading-three-font-size-mobile\<deleted\|variable-183b6348-7352-83ba-255f-7a182dbd6c1e\>: 22px;
  --heading-three-line-height-mobile\<deleted\|variable-84dd041d-cef2-52c1-e0db-03815d284e42\>: 32px;
  --heading-four-font-size-tab\<deleted\|variable-59a539cb-9644-eac7-c5dd-6e4052078b98\>: 25px;
  --heading-four-line-height-tab\<deleted\|variable-cc7cc3b8-cd36-059a-8591-4e1e684978e8\>: 35px;
  --heading-four-font-size-desktop\<deleted\|variable-8a9c9b07-aa28-f989-4825-bf6647417cc0\>: 24px;
  --heading-four-line-height-desktop\<deleted\|variable-e8b657e5-bc7d-0626-2ba4-591169acb51a\>: 34px;
  --heading-four-font-size-mobile\<deleted\|variable-9b7a8c5f-5f45-af97-b9de-214610f38eb0\>: 20px;
  --heading-four-line-height-mobile\<deleted\|variable-89ea4cf3-9569-ecd2-bddc-4368d2b26e12\>: 30px;
  --heading-five-font-size-tab\<deleted\|variable-057f8b85-e9e0-0a0c-8aa6-27d0c1ee3761\>: 20px;
  --heading-five-line-height-tab\<deleted\|variable-a65bcebc-3a23-dea6-5d56-bca369a57450\>: 32px;
  --heading-five-font-size-desktop\<deleted\|variable-fdb3de18-091f-a216-f84d-e6f8d5221cb2\>: 22px;
  --heading-five-line-height-desktop\<deleted\|variable-df30973d-a686-9cf7-ea9b-ce6c4d3acf91\>: 34px;
  --heading-five-font-size-mobile\<deleted\|variable-e053b2bd-a4e8-17cc-e4c4-e5aa7c48f786\>: 18px;
  --heading-five-line-height-mobile\<deleted\|variable-40bb53ca-6df5-4e0a-baf2-fec321af9f5e\>: 28px;
  --heading-six-font-size-tab\<deleted\|variable-19e33fa5-6867-e7e8-4312-62a0b11d7049\>: 18px;
  --heading-six-line-height-tab\<deleted\|variable-1e6f6a97-a937-a4da-b950-d03bee9423f4\>: 28px;
  --heading-six-font-size-desktop\<deleted\|variable-e7fb6f96-27f6-39b5-571b-83e2da217b4e\>: 20px;
  --heading-six-line-height-desktop\<deleted\|variable-7ff6de7c-8bfb-7a10-f4db-c1b9ec60e39c\>: 32px;
  --heading-six-font-size-mobile\<deleted\|variable-d14e9987-edf7-acb5-e2a0-748ef825fcba\>: 16px;
  --heading-six-line-height-mobile\<deleted\|variable-206203da-cf3a-1ac0-7ff6-cd81202369cc\>: 26px;
  --orange-gradient\<deleted\|variable-a705e98d-674d-4451-ea9e-3f962dd5cf8f\>: #f4845f26;
  --basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>: #f4845f;
  --transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>: #fff0;
  --body-font-size-desktop\<deleted\|variable-9c0d0d6d-01c0-936e-e920-2cc7e9b92262\>: 18px;
  --body-font-line-height-desktop\<deleted\|variable-7c21beaf-1a6d-d3b1-d44a-db34b8da9480\>: 28px;
  --silver-sand\<deleted\|variable-60c25ae6-18e1-e9f7-53de-e3a0ea0157a6\>: #c1c1c1;
}

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

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

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

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

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

body {
  background-color: var(--cinder\<deleted\|variable-15c21009-9661-1725-f187-f368d7cf0e83\>);
  color: #c1c1c1;
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  color: #fff;
  letter-spacing: -.6px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Instrument Sans, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 65px;
}

h2 {
  color: #fff;
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  color: var(--white\<deleted\|variable-8f87beb9-7f53-93f0-bb0a-a8b16c46e441\>);
  font-size: var(--heading-three-font-size-tab\<deleted\|variable-eb277af5-93ad-1e69-3eeb-c4aba2f23ddf\>);
  line-height: var(--heading-three-line-height-tab\<deleted\|variable-ec28c2ed-6805-079b-8181-87152b2d0f33\>);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

h4 {
  color: var(--white\<deleted\|variable-8f87beb9-7f53-93f0-bb0a-a8b16c46e441\>);
  font-size: var(--heading-four-font-size-tab\<deleted\|variable-59a539cb-9644-eac7-c5dd-6e4052078b98\>);
  line-height: var(--heading-four-line-height-tab\<deleted\|variable-cc7cc3b8-cd36-059a-8591-4e1e684978e8\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

h5 {
  color: var(--white\<deleted\|variable-8f87beb9-7f53-93f0-bb0a-a8b16c46e441\>);
  font-size: var(--heading-five-font-size-tab\<deleted\|variable-057f8b85-e9e0-0a0c-8aa6-27d0c1ee3761\>);
  line-height: var(--heading-five-line-height-tab\<deleted\|variable-a65bcebc-3a23-dea6-5d56-bca369a57450\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

h6 {
  color: var(--white\<deleted\|variable-8f87beb9-7f53-93f0-bb0a-a8b16c46e441\>);
  font-size: var(--heading-six-font-size-tab\<deleted\|variable-19e33fa5-6867-e7e8-4312-62a0b11d7049\>);
  line-height: var(--heading-six-line-height-tab\<deleted\|variable-1e6f6a97-a937-a4da-b950-d03bee9423f4\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

a {
  color: #c1c1c1;
  text-decoration: none;
}

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

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

.text-semibold {
  font-weight: 600;
}

.heading-three {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-three.margin-top-twenty.home-three-blog-card-heading {
  max-width: 16ch;
}

.border-radius-four {
  border-radius: 4px;
}

.position-relative {
  position: relative;
}

.full-width {
  width: 100%;
}

.full-width.home-one-card-image {
  z-index: 1;
  position: relative;
}

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

.margin-top-fifteen.service-two-cms-paragraph {
  max-width: 30ch;
}

.heading-six {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.heading-six.accordion-heading {
  white-space: normal;
}

.heading-five {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.heading-five.text-semibold {
  font-weight: 600;
}

.text-white {
  color: #fff;
}

.heading-four {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.heading-four.home-one-blog-card-heading {
  max-width: 18ch;
}

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

.success-message {
  color: #15141c;
  background-color: #f4845f;
  border-radius: 4px;
}

.side-nav {
  z-index: 99;
  background-color: #23222a;
  flex-flow: column;
  max-width: 505px;
  height: 100%;
  min-height: 100vh;
  padding: 50px 60px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  right: 0%;
  transform: translate(100%);
}

.menu-icon-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.side-nav-hamburgar-line-one {
  transform: rotate(45deg);
}

.home-one-blog-card-large-line {
  background-image: linear-gradient(90deg, #fff3, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.home-one-hero-video-light-box {
  z-index: 2;
  background-color: #f4845f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  display: flex;
  position: relative;
}

.btn-text-center-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-one-why-choose-us-section {
  background-image: radial-gradient(circle farthest-corner at 65% 35%, var(--orange-gradient\<deleted\|variable-a705e98d-674d-4451-ea9e-3f962dd5cf8f\>), #fff0 22%);
  padding-top: 52px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.nav-one-container {
  z-index: 10;
  width: 100%;
  max-width: 1730px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.home-one-hero-slider {
  background-color: #3898ec00;
  height: auto;
}

.image-animation-box {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.hover-button-text {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.read-more-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  display: flex;
}

.footer-bottom-riight-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-link {
  color: #bbb;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: auto;
  padding: 2px 35px;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  transition: color .35s;
}

.dropdown-link:hover {
  color: #f4845f;
}

.dropdown-link.w--current {
  color: var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>);
}

.dropdown-link.top-link {
  padding-top: 20px;
}

.dropdown-link.bottom-link {
  padding-bottom: 20px;
}

.dropdown-link.padding-off {
  padding-left: 0;
  padding-right: 0;
}

.accordion-one-icon-line-two {
  background-color: #fff;
  width: 2px;
  height: 12px;
  position: absolute;
}

.accoedion-one-dropdown-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-one-why-choose-us-card-image-wrap {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.hole-one-light-box-background {
  background-color: #ffffff08;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.hole-one-light-box-background.hole-one-light-box-background-two {
  background-color: #ffffff0d;
}

.menu-text {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.nav-one-wrap {
  z-index: 300;
  position: relative;
}

.margin-top-twenty-five {
  margin-top: 25px;
}

.margin-top-twenty-five.home-three-blog-card-paragraph {
  max-width: 50ch;
}

.home-one-blog-date-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.hamburgar-line-three {
  transform-origin: 100%;
  background-color: #fff;
  width: 15px;
  margin-left: auto;
  padding: 1px 0;
}

.hamburgar-line-one {
  transform-origin: 100%;
  background-color: #fff;
  width: 20px;
  margin-left: auto;
  padding: 1px 0;
}

.dropdown-list {
  background-color: #23222a;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
  overflow: hidden;
}

.accordion-one-dropdown-contain-wrap {
  padding-bottom: 22px;
}

.tag-text {
  color: #f4845f;
  font-size: 18px;
  line-height: 28px;
}

.accordion-one-icon-line-one {
  background-color: #fff;
  width: 12px;
  height: 2px;
}

.error-message {
  color: #000;
  background-color: #f4845f;
  border-radius: 4px;
  width: 100%;
}

.home-one-testemonial-contain-block {
  flex: 0 49%;
  max-width: 413px;
}

.overflow-none {
  overflow: hidden;
}

.margin-top-twenty {
  margin-top: 20px;
}

.home-one-why-choose-us-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-one {
  width: 100%;
  max-width: 1290px;
}

.container-one.home-two-hero-container {
  z-index: 2;
  position: relative;
}

.container-one.service-one-blog-container {
  z-index: 3;
  position: relative;
}

.container-one.service-container {
  z-index: 3;
  position: relative;
  top: 110px;
}

.home-one-slider-link-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 517px;
  margin-top: 20px;
}

.home-one-slider-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #15141c, #15141c00);
  position: absolute;
  inset: 0%;
}

.home-one-blog-section {
  padding-bottom: 70px;
}

.footer-form-submit {
  background-color: #f4845f;
  background-image: url('../images/icon_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px 20px;
  width: 50px;
  height: 54px;
  transition: all .2s;
}

.nav-one-hamburgar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #f4845f;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 27px 25px;
  display: flex;
  position: relative;
}

.home-one-slider-block {
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 57px 15px 90px;
  position: relative;
}

.side-nav-line {
  background-image: linear-gradient(90deg, #3898ec00, #fff3 50%, #3898ec00);
  width: 100%;
  height: 1px;
  margin-top: 44px;
  margin-bottom: 22px;
}

.designation-box-line {
  background-color: #fff;
  width: 32px;
  height: 1px;
}

.button-background {
  z-index: 1;
  background-color: #15141c;
  border-radius: 100%;
  flex: none;
  width: 300px;
  height: 300px;
  position: absolute;
}

.home-one-blog-card-left-contain {
  z-index: 5;
  position: relative;
}

.application-card-button-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  position: relative;
  overflow: hidden;
}

.home-one-testemonial-slider-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
}

.home-one-testimonials-section {
  margin-top: 150px;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.home-one-why-choose-us-card-button {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-one-contain-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.image-overlay {
  z-index: 2;
  background-color: #f4845f;
  display: none;
  position: absolute;
  inset: 0%;
}

.accordion-one {
  border-bottom: 1px solid #3c3c3c;
  width: 100%;
}

.designation-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.marquee-text {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.nav-top-right-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 20px 25px 0;
  display: flex;
}

.dropdown-toggle.right-toggle {
  padding-right: 30px;
}

.date-line {
  background-image: linear-gradient(90deg, #fff, #fff0);
  flex: none;
  width: 45px;
  height: 1px;
  min-height: 1px;
}

.tag-circle {
  background-color: var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>);
  border-radius: 100%;
  flex: none;
  width: 9px;
  height: 9px;
}

.home-one-help-text-block {
  flex: 1;
  align-items: stretch;
  padding-left: 7%;
}

.number-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.mega-menu-link-block.main-page {
  padding-top: 23px;
}

.text-orange {
  color: #f4845f;
}

.tag-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
}

.side-nav-hamburgar-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-form {
  width: 100%;
  max-width: 326px;
  margin-bottom: 0;
}

.nav-one-hamburgar-wrap {
  border-left: 1px solid #ffffff26;
  height: 100%;
  display: flex;
}

.side-nav-social-media-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.home-one-testemonial-image-block {
  border-radius: 4px;
  flex: 0 40%;
  justify-content: flex-start;
  align-items: center;
  max-width: 521px;
  padding-left: 37px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-bottom-link {
  color: #fff;
}

.footer-bottom-link:hover {
  color: #f4845f;
}

.button {
  border-style: solid;
  border-width: 2px;
  border-color: var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>) var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>) var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>) #f4845f;
  color: #fff;
  text-transform: uppercase;
  background-color: #f4845f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mega-menu {
  background-color: #3898ec00;
  width: 100%;
  max-width: 1224px;
  right: 0;
  overflow: hidden;
}

.home-one-slider-arrow {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
}

.home-one-slider-arrow.home-one-slider-right-arrow {
  inset: auto 0% 145px auto;
}

.home-one-slider-arrow.home-one-slider-left-arrow {
  inset: auto 7% 145px auto;
}

.footer-right-block {
  flex: 0 70%;
  justify-content: space-between;
  display: flex;
}

.footer-right-block.footer-two-right-block {
  flex-basis: 65%;
}

.home-one-hero-section {
  position: relative;
  overflow: hidden;
}

.marquee-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-one-help-image-block {
  flex: 0 43%;
  overflow: hidden;
}

.cross-two {
  background-color: #fff;
  border-radius: 8px;
  width: 30px;
  height: 2px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 47%;
  right: auto;
}

.footer-bottom-social-media-block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.hamburgar-line-two {
  transform-origin: 100%;
  background-color: #fff;
  width: 30px;
  margin-left: auto;
  padding: 1px 0;
}

.agenza {
  flex: none;
}

.nav-one-menu-wrap {
  display: flex;
}

.button-orange-arrow {
  position: absolute;
}

.mega-menu-image-block {
  border-radius: 4px;
  overflow: hidden;
}

.home-one-why-choose-us-card-paragraph {
  max-width: 36ch;
  margin-top: 15px;
}

.home-one-help-heading {
  max-width: 438px;
}

.home-one-help-heading.margin-top-twenty-two.margin-bottom-twenty {
  margin-bottom: 20px;
}

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

.home-one-card-text-wrap {
  z-index: 5;
  flex: 0 48%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-link-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-top: 35px;
}

.side-menu-address-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  margin-top: 40px;
}

.side-menu-address-block.side-menu-number-block {
  max-width: 294px;
}

.home-one-why-choose-us-heading {
  max-width: 16ch;
}

.height-auto {
  height: auto;
}

.height-auto.home-one-testemonial-image {
  border-radius: 4px;
}

.height-auto.border-radius-four.service-two-cms-image-for-tab {
  display: none;
}

.home-one-blog-card {
  background-color: #211f2c;
  justify-content: space-between;
  align-items: center;
  padding: 60px 70px;
  position: relative;
  overflow: hidden;
}

.home-one-blog-card.third-card {
  background-color: #f4845f;
}

.footer-one {
  background-color: #23222a;
  padding: 70px 15px 16px;
  position: relative;
}

.black-arrow {
  position: absolute;
}

.mega-menu-wrap {
  background-color: #23222a;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: 15px;
  padding: 63px 70px 59px;
  display: flex;
}

.home-one-why-choose-us-box {
  border: 1px solid #fff3;
  border-radius: 4px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-one-dropdown-contain {
  background-color: #ddd0;
  display: block;
  position: static;
  overflow: hidden;
}

.marquee-main-block {
  background-color: #f4845f;
  justify-content: flex-start;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.star-box {
  margin-top: 15px;
  margin-bottom: 20px;
}

.home-one-blog-left-block {
  background-image: linear-gradient(#000c, #000c), url('../images/consulting.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 143px 100px 134px 70px;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.home-one-help-text-wrap {
  max-width: 633px;
}

.footer-link:hover {
  color: #f4845f;
}

.home-one-slider-large-text {
  color: #fff;
  letter-spacing: -2.7px;
  max-width: 80px;
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  position: absolute;
  bottom: 70px;
  left: -7px;
  right: auto;
  transform: perspective(1248px)rotate(-90deg);
}

.side-nav-social-media-link-wrap {
  background-color: #ffffff0f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cross-one {
  background-color: #fff;
  border-radius: 8px;
  width: 30px;
  height: 2px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 47%;
  right: auto;
}

.footer-form-field {
  height: 54px;
  color: var(--silver-sand\<deleted\|variable-60c25ae6-18e1-e9f7-53de-e3a0ea0157a6\>);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  margin-bottom: 0;
  padding: 12px 16px 12px 0;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  font-size: 14px;
  line-height: 22px;
}

.side-nav-icon-box {
  background-color: #ffffff0f;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  display: flex;
}

.nav-one-right-contain {
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-nav-hamburgar-line-two {
  position: absolute;
  transform: rotate(-45deg);
}

.date-text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

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

.dropdown {
  display: block;
}

.dropdown.mega-menu-dropdown {
  position: static;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -3px;
  display: flex;
}

.footer-block-two.footer-left-block {
  flex: 0 30%;
}

.container-two {
  max-width: 1730px;
}

.marquee-section {
  width: 100%;
  overflow: hidden;
}

.footer-address {
  max-width: 204px;
}

.margin-top-ten {
  margin-top: 10px;
}

.slider-paragraph {
  margin-top: 5px;
}

.footer-wrapper-two {
  grid-template-rows: auto;
  grid-template-columns: 86px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.name-wrap {
  margin-top: 35px;
}

.footer-divider-two {
  background-color: #fefeff33;
  width: 100%;
  height: 1px;
  margin-top: 63px;
  margin-bottom: 18px;
}

.accordion-one-dropdown-toggle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-one-blog-right-block {
  width: 100%;
}

.home-one-particle-two {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.display-none {
  display: none;
}

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

.home-one-video-light-box-wrap {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.home-one-blog-wrap {
  flex-flow: column;
}

.footer-bottom-text-link-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: center;
}

.home-one-why-choose-us-card-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.side-nav-main-wrap {
  z-index: 333;
  background-color: #0009;
  display: none;
  position: fixed;
  inset: 0%;
}

.marquee-wrap {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.nav-top-social-media-link {
  padding-left: 5px;
  padding-right: 5px;
}

.home-one-help-wrap {
  background-color: #ffffff0f;
  background-image: radial-gradient(circle farthest-corner at 45% 30%, var(--orange-gradient\<deleted\|variable-a705e98d-674d-4451-ea9e-3f962dd5cf8f\>), var(--transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>) 25%);
  justify-content: flex-start;
  align-items: center;
  padding-right: 15px;
}

.home-one-slider-heading-wrap {
  max-width: 11ch;
}

.home-one-slider-heading-wrap.home-one-slider-two-heading-wrap {
  max-width: 12ch;
}

.home-one-slider-heading-wrap.home-one-slider-three-heading-wrap {
  max-width: 14ch;
}

.home-one-hero-video-box {
  z-index: 4;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #23222a;
  justify-content: flex-start;
  align-items: center;
  max-width: 505px;
  padding: 48px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-one-why-choose-us-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 40px 80px;
}

.mega-menu-dropdown-link-wrap {
  flex-flow: column;
  margin-top: 25px;
  display: flex;
}

.home-one-testemonial-slider {
  background-color: #ddd0;
  height: auto;
}

.slide {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slide.slide-1 {
  background-image: url('../images/consulting_10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.slide2 {
  background-image: url('../images/consulting_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.slider-three {
  background-image: url('../images/consulting_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-two-offer-card-contain-wrap {
  display: none;
  position: relative;
}

.home-two-offer-card-contain {
  z-index: 4;
  position: absolute;
  inset: auto auto 54px 10%;
}

.foote-two-form-block {
  width: 100%;
}

.home-two-offer-heading {
  max-width: 20ch;
}

.scrool-buttom-icon-two, .offer-card-white-image {
  position: absolute;
}

.home-one-hero-background-image-wrap {
  background-image: linear-gradient(#15141c, #ededed00), linear-gradient(#15141c99, #15141c99), url('../images/consulting_14.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-two-offer-card {
  perspective-origin: 50%;
  transform-origin: 50%;
  max-width: 480px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.home-two-offer-card:hover {
  z-index: 14;
}

.home-two-offer-card.active {
  z-index: 13;
}

.team-member-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.home-one-hero-scroll-button {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  display: none;
}

.home-two-team-section {
  margin-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.team-member-image-box {
  border-radius: 500px;
  position: relative;
  overflow: hidden;
}

.home-two-portfolio-wrap {
  justify-content: flex-start;
  align-items: center;
}

.footer-two-form-text-fild {
  height: 54px;
  color: var(--silver-sand\<deleted\|variable-60c25ae6-18e1-e9f7-53de-e3a0ea0157a6\>);
  background-color: #ffffff0f;
  border: 1px #000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding-left: 25px;
}

.home-two-hero-right-image {
  z-index: 1;
  width: 61%;
  max-width: 1165px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.home-two-team-wrap {
  justify-content: flex-start;
  align-items: center;
}

.team-member-contain-box {
  z-index: 5;
  background-color: #f4845f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.vartical-accordion-text-box {
  border: 1px solid #fff3;
  justify-content: center;
  align-items: flex-end;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.home-two-offer-section-wrap {
  justify-content: flex-start;
  align-items: stretch;
}

.vartical-accordion-image-box {
  width: 100%;
}

.vartical-accordion-image-box.box-two {
  background-image: url('../images/consulting_12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vartical-accordion-image-box.box-one {
  background-image: url('../images/consulting_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vartical-accordion-image-box.box-four {
  background-image: url('../images/consulting_11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vartical-accordion-image-box.box-three {
  background-image: url('../images/consulting_6.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-two-contact-image-overlay {
  z-index: 2;
  background-color: #15141ce6;
  position: absolute;
  inset: 0%;
}

.home-two-conract-address-wrap {
  max-width: 163px;
  margin-top: 15px;
}

.footer-two-social-media-icon-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.home-two-portfolio-vartical-accordion {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.home-two-offer-contain-wrap {
  justify-content: flex-start;
  align-items: center;
}

.home-two-contact-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-two-top-contain-box {
  flex: 0 28%;
}

.home-two-hero-paragraph {
  max-width: 395px;
}

.team-member-box {
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.team-member-box.card-down {
  margin-top: 100px;
}

.home-two-offer-card-wrap {
  perspective: 2000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  transform: perspective(2000px);
}

.home-two-hero-secition {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.home-two-portfloio {
  padding: 66px 15px 60px;
  position: relative;
}

.home-two-team-member-heading {
  max-width: 20ch;
}

.vartical-accordion-text {
  transform-origin: 50%;
  white-space: nowrap;
  position: absolute;
  inset: auto 0% 100px;
  transform: rotate(-90deg);
}

.home-two-contact-wrap {
  background-image: url('../images/consulting_7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.home-two-offer-image-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #15141cd9, #15141c00);
  position: absolute;
  inset: 0%;
}

.home-two-partner-marquee-overlay {
  background-image: linear-gradient(90deg, #15141c, #15141c00 50%, #15141c);
  position: absolute;
  inset: 0%;
}

.footer-two {
  background-color: #23222a;
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-two-offer-section {
  background-image: radial-gradient(circle farthest-corner at 50% 35%, var(--orange-gradient\<deleted\|variable-a705e98d-674d-4451-ea9e-3f962dd5cf8f\>), var(--transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>) 21%);
  padding-top: 60px;
  padding-bottom: 45px;
  overflow: hidden;
}

.footer-two-wrap {
  align-items: stretch;
  padding-bottom: 22px;
}

.home-two-partners-marquee-section {
  min-height: 117px;
  position: relative;
  overflow: hidden;
}

.home-two-hero-wrap {
  max-width: 600px;
  padding-top: 322px;
  padding-bottom: 254px;
}

.footer-two-top-contain {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.home-two-offer-image-wrap {
  position: relative;
}

.home-two-offer-card-paragraph {
  max-width: 217px;
}

.footer-two-form {
  display: flex;
  position: relative;
}

.footer-two-social-media-link-block {
  background-color: #ffffff0f;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.home-two-partners-marquee-block {
  flex: none;
}

.footer-two-submit-button {
  background-color: #f4845f;
  background-image: url('../images/icon_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px 20px;
  border-radius: 4px;
  width: 58px;
  height: 54px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-two-partners-marquee-main-wrap {
  justify-content: flex-start;
  align-items: center;
}

.home-two-portfolio-heading {
  max-width: 19ch;
}

.vartical-accordion-box {
  width: 10%;
  min-height: 650px;
  display: flex;
}

.vartical-accordion-box.active {
  width: 100%;
}

.home-two-contact-left-contain {
  max-width: 467px;
}

.footer-two-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 24px;
}

.footer-two-social-media-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.home-two-contact-contain {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 100px 15px 130px;
  position: relative;
}

.team-member-image-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #15141c, #fff0);
  position: absolute;
  inset: 0%;
}

.footer-two-paragraph {
  max-width: 236px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.home-two-partners-marquee-box {
  border: 1px solid #fff3;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 322px;
  height: 116px;
  display: flex;
}

.scroll-text {
  letter-spacing: 1px;
  transform-style: preserve-3d;
  font-weight: 600;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.scroll-button-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline-circle-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 190px;
  height: 190px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.outline-circle {
  border: 2px solid var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>);
  border-radius: 100%;
  width: 190px;
  min-width: 190px;
  height: 190px;
  min-height: 190px;
}

.price-button-black-arrow {
  position: absolute;
}

.time-line-line {
  background-color: var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>);
  width: 2px;
  height: 100%;
}

.toggle-wrap {
  background-color: #ffffff0f;
  border: 2px solid #fff3;
  border-radius: 13.5px;
  justify-content: flex-start;
  align-items: center;
  width: 54px;
  height: 27px;
  padding: 3px 4px;
  display: flex;
}

.price-contain-box {
  align-items: stretch;
  position: relative;
}

.price-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.home-three-blog-right-contain {
  flex: 0 24%;
}

.home-three-blog-heading {
  max-width: 16ch;
}

.home-three-blog-left-contain {
  flex: 0 77%;
  align-items: stretch;
}

.home-three-blog-image-block {
  border-radius: 4px;
  overflow: hidden;
}

.home-three-blog-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
}

.price-top-line {
  background-image: linear-gradient(90deg, #3898ec00, #fff3 54%, #3898ec00);
  width: 100%;
  height: 1px;
}

.toggle-dot {
  background-color: var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>);
  border-radius: 100%;
  width: 19px;
  height: 19px;
}

.home-three-service-heading {
  max-width: 14ch;
}

.home-three-pricing-plan {
  background-image: radial-gradient(circle at 50% 17%, #f4845f26, #3898ec00 18%);
  padding: 62px 15px 70px;
  position: relative;
  overflow: hidden;
}

.price-text {
  color: #fff;
  letter-spacing: -2.1px;
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}

.time-line-white-circle {
  background-color: #fff;
  border-radius: 100%;
  width: 7px;
  height: 7px;
}

.outer-clip.top {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outer-clip.bottom {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.price-button {
  background-color: #ffffff0f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.price-contain-wrap {
  align-items: stretch;
}

.price-contain-wrap.yearly-plan {
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-three-pricing-plan-heading {
  max-width: 13ch;
}

.sticky-circle {
  background-color: #fffafa0f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  margin-left: auto;
  display: flex;
  position: sticky;
  top: 100px;
}

.price-toggle-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.home-three-service-wrap {
  justify-content: flex-start;
  align-items: center;
}

.price-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
}

.home-three-blog-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}

.price-box-price-tag {
  flex: 0 15%;
  margin-left: -40px;
}

.home-three-blog-card {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-three-blog-card.card-revers {
  flex-flow: row-reverse;
}

.home-three-pricing-plan-wrap {
  justify-content: flex-start;
  align-items: center;
}

.time-line {
  height: 100%;
}

.home-three-blog-tag-text {
  color: var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>);
  background-color: #ffffff0f;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-box-text-wrap {
  max-width: 300px;
}

.time-line-circle {
  z-index: 5;
  background-color: #15141c;
  border: 1px solid #f4845f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -91px;
}

.time-line-circle.right {
  left: auto;
  right: -88px;
}

.home-three-blog-section {
  padding: 62px 15px 70px;
}

.home-three-service-section {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-one-choose-us-section {
  padding-top: 60px;
}

.about-one-choose-card-image-block {
  position: absolute;
  inset: 0%;
}

.about-one-get-start-contain {
  justify-content: space-between;
  align-items: center;
  padding: 100px 15px;
}

.about-one-choose-us-wrap {
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.about-one-choose-card-contain {
  z-index: 3;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  padding-right: 20px;
  position: absolute;
  inset: auto auto 30px 30px;
}

.about-one-choose-card {
  background-color: #242229;
  flex: none;
  width: 25vw;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.about-one-choose-paragraph {
  max-width: 267px;
}

.about-one-get-start-paragraph {
  max-width: 40ch;
}

.about-one-choose-card-image-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #000, #3898ec00);
  height: 105%;
  position: absolute;
  inset: 0%;
}

.about-one-choose-card-reharge-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.about-one-get-start-section {
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-one-get-start-heading {
  max-width: 13ch;
}

.about-one-choose-us-card-box {
  flex: none;
}

.about-one-choose-us-heading {
  max-width: 16ch;
}

.about-one-get-start-link {
  border: 3px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
}

.about-one-card-line {
  background-color: #fff;
  width: 45px;
  height: 1px;
}

.about-one-choose-us-card-main-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.about-one-get-start-wrap {
  background-image: linear-gradient(#15141c99, #15141c99), url('../images/consulting_24.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 4px;
}

.about-one-choose-us-card-wrap {
  flex: none;
}

.about-two-application-wrap {
  justify-content: flex-start;
  align-items: center;
}

.about-two-application-card-icon-box {
  background-color: #ffffff0f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.about-two-application {
  padding: 64px 15px 150px;
  position: relative;
}

.about-two-application-heading {
  max-width: 19ch;
}

.about-two-client-image {
  border-radius: 100%;
}

.about-two-client-marquee-card-text-box {
  background-color: #ffffff0f;
  border-radius: 4px;
  padding: 40px 40px 22px;
}

.home-two-application-card {
  background-color: #ffffff0f;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px 40px 33px;
}

.about-two-client-marquee-card-text-paragraph {
  max-width: 29ch;
}

.home-two-application-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-top: 100px;
}

.about-two-client-contain-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.about-two-client-marquee-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #15141c, #15141c00 50%, #15141c);
  position: absolute;
  inset: 0%;
}

.about-two-client-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.about-two-client-heading {
  max-width: 16ch;
}

.about-two-application-card-paragraph {
  max-width: 23ch;
}

.about-two-client-marquee-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
}

.about-two-client-marquee-wrap {
  flex: none;
}

.about-two-client-section {
  position: relative;
  overflow: hidden;
}

.about-two-client-marquee-main-wrap {
  margin-top: 40px;
  position: relative;
}

.home-two-application-card-icon-main-wrap {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 116px;
  margin-bottom: 34px;
  display: flex;
}

.about-three-choose-us {
  padding: 60px 15px;
  position: relative;
}

.dream-icon-line {
  background-color: var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>);
  width: 1px;
  height: 100px;
}

.dreams-contain {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 596px;
}

.about-three-solution {
  padding: 70px 15px;
  position: relative;
}

.about-three-choose-bottom-image {
  margin-top: 95px;
}

.about-three-solution-left-contain {
  flex: 1;
}

.dreams-contain-icon-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
}

.about-three-solution-right-image-block {
  margin-bottom: 37px;
}

.dream-contain-icon-wrap {
  background-color: #ffffff0f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  display: flex;
  position: relative;
}

.about-three-solution-heading-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  padding-left: 60px;
}

.about-three-solution-right-contain {
  flex: 1;
  position: sticky;
  top: 80px;
}

.about-three-solution-heading {
  max-width: 396px;
}

.about-three-choose-heading {
  max-width: 15ch;
}

.about-three-choose-paragraph {
  max-width: 38ch;
}

.about-three-choose-wrap {
  justify-content: space-between;
  align-items: flex-start;
}

.about-three-solution-line {
  background-color: #f4845f;
  min-width: 3px;
  min-height: 211px;
}

.about-three-solution-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.about-three-solution-right-paragraph-block {
  max-width: 50ch;
}

.about-three-solution-image-block-one {
  max-width: 440px;
  margin-top: 70px;
}

.about-three-choose-right-contaon {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  position: sticky;
  top: 70px;
}

.sevice-one-latest-blog-contain {
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-latest-blog-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.service-one-latest-blog-button {
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
}

.service-one-latest-blog-card-image {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.service-one-latest-blog-cart {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 429px;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.service-one-laterst-blog {
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-latest-blog-cart-overlay {
  z-index: 2;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.service-one-latest-blog-wrap {
  justify-content: flex-start;
  align-items: center;
}

.sarvice-one-blog-heading {
  max-width: 19ch;
}

.service-two-offer-heading {
  max-width: 17ch;
  margin-top: 22px;
}

.service-two-offer-image-block {
  border-radius: 4px;
  flex: 0 49%;
  position: sticky;
  top: 70px;
  overflow: hidden;
}

.service-two-offer-line {
  background-color: var(--basket-ball-orange\<deleted\|variable-4700f1b1-be74-323d-8274-6182bb85184f\>);
  border-radius: 20px;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.service-three-team-member-card {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  transition: border-radius .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-three-team-member-card:hover {
  border-radius: 200px;
}

.service-two-cms-image-four {
  border-radius: 4px;
  height: auto;
  position: absolute;
  inset: 0%;
}

.service-two-offer-section {
  padding: 150px 15px;
  position: relative;
}

.service-two-cms-image-two {
  border-radius: 4px;
  height: auto;
  position: absolute;
  inset: 0%;
}

.service-two-what-we-do-card-number {
  color: #ffffff26;
  letter-spacing: -3px;
  margin-bottom: 37px;
  font-size: 100px;
  font-weight: 600;
  line-height: 70px;
}

.service-two-what-we-do-card-contain {
  flex-basis: 40%;
  padding-right: 60px;
}

.service-three-team-member-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.service-two-cms-image-one {
  border-radius: 4px;
  height: auto;
}

.service-three-team-member-card-contain {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 45px;
}

.service-three-team-member-card-overlay {
  background-image: linear-gradient(0deg, #15141c, #3898ec00);
  position: absolute;
  inset: 0%;
}

.service-two-offer-main-block {
  justify-content: flex-start;
  align-items: center;
}

.service-two-cms-image-three {
  border-radius: 4px;
  height: auto;
  position: absolute;
  inset: 0%;
}

.service-two-offer-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  width: 100%;
  margin-top: 40px;
}

.service-three-team-member-card-overlay-two {
  z-index: 2;
  background-image: linear-gradient(0deg, #f4845f80, #3898ec00);
  position: absolute;
  inset: 0%;
}

.service-two-offer-text-block {
  flex: 0 36%;
  margin-top: 100px;
  padding-bottom: 350px;
}

.service-three-choose-us-heading {
  max-width: 16ch;
}

.black-image {
  position: absolute;
}

.service-three-choose-us-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 22px;
  padding-right: 80px;
  display: flex;
}

.service-three-choose-us-wrap {
  justify-content: flex-start;
  align-items: center;
}

.service-three-choose-us-card-line {
  background-image: linear-gradient(90deg, #fff0, #ffffff0f 50%, #fff0);
  width: 100%;
  height: 2px;
}

.service-three-help-background {
  z-index: 1;
  background-color: #ffffff0f;
  width: 80%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-three-choose-us-card-wrap {
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
}

.service-three-help-card-top-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.service-three-help-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}

.service-three-help-image-block {
  z-index: 2;
  flex: 0 43%;
  position: relative;
}

.service-three-help-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.service-three-help-card-icon-wrap {
  background-color: #ffffff0f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.service-three-choose-us {
  background-image: url('../images/shape.webp');
  background-position: 80% 70%;
  background-repeat: no-repeat;
  background-size: 663px 601px;
  padding: 150px 15px;
  position: relative;
}

.service-three-help-text {
  max-width: 15ch;
}

.service-three-help {
  padding-top: 70px;
  padding-bottom: 70px;
}

.service-three-help-text-block {
  z-index: 2;
  max-width: 604px;
  margin-left: 7vw;
  position: relative;
}

.service-three-choose-us-card-button {
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: -5px;
  display: flex;
  position: relative;
}

.team-two-team-member-heading {
  max-width: 20ch;
}

.team-two-team-member-large-text {
  white-space: nowrap;
  word-break: keep-all;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff1a, #3898ec00);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: -80px;
  font-size: 200px;
  font-weight: 600;
  line-height: 200px;
}

.team-two-team-member-wrap {
  justify-content: flex-start;
  align-items: center;
}

.team-two-team-member-section {
  padding: 100px 15px 150px;
  overflow: hidden;
}

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

.home-one-card-background {
  z-index: 2;
  background-color: #211f2c66;
  position: absolute;
  inset: 0%;
}

.home-one-card-background-image {
  position: absolute;
  inset: 0%;
}

.time-line-grid-wrap {
  width: 100%;
  max-width: 680px;
  margin-top: 40px;
}

.time-line-pogress-bar {
  z-index: 1;
  background-color: #fff3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 100%;
  position: absolute;
  transform: translate(-50%);
}

.time-line-pogress-overlay {
  width: 4px;
  height: 2em;
  position: absolute;
  inset: 0% 0% auto 0;
}

.time-line-blank-box {
  min-height: 150px;
  position: relative;
}

.time-line-item {
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.time-line-item.right-align {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.orange-nav-arrow {
  position: absolute;
}

.time-line-box {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 70px;
}

.time-line-left-block {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-right: 80px;
}

.time-line-right-block {
  width: 100%;
  padding-left: 80px;
}

.home-one-hero-paragraph-block {
  border-left: 2px solid #f4845f;
  max-width: 40ch;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 29px;
}

.home-one-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.home-one-hero-circle-link-block {
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.price-left-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
}

.nav-two-dropdown-link-block {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: relative;
}

.nav-two-dropdown-link-block.one {
  padding-left: 80px;
  padding-right: 80px;
}

.nav-two-dropdown-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: 43px;
  padding-bottom: 43px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.nav-two-dropdown {
  position: static;
}

.nav-two {
  z-index: 300;
  background-color: var(--cinder\<deleted\|variable-15c21009-9661-1725-f187-f368d7cf0e83\>);
  border-bottom: 1px solid #fff3;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.full-screen-menu-box {
  background-color: #23222a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 130svh;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.nav-two-line {
  background-image: linear-gradient(90deg, #fff0, #fff3 55%, #fff0);
  min-height: 1px;
  padding-bottom: 1px;
  position: absolute;
  inset: auto 0% 0;
}

.full-screen-menu-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-block {
  z-index: 2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff1a, #3898ec00);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-size: 250px;
  font-weight: 600;
  line-height: 250px;
  position: absolute;
  top: 100px;
}

.menu-two-dropdown-list {
  background-color: #23222a;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.nav-two-header-wrap {
  justify-content: space-between;
  align-items: center;
}

.nav-two-link-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 270px;
  position: relative;
}

.nav-two-dropdown-toggle {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  display: flex;
}

.service-two-particle-one {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-three-particle-one, .service-three-particle-two, .about-two-particle-one {
  display: none;
  position: absolute;
}

.about-two-particle-two {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-three-particle-one, .about-three-particle-two, .about-three-particle-three, .home-two-particle-three, .home-two-particle-four {
  display: none;
  position: absolute;
}

.no-break {
  white-space: nowrap;
}

.home-three-particle-one, .home-three-particle-two {
  display: none;
  position: absolute;
}

.home-one-hero-background-image-overlay {
  background-color: var(--cinder\<deleted\|variable-15c21009-9661-1725-f187-f368d7cf0e83\>);
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-three-service-button {
  margin-top: 100px;
}

.hamburgar-line {
  background-color: var(--white\<deleted\|variable-8f87beb9-7f53-93f0-bb0a-a8b16c46e441\>);
  width: 30px;
  height: 2px;
}

.margin-top-twenty-two {
  margin-top: 22px;
}

.home-two-hero-heading {
  max-width: 15ch;
}

.about-one-choose-us-button-wrap {
  margin-top: -25px;
}

.home-one-why-choose-us-card-image-overlay {
  z-index: 2;
  background-color: #15141c99;
  position: absolute;
  inset: 0%;
}

.home-one-card-text-block {
  flex: 0 77%;
  justify-content: space-between;
  align-items: center;
}

.home-one-service-text {
  background-image: linear-gradient(0deg, var(--transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>), #ffffff1a);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 200px;
  font-weight: 600;
  line-height: 210px;
  position: absolute;
  inset: 30px 0% auto;
}

.home-three-particl-three {
  display: none;
  position: absolute;
}

.home-two-offer-card-marquee-wrap {
  display: flex;
  overflow: hidden;
}

.div-block, .div-block-2, .div-block-3 {
  height: 100vh;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    letter-spacing: -1.8px;
    font-size: 70px;
    line-height: 80px;
  }

  h2 {
    letter-spacing: -.5px;
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: var(--heading-three-font-size-desktop\<deleted\|variable-fb599533-bd97-89d0-1125-c2250ffd0b50\>);
    line-height: var(--heading-three-line-height-desktop\<deleted\|variable-429c74ea-34c2-ff2c-a323-202aeffce106\>);
  }

  h4 {
    font-size: var(--heading-four-font-size-desktop\<deleted\|variable-8a9c9b07-aa28-f989-4825-bf6647417cc0\>);
    line-height: var(--heading-four-line-height-desktop\<deleted\|variable-e8b657e5-bc7d-0626-2ba4-591169acb51a\>);
  }

  h5 {
    font-size: var(--heading-five-font-size-desktop\<deleted\|variable-fdb3de18-091f-a216-f84d-e6f8d5221cb2\>);
    line-height: var(--heading-five-line-height-desktop\<deleted\|variable-df30973d-a686-9cf7-ea9b-ce6c4d3acf91\>);
  }

  h6 {
    font-size: var(--heading-six-font-size-desktop\<deleted\|variable-e7fb6f96-27f6-39b5-571b-83e2da217b4e\>);
    line-height: var(--heading-six-line-height-desktop\<deleted\|variable-7ff6de7c-8bfb-7a10-f4db-c1b9ec60e39c\>);
  }

  .heading-six {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 22px;
    line-height: 34px;
  }

  .heading-five.margin-top-thirty.footer-text {
    max-width: 16ch;
  }

  .heading-four {
    font-size: 24px;
    line-height: 34px;
  }

  .home-one-why-choose-us-section {
    padding-bottom: 150px;
  }

  .dropdown-link {
    font-size: 14px;
    line-height: 32px;
  }

  .container-one.service-container {
    top: 150px;
  }

  .home-one-slider-link-wrap {
    max-width: 700px;
  }

  .home-one-blog-section {
    padding-bottom: 150px;
  }

  .home-one-slider-block {
    padding-top: 207px;
    padding-bottom: 242px;
  }

  .home-one-testemonial-slider-wrap {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .home-one-testimonials-section {
    padding-bottom: 150px;
  }

  .marquee-text {
    font-size: 50px;
    line-height: 80px;
  }

  .dropdown-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 45px;
  }

  .home-one-slider-arrow.home-one-slider-right-arrow {
    bottom: 150px;
  }

  .home-one-slider-arrow.home-one-slider-left-arrow {
    bottom: 150px;
    right: 5%;
  }

  .footer-right-block {
    flex-basis: 75%;
  }

  .home-one-why-choose-us-card-paragraph {
    bottom: 15px;
  }

  .home-one-help-heading {
    max-width: 474px;
  }

  .home-one-why-choose-us-heading {
    max-width: 496px;
  }

  .footer-one {
    padding-top: 140px;
  }

  .home-one-blog-left-block {
    flex: 0 50%;
    padding-top: 221px;
    padding-bottom: 208px;
    padding-left: 100px;
    position: sticky;
    top: 0;
  }

  .footer-link {
    font-size: var(--body-font-size-desktop\<deleted\|variable-9c0d0d6d-01c0-936e-e920-2cc7e9b92262\>);
    line-height: var(--body-font-line-height-desktop\<deleted\|variable-7c21beaf-1a6d-d3b1-d44a-db34b8da9480\>);
  }

  .home-one-slider-large-text {
    font-size: 90px;
    line-height: 100px;
    bottom: 80px;
  }

  .footer-form-field::placeholder {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-block-two.footer-left-block {
    flex-basis: 25%;
  }

  .footer-address {
    font-size: var(--body-font-size-desktop\<deleted\|variable-9c0d0d6d-01c0-936e-e920-2cc7e9b92262\>);
    line-height: var(--body-font-line-height-desktop\<deleted\|variable-7c21beaf-1a6d-d3b1-d44a-db34b8da9480\>);
  }

  .footer-divider-two {
    margin-top: 110px;
  }

  .home-one-blog-right-block {
    flex: 0 50%;
  }

  .home-one-particle-two {
    display: block;
  }

  .home-one-blog-wrap {
    flex-flow: row;
  }

  .home-one-slider-heading-wrap {
    max-width: 10ch;
  }

  .home-one-hero-video-box {
    display: flex;
  }

  .team-member-contain-box {
    width: 240px;
    height: 240px;
  }

  .home-two-conract-address-wrap {
    max-width: 207px;
  }

  .home-two-contact-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .home-two-hero-paragraph {
    max-width: 525px;
  }

  .home-two-portfloio {
    padding-top: 141px;
    padding-bottom: 145px;
  }

  .home-two-team-member-heading {
    max-width: 653px;
  }

  .footer-two {
    padding-top: 150px;
  }

  .home-two-offer-section {
    padding-top: 140px;
  }

  .home-two-hero-wrap {
    max-width: 850px;
  }

  .home-two-offer-image-wrap {
    max-height: none;
  }

  .home-two-offer-card-paragraph {
    max-width: 279px;
    margin-top: 15px;
  }

  .home-two-contact-left-contain {
    max-width: 491px;
  }

  .footer-two-line {
    margin-top: 145px;
  }

  .home-two-contact-contain {
    padding-top: 170px;
    padding-bottom: 190px;
  }

  .footer-two-paragraph {
    max-width: 274px;
  }

  .outline-circle-block {
    grid-auto-columns: 1fr;
  }

  .home-three-blog-image-block {
    flex: none;
  }

  .home-three-pricing-plan {
    padding-top: 140px;
    padding-bottom: 150px;
  }

  .circle-link-text {
    z-index: 20;
    max-width: 136px;
    position: relative;
  }

  .home-three-blog-card-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-top: 40px;
  }

  .price-box-price-tag {
    flex-basis: 23%;
  }

  .home-three-blog-card {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .home-three-blog-tag-text {
    color: #f4845f;
  }

  .home-three-blog-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about-one-choose-us-section {
    padding-top: 140px;
  }

  .about-one-get-start-contain {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .about-one-choose-card {
    min-height: 575px;
  }

  .about-one-choose-card-image-overlay-two {
    background-color: #0006;
    position: absolute;
    inset: 0%;
  }

  .about-one-get-start-section {
    padding-top: 150px;
  }

  .about-two-application {
    padding-top: 144px;
    padding-bottom: 230px;
  }

  .about-three-choose-us {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .about-three-solution {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about-three-choose-bottom-image {
    perspective: 1000px;
    transform: perspective(1000px);
  }

  .about-three-solution-heading {
    max-width: 481px;
    margin-right: -10px;
  }

  .service-one-laterst-blog {
    padding-bottom: 150px;
  }

  .service-one-latest-blog-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .service-two-offer-section {
    margin-top: -10px;
  }

  .service-two-what-we-do-card-contain {
    flex: 0 60%;
  }

  .service-two-offer-wrap {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .service-three-choose-us-card {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .service-three-choose-us-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .service-three-help-background {
    width: 64%;
  }

  .service-three-help {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .team-two-team-member-large-text {
    font-size: 250px;
    line-height: 250px;
  }

  .time-line-grid-wrap {
    max-width: 700px;
  }

  .home-one-service-text {
    font-size: 250px;
    line-height: 260px;
  }
}

@media screen and (min-width: 1440px) {
  .slide.slide-1 {
    background-image: url('../images/consulting_25.webp');
  }

  .vartical-accordion-text-box {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-two-contact-contain {
    padding-left: 150px;
    padding-right: 150px;
  }

  .home-three-service-section {
    background-image: radial-gradient(circle farthest-corner at 100% 60%, var(--orange-gradient\<deleted\|variable-a705e98d-674d-4451-ea9e-3f962dd5cf8f\>), var(--transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>) 17%), radial-gradient(circle farthest-corner at 0% 30%, var(--orange-gradient\<deleted\|variable-a705e98d-674d-4451-ea9e-3f962dd5cf8f\>), var(--transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>) 17%);
  }

  .home-three-particle-one {
    display: block;
    inset: 0% auto auto 5%;
  }

  .home-three-particle-two {
    display: block;
    inset: auto 5% 0% auto;
  }
}

@media screen and (min-width: 1920px) {
  .home-one-slider-block {
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .home-one-testimonials-section {
    background-image: none;
  }

  .home-one-blog-left-block {
    padding-left: 180px;
  }

  .home-one-particle-two {
    bottom: 0%;
    left: 100px;
  }

  .home-one-help-wrap {
    background-image: radial-gradient(circle at 40% 40%, #f4845f26, #fff0 25%);
  }

  .home-two-offer-card-contain {
    left: 70px;
  }

  .home-one-hero-scroll-button {
    width: 150px;
    height: 150px;
    display: flex;
    position: absolute;
    inset: 400px auto 0% 0%;
    transform: rotate(90deg);
  }

  .home-two-offer-card-wrap {
    perspective: 2000px;
    transform: perspective(2000px);
  }

  .home-two-contact-contain {
    padding-left: 210px;
    padding-right: 210px;
  }

  .home-three-pricing-plan {
    background-image: radial-gradient(circle at 80% 60%, #f4845f26, #3898ec00 29%), radial-gradient(circle at 50% 20%, #f4845f26, #3898ec00 18%);
  }

  .home-three-blog-section {
    background-image: radial-gradient(circle at 90% 70%, #f4845f26, #3898ec00 15%), radial-gradient(circle at 25% 45%, #f4845f26, #3898ec00 20%), radial-gradient(circle at 20% 12%, #f4845f26, #3898ec00 11%);
  }

  .service-three-help-background {
    width: 75%;
  }

  .service-three-choose-us {
    background-position: 69% 88%;
  }

  .service-three-help {
    background-image: radial-gradient(circle at 100% 80%, #f4845f1a, #3898ec00 16%);
  }

  .service-two-particle-one {
    display: block;
    top: 3%;
    right: 5%;
  }

  .service-three-particle-one {
    display: block;
    inset: 0% 3% auto auto;
  }

  .service-three-particle-two {
    display: block;
    inset: auto auto -7% 3%;
  }

  .about-two-particle-one {
    display: block;
    inset: 15% 5% auto auto;
  }

  .about-two-particle-two {
    z-index: 10;
    display: block;
    inset: 0% auto auto 8%;
  }

  .about-three-particle-one {
    display: block;
    inset: 6% 6% auto auto;
  }

  .about-three-particle-two {
    display: block;
    inset: 17% auto auto 7%;
  }

  .about-three-particle-three {
    display: block;
    inset: auto 3% 4% auto;
  }

  .home-two-particle-three {
    display: block;
    inset: 10% auto auto 3%;
  }

  .home-two-particle-four {
    display: block;
    inset: 0% 4% auto auto;
  }

  .home-three-particl-three {
    display: block;
    inset: 13% auto auto 6%;
  }
}

@media screen and (max-width: 991px) {
  body {
    cursor: default;
  }

  a {
    cursor: pointer;
  }

  .heading-five.margin-top-thirty.footer-text {
    max-width: 17ch;
  }

  .tab-full-width {
    width: 100%;
  }

  .heading-four.about-one-card-heading {
    max-width: 10ch;
  }

  .footer-bottom-riight-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .dropdown-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-link.top-link {
    padding-top: 0;
  }

  .dropdown-link.bottom-link {
    padding-bottom: 0;
  }

  .menu-text.mega-menu-heading {
    display: none;
  }

  .dropdown-list {
    position: relative;
  }

  .animate-image.tab-height-auto {
    height: auto;
  }

  .home-one-testemonial-contain-block {
    justify-content: flex-start;
    align-items: center;
  }

  .container-one.service-container {
    top: 80px;
  }

  .nav-one-hamburgar {
    padding: 29px 15px;
  }

  .home-one-testemonial-slider-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 90px;
  }

  .home-one-testimonials-section {
    margin-top: 70px;
  }

  .nav-one-contain-wrap {
    padding-right: 0;
  }

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

  .marquee-text {
    font-size: 50px;
    line-height: 60px;
  }

  .dropdown-toggle {
    cursor: default;
    justify-content: space-between;
    align-items: center;
    padding: 17px 15px;
  }

  .dropdown-toggle.right-toggle {
    padding-right: 15px;
  }

  .home-one-help-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mega-menu-link-block.main-page {
    padding-top: 0;
  }

  .footer-form {
    width: auto;
    margin-top: 0;
  }

  .button {
    text-transform: uppercase;
    font-weight: 500;
  }

  .mega-menu {
    position: relative;
  }

  .home-one-slider-arrow.home-one-slider-right-arrow {
    bottom: 0;
    right: 40%;
  }

  .home-one-slider-arrow.home-one-slider-left-arrow {
    bottom: 0;
    right: 52%;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-right-block.footer-two-right-block {
    width: 100%;
  }

  .home-one-hero-section {
    overflow: visible;
  }

  .home-one-help-image-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-one-menu-wrap {
    z-index: 10;
    background-color: #23222a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 200vh;
    padding-top: 30px;
    display: none;
    position: absolute;
    inset: 80px 0% auto;
    overflow: hidden;
  }

  .mega-menu-image-block {
    display: none;
  }

  .home-one-card-text-wrap {
    flex-basis: 60%;
  }

  .height-auto.border-radius-four.service-two-cms-image-for-tab {
    display: block;
  }

  .mega-menu-wrap {
    flex-flow: column;
    margin-right: 15px;
    padding: 0 15px 25px;
  }

  .star-box {
    margin-top: 0;
  }

  .home-one-blog-left-block {
    padding-top: 64px;
    padding-bottom: 52px;
  }

  .home-one-help-text-wrap {
    max-width: none;
  }

  .home-one-slider-large-text {
    bottom: 165px;
  }

  .nav-one-right-contain {
    align-items: stretch;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
  }

  .slider-paragraph {
    text-align: center;
  }

  .footer-wrapper-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .name-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .footer-divider-two {
    margin-top: 50px;
  }

  .side-nav-main-wrap {
    display: none;
  }

  .home-one-help-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 0;
  }

  .home-one-why-choose-us-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mega-menu-dropdown-link-wrap {
    margin-top: 0;
  }

  .team-member-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-two-team-section {
    margin-top: 70px;
  }

  .team-member-contain-box {
    width: 240px;
    height: 240px;
  }

  .footer-two-top-contain-box {
    max-width: 450px;
  }

  .team-member-box {
    flex-flow: column;
    display: flex;
  }

  .home-two-offer-card-wrap {
    grid-auto-columns: 1fr;
    padding-top: 40px;
  }

  .home-two-portfloio {
    padding-top: 51px;
  }

  .home-two-partner-marquee-overlay {
    background-image: linear-gradient(90deg, #15141c, var(--transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>) 21%, var(--transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>) 83%, #15141c);
  }

  .home-two-hero-wrap {
    padding-top: 166px;
    padding-bottom: 94px;
  }

  .footer-two-top-contain {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-two-social-media-wrap {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .home-two-contact-contain {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-three-blog-right-contain {
    display: none;
  }

  .home-three-blog-left-contain {
    flex-basis: 100%;
  }

  .price-text {
    font-size: 36px;
    line-height: 46px;
  }

  .about-one-choose-card {
    width: 50vw;
  }

  .about-one-choose-us-card-box {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-one-get-start-link {
    border-width: 2px;
    width: 80px;
    height: 80px;
  }

  .about-one-choose-us-card-main-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .about-two-application {
    padding-bottom: 64px;
  }

  .home-two-application-card-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .about-two-client-marquee-overlay {
    background-image: linear-gradient(90deg, var(--cinder\<deleted\|variable-15c21009-9661-1725-f187-f368d7cf0e83\>), var(--transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>) 19%, var(--transparent\<deleted\|variable-b30ef89f-8abb-edbe-f276-9c0b497e077f\>) 81%, var(--cinder\<deleted\|variable-15c21009-9661-1725-f187-f368d7cf0e83\>));
    display: none;
  }

  .dreams-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-three-solution-right-image-block {
    width: 100%;
  }

  .about-three-solution-heading-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
  }

  .about-three-solution-image-block-one {
    width: 100%;
  }

  .about-three-choose-right-contaon {
    width: 45%;
    position: static;
  }

  .service-two-offer-image-block {
    display: none;
  }

  .service-three-team-member-card:hover {
    border-radius: 0;
  }

  .service-two-offer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-three-team-member-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-three-team-member-image {
    width: 100%;
  }

  .service-two-offer-wrap {
    flex-flow: column;
  }

  .service-two-offer-text-block {
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .black-image {
    display: none;
  }

  .service-three-choose-us-card {
    padding-right: 0;
  }

  .service-three-help-background {
    display: none;
  }

  .service-three-help-card-top-text-block {
    flex-flow: column;
  }

  .service-three-help-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-three-help-image-block {
    width: 100%;
  }

  .service-three-help-card-wrap {
    grid-column-gap: 100px;
  }

  .service-three-choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-three-help {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-three-help-text-block {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 0;
  }

  .servicee-two-card-wrap {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .team-two-team-member-large-text {
    font-size: 150px;
    line-height: 160px;
  }

  .team-two-team-member-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .home-one-card-background-image {
    width: 100%;
    height: 100%;
  }

  .price-left-wrap {
    max-width: 600px;
  }

  .nav-two-dropdown-link-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-two-dropdown-link-block.one {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-two-dropdown-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-two-dropdown {
    margin-left: 0;
  }

  .nav-two {
    padding-right: 0;
  }

  .full-screen-menu-box {
    top: 81px;
  }

  .nav-two-line {
    display: none;
  }

  .text-block {
    font-size: 100px;
    line-height: 100px;
    top: 30px;
  }

  .menu-two-dropdown-list {
    position: relative;
  }

  .menu-two-dropdown-list.active {
    padding-left: 0;
  }

  .nav-two-link-wrap {
    flex-flow: column;
    padding-top: 80px;
  }

  .nav-two-dropdown-toggle {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-twenty {
    margin-bottom: 20px;
  }

  .service-three-help-card-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-one-service-text {
    font-size: 150px;
    line-height: 160px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.9px;
    font-size: 45px;
    line-height: 55px;
  }

  h2 {
    letter-spacing: -.26px;
    font-size: 26px;
    line-height: 38px;
  }

  h3 {
    font-size: var(--heading-three-font-size-mobile\<deleted\|variable-183b6348-7352-83ba-255f-7a182dbd6c1e\>);
    line-height: var(--heading-three-line-height-mobile\<deleted\|variable-84dd041d-cef2-52c1-e0db-03815d284e42\>);
  }

  h4 {
    font-size: var(--heading-four-font-size-mobile\<deleted\|variable-9b7a8c5f-5f45-af97-b9de-214610f38eb0\>);
    line-height: var(--heading-four-line-height-mobile\<deleted\|variable-89ea4cf3-9569-ecd2-bddc-4368d2b26e12\>);
  }

  h5 {
    font-size: var(--heading-five-font-size-mobile\<deleted\|variable-e053b2bd-a4e8-17cc-e4c4-e5aa7c48f786\>);
    line-height: var(--heading-five-line-height-mobile\<deleted\|variable-40bb53ca-6df5-4e0a-baf2-fec321af9f5e\>);
  }

  h6 {
    font-size: var(--heading-six-font-size-mobile\<deleted\|variable-d14e9987-edf7-acb5-e2a0-748ef825fcba\>);
    line-height: var(--heading-six-line-height-mobile\<deleted\|variable-206203da-cf3a-1ac0-7ff6-cd81202369cc\>);
  }

  .heading-three {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-six {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-five {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-four {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-bottom-riight-block {
    margin-top: 10px;
  }

  .animate-image.full-width.tab-radius-four {
    border-radius: 4px;
  }

  .container-one.service-container {
    top: 60px;
  }

  .nav-one-hamburgar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-one-testemonial-slider-wrap {
    flex-flow: column;
  }

  .nav-top-right-block {
    display: none;
  }

  .home-one-help-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form {
    margin-top: 40px;
  }

  .home-one-slider-arrow.home-one-slider-right-arrow {
    right: 38%;
  }

  .footer-form-container {
    max-width: none;
  }

  .footer-right-block {
    flex-flow: column;
  }

  .footer-right-block.footer-two-right-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-one-help-image-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-one-menu-wrap {
    top: 70px;
  }

  .home-one-why-choose-us-card-paragraph {
    max-width: 300px;
    bottom: 30px;
  }

  .footer-link-wrap {
    margin-top: 20px;
  }

  .height-auto.border-radius-four.service-two-cms-image-for-tab {
    width: 100%;
  }

  .home-one-blog-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-one {
    padding-left: 15px;
    padding-right: 15px;
  }

  .black-arrow {
    opacity: 0;
  }

  .home-one-blog-left-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-one-slider-large-text {
    font-size: 80px;
    bottom: 137px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    margin-top: 28px;
  }

  .footer-block-two.margin-top {
    margin-top: 20px;
  }

  .footer-block-two.margin-none {
    margin-top: 0;
  }

  .footer-wrapper-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-one-help-wrap {
    flex-flow: column;
  }

  .home-one-why-choose-us-card {
    justify-content: space-between;
    align-items: stretch;
    min-height: 180px;
    padding-top: 50px;
  }

  .home-two-offer-card-contain {
    left: 30px;
  }

  .team-member-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-box.card-down {
    margin-top: 0;
  }

  .home-two-offer-card-wrap {
    grid-auto-columns: 1fr;
  }

  .footer-two-social-media-wrap {
    flex-flow: column-reverse;
    margin-top: 0;
  }

  .home-two-contact-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .price-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-blog-card-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
  }

  .price-box-price-tag {
    margin-left: 0;
  }

  .home-three-blog-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .home-three-blog-card.card-revers {
    flex-flow: column;
  }

  .time-line-circle {
    left: -51px;
  }

  .time-line-circle.right {
    right: -48px;
  }

  .home-three-blog-section {
    padding-bottom: 60px;
  }

  .about-one-choose-us-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-one-get-start-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-one-choose-us-card-main-wrap {
    margin-top: 70px;
  }

  .home-two-application-card-wrap {
    grid-template-columns: 1fr;
  }

  .about-three-choose-us {
    padding-bottom: 53px;
  }

  .dreams-contain {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-three-solution {
    padding-bottom: 50px;
  }

  .about-three-choose-bottom-image {
    display: none;
  }

  .about-three-solution-left-contain {
    align-items: stretch;
  }

  .about-three-solution-heading-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }

  .about-three-solution-right-contain {
    width: 100%;
  }

  .about-three-choose-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: stretch;
  }

  .about-three-solution-line {
    min-height: 100px;
  }

  .about-three-solution-wrap {
    flex-flow: column;
    align-items: stretch;
  }

  .about-three-solution-image-block-one {
    max-width: none;
    margin-top: 30px;
  }

  .about-three-choose-right-contaon {
    width: 100%;
  }

  .service-two-offer-line {
    display: none;
  }

  .service-two-offer-text-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .service-three-choose-us-card {
    padding-right: 30px;
  }

  .servicee-two-card-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .team-two-team-member-large-text {
    margin-bottom: -60px;
    font-size: 100px;
    line-height: 100px;
  }

  .time-line-left-block {
    padding-right: 40px;
  }

  .time-line-right-block {
    padding-left: 40px;
  }

  .price-left-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .full-screen-menu-box {
    top: 73px;
  }

  .about-one-choose-us-button-wrap {
    margin-top: 0;
  }

  .home-one-card-text-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-service-text {
    font-size: 100px;
    line-height: 110px;
  }
}

@media screen and (max-width: 479px) {
  .mobile-image-auto {
    height: auto;
  }

  .margin-top-fifteen.mobile-text-center, .heading-four.mobile-text-center {
    text-align: center;
  }

  .footer-bottom-riight-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
  }

  .container-one.service-container {
    top: 30px;
  }

  .home-one-slider-link-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-one-contain-wrap {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .marquee-text {
    font-size: 40px;
    line-height: 50px;
  }

  .nav-top-right-block {
    display: none;
  }

  .home-one-testemonial-image-block {
    padding-left: 20px;
  }

  .home-one-slider-arrow.home-one-slider-right-arrow {
    right: 30%;
  }

  .footer-form-container {
    max-width: none;
  }

  .footer-right-block.footer-two-right-block {
    margin-top: 30px;
  }

  .agenza {
    width: 40%;
  }

  .agenza.w--current {
    max-width: 148px;
  }

  .home-one-why-choose-us-card-paragraph {
    bottom: auto;
  }

  .home-one-card-text-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-link-wrap {
    margin-top: 15px;
  }

  .image-block {
    margin-left: auto;
    margin-right: auto;
  }

  .home-one-blog-card {
    flex-flow: column;
  }

  .footer-one {
    padding-top: 30px;
  }

  .home-one-slider-large-text {
    font-size: 50px;
    bottom: 40px;
    left: -20px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-one-why-choose-us-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    min-height: 145px;
    padding: 20px 15px;
  }

  .home-two-offer-card {
    max-width: 360px;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
  }

  .home-two-contact-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-two-top-contain-box {
    width: 100%;
  }

  .home-two-offer-card-wrap {
    grid-template-columns: 1fr;
  }

  .vartical-accordion-text {
    bottom: 30px;
  }

  .vartical-accordion-text.heading-three.vartical-accordion-font-size {
    font-size: 12px;
    line-height: 28px;
  }

  .footer-two-top-contain {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .vartical-accordion-box {
    min-height: 400px;
  }

  .price-button-black-arrow {
    display: none;
  }

  .home-three-service-wrap {
    height: auto;
  }

  .time-line-circle {
    display: none;
  }

  .about-one-get-start-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-one-choose-card {
    width: 100vw;
    height: 300px;
  }

  .about-one-choose-us-card-box {
    grid-template-columns: 1fr;
  }

  .dream-icon-line {
    display: none;
  }

  .dreams-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-three-choose-bottom-image {
    margin-top: 30px;
  }

  .sevice-one-latest-blog-contain {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-two-what-we-do-card-number {
    font-size: 60px;
    line-height: 40px;
  }

  .service-three-team-member-grid {
    grid-template-columns: 1fr;
  }

  .service-two-offer-text-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .black-image {
    display: none;
  }

  .service-three-choose-us-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 38px;
    padding-right: 0;
  }

  .service-three-help-card-wrap {
    grid-template-columns: 1fr;
  }

  .team-two-team-member-large-text {
    margin-bottom: -60px;
    font-size: 70px;
  }

  .time-line-pogress-bar {
    display: none;
  }

  .time-line-blank-box {
    min-height: 120px;
  }

  .time-line-blank-box.mobile-display-off {
    display: none;
  }

  .time-line-item.right-align {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .time-line-box {
    flex-flow: column;
  }

  .time-line-left-block {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .time-line-right-block {
    padding-left: 0;
  }

  .home-one-button-wrap {
    flex-flow: column;
  }

  .agenza-image {
    height: auto;
  }

  .nav-two-dropdown-link {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-two-dropdown-text {
    font-size: 25px;
    line-height: 35px;
  }

  .home-three-service-button {
    margin-top: 0;
  }

  .home-one-service-text {
    font-size: 70px;
    line-height: 80px;
  }

  .mobile-full-width {
    width: 100%;
  }
}

#w-node-_3d51f7c2-bca0-824c-91d6-7008fcb271ee-e7e48576 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d51f7c2-bca0-824c-91d6-7008fcb271f0-e7e48576 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}


