@font-face {
  font-family: "Bg 1";
  src: url('../fonts/bg-1.png') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-white-section: #5e5e5e;
  --heading-white-section: #1a1919;
  --primary-color: #00d4d9;
  --secondary-color: #161515;
  --heading-dark-section: #fafafa;
  --body-dark-section: #d3d5d5;
  --light-white: #d3d5d580;
  --testing-color: red;
  --light-grey-20: var(--secondary-color);
}

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

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

@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 {
  color: var(--body-white-section);
  letter-spacing: .1px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 29.2px;
}

h1 {
  color: var(--heading-white-section);
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

h2 {
  color: var(--heading-white-section);
  letter-spacing: -1.7px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
}

h3 {
  color: var(--heading-white-section);
  letter-spacing: -1.6px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 41px;
}

h4 {
  color: var(--heading-white-section);
  letter-spacing: -.6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  color: var(--heading-white-section);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  color: var(--heading-white-section);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

.marquee-train {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 60px;
}

.home-one-about-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.image-effect-wrapper-one {
  transform-origin: 50% 0;
  max-width: 300px;
  height: 438px;
  position: relative;
  overflow: hidden;
}

.image-effect-wrapper-one.home-one-protest-image-wrapper-onehome-one-protest-image-wrapper-one {
  max-width: 330px;
  height: 668px;
  display: block;
}

.image-tag {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-color);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-tag.home-three-focus-tag-position {
  inset: 0% auto auto 0%;
}

.image-tag.home-three-reliable-tag-section {
  inset: auto auto 0% 0%;
}

.image-tag.service-two-image-tag {
  inset: 125px auto auto 40px;
}

.button-text-block {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.button-text-block.button-color-dark-puple {
  background-color: var(--secondary-color);
  padding-left: 45px;
  padding-right: 45px;
}

.button {
  color: var(--heading-white-section);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  height: 55px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
}

.hover-in-text {
  letter-spacing: 0;
}

.hover-in-text.contact-number {
  margin-left: 0;
}

.hover-in-text.contact-number.navbar-two-toggle-white {
  color: var(--heading-dark-section);
}

.home-one-hero-text-wrapper {
  color: var(--heading-white-section);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.icon-out {
  z-index: 1;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.button-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 102%;
  height: 100%;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.home-one-about {
  padding: 120px 15px 50px;
  position: relative;
}

.home-one-about-text-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 630px;
  padding-top: 0;
}

.heading-five {
  color: var(--heading-white-section);
  letter-spacing: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-five.heading-five-new-font {
  color: var(--heading-white-section);
  letter-spacing: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.heading-five.heading-five-new-font.color-white {
  color: var(--heading-dark-section);
}

.heading-five.footer-heading-white {
  color: var(--heading-dark-section);
  font-size: 22px;
  line-height: 28px;
}

.heading-five.color-white.service-one-it-services-card-text {
  letter-spacing: -.6px;
  width: 100%;
  max-width: 160px;
  font-family: Lexend Deca, sans-serif;
  font-size: 22px;
  line-height: 36px;
  position: absolute;
  inset: auto auto 42px 25px;
}

.heading-five.fontstyle-change {
  font-family: Lexend Deca, sans-serif;
}

.heading-five.home-two-blog-name {
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.heading-five.new-heading-five.color-white {
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.home-one-about-image-wrapper {
  max-width: 550px;
  height: 630px;
  position: relative;
}

.charging-image-wrapper {
  perspective: 1000px;
  position: relative;
}

.hover-out-text {
  letter-spacing: 0;
  font-weight: 600;
  display: block;
  position: absolute;
  transform: translate(0, 100%);
}

.hover-out-text.contact-number {
  margin-left: 0;
}

.hover-out-text.contact-number.navbar-two-toggle-white {
  color: var(--heading-dark-section);
}

.image-tag-content {
  color: var(--heading-white-section);
  letter-spacing: -1.7px;
  font-family: Lexend Deca, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 52px;
}

.about-heading.about-margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.about-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.about-details-wrapper.about-details-wrapper-two {
  margin-top: 30px;
}

.fast-charging-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  max-width: 520px;
  margin-top: 8px;
  display: flex;
}

.charging-image {
  max-width: 100%;
}

.short-header {
  color: var(--heading-white-section);
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.short-header.colo-white {
  color: var(--heading-dark-section);
}

.short-header.color-light-white {
  color: var(--heading-dark-section);
  margin-top: 0;
}

.short-header.color-light-white.align-center {
  text-align: center;
}

.short-header.text-color-white, .short-header.color-light-white, .short-header.color-white {
  color: var(--heading-dark-section);
}

.short-header.color-white.text-align-left, .short-header.color-white.align-left {
  text-align: left;
}

.short-header.color-dark-white {
  color: var(--heading-dark-section);
  text-transform: uppercase;
}

.short-header.color-dark-white.align-left {
  text-align: left;
}

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

.short-header.align-center.margin-bottom-ten {
  padding-top: 20px;
}

.no-margin {
  margin: 0;
}

.no-margin.body-dark-section {
  color: var(--body-dark-section);
}

.image-tag-heading-five {
  color: var(--heading-white-section);
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.service-liner-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#0000 40%, #1e1926);
  position: absolute;
  inset: 0%;
}

.service-card {
  z-index: 3;
  width: 100%;
  height: 546px;
  display: flex;
  position: relative;
}

.cover-image.author-one, .cover-image.author-two, .cover-image.author-three {
  height: 100%;
}

.cover-image.author-four {
  height: 100%;
}

.home-one-card-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-move-on-mouse-move-and-scroll {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-move-on-mouse-move-and-scroll.testimonial-image-two, .image-move-on-mouse-move-and-scroll.testimonial-image-three, .image-move-on-mouse-move-and-scroll.testimonial-image-four {
  max-width: 100%;
  height: 626px;
}

.home-one-services-card {
  padding-top: 82px;
}

.green-overlay {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background-color: #becb0a4d;
  position: absolute;
  inset: 0%;
}

.home-one-card-cover-image {
  z-index: 3;
}

.home-one-service-card-text {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 45px;
  margin-left: 50px;
  display: flex;
  position: relative;
}

.home-one-card-heading-three {
  z-index: 3;
  color: var(--heading-dark-section);
  font-family: Lexend Deca, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 41px;
}

.home-one-service {
  padding: 110px 15px 120px;
  text-decoration: none;
}

.service-border {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-one-service-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.service-image-wrapper {
  position: absolute;
  inset: 0%;
}

.service-images {
  flex: none;
  width: 185px;
  height: 117px;
  position: relative;
}

.service-images.overflow-hidden {
  width: 215px;
  height: 139px;
  overflow: hidden;
}

.service-image-two {
  width: 105%;
  max-width: 100%;
}

.border-green {
  background-color: var(--primary-color);
  width: 0%;
  height: 1px;
  position: absolute;
}

.service-items-image-one {
  width: 100%;
}

.circle-button {
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.service-items-image-overlay {
  z-index: 3;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.footer-cta-text {
  text-align: center;
  letter-spacing: .1px;
  max-width: 630px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.home-one-services {
  border-top: 1px solid #0003;
  align-items: stretch;
}

.home-service-name-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.trigger-image {
  perspective: 1000px;
  position: relative;
}

.home-one-service-text-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.home-one-service-wrapper {
  flex-flow: column;
  display: flex;
}

.service-heading-wrapper {
  flex: 1;
  max-width: 564px;
}

.button-three {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  text-decoration: none;
}

.button-three.service-three-buseness-button {
  color: var(--body-white-section);
}

.info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 25px 30px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.date-wrapper {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 18px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.overflow-hidden.blog-image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 261px;
}

.home-one-blogs {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 45px;
  font-weight: 500;
  text-decoration: none;
  display: grid;
}

.card {
  flex: 1;
  text-decoration: none;
  position: relative;
  box-shadow: 0 4px 55px #0000000d;
}

.home-one-blog-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.home-one-blog {
  background-color: var(--body-dark-section);
  padding: 110px 15px 120px;
}

.blog-heading-four {
  color: var(--heading-white-section);
  letter-spacing: 0;
  text-transform: none;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.blog-heading-four.color-black {
  color: var(--heading-white-section);
  font-family: Lexend Deca, sans-serif;
}

.blog-heading-four.margin-bottom-fiftheen {
  text-transform: none;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}

.blog-heading-four.color-white {
  text-transform: none;
  letter-spacing: -.6px;
  margin-bottom: 25px;
  padding-right: 35px;
  font-size: 29px;
}

.image-hover.cover-image {
  width: 100%;
  height: 271px;
}

.blog-trigger-image {
  perspective: 1000px;
  width: 100%;
  height: 103%;
  position: relative;
}

.margin-bottom-thirty-four {
  color: var(--body-white-section);
  margin-bottom: 34px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.home-one-testimonial-image-one {
  max-width: 520px;
}

.overflow-hidden.home-three-business-potential-main-image {
  width: 550px;
  height: 580px;
}

.overflow-hidden.home-three-partners-image-one {
  height: 547px;
}

.overflow-hidden.home-three-partners-image-three {
  height: 182px;
}

.overflow-hidden.about-one-service-image-one {
  width: 547px;
}

.overflow-hidden.team-member-image-size-fixed {
  height: 426px;
}

.overflow-hidden.arrow-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overflow-hidden.about-two-image-effect-wrapper {
  width: 100%;
  height: 100%;
}

.overflow-hidden.about-three-integration-image-one {
  height: 403px;
}

.overflow-hidden.about-three-integration-small-image-two {
  height: 202px;
}

.overflow-hidden.about-three-optimize-business-main-image {
  height: 616px;
}

.overflow-hidden.service-one-it-services-card-image {
  width: 100%;
  height: 566px;
}

.overflow-hidden.service-two-business-optimize-image-box-two-image-height {
  height: 671px;
}

.overflow-hidden.service-two-business-optimize-image-box-one-image-height {
  height: 427px;
}

.overflow-hidden.service-three-brand-image {
  position: relative;
}

.overflow-hidden.blog-card-one-image {
  height: auto;
}

.overflow-hidden.team-details-hero-content-image {
  height: 516px;
  position: relative;
}

.quick-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  max-width: 180px;
  margin-top: -13px;
}

.social-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  grid-row-gap: 60px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.submit-button {
  background-color: var(--primary-color);
  color: var(--primary-color);
  background-image: url('../images/Vector-26-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 55px;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.contact-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.footer-right-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 734px;
  margin-top: 40px;
}

.input-field {
  background-color: var(--body-white-section);
  color: #c6c3cc;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
}

.input-field::placeholder {
  color: var(--body-dark-section);
  font-size: 16px;
}

.input-field.password-input-field {
  background-color: var(--secondary-color);
}

.footer-description {
  color: #fff;
  margin-bottom: 80px;
}

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

.text-center.heading-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.text-center.heading-no-margin.margin-bottom-twenty {
  margin-bottom: 20px;
}

.footer-about-wrapper {
  max-width: 344px;
}

.text-white {
  color: var(--heading-dark-section);
}

.text-white.footer-bottom-text {
  color: #d3d5d5;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 29.2px;
}

.text-white.footer-link {
  text-decoration: none;
  transition: color .25s;
}

.text-white.footer-link:hover {
  color: #becb0a;
}

.text-white.footer-link.w--current {
  color: #c6c3cc;
}

.text-white.footer-link.w--current:hover {
  color: #fff;
}

.text-white.no-margin-top.margin-bottom-thirty.home-three-reliable-heading {
  width: 100%;
  max-width: 630px;
}

.footer-icon {
  margin-top: 5px;
}

.footer-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
}

.social-link {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  transition: border-radius .6s, background-color .25s;
  display: flex;
}

.social-link:hover {
  border-radius: 50px;
}

.cta-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-color);
  letter-spacing: 1.26px;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 15px;
  font-size: 14px;
}

.footer-bottom-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  text-decoration: none;
  display: flex;
}

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

.footer-white {
  background-color: #16151533;
  width: 100%;
  height: 1px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ededed00;
  flex-flow: column;
  display: flex;
}

.cta {
  z-index: 1;
  margin-bottom: -160px;
  position: relative;
}

.footer-contact-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-style: normal;
}

.home-one-footer {
  background-color: #161515;
  padding-top: 278px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-footer.footer-two {
  padding-top: 350px;
}

.footer-input-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 311px;
  display: flex;
}

.footer-input-wrapper.password-input-wrap {
  max-width: none;
}

.contact-info-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  margin-top: -13px;
  display: flex;
}

.color-green {
  color: var(--primary-color);
  text-decoration-color: #fff;
}

.home-one-servrvice-text {
  letter-spacing: -1.6px;
}

.radius-full {
  border-radius: 100%;
}

.radius-full.testimonial-nav-image {
  max-width: 68px;
}

.home-one-testimonial-images-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.home-one-testimonial {
  padding: 120px 15px;
}

.testimonial-text {
  margin-top: 30px;
  position: relative;
}

.testimonial-nav {
  z-index: 6;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  position: absolute;
  bottom: 126px;
  right: 18px;
}

.testimonial-text-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 630px;
  padding-top: 47px;
  display: flex;
}

.home-one-testimonial-images {
  transform-origin: 50% 0;
  justify-content: flex-start;
  align-items: center;
  min-width: 551px;
  display: flex;
  position: relative;
}

.cover-image-two {
  width: 100%;
  max-width: 517px;
  height: 100%;
}

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

.no-margin-top-bottom.service-description {
  color: var(--body-dark-section);
  flex: 1;
  max-width: 565.84px;
}

.no-margin-top-bottom.service-description.text-color-light-grey {
  color: var(--body-white-section);
  max-width: 629px;
}

.no-margin-top-bottom.home-three-service-heading {
  letter-spacing: -.6px;
  font-size: 29px;
  line-height: 36px;
}

.no-margin-top-bottom.home-three-reliable-heading {
  width: 100%;
  max-width: 630px;
}

.testimonial {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}

.testimonial.testimonial-text-two {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.testimonial.testimonial-text-three {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.testimonial.testimonial-text-four {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.testimonial.testimonial-text-one {
  z-index: 4;
  position: relative;
}

.about-three-heading-four {
  color: var(--heading-white-section);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.about-three-heading-four.color-white {
  font-family: Lexend Deca, sans-serif;
  line-height: 32px;
}

.about-three-heading-four.color-white.margin-buttom-fifteen {
  margin-bottom: 15px;
}

.about-three-heading-four.color-white.margin-buttom-fifteen.heading-white {
  color: var(--heading-white-section);
  text-transform: none;
  margin-bottom: 30px;
  font-family: Lexend Deca, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.about-three-heading-four.color-white.margin-buttom-fifteen.heading-white.about-three-business-heading {
  margin-bottom: 25px;
}

.about-three-heading-four.text-align-center-in-mobile {
  color: var(--heading-white-section);
  text-transform: none;
  font-family: Lexend Deca, sans-serif;
}

.about-three-heading-four.about-three-ev-heading {
  text-transform: none;
}

.testimonial-trigger-image {
  perspective: 1000px;
  position: relative;
  top: -7.5%;
  left: -7.5%;
}

.testimonial-trigger-image.testimonial-image-one {
  max-width: 100%;
  height: 626px;
  top: 0%;
  left: 0%;
}

.testimonial-author {
  border: 2px solid var(--primary-color);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.text-dark {
  color: var(--heading-white-section);
}

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

.no-margin-bottom.service-heading {
  margin-top: 0;
}

.no-margin-bottom.footer-heading-two {
  text-align: center;
  max-width: 534px;
  margin-top: 0;
}

.home-one-blog-heading {
  text-align: center;
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-info-button {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.heading-six {
  color: var(--heading-dark-section);
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-six.color-solid-black {
  color: var(--heading-white-section);
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
}

.heading-six.text-align-left {
  text-align: left;
  margin-bottom: 20px;
}

.heading-six.pricing-color-black {
  color: var(--heading-white-section);
  text-align: left;
}

.heading-six.home-two-hero-tab-heading {
  width: 100%;
  max-width: 160px;
}

.counter {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-image-move {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: perspective(1000px);
}

.heading-two {
  color: var(--heading-white-section);
  letter-spacing: -1.7px;
  font-family: Lexend Deca, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
}

.heading-two.color-white.border-bottom-white {
  margin-bottom: 20px;
}

.heading-two.color-black {
  color: var(--heading-white-section);
  text-align: center;
  flex: 1;
}

.heading-two.color-black.text-align-left {
  text-align: left;
}

.heading-two.color-black.lowercase-letter {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-two.color-black.lowercase-letter.home-two-blog-heading {
  max-width: 520px;
}

.heading-two.text-transform-lowercase {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-two.margin-bottom-fifty {
  margin-bottom: 50px;
}

.counter-train {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-box {
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  overflow: hidden;
}

.counter-box.heading-three-counter-box {
  height: 40px;
}

.hero-image-full-width {
  width: 100%;
  height: 100%;
}

.home-two-icon-out {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-one-logo {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-one-logo.text-block {
  background-color: #fafafa;
  padding-top: 93px;
  padding-bottom: 93px;
}

.home-one-logo.text-block.background-trasparent {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-container {
  max-width: 1230px;
  overflow: hidden;
}

.home-one-logo-marquee {
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding-right: 95px;
  display: flex;
  overflow: hidden;
}

.home-one-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-bar-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 220px 1fr 220px;
  grid-auto-columns: 1fr;
}

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

.text-align-center.service-three-business-solution-heading {
  max-width: 637px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.text-align-center.color-dark-brown, .text-align-center.color-dark-brown.text-two, .text-align-center.color-dark-brown.text-one {
  color: var(--body-white-section);
}

.text-align-center.color-light-dark-brown {
  color: #c6c3cc;
}

.text-align-center.color-light-dark-brown.pricing-one-hero-paragraph {
  max-width: 670px;
}

.text-align-center.pricing-two-faq-heading {
  max-width: 503px;
}

.header {
  background-color: var(--primary-color);
  overflow: hidden;
}

.color-white {
  color: var(--heading-dark-section);
}

.color-white.heading-two.opacity-and-display-none-in-mobile-view {
  opacity: 1;
  color: var(--body-dark-section);
  font-size: 35px;
  line-height: 41px;
}

.color-white.service-three-services-heading {
  width: 100%;
  max-width: 490px;
  margin-top: 0;
}

.color-white.blog-details-hero-heading {
  max-width: 700px;
}

.color-white.margin-top-five {
  margin-top: 5px;
}

.color-white.text-align-center.pricing-one-heading {
  margin-top: 10px;
}

.color-white.text-align-center.pricing-two-hero-paragraph {
  max-width: 646px;
}

.color-white.team-member-name {
  color: var(--heading-dark-section);
  margin-top: 13px;
}

.color-white.no-margin-top-bottom.text-center.about-three-partner-heading {
  width: 100%;
  max-width: 620px;
  margin-bottom: 80px;
}

.color-white.text-center.heading-no-margin.margin-bottom-thirty, .color-white.heading-no-margin.margin-bottom-thirty {
  margin-bottom: 30px;
}

.navbar-section {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
}

.top-bar-text-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
}

.top-bar-text-white {
  color: var(--body-white-section);
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.dropdown-hover-border {
  background-color: var(--primary-color);
  transform-origin: 0%;
  width: 80%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(0);
}

.dropdown-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  letter-spacing: 0;
  background-color: #fafbee;
  padding: 15px 25px;
  font-family: Lexend Deca, sans-serif;
  font-size: 17px;
  line-height: 29px;
  overflow: hidden;
}

.dropdown-list.w--open {
  flex-flow: column;
  align-items: flex-start;
  min-width: 180px;
  display: flex;
}

.dropdown-list.mega-drop-down-list {
  padding-left: 25px;
}

.dropdown-list.mega-drop-down-list.w--open {
  justify-content: flex-start;
  align-items: center;
  min-width: 500px;
}

.dropdown-list.mega-drop-down-list.responsive-mega-menu {
  padding: 0;
  inset: 90px 0% auto;
}

.dropdown-list.mega-drop-down-list.responsive-mega-menu.w--open {
  background-color: #fafbee00;
}

.humburger-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown {
  position: relative;
}

.dropdown.responsive-page-menu {
  position: static;
}

.navbar-wrapper {
  z-index: 99;
  grid-template-rows: auto;
  grid-template-columns: 185px 1fr 185px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
}

.brand.w--current {
  padding: 0;
}

.navbar-container {
  width: 100%;
  max-width: 1720px;
}

.line {
  background-color: var(--heading-white-section);
  width: 30px;
  height: 1px;
}

.line.line-three {
  width: 20px;
}

.line.line-three.line-white, .line.line-one.line-white, .line.line-two.line-white {
  background-color: var(--heading-dark-section);
}

.dropdown-toggle-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--heading-white-section);
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  font-family: Lexend Deca, sans-serif;
  font-size: 17px;
  line-height: 29px;
  display: flex;
}

.dropdown-toggle-two.navbar-two-toggle-white {
  color: var(--heading-dark-section);
}

.mega-drop-down-list {
  background-color: #fafbee;
  width: 100%;
  padding: 25px 15px;
}

.menu-nav-links {
  text-transform: capitalize;
  transition: opacity .5s;
}

.contact-number {
  color: var(--heading-white-section);
  letter-spacing: 0;
  margin-left: 5px;
  font-family: Lexend Deca, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.menu-contact-number {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-one-hero-slider {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide.home-one-hero-slider-one {
  background-image: linear-gradient(270deg, transparent 50%, var(--secondary-color) 80%), url('../images/Slider-One-Dot.svg'), url('../images/image_1image.webp');
  background-position: 0 0, 33% 0, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide.home-one-hero-slider-two {
  background-image: linear-gradient(270deg, transparent 50%, var(--secondary-color) 80%), url('../images/Slider-One-Dot.svg'), url('../images/Rectangle-6.webp');
  background-position: 0 0, 33% 0, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
}

.image-effect.cover-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.image-effect.cover-image.partner-trigger-image {
  object-fit: cover;
}

.image-effect.cover-image.image-two, .image-effect.cover-image.image-three {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-effect.cover-image.blog-image {
  height: auto;
}

.protest-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  width: 100%;
  max-width: 570px;
  margin-top: 28px;
}

.protest-list-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.image-overlay-one {
  background-color: var(--primary-color);
  width: 330px;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.image-overlay-one.overlay-iimage-two {
  width: 300px;
}

.trigger-image-one {
  perspective: 1000px;
  width: 330px;
  height: 668px;
  display: block;
}

.home-one-protest-section {
  background-color: var(--secondary-color);
  background-image: linear-gradient(#161515d9, #161515d9), url('../images/pexels-ed-harvey-3605001-5391508-1-9.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 15px 115px;
}

.home-one-protest-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-one-protest-text-wrapper {
  flex: 1;
  align-self: center;
}

.home-one-wrapper-protest {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
}

.image-effect-wrapper-two {
  width: 100%;
  max-width: 300px;
  height: 438px;
  padding-bottom: 40px;
  position: relative;
}

.trigger-image-two {
  position: relative;
  overflow: hidden;
}

.protest-list-about {
  width: 100%;
  max-width: 520px;
  margin-bottom: 40px;
}

.protest-list-about.color-dark-white {
  color: var(--body-dark-section);
}

.protest-list-about.text-center {
  margin-top: 10px;
}

.about-one-hero-box {
  justify-content: center;
  align-items: center;
  padding: 280px 15px 240px;
}

.about-one-hero-box.color-white {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}

.about-one-hero-box.color-white.align-center {
  text-align: center;
}

.about-one-hero-box.color-white.text-center {
  text-align: left;
}

.bottom-tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-color);
  justify-content: flex-start;
  align-items: center;
  height: 91px;
  padding: 20px 15px;
  display: flex;
  position: absolute;
  inset: auto 40px 0% 0%;
}

.bottom-tag-wrapper.about-three-active-tag {
  width: 100%;
  max-width: 236px;
  inset: 0% auto auto 0%;
}

.home-three-hero-text-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 747px;
  padding-top: 290px;
  padding-bottom: 275px;
  display: flex;
}

.home-one-hero-section {
  background-color: var(--secondary-color);
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-hero-section.overflow-none {
  padding-left: 0;
  padding-right: 0;
}

.home-one-hero-section.blog-one-hero-section {
  padding-right: 0;
}

.home-two-hero {
  margin-top: -90px;
  position: relative;
}

.home-two-text-wrapper {
  z-index: 1;
  position: relative;
}

.home-two-text-wrapper.home-two-hero-text-wrap {
  margin-left: 5.2%;
}

.home-two-info-wrapper {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.home-two-info-wrapper.home-two-info-wrapper-color {
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
}

.about-one-black-border {
  background-color: #16151533;
  width: 100%;
  height: 1px;
}

.about-one-black-border.black-border-margin-top-and-buttom {
  background-color: #000;
  width: 273px;
  height: 2px;
  margin-top: 10px;
}

.home-two-business-potetial {
  padding: 120px 15px;
}

.home-two-about-text-bottom.active {
  position: relative;
}

.home-two-about-text-bottom.one {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.home-two-about-text-bottom.two {
  opacity: 0;
  position: absolute;
}

.home-two-business-potential-image-wrapper {
  width: 100%;
  max-width: 630px;
  position: relative;
  overflow: hidden;
}

.home-two-business-potential-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.home-two-about-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 551px;
  height: 603px;
}

.campaign-image-wrapper {
  margin-left: -200px;
}

.campaign-checklist-padding {
  flex-flow: row;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.campaign-checklist-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.home-two-campaign {
  padding: 110px 15px 80px;
}

.home-two-campaign-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.home-two-campaign-content-left {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 6px;
}

.campaign-checklist-box {
  z-index: 2;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--primary-color);
  flex-flow: column;
  flex: none;
  max-width: 520px;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
}

.campaign-text-wrapper {
  max-width: 520px;
}

.technology-right-image {
  flex: 1;
  margin-top: -20px;
}

.home-two-marquee-text {
  color: var(--body-dark-section);
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 200px;
  font-weight: 300;
  line-height: 210px;
}

.border-bottom {
  border-bottom: 1px solid #0000004d;
}

.four-services-content {
  z-index: 4;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.four-service-image {
  width: 100%;
  height: 100%;
}

.four-services-wrapper {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.four-services-wrapper.bottom-border-none {
  border-bottom-style: none;
  padding-left: 15px;
  padding-right: 15px;
}

.four-services-wrapper.home-two-service-link {
  overflow: visible;
}

.home-two-service-overlay {
  background-color: #f0272780;
  position: absolute;
  inset: 0%;
}

.home-two-service-overlay.home-two-service-overlay-deep {
  background-color: #00d4d9d9;
  inset: 0%;
}

.home-two-service-image {
  width: 100%;
  height: 100%;
}

.home-two-service {
  padding: 75px 15px 120px;
  overflow: hidden;
}

.four-service-image-wrapper {
  flex-flow: row;
  align-items: flex-start;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-two-business-text {
  z-index: 4;
  flex-flow: column;
  max-width: 550px;
  display: flex;
}

.home-one-business-section {
  background-image: linear-gradient(#122053e6, #122053e6), url('../images/Protest-Background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
}

.home-one-business-section.home-two-business {
  background-image: linear-gradient(#161515eb, #161515eb);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.home-two-protest-girl-image {
  z-index: 2;
  flex-flow: column;
  max-width: 771px;
  height: 971px;
  display: flex;
  overflow: hidden;
}

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

.home-two-protest-main-image {
  object-position: 0% 50%;
}

.home-two-protest-main-image.cover-image {
  width: 771px;
}

.home-two-trigger-image {
  perspective: 1000px;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.blog-button-three-text {
  color: var(--primary-color);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.home-two-article-card-image {
  height: 194px;
  transition: transform .5s;
}

.home-two-article-card-image:hover {
  transform: scale(1.2);
}

.home-three-blog-wrapper {
  align-items: center;
}

.home-two-blog-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.color-light-dark-white {
  color: var(--body-dark-section);
}

.home-two-article-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.home-two-blog-text {
  color: var(--body-white-section);
  letter-spacing: -.36px;
  margin-bottom: 20px;
}

.home-two-blog {
  padding: 108px 15px 120px;
  overflow: hidden;
}

.home-two-blog-items {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 672px;
}

.home-two-donation-form {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home-three-icon-out {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.small-heading-tag {
  color: #c49c9c;
  letter-spacing: 3px;
  font-size: 15px;
  line-height: 30px;
}

.small-heading-tag.margin-buttom-elelven {
  color: var(--heading-dark-section);
  letter-spacing: 1.26px;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 700;
}

.small-heading-tag.letter-spacing-zero-and-text-capitalise {
  color: var(--primary-color);
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.home-two-article-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.home-two-article-card.article-no-gap {
  margin-bottom: 0;
}

.home-two-article-date {
  background-color: var(--primary-color);
  color: var(--heading-white-section);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 81px;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-two-article-image {
  max-width: 300px;
  height: 194px;
  position: relative;
  overflow: hidden;
}

.blog-two-trigger-image {
  perspective: 1000px;
  max-width: 100%;
}

.new-solution-section {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.new-solution-right-text-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.new-solution-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.new-solution-image-wrapper {
  flex: 1;
  max-width: 550px;
  height: 575px;
  position: relative;
}

.new-solution-trigger-image-wrapper {
  max-width: 494px;
}

.new-solution-bottom-tag-image-wrapper {
  max-width: 336px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-three-counter-section {
  background-color: var(--heading-dark-section);
  padding-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

.counter-container {
  max-width: 1210px;
}

.home-three-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.counter-text-wrapper {
  position: relative;
}

.counter-semibold-text {
  color: var(--light-white);
  letter-spacing: -5px;
  font-family: Lexend, sans-serif;
  font-size: 150px;
  font-weight: 600;
  line-height: 150px;
}

.counter-semibold-upper-text {
  letter-spacing: 0;
  color: #000;
  width: 100%;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 61px;
  left: 53px;
}

.home-three-business-potential-left {
  flex: 1;
  width: 100%;
  max-width: 550px;
  padding-top: 50px;
  position: relative;
}

.home-three-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 555px;
  height: 585px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale3d(1, 0, 1);
}

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

.margin-bottom-twenty.home-three-business-icon-box {
  width: 100%;
  max-width: 490px;
}

.home-three-business-potential-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.home-three-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.home-three-image-effect-wrapper.image-effect-wrapper-height-auto {
  width: 550px;
  height: auto;
}

.campaign-checklist-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}

.home-three-business-potential-text {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  margin-top: 20px;
  display: flex;
}

.home-three-business-potential-text.service-three-brand-text-wrap {
  margin-top: 0;
}

.home-three-margin-bottom-thirty-four {
  margin-bottom: 34px;
}

.home-three-trigger-image {
  perspective: 1000px;
  width: 550px;
  height: 585px;
  position: relative;
}

.home-three-service-name {
  letter-spacing: -.174px;
  max-width: 250px;
  font-size: 29px;
  line-height: 36px;
}

.home-three-service-cards {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  padding: 40px 40px 40px 45px;
  position: relative;
}

.home-three-service-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

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

.home-three-service-border {
  background-color: #6d4545;
  width: 1px;
  position: absolute;
}

.home-three-service-border.horizental-bottom {
  background-color: var(--body-dark-section);
  transform-origin: 100%;
  width: 100%;
  height: 1px;
  inset: auto 0% 0%;
}

.home-three-service-border.horizental-top {
  background-color: var(--body-dark-section);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  inset: 0% 0% auto;
}

.home-three-service-border.vertical-left {
  background-color: var(--body-dark-section);
  margin-bottom: 1px;
  inset: 0% auto 0% 0%;
}

.home-three-service-border.vertical-right {
  background-color: var(--body-dark-section);
  margin-bottom: 1px;
  inset: 0% 0% 0% auto;
}

.home-three-service-border.horizental-top {
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  inset: 0% 0% auto;
}

.home-three-service-border.vertical-left {
  margin-bottom: 1px;
  inset: 0% auto 0% 0%;
}

.home-three-service-border.vertical-right {
  margin-bottom: 1px;
  inset: 0% 0% 0% auto;
}

.home-three-service-border.horizental-bottom {
  transform-origin: 100%;
  color: #d3d5d5;
  width: 100%;
  height: 1px;
  inset: auto 0% 0%;
}

.home-three-service-border.horizental-top {
  transform-origin: 0%;
  color: #d3d5d5;
  width: 100%;
  height: 1px;
  inset: 0% 0% auto;
}

.home-three-service-border.vertical-right {
  color: #d3d5d5;
  margin-bottom: 1px;
  inset: 0% 0% 0% auto;
}

.home-three-service-border.vertical-left {
  color: #d3d5d5;
  margin-bottom: 1px;
  inset: 0% auto 0% 0%;
}

.service-dark-background {
  border: 1px solid var(--body-dark-section);
  background-color: #0003;
  position: relative;
}

.home-three-service-card {
  padding: 110px 15px 90px;
}

.circle-button-three {
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.home-three-trigger-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 545px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.home-three-business-options {
  padding: 35px 45px;
  display: flex;
}

.home-three-business-image {
  margin-left: -133px;
}

.home-three-partner-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.home-three-partner-image-effect-wrapper.image-effect-wrapper-height-auto {
  height: auto;
}

.home-three-partners-left-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  flex: 0 74.9%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-three-partners-right-wrapper {
  flex: 1;
  max-width: 300px;
}

.home-three-partner-with-us {
  background-image: linear-gradient(#161515e6, #161515e6), url('../images/pexels-ed-harvey-3605001-5391508-1-5.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 120px 15px;
  position: relative;
  overflow: hidden;
}

.home-three-partners-content-wrapper {
  padding-top: 30px;
}

.home-three-partner-with-us-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: flex-start;
}

.home-three-business-block {
  z-index: 2;
  background-color: var(--primary-color);
  max-width: 548px;
  margin-top: -30px;
  position: relative;
}

.home-three-partner-trigger-image {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.paerner-left-text-wrapper {
  flex: 1;
  margin-left: 22px;
}

.home-three-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  display: flex;
}

.sticky {
  background-color: #fff;
  position: sticky;
  top: 220px;
}

.home-three-service-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.home-three-service-image-effect-wrapper.image-effect-wrapper-height-auto {
  width: 431px;
  max-width: 431px;
  height: 291px;
}

.home-three-service-options {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.home-three-service {
  padding: 109px 15px 120px;
}

.home-service-main-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.home-three-service-text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.home-three-service-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 520px;
}

.home-three-service-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 545px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.home-three-service-trigger-image {
  perspective: 1000px;
  width: 100%;
  height: 291px;
  position: relative;
  top: 0%;
}

.home-three-hero-section {
  background-image: linear-gradient(#000c, #000c), url('../images/Mask-group-10_1Mask group (10).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.hero-content-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-bottom-image-wrapper {
  width: 375px;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 100px;
}

.home-two-donation-form-field {
  color: #fff;
  letter-spacing: -.28px;
  text-transform: capitalize;
  background-color: #5e5e5e;
  border: 1px solid #5e5e5e;
  padding: 26px 20px;
  font-size: 14px;
}

.home-two-donation-form-field::placeholder {
  color: #a4a4a4;
  letter-spacing: -.28px;
  text-transform: none;
  font-size: 18px;
  line-height: 28px;
}

.home-two-donation-submit-button-text {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.home-two-donation-submit-button-text:focus-visible, .home-two-donation-submit-button-text[data-wf-focus-visible] {
  color: var(--secondary-color);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.home-two-dontation-form {
  background-image: linear-gradient(to bottom, var(--secondary-color), var(--secondary-color));
  color: #a4a4a4;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 520px;
  min-height: 600px;
  padding: 70px 50px 50px;
  display: flex;
  overflow: hidden;
}

.footer-white {
  background-color: #fff3;
  height: 1px;
}

.color-dark-white {
  color: var(--body-dark-section);
}

.color-dark-white.border-bottom-white {
  border-bottom: 1px solid #fff3;
}

.color-dark-white.border-bottom-white.home-one-power-text {
  padding-bottom: 22px;
}

.color-dark-white.password-content {
  font-weight: 400;
}

.about-one-hero {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Mask-group-13_1Mask group (13).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-one-hero.license-hero {
  padding-left: 15px;
  padding-right: 15px;
}

.about-one-text-wrapper {
  width: 100%;
  max-width: 700px;
}

.color-light-grey {
  color: var(--body-dark-section);
}

.about-one-work {
  padding: 120px 15px 90px;
}

.about-one-counter {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.about-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 550px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.about-one-service-left-wrapper {
  flex: 1;
  max-width: 547px;
}

.home-three-business-option {
  padding: 35px 45px;
}

.home-three-business-option.about-one-options {
  max-width: 626px;
  padding: 35px 40px 30px 58px;
}

.about-one-service {
  padding: 100px 15px 120px;
}

.about-one-service-right-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 660px;
  display: flex;
}

.about-one-service-main-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: stretch;
}

.about-three-home-three-business-block {
  z-index: 2;
  background-color: var(--primary-color);
  max-width: 660px;
}

.about-one-no-margin-top-bottom {
  margin-top: 0;
  margin-bottom: 0;
}

.about-one-no-margin-top-bottom.margin-bottom-fifteen {
  margin-bottom: 20px;
}

.about-one-trigger-image {
  perspective: 1000px;
  width: 546px;
  height: 616px;
  position: relative;
}

.background-image-with-marquee-text {
  position: relative;
  overflow: hidden;
}

.team-member-name {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.about-one-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.team-member-information {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--body-dark-section);
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px;
  position: absolute;
  inset: auto auto -2px 0;
}

.about-one-team-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.about-one-team-heading {
  width: 100%;
  max-width: 674px;
  margin-top: 0;
  margin-bottom: -10px;
}

.hover-overlay {
  z-index: 3;
  transform-origin: 50%;
  mix-blend-mode: normal;
  background-color: #00d4d9d9;
  width: 0;
  height: 0%;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%)rotate(40deg);
}

.about-one-team-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.about-one-team-buttom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-one-team {
  margin-bottom: -400px;
  padding: 110px 15px 520px;
}

.team-member-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.about-one-trigger-img {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.team-member-position {
  letter-spacing: 1.26px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 29.2px;
}

.about-two-hero-section {
  background-color: var(--secondary-color);
  background-image: url('../images/Group-1000002028_1Group 1000002028.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -90px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-banner-content-wrapper {
  padding-top: 310px;
  padding-bottom: 330px;
}

.hero-bnaner-content-box {
  width: 100%;
  max-width: 663px;
}

.heading-one.color-white {
  color: var(--heading-dark-section);
  margin-top: 0;
}

.heading-one.color-white.text-align-left {
  text-align: left;
}

.heading-one.color-white.align-center {
  text-align: center;
}

.about-two-consulting-service-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
}

.about-two-consulting-service-buttom {
  border-top: 1px dashed var(--body-white-section);
}

.about-nation-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px dashed var(--body-white-section);
  justify-content: space-between;
  align-items: center;
  padding: 40px 100px 40px 60px;
  transition: background-color .35s;
}

.about-nation-items:hover {
  background-color: var(--primary-color);
}

.about-two-consulting-service-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-three-icon-out {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.about-two-consulting-service {
  padding: 100px 15px 85px;
}

.abnout-three-no-margin-top-bottom {
  color: var(--body-white-section);
  margin-top: 0;
  margin-bottom: 30px;
}

.abnout-three-no-margin-top-bottom.about-nation-descriptions {
  color: var(--body-white-section);
  flex: 0 53%;
  max-width: 519px;
  margin-bottom: 0;
}

.margin-bottom-sixty {
  margin-bottom: 60px;
}

.margin-bottom-sixty.margin-decrease {
  margin-bottom: 30px;
}

.about-two-brand-unlock-section {
  overflow: hidden;
}

.about-two-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 102%;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.small-text {
  color: #f02727;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.small-text.text-white {
  color: var(--body-white-section);
  font-size: 14px;
  font-weight: 700;
}

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

.home-two-margin-bottom-twenty.tab-margin-bottom-ten {
  margin-top: 10px;
}

.about-two-brand-unlock-image-wrapper {
  flex: 0 49.21%;
}

.color-light-brown {
  color: #d2c3c3;
}

.color-light-brown.about-two-brand-unlock-bullet-point-paragraph {
  color: var(--body-white-section);
  max-width: 580px;
  margin-bottom: 0;
}

.brand-unlock-checkbox-top-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.about-two-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.about-two-image-effect-wrapper.about-two-brand-unlock-image-effect-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.color-grey.faq-paragraph-margin {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.about-two-counter-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 560px;
  margin-top: 30px;
  display: flex;
}

.about-two-brand-unlock-text {
  max-width: 550px;
  margin-top: 0;
}

.heading-three {
  letter-spacing: -.6px;
  text-transform: capitalize;
  color: #000;
  font-family: Lexend Deca, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

.heading-three.color-white {
  letter-spacing: -.6px;
  color: #000;
  font-family: Lexend Deca, sans-serif;
  font-size: 29px;
  line-height: 36px;
}

.heading-three.color-white.text-transform-change, .heading-three.text-transform-change {
  text-transform: lowercase;
}

.heading-three.team-artcle-heading {
  text-transform: none;
}

.about-two-brand-unlock-text-wrapper {
  z-index: 3;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: space-between;
  padding-left: 110px;
  padding-right: 15px;
  position: relative;
}

.about-brand-unlock-brown-box {
  background-color: var(--primary-color);
  max-width: 740px;
  margin-left: -192px;
  padding: 50px;
}

.margin-bottom-fourty {
  margin-bottom: 40px;
}

.margin-bottom-fourty.margin-decrease {
  margin-bottom: 20px;
}

.about-two-brand-unlock-main-wrapper {
  align-items: stretch;
}

.about-two-trigger-image {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
}

.about-two-it-consulting-image-two-wrapper {
  z-index: 2;
  align-self: flex-end;
  max-width: 345px;
  height: 232px;
  margin-top: -133px;
  position: relative;
  overflow: hidden;
}

.about-two-it-consulting-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.about-two-trigger-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 612px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.about-two-it-consulting-text-wrapper {
  flex: 1;
  max-width: 629px;
  padding-top: 30px;
}

.about-two-it-consulting-image-one {
  width: 100%;
  max-width: 440px;
  height: 491px;
  position: relative;
  overflow: hidden;
}

.about-two-image-overlay-two {
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.about-two-it-consulting {
  background-image: linear-gradient(#161515e6, #161515e6), url('../images/Mask-group-10_1Mask group (10).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 15px;
  position: relative;
}

.about-two-it-consulting-image {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.home-two-about-trigger-image {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-two-color-light-white {
  color: var(--heading-dark-section);
}

.color-light-black {
  color: var(--body-dark-section);
}

.color-light-black.padding-bottom-thirty {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.color-light-black.padding-bottom-thirty.work-border-bottom {
  border-bottom: 1px solid #fff3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about-three-hero-section {
  background-image: linear-gradient(315deg, #0000, #000 96%), url('../images/drone-agriculture-survey.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 15px;
  padding-right: 15px;
}

.about-three-hero-content-wrapper {
  padding-top: 225px;
  padding-bottom: 300px;
}

.about-three-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 635px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.about-three-integration {
  padding: 120px 15px;
}

.about-three-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.counter-text {
  color: var(--body-white-section);
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.about-three-integration-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.about-three-integration-image {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  position: relative;
}

.about-three-integration-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 630px;
  overflow: hidden;
}

.about-three-trigger-image {
  perspective: 1000px;
  width: 630px;
  height: 403px;
  position: relative;
}

.about-three-trigger-image-two {
  width: 442px;
  height: 202px;
}

.about-three-optimize-business-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.about-three-buisness-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 560px;
  height: 650px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.about-three-buisness-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.about-three-optimize-business-image {
  width: 100%;
  max-width: 547px;
  overflow: hidden;
}

.about-three-optimize-business-text {
  width: 100%;
  max-width: 660px;
}

.about-business-optimise-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px #1a19194d;
  border-bottom: 1px solid #1a19194d;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.border-top-black {
  border: 1px #1a19194d;
  border-top-style: solid;
}

.about-three-optimize-business {
  padding: 40px 15px 80px;
}

.about-three-circle-button {
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.about-three-buisness-image {
  perspective: 1000px;
  width: 547px;
  height: 616px;
  position: relative;
}

.about-three-partners {
  background-image: linear-gradient(#161515e6, #161515e6), url('../images/drone-advertisement-wall.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 110px 15px 120px;
  position: relative;
}

.partners-card {
  border-top: 1px solid #fff3;
  border-left: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  transition: background-color .5s;
  display: flex;
}

.partners-card:hover {
  background-color: var(--secondary-color);
}

.partners-card.partners-card-seven {
  border-bottom: 1px solid #fff3;
}

.partners-card.partners-card-four {
  border-right: 1px solid #fff3;
}

.partners-card.partners-card-five {
  border-bottom: 1px solid #fff3;
}

.partners-card.partners-card-eight {
  border-bottom: 1px solid #fff3;
  border-right: 1px solid #fff3;
}

.partners-card.partners-card-six {
  border-bottom: 1px solid #fff3;
}

.about-three-partners-wrapper {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-three-partners-buttom {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-two-solution-heading {
  max-width: 658px;
  margin-top: 10px;
  margin-bottom: 0;
}

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

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

.blog-one-button-three-text {
  color: var(--primary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.blog-one-button-three-text.color-black {
  color: #15111c;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 29px;
}

.heading-four-with-font {
  color: var(--heading-white-section);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.heading-four-with-font.service-two-power-text-heading {
  text-transform: none;
}

.home-three-business-potential-section {
  background-color: var(--heading-dark-section);
  padding: 100px 15px 120px;
}

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

.container {
  max-width: 1290px;
}

.container.slide-up-container {
  width: 100%;
}

.footer-black {
  background-color: #16151533;
  height: 1px;
}

.about-two-bottom-border {
  background-color: #5e5e5e33;
  height: 1px;
}

.service-one-hero-section {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Rectangle-44-3.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 280px 15px 240px;
}

.service-one-hero-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 750px;
}

.service-one-hero-box {
  justify-content: flex-start;
  align-items: center;
}

.service-one-solution-section {
  padding: 120px 15px 95px;
}

.service-one-services-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.service-one-service-card-hover-image {
  position: absolute;
  inset: -25% auto 0% 20%;
  transform: scale(0);
}

.service-one-service-card-hover-overlay {
  background-color: var(--primary-color);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.service-one-services-buttom {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.service-one-service-card {
  justify-content: center;
  align-items: center;
  position: relative;
}

.servive-one-color-grey {
  color: #686868;
}

.servive-one-color-grey.service-one-service-card-paragraph {
  color: var(--body-white-section);
  width: 100%;
  max-width: 500px;
}

.service-one-service-card-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px dashed var(--body-white-section);
  justify-content: space-between;
  align-items: center;
  padding: 49px 15px 53px;
  display: flex;
  position: relative;
}

.service-one-service-card-wrapper.service-card-border-top {
  border-top: 1px dashed var(--body-white-section);
}

.service-one-heading-four {
  color: var(--heading-white-section);
  letter-spacing: 0;
  width: 100%;
  max-width: 180px;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.service-one-services {
  background-color: var(--heading-dark-section);
  padding-top: 110px;
}

.service-one-it-services-wrapper {
  flex-flow: column;
  display: flex;
}

.service-one-it-services-buttom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.margin-top-zero {
  margin-top: 0;
  margin-bottom: 20px;
}

.margin-top-zero.service-one-it-services-heading {
  max-width: 643px;
}

.service-one-it-services-card-gradient {
  pointer-events: none;
  background-image: linear-gradient(#0000 47%, #161515);
  position: absolute;
  inset: 0%;
}

.service-one-it-services-card {
  cursor: pointer;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.service-one-it-services-card.service-one-it-services-card-one {
  width: 100%;
}

._3d-trigger-image {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.service-one-it-service {
  background-color: #fafafa;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-plan-price {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.pricing-wrapper {
  flex-flow: column;
  display: flex;
}

.pricing-text {
  width: 100%;
  max-width: 400px;
}

.pricing-top {
  justify-content: center;
  display: flex;
}

.pricing-plan-cards {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricing-buttom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-one-pricing {
  padding: 110px 15px 120px;
}

.service-one-pricing.background-color {
  background-color: var(--heading-dark-section);
}

.color-dark-brown {
  color: #6d4545;
}

.color-dark-brown.heading-five {
  color: var(--body-white-section);
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.pricing-card-texts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.service-two-content-wrapper {
  width: 100%;
  max-width: 620px;
}

.service-two-hero-section {
  background-image: linear-gradient(#000c, #000c), url('../images/Group-44.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 230px 15px;
}

.service-two-business-optimize-border {
  transform-origin: 0%;
  background-color: #0003;
  height: 1px;
  margin-top: 53px;
  margin-bottom: 58px;
}

.service-two-business-optimize-border.border-effect {
  background-color: #a5a697;
  margin-bottom: 55px;
}

.service-two-business-optimize-counter-box {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.service-two-heading-two {
  letter-spacing: -.9px;
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.service-two-heading-two.color-dark-white {
  font-family: Lexend Deca, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.service-two-heading-two.color-dark-white.margin-bottom-zero {
  padding-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.service-two-business-optimize-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 630px;
  display: flex;
}

.service-two-image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 310px;
  height: 780px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.service-two-business-optimize-image-box-one {
  width: 300px;
  position: relative;
  overflow: hidden;
}

.service-two-business-optimize-wrapper {
  align-items: center;
  display: flex;
}

.service-two-business-optimize-image-box-two {
  position: relative;
  overflow: hidden;
}

.service-two-business-optimize-right {
  background-color: #becb0a21;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-two-business-optimize {
  padding: 120px 15px 110px;
}

.service-two-trigger-image {
  perspective: 1000px;
  width: 300px;
  height: 100%;
  position: relative;
}

.service-two-business-optimize-counters {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: flex-start;
  display: flex;
}

.service-two-digital-services-left {
  width: 100%;
  max-width: 550px;
}

.service-two-digital-services-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.color-hard-coal {
  color: var(--heading-white-section);
}

.service-two-main-digital-service {
  align-items: stretch;
  display: flex;
}

.service-two-digital-service-border-inner {
  background-color: var(--primary-color);
  width: 3px;
  height: 50%;
}

.service-two-digital-service-main-content {
  grid-row-gap: 14px;
  width: 100%;
  max-width: 480px;
  padding-top: 22px;
  padding-bottom: 25px;
  padding-left: 50px;
}

.service-two-digital-services-right {
  width: 100%;
  max-width: 630px;
}

.service-two-digital-service-border {
  background-color: #d3d5d5b3;
  align-items: center;
  width: 2px;
  display: flex;
}

.service-two-digital-service-box-buttom-border-inner {
  background-color: #d3d5d5b3;
  width: 100%;
  transform: translate(-100%);
}

.service-two-digital-serial-no {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-two-digital-service-box-buttom-border {
  background-color: #d3d5d5b3;
  height: 1px;
  display: flex;
  overflow: hidden;
}

.color-deep-grey {
  color: #464646;
  margin-bottom: 40px;
}

.service-two-digital-services {
  padding: 110px 15px 90px;
}

.service-three-hero {
  background-image: linear-gradient(260deg, #000000e6 5%, #0000 92%, #000000e6), url('../images/drone-inspecting-solar-panels.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 210px 15px 230px;
}

.service-three-plus-icon-one {
  position: absolute;
  inset: auto -15px -13px auto;
}

.service-three-plus-icon-two {
  position: absolute;
  inset: auto auto -13px -13px;
}

.service-three-business-solution-box {
  border-top: 1px solid #d3d5d5;
  border-right: 1px solid #d3d5d5;
  padding: 82px 20px 75px;
  position: relative;
}

.service-three-business-solution-box.box-three {
  border-left: 1px #d3d5d5;
  border-right-style: none;
}

.service-three-business-solution-box.box-three.border-grey-left-right {
  border-left-style: solid;
  border-right-style: solid;
}

.service-three-business-solution-box.box-two:hover {
  background-image: linear-gradient(#00d4d9bf, #00d4d9bf), url('../images/drone-window-cleaning.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-three-business-solution-box.box-one {
  color: var(--testing-color);
}

.service-three-business-solution-buttom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-three-business-solution {
  padding: 87px 15px 90px;
}

.service-three-business-solution-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-three-brand-right {
  width: 100%;
  max-width: 630px;
  position: relative;
}

.service-three-brand {
  padding-bottom: 85px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-one-heading-two {
  color: var(--heading-white-section);
  letter-spacing: -.9px;
  text-transform: capitalize;
  font-family: Lexend Deca, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.image-overlay-6 {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 650px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.service-three-brand-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._3d-trigger-image-9 {
  perspective: 1000px;
  height: 100%;
  position: relative;
}

.service-three-service-box-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 370px;
  display: flex;
}

.color-light-ash {
  color: #c5c5c5;
}

.color-light-ash.service-three-services-paragraph {
  width: 100%;
  max-width: 630px;
  margin-bottom: 0;
}

.service-three-services {
  background-image: url('../images/modern-glass-building.avif');
  background-position: 0 0;
  background-size: cover;
  padding: 110px 15px 90px;
  position: relative;
  overflow: hidden;
}

.service-three-services-overlay {
  background-color: #161515e6;
  position: absolute;
  inset: 0%;
}

.service-three-services-content-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.service-image-two-wrapper {
  position: absolute;
  inset: 0%;
}

.service-three-services-content {
  z-index: 5;
  position: relative;
}

.service-three-service-box-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 524px;
  display: flex;
}

.service-three-service-box {
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.service-image-service-three-page, .service-three-items-image-one {
  width: 100%;
  height: 100%;
}

.service-items-image-overlay-two {
  z-index: 3;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

._3d-trigger-image-10 {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.service-three-services-content-wrapper {
  flex-flow: column;
  display: flex;
}

.bottom-tag-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary-color);
  justify-content: flex-start;
  align-items: center;
  max-width: 280px;
  height: 121px;
  padding: 25px 35px 25px 30px;
  display: flex;
  position: absolute;
  bottom: 163px;
  right: 0;
}

.service-three-our-work-bottom-tag-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.service-three-our-work-bottom-tag-text-two {
  color: var(--heading-white-section);
  letter-spacing: 0;
  max-width: 82px;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.blog-one-hero-image-linear {
  background-image: linear-gradient(#00000040, #00000040), url('../images/residential-rooftop-solar-panels.avif');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-right: 15px;
}

.blog-one-cards {
  padding: 120px 15px;
}

.blog-arrow-wrapper {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: scale(0)translate(-50%, -50%);
}

.blog-one-color-grey {
  color: #686868;
}

.blog-one-color-grey.margin-top-five {
  color: var(--body-white-section);
  margin-top: 5px;
}

.blog-card-one.blog-one-card {
  border-bottom: 1px solid var(--body-dark-section);
  margin-bottom: 60px;
}

.date {
  color: var(--heading-white-section);
  letter-spacing: 1.26px;
  font-size: 14px;
  font-weight: 700;
}

.blog-date-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

.blog-one-heading-three {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.blog-one-heading-three.color-black {
  color: #15111c;
  letter-spacing: -1.6px;
  text-transform: none;
  max-width: 762px;
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 35px;
  line-height: 41px;
  text-decoration: none;
}

.blog-card-one-information {
  border-bottom: 1px solid var(--body-dark-section);
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-one-card-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
}

.blog-two-hero {
  background-image: linear-gradient(#161515cc, #161515cc), url('../images/image_1image.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  margin-top: -90px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-two-hero-content-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 247px;
  padding-bottom: 300px;
}

.blog-two-content-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
}

.blog-page-background-line {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-four {
  color: var(--heading-white-section);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Lexend Deca, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

.heading-four.blog-card-two-heading {
  color: var(--heading-white-section);
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.heading-four.service-three-business-solution-heading {
  text-transform: none;
  font-size: 24px;
  line-height: 32px;
}

.heading-four.coloe-white {
  color: var(--heading-dark-section);
  text-transform: none;
}

.small-heading-text {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
}

.blog-one-button-three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-one-button-three.margin-top-seventeen {
  margin-top: 17px;
  text-decoration: none;
}

.blog-two-image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.blog-two-image-effect-wrapper.image-hover-effect-wrapper {
  max-height: 427px;
}

.blog-two-image-effect-wrapper.image-hover-effect-wrapper.heght-increase {
  max-height: 673px;
}

.pricing-one-color-grey {
  color: var(--body-white-section);
}

.blog-two-card {
  padding: 120px 15px;
}

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

.blog-one-button-three-text {
  letter-spacing: 0;
  font-weight: 600;
}

.blog-one-button-three.margin-top-seventeen.blog-button {
  margin-top: 22px;
}

.blog-two-new-hover-overlay {
  z-index: 3;
  transform-origin: 50%;
  mix-blend-mode: normal;
  background-color: #00d4d9d9;
  width: 0;
  height: 0%;
  display: none;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%)rotate(40deg);
}

.blog-twotrigger-image {
  perspective: 1000px;
  width: 100%;
  position: relative;
}

.blog-two-card-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.blog-two-blog-card-two {
  background-color: #f7f8ec;
  padding: 110px 15px 120px;
}

.blog-three-hero {
  background-image: linear-gradient(#161515cc, #161515cc), url('../images/image_1image.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1920px;
  padding: 222px 15px 250px;
}

.blog-three-hero-text-wrapper {
  max-width: 638px;
}

.blog-three-button-three-text {
  color: var(--primary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.blog-three-button-three-text.color-black {
  color: var(--primary-color);
  letter-spacing: 0;
}

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

.news-three-description {
  color: var(--body-white-section);
  width: 100%;
  max-width: 330px;
  margin-bottom: 90px;
}

.blog-card-two-solid-background {
  z-index: 3;
  pointer-events: none;
  background-color: #f7f8ec;
  position: absolute;
  inset: 0%;
}

.news-three-button-wrapper {
  border-top: 1px solid var(--primary-color);
  padding-top: 20px;
}

.news-three-image-overlay {
  z-index: 2;
  -webkit-backdrop-filter: blur(4.4px);
  backdrop-filter: blur(4.4px);
  pointer-events: none;
  background-color: #becb0ad9;
  position: absolute;
  inset: 0%;
}

.news-date-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}

.news-three-text-content {
  z-index: 8;
  position: relative;
}

.blog-card-two {
  width: 100%;
  padding: 35px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-three-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-three-card {
  padding: 120px 15px;
}

.blog-details-main-content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.quote-bar {
  background-color: var(--primary-color);
  text-transform: capitalize;
  width: 15px;
}

.quotes-contents {
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.case-studies-first-paragraphs-wrapper {
  grid-row-gap: 17px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.author-name {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.blog-details-hero-content {
  z-index: 8;
  position: relative;
}

.margin-buttom-ten {
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.blog-deatils-hero-main-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-form-block {
  width: 100%;
  margin-bottom: 0;
}

.divider {
  background-color: #0003;
  width: 1px;
}

.quote-image {
  margin-top: 14px;
  position: relative;
  overflow: hidden;
}

.blog-date {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.case-studies-details-last-paragraphs {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 70px;
  display: flex;
}

.main-quote {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  align-items: stretch;
  display: flex;
}

.container-29 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.discover-it-landscape-paragraphs {
  grid-row-gap: 21px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.color-wood-charcoal {
  color: #464646;
}

.blog-details-first-paragraphs {
  margin-top: 30px;
}

.published-by {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  letter-spacing: 0;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.blog-details-hero {
  padding-top: 119px;
  padding-bottom: 472px;
  position: relative;
}

.article-at-a-glance {
  grid-row-gap: 23px;
  background-color: #6d45450d;
  border: 1px solid #6d4545;
  flex-flow: column;
  padding: 34px 36px 46px;
  display: flex;
}

.article-at-a-glance.blog-details-article-at-a-glance-margin {
  border-color: var(--primary-color);
  background-color: #becb0a1a;
  margin-top: 33px;
}

.article-at-a-glance.article-at-a-glance-margin {
  grid-row-gap: 28px;
  border-color: var(--primary-color);
  background-color: #becb0a1a;
  margin-top: 50px;
}

.blog-details-hero-main-content {
  margin-top: -415px;
  padding-bottom: 96px;
  position: relative;
}

.blog-details-heading-image {
  overflow: hidden;
}

.blog-details-ovelay {
  background-color: #161515;
  position: absolute;
  inset: 0%;
}

.discover-it-landscape {
  margin-top: 59px;
  margin-bottom: 40px;
}

._3d-trigger-image-12 {
  perspective: 1000px;
  position: relative;
}

.article-at-a-glance-paragraph {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.blog-publish-date-and-published-by {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 70px;
  display: flex;
}

.image-10 {
  border-radius: 50px;
}

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

.bottom-forty {
  margin-bottom: 40px;
}

.text-color-grey {
  color: var(--body-white-section);
}

.contact-information-blocks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  cursor: pointer;
  background-color: #5e5e5e80;
  border-right: 1px solid #d3d5d5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 35px;
  transition: width .35s;
}

.contact-information-blocks.location-border-off {
  border-right-style: none;
}

.contact-one-hero-main-contents {
  max-width: 525px;
}

.contact-one-hero-linear-gradient-one {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.contact-one-hero-banner {
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.color-very-light-brown, .color-very-light-brown.text-align-center-from-tab {
  color: var(--body-dark-section);
}

.color-very-light-brown.text-align-center-from-tab.margin-bottom-twenty {
  max-width: 520px;
  margin-bottom: 0;
}

.contact-information {
  background-color: #c49c9c1a;
  border: 1px solid #d3d5d5;
  align-items: stretch;
  width: 100%;
}

.contact-one-hero-contents-wrapper {
  grid-column-gap: 105px;
  grid-row-gap: 105px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.contact-one-hero-background-line-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-one-hero-contents {
  z-index: 8;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-heading-four {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.contact-heading-four.color-white {
  color: var(--heading-dark-section);
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}

.contact-heading-four.color-white.contact-mail-text {
  text-transform: none;
}

.contact-form-left-wrapper {
  flex: 0 49.61%;
}

.contact-form-description {
  margin-bottom: 60px;
}

.text-red {
  color: #f02727;
}

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

.hyperlink {
  color: var(--primary-color);
  font-weight: 400;
  text-decoration: none;
}

.hyperlink.terms-link {
  color: var(--body-white-section);
}

.text-green {
  color: #154d1a;
}

.checkbox-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.success-message {
  background-color: #43fa6733;
  border: 1px solid #154d1a;
}

.error-message {
  text-align: center;
  background-color: #f027271a;
  padding: 20px;
}

.contact-form-left-text {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  width: 100%;
  max-width: 560px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: sticky;
  top: 60px;
}

.contact-submit-button {
  background-color: var(--primary-color);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 226px;
  height: 60px;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
}

.contact-submit-button.margin-top-four {
  background-color: var(--secondary-color);
  margin-top: 4px;
}

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

.contact-form-right-wrapper {
  border-left: 1px solid #0003;
  flex: 0 49.61%;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-four-contact-one {
  color: var(--heading-white-section);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.heading-four-contact-one.color-black {
  color: #000;
}

.heading-four-contact-one.color-black.faq-question {
  max-width: 507px;
  font-family: Lexend Deca, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}

.heading-four-contact-one.color-black.faq-question.contact-question-text {
  text-transform: none;
  max-width: 530px;
}

.form-fields-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.text-field {
  color: #686868;
  letter-spacing: 0;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #5e5e5e66;
  margin-bottom: 0;
  padding: 10px 0 35px;
  font-size: 18px;
  line-height: 28px;
}

.text-field::placeholder {
  color: #5e5e5e80;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 28px;
}

.text-field.textarea {
  padding-top: 0;
  padding-bottom: 140px;
}

.contact-left-inner-box {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.overflow-none {
  overflow: hidden;
}

.text-subwrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-subwrapper.margin-top-thirty {
  margin-top: 32px;
}

.home-one-hero-wrap {
  height: 100vh;
}

.home-one-hero-wrap.position-relative {
  height: 88vh;
  position: relative;
}

.slider-wrapper {
  width: 100vw;
  height: 100vh;
}

.slider-wrapper.position-relative {
  height: 88vh;
  position: relative;
}

.slider-subwrapper {
  width: 100%;
  height: 100%;
}

.home-one-slider-text-wrap {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.highlight-text {
  color: var(--primary-color);
}

.home-one-hero-slide-left-arrow, .home-one-hero-slide-right-arrow {
  display: none;
}

.home-one-hero-slide-nav {
  font-size: 14px;
  bottom: 30px;
}

.navbar-call-wrapper {
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  padding: 5px 8px;
  display: flex;
}

.icon-circle {
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 22px 20px;
  display: flex;
  position: relative;
}

.cyber-testimonial-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
}

.footer-email.text-white {
  transition: color .6s;
}

.footer-email.text-white:hover, .footer-call.text-white:hover {
  color: #becb0a;
}

.collection-list-wrapper {
  width: 100%;
}

.border-black {
  background-color: #0003;
  height: 1px;
}

.checkbox-two {
  border: 1px solid var(--body-white-section);
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.checkbox-two.w--redirected-checked {
  background-color: var(--primary-color);
  background-image: url('../images/Tick-White.svg');
  background-size: auto;
  border-style: none;
}

.checkbox-two.w--redirected-focus {
  box-shadow: none;
}

.contact-two-hero-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.contact-two-from-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.form-element-wrapper {
  flex: 1;
}

.form-two-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-two-hero-contents {
  z-index: 12;
  padding-top: 180px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-two-form-block {
  border-style: solid;
  border-width: 1px;
  border-color: #becb0a #6d454580 var(--primary-color) #becb0a;
  background-color: #fafbee;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 50px 70px 70px;
}

.contact-two-hero-main-contents {
  width: 100%;
  max-width: 650px;
}

.form-buttom-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.contact-two-hero-contents-wrapper {
  flex-flow: column;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-two-hero {
  margin-top: -90px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.contact-two-text-field {
  color: #686868;
  letter-spacing: 0;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #5e5e5e66;
  margin-bottom: 0;
  padding: 10px 0 35px;
  font-size: 18px;
  line-height: 28px;
}

.contact-two-text-field::placeholder {
  color: #5e5e5e80;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 28px;
}

.contact-two-text-field.textarea {
  padding-top: 0;
  padding-bottom: 140px;
}

.contact-two-text-field.textarea.padding-buttom {
  border-bottom-color: #5e5e5e66;
  padding-bottom: 180px;
}

.contact-two-form {
  padding: 80px 15px 0;
}

.footer-right-links-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 734px;
  margin-top: 40px;
  margin-right: 30px;
}

.footer-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  overflow: hidden;
}

.footer-cta-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-color);
  letter-spacing: 1.26px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 14px;
}

.footer-quick-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 185px;
  margin-top: -13px;
}

.footer-social-link {
  background-color: #becb0a;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  transition: border-radius .6s, background-color .25s;
  display: flex;
}

.footer-social-link:hover {
  border-radius: 50px;
}

.footer-description-white {
  color: #fff;
  margin-bottom: 80px;
}

.footer-button-text-wrapper {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ededed00;
  flex-flow: column;
  display: flex;
}

.footer-cta {
  z-index: 1;
  margin-bottom: -150px;
  position: relative;
}

.footer-bottom-webflow-text {
  text-decoration: none;
}

.footer-hover-in-text {
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
}

.footer-text-wrapper {
  color: #1a1919;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-icon-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  text-decoration: none;
  display: flex;
}

.footer-contact-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.footer-hover-out-text {
  letter-spacing: 0;
  font-weight: 600;
  display: block;
  position: absolute;
  transform: translate(0, 100%);
}

.footer-input-field {
  color: #c6c3cc;
  background-color: #5e5e5e;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
}

.footer-input-field::placeholder {
  color: #d3d5d5;
  font-size: 16px;
}

.footer-button-text-block {
  color: #1a1919;
  background-color: #becb0a;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 45px;
  padding-right: 45px;
  font-weight: 600;
  display: flex;
}

.footer-button-text-block.button-color-dark-puple {
  background-color: #1e1926;
  padding-left: 45px;
  padding-right: 45px;
}

.footer-submit-button {
  color: #becb0a;
  background-color: #becb0a;
  background-image: url('../images/Vector-26-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 55px;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.footer-cta-container {
  max-width: 1719px;
}

.footer-left-input-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 311px;
  display: flex;
}

.pricing-one-pricing-budget-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.pricing-one-hero-contents {
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.pricing-list-heading-price {
  border-bottom: 1px solid #16151533;
  display: flex;
}

.pricing-one {
  display: block;
}

.pricing-list-heading {
  border-bottom: 1px solid #16151533;
  display: flex;
}

.pricing-price {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
  display: flex;
}

.pricing-one-budget-heading {
  max-width: 650px;
}

.pricing-list-heading-one {
  width: 100%;
}

.pricing-one-pricing-budget {
  padding: 87px 15px 120px;
}

.pricing-one-hero {
  padding-top: 182px;
  padding-bottom: 330px;
  position: relative;
  overflow: hidden;
}

.color-black-grey {
  color: var(--body-white-section);
}

.pricing-list-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 809px;
  display: grid;
}

.pricing-list-right.align-change {
  justify-items: center;
}

.pricing-one-hero-background-line {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-one-hero-linear-gradient {
  background-image: linear-gradient(#000c, #000c);
  position: absolute;
  inset: 0%;
}

.service-pricing {
  border-bottom: 1px solid #16151538;
  display: flex;
}

.pricing-one-hero-contents-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.pricing-list-left {
  border-right: 1px solid #0003;
  width: 100%;
  max-width: 420px;
}

.pricing-list-left.features {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pricing-list-left.service-price {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pricing-list-left.padding {
  padding-bottom: 54px;
}

.pricing-price-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pricing-one-pricing-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.pricing-one-pricing-plans {
  margin-top: -237px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.pricing-plan-one-yearly {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-one-yearly.grid-change {
  grid-template-columns: 1fr 1fr;
}

.pricing-one-plan-card-top {
  padding-left: 40px;
  padding-right: 40px;
}

.pricing-one-plan-monthly {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-one-plan-card {
  background-color: #fff;
  padding-top: 34px;
  padding-bottom: 45px;
  box-shadow: 0 20px 50px #00000026;
}

.pricing-one-plan-card-border {
  background-color: #d3d5d5;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 40px;
}

.pricing-one-card-texts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.pricing-one-card-texts.opacity-change {
  color: #5e5e5e80;
}

.pricing-one-plan-card-buttom {
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 43px;
  padding-right: 43px;
  display: flex;
}

.pricing-two-faq-wrapper {
  grid-row-gap: 38px;
  flex-flow: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pricing-card-two-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.pricing-two-heading-two {
  color: var(--heading-white-section);
  letter-spacing: -1.7px;
  text-transform: capitalize;
  font-family: Lexend Deca, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 52px;
}

.pricing-two-faq-buttom {
  width: 100%;
}

.pricing-one-hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  display: flex;
  position: absolute;
}

.pricing-card-two-buttom {
  flex-flow: column;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.pricing-two-pricing-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-two-hero-content-wrapper {
  z-index: 8;
  justify-content: flex-start;
  align-items: center;
  padding: 248px 15px 190px;
}

.pricing-two-plan-monthly {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-two-plan-monthly.grid-chnage {
  grid-template-columns: 1fr 1fr;
}

.faq-question-card {
  cursor: pointer;
  border-bottom: 1px solid #0003;
  padding-top: 33px;
  padding-bottom: 33px;
}

.faq-question-card.faq-card-one {
  border-top: 1px solid #0003;
}

.faq-icons {
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-card-two-top {
  border-bottom: 1px solid #0003;
  flex-flow: column;
  align-items: center;
  padding-bottom: 39px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.pricing-two-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.icon-one {
  background-color: var(--heading-white-section);
  width: 18px;
  height: 1.5px;
}

.pricing-card-two-heading-text {
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  margin-top: 31px;
  margin-bottom: 21px;
  display: flex;
}

.pricing-two-hero {
  margin-top: -90px;
  position: relative;
  overflow: hidden;
}

.pricing-card-two {
  grid-row-gap: 25px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 440px;
  padding-top: 54px;
  padding-bottom: 38px;
  display: flex;
  box-shadow: 0 20px 50px #00000026;
}

.faq-paragraph {
  overflow: hidden;
}

.pricing-two-hero-background-line {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pricing-two-faq {
  padding-bottom: 120px;
}

.pricing-two-faq.faq-section {
  padding-top: 115px;
}

.pricing-two-pricing-cards-wrapper {
  flex-flow: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pricing-two-pricing-card {
  padding-top: 110px;
  padding-bottom: 90px;
  position: relative;
}

.faq-heading {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.pricing-heading-five {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.icon-two {
  background-color: var(--heading-white-section);
  width: 1.5px;
  height: 18px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.pricing-two-card-texts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.team-hero-content {
  z-index: 8;
  padding: 292px 15px 232px;
  position: relative;
}

.team-hero-content-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.team-hero-image-move {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  transform: perspective(1000px);
}

.team-hero-linear-gradient {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/construction-site-drone.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.team-hero {
  position: relative;
  overflow: hidden;
}

.team-card {
  padding: 120px 15px;
}

.team-details-hero {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 128px 15px;
  position: relative;
}

.team-details-hero-content-right {
  width: 100%;
  max-width: 524px;
  padding-top: 45px;
}

.image-overlay {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 635px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

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

.margin-buttom-zero.color-wood-charcoal {
  color: var(--body-white-section);
}

.team-details-social-link {
  background-color: #141119;
  justify-content: center;
  align-items: center;
  width: 44.25px;
  height: 44.25px;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
}

.team-details-social-link:hover {
  background-color: #6d4545;
}

.team-details-social-link.background-color-change {
  background-color: var(--primary-color);
  transition: border-radius .6s, background-color .25s;
}

.team-details-social-link.background-color-change:hover {
  border-radius: 100%;
}

.team-details-cover-image {
  width: 100%;
  height: 100%;
}

.team-member-bio {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 25px;
  margin-bottom: 60px;
  display: flex;
}

.team-details-hero-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.team-details-hero-content {
  z-index: 8;
  position: relative;
}

.team-details-banner-overlay {
  background-image: linear-gradient(to bottom, var(--secondary-color), var(--secondary-color));
  position: absolute;
  inset: 0%;
}

.team-trigger-image {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.team-details-hero-content-left {
  width: 100%;
  max-width: 630px;
}

.team-details-main-content {
  padding: 120px 15px;
}

.personal-experience {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.educational-experience {
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 48px;
  display: flex;
}

.team-details-last-paragraphs {
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.educational-experience-paragraph {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.team-details-other-team-members-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-bottom: 27px;
  display: flex;
}

.team-details-other-team-members {
  background-color: #becb0a1a;
  padding: 120px 15px;
}

.team-details-other-team-members-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-service-link {
  width: 100%;
}

.protest-list-contents {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  margin-top: -6px;
}

.image-tag-about {
  width: 100%;
  max-width: 95px;
}

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

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

.home-one-testimonial-heading {
  width: 100%;
  max-width: 610px;
}

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

.utility-page-wrap.error-page-wrap {
  background-image: url('../images/Mask-group-6_1Mask group (6).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -90px;
  padding-left: 15px;
  padding-right: 15px;
}

.utility-page-wrap.password-page-wrap {
  background-image: url('../images/Mask-group-7_1Mask group (7).webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -90px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.utility-page-content.error-page-content-box {
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
}

.utility-page-content.password-page-content-box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff26;
  border: 1px solid #ffffff80;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  padding: 60px 15px 90px;
}

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

.navbar-menu-link {
  color: var(--heading-white-section);
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lexend Deca, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.navbar-menu-link:hover {
  color: var(--primary-color);
}

.mega-menu-link-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 975px;
}

.mega-menu-link-wrap.rrsponsive-mega-menu {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mega-menu-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.navbar {
  background-color: var(--heading-dark-section);
  display: block;
}

.navbar.navbar-two {
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}

.navbar.navbar-two.nav-scrolled {
  background-color: #000 !important;
  transition: none;
}

/* 
   ==========================================================================
   NAVBAR THEME SYSTEM (FORCED OVERRIDES)
   ========================================================================== 
*/

/* 1. DARK UI THEME (Used by Home, Pricing, Contact) 
      - Top: Transparent BG, White Text
      - Scrolled: Black BG, White Text
*/
.navbar.nav-ui-dark,
.responsive-navbar.nav-ui-dark {
  transition: background-color 0.4s ease, border-color 0.4s ease !important;
}

/* Base state for Dark UI (Top) */
.navbar.nav-ui-dark:not(.nav-is-scrolled),
.responsive-navbar.nav-ui-dark:not(.nav-is-scrolled) {
  background-color: transparent !important;
  border-bottom-color: transparent !important;
}

/* Scrolled state for Dark UI */
.navbar.nav-ui-dark.nav-is-scrolled,
.responsive-navbar.nav-ui-dark.nav-is-scrolled {
  background-color: #000000 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Force White Text/Elements in Dark UI */
.nav-ui-dark .main-navbar-menu-link,
.nav-ui-dark .navbar-menu-link,
.nav-ui-dark .menu-nav-links,
.nav-ui-dark .contact-number,
.nav-ui-dark .main-navbar-menu-link-duplicate,
.nav-ui-dark .dropdown-toggle-two,
.nav-ui-dark .navbar-two-toggle-white {
  color: #ffffff !important;
}

.nav-ui-dark .line {
  background-color: #ffffff !important;
}

/* Dropdown links always dark regardless of nav-ui state */
.nav-ui-dark .dropdown-list .navbar-menu-link,
.nav-ui-light .dropdown-list .navbar-menu-link,
.dropdown-list .navbar-menu-link {
  color: #0b0b0b !important;
}

.nav-ui-dark .dropdown-image {
  filter: brightness(0) invert(1) !important; /* Force white icon */
}

/* 2. LIGHT UI THEME (Used by Services, Blog, About, Team)
      - Top: White BG, Dark Text
      - Scrolled: White BG, Dark Text
*/
.navbar.nav-ui-light,
.responsive-navbar.nav-ui-light {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* Force Dark Text/Elements in Light UI */
.nav-ui-light .main-navbar-menu-link,
.nav-ui-light .navbar-menu-link,
.nav-ui-light .menu-nav-links,
.nav-ui-light .contact-number,
.nav-ui-light .main-navbar-menu-link-duplicate,
.nav-ui-light .dropdown-toggle-two,
.nav-ui-light .navbar-two-toggle-white {
  color: #0b0b0b !important;
}

.nav-ui-light .line {
  background-color: #0b0b0b !important;
}

.nav-ui-light .dropdown-image {
  filter: none !important; /* Keep original dark icon */
}

/* Hamburger Fixes */
.nav-ui-dark .hamburgar-button { color: #fff !important; }
.nav-ui-light .hamburgar-button { color: #000 !important; }

/* Global Scroll transition */
.navbar, .responsive-navbar {
  will-change: background-color;
}


.hamburgar-button {
  padding: 0;
}

.home-two-header-tab-menu {
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 758px;
  margin-left: auto;
  margin-right: 7.29%;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider-base {
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.full-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.standard-tab {
  grid-column-gap: 10px;
  opacity: .7;
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 290px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.standard-tab.w--current {
  opacity: 1;
  background-color: #0000;
}

.home-two-content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.home-two-header-tab {
  overflow: visible;
}

.tabs {
  width: 100%;
}

.slider-background {
  position: absolute;
  inset: 0%;
}

.form-message-box {
  background-color: var(--body-dark-section);
  color: var(--secondary-color);
  text-align: center;
}

.home-three-small-video {
  z-index: 1;
  height: 248px;
}

.home-three-business-icon-box {
  width: 100%;
  max-width: 490px;
}

.home-three-marquee-section {
  padding-bottom: 85px;
  overflow: hidden;
}

.home-three-business-potential-left-small {
  padding-bottom: 70px;
  position: relative;
}

.home-two-about-text-block {
  width: 100%;
}

.home-two-about-image.image-one, .home-two-about-image.image-three {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.home-two-about-image.image-two {
  position: relative;
}

.home-one-about-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.about-one-marquee-video {
  background-image: linear-gradient(180deg, #16151500, var(--secondary-color) 95%);
  min-height: 90vh;
}

.about-one-marquee {
  position: absolute;
  inset: auto 0% -4%;
}

.margin-bottom-fifty {
  margin-bottom: 50px;
}

.about-one-team-button {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
}

.about-three-hero-main-box {
  width: 100%;
  max-width: 620px;
}

.about-three-counter-section {
  padding-top: 95px;
  padding-bottom: 100px;
}

.service-one-basic-text-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 620px;
}

.service-one-counter {
  padding-bottom: 100px;
}

.service-two-tag-image-box {
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.service-two-business-optimise-text-box {
  width: 100%;
  max-width: 510px;
}

.pricing-details-card {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  margin-bottom: 30px;
}

.pricing-details-card.pricing-plan-details {
  margin-bottom: 50px;
}

.home-one-hero-text-wrap {
  width: 100%;
  max-width: 600px;
  padding-left: 40px;
}

.blog-one-hero-wrap {
  padding-top: 250px;
  padding-bottom: 240px;
}

.cta-block {
  z-index: 1;
  width: 100%;
  max-width: 1720px;
  margin: -1px auto -230px;
  position: relative;
}

.cta-wrap.service-cta-bg-change {
  background-color: var(--heading-dark-section);
}

.cta-wrap.blog-cta-bg-change {
  background-color: #f7f8ec;
}

.pricing-plan-select-button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}

.monthly-text {
  color: var(--heading-dark-section);
}

.monthly-text.service-price-text {
  color: var(--heading-white-section);
}

.pricing-plan-select-button {
  background-color: #f4e9ea1a;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 54px;
  padding: 3px 5px;
  overflow: hidden;
}

.pricing-plan-select-button.pricing-two-select-button {
  background-color: var(--heading-white-section);
}

.cicular-button {
  background-color: var(--primary-color);
  border-radius: 50px;
  width: 22px;
  max-width: 22px;
  height: 22px;
  padding-bottom: 0;
  padding-right: 0;
}

.pricing-price-wrap {
  width: 100%;
  max-width: 100px;
}

.contact-one-right-box {
  width: 100%;
  max-width: 550px;
}

.contact-form {
  width: 100%;
}

.contact-two-text-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 750px;
}

.contact-three-form-section {
  padding: 120px 15px;
}

.contact-three-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
}

.contact-three-left-wrap {
  width: 100%;
  max-width: 460px;
}

.contact-three-right-wrap {
  border: 1px solid var(--primary-color);
  background-color: #fafbee;
  width: 100%;
  max-width: 740px;
  padding: 60px 100px 50px;
}

.capitalize {
  text-transform: uppercase;
}

.author-designation {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.heading-text-white {
  color: #fff;
}

.border-radius-ten {
  border-radius: 10px;
}

.border-radius-ten.image-auto {
  height: auto;
}

.landing-hero-container {
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-hero-right-images {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-top: 40px;
}

.landing-hero-images-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.landing-small-images {
  border-radius: 10px;
  height: auto;
  box-shadow: 0 30px 40px #00000040;
}

.landing-hero-image-three {
  z-index: 2;
  position: relative;
}

.landing-hero-image-left {
  z-index: 1;
  align-self: center;
  margin-right: -90px;
  position: relative;
  top: -10px;
}

.landing-hero-image-one {
  z-index: 3;
  align-self: center;
  margin-left: -90px;
  position: relative;
  bottom: 90px;
}

.landing-hero-main-image {
  border-radius: 10px;
  height: auto;
  box-shadow: 0 -40px 90px #00000080;
}

.landing-hero-main {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.landing-section {
  background-image: url('../images/landing-img.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -90px;
  padding-top: 215px;
  position: relative;
  overflow: hidden;
}

.landing-hero-text-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 830px;
  margin-bottom: 75px;
}

.landing-home-section {
  padding: 120px 15px 115px;
  position: relative;
}

.landing-big-text {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: -14.4px;
  text-transform: uppercase;
  font-family: Lexend, sans-serif;
  font-size: clamp(50px, 25vw, 480px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: 60px 0% auto;
}

.landing-big-text.landing-big-linear-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#1a2022, #1a20221a);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(50px, 14vw, 290px);
}

.landing-big-text.landing-big-linear-text.utility-big-text {
  font-size: clamp(50px, 13vw, 290px);
  top: 0;
}

.landing-pages-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.landing-home-text-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 660px;
}

.landing-page-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.landing-page-wrap.utility-page-section {
  grid-template-columns: 1fr 1fr;
}

.landing-home-page-box {
  background-color: var(--body-dark-section);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.border-radius-five.landing-image {
  box-shadow: 0 15px 40px #00000040;
}

.landing-ribon {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 262px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto -16% 7% auto;
  overflow: hidden;
  transform: rotate(-35deg);
  box-shadow: 0 9px 30px #000000a6;
}

.short-header-two {
  color: var(--heading-white-section);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.landing-customise-section {
  background-color: var(--primary-color);
  padding: 110px 15px;
}

.landing-customise-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.customise-heading-box {
  flex: 0 31.78%;
}

.customise-content-box {
  flex: 0 53%;
}

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

.black-text.figma-link {
  font-weight: 500;
  text-decoration: underline;
}

.landing-pages-section {
  background-color: #0e1213;
  padding: 120px 15px;
  position: relative;
}

.landing-pages-section.landing-utility-section {
  margin-top: -10px;
}

.landing-inner-text-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 470px;
  margin-bottom: 94px;
}

.landing-inner-page-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #333b3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.landing-idea-section {
  padding: 120px 15px;
}

.landing-idea-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.idea-image-box {
  flex: 0 57.75%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}

.idea-text-box {
  flex: 0 34.1%;
}

.idea-main-image {
  z-index: 2;
  border: 10px solid #000;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 24.26px 40.43px #0003;
}

.idea-image-two {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 50px;
  box-shadow: 0 16.17px 48.51px #00000026;
}

.idea-box-one {
  background-color: var(--primary-color);
  width: 260px;
  height: 260px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.idea-box-two {
  background-color: var(--body-dark-section);
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 35px 60px auto auto;
}

.idea-image-three {
  position: absolute;
  inset: 190px 0% auto auto;
  box-shadow: 0 16.17px 48.51px #00000026;
}

.idea-image-four {
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

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

.landing-features-section {
  background-color: #171720;
  padding: 120px 15px;
  position: relative;
}

.landing-feature-text-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 550px;
}

.feature-icon-box {
  border: 1px solid #a7a7a780;
  justify-content: center;
  align-items: center;
  padding: 50px 45px;
}

.landing-figma-section {
  background-color: var(--primary-color);
  padding: 120px 15px;
}

.figma-image-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 34.88%;
  justify-content: space-between;
}

.figma-content-box {
  flex: 0 51.16%;
}

.figma-image-block {
  flex: none;
}

.figma-text-block {
  width: 100%;
  max-width: 250px;
}

.limit-text {
  color: var(--secondary-color);
  position: absolute;
  inset: auto 15px -40px auto;
}

.landing-footer {
  background-color: #0e1213;
  background-image: url('../images/evpoint.svg'), url('../images/Vector.svg');
  background-position: 95%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.landing-footer-image-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 800px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.landing-footer-text-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-footer-text-box {
  width: 100%;
  max-width: 635px;
}

.landing-footer-top-to-bottom.landing-footer-bottom-to-top {
  flex-flow: column-reverse;
}

.footer-testimonial-train {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  padding-bottom: 20px;
}

.footer-testimonial-train.reverse-train {
  flex-flow: column-reverse;
  padding-top: 20px;
  padding-bottom: 0;
}

.footer-marquee-block {
  box-shadow: 0 30px 60px #00000026;
}

.figma-content {
  color: var(--secondary-color);
}

.get-in-touch-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 238px;
  padding-bottom: 200px;
  display: flex;
}

.get-in-touch-block.style-hero {
  padding-top: 190px;
  padding-bottom: 170px;
}

.get-in-touch-block.changelog-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.license-descripition {
  max-width: 850px;
}

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

.paragraph {
  margin-bottom: 20px;
}

.licensing-border {
  background-color: var(--light-grey-20);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.images-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.images-links-wrapper {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.licensing-boxes {
  margin-bottom: 55px;
}

.images-preview {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.images-link {
  color: var(--heading-white-section);
  text-decoration: underline;
}

.text-dark-2 {
  color: #0f252a;
}

.licensing-image {
  width: 100%;
}

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

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

.color {
  color: var(--body-dark-section);
  font-size: 200px;
  font-weight: 600;
  line-height: 210px;
}

.style-guide-color-name-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-top: -45px;
  display: flex;
}

.style-guide-color-text-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.style-guide-color-block {
  z-index: 3;
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  justify-content: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.style-guide-color-box {
  background-color: #0000;
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.style-guide-color-box.color-four {
  background-color: var(--body-white-section);
}

.style-guide-color-box.color-two {
  background-color: var(--secondary-color);
}

.style-guide-color-box.color-five {
  background-color: var(--heading-dark-section);
}

.style-guide-color-box.color-six {
  background-color: var(--body-dark-section);
}

.style-guide-color-box.color-three {
  background-color: var(--heading-white-section);
}

.style-guide-color-box.color-one {
  background-color: var(--primary-color);
}

.heading-block-six {
  margin-bottom: 2.8rem;
}

.heading-block-five, .heading-block-three {
  margin-bottom: 3.4rem;
}

.list-block {
  margin-bottom: 1.8rem;
}

.heading-block-two {
  margin-bottom: 3.2rem;
}

.button-block {
  margin-bottom: 0;
}

.heading-block-four {
  margin-bottom: 3.5rem;
}

.heading-six-2 {
  color: #0f252a;
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.heading-block-one {
  margin-bottom: 2.7rem;
}

.style-guide-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
}

.changelog-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-section {
  padding: 115px 15px 130px;
}

.style-color-section {
  padding: 120px 15px 140px;
}

.style-typo-section {
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.changelog-section {
  padding: 150px 15px;
}

.dropdown-image {
  margin-top: 3px;
}

.home-two-bg-image {
  width: 100%;
  height: 100%;
}

.landing-ribon-text-block {
  position: relative;
}

.landing-ribon-text-in {
  padding-left: 30px;
  padding-right: 30px;
}

.landing-ribon-text-out {
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  transform: translate(-100%);
}

.landing-footer-bottom-section {
  background-color: #0e1213;
  border-top: 1px solid #5e5e5e80;
  padding-left: 15px;
  padding-right: 15px;
}

.responsive-navbar {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.landing-footer-bottom-divider {
  background-color: var(--primary-color);
  align-self: stretch;
  width: 1px;
  height: auto;
}

.landing-footer-bg {
  pointer-events: none;
  background-image: linear-gradient(#0e1213, #0e121300 46%, #0e1213);
  position: absolute;
  inset: 0%;
}

.landing-hero-image-four {
  align-self: flex-end;
  position: absolute;
  left: 60px;
}

.home-two-about-text-wrap {
  position: relative;
}

.faq-hero-main-box {
  max-width: 530px;
}

.main-navbar-menu-link {
  color: var(--heading-dark-section);
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 25px;
}

.main-navbar-menu-link:hover {
  color: var(--primary-color);
}

.cta-wrap-copy.service-cta-bg-change {
  background-color: var(--heading-dark-section);
}

.cta-wrap-copy.blog-cta-bg-change {
  background-color: #f7f8ec;
}

.cta-wrapper-black-background {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-color);
  letter-spacing: 1.26px;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 15px;
  font-size: 14px;
}

.cta-black-background {
  z-index: 1;
  margin-bottom: -160px;
  position: relative;
}

.main-navbar-menu-link-duplicate {
  color: var(--heading-dark-section);
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 25px;
}

.main-navbar-menu-link-duplicate:hover {
  color: var(--primary-color);
}

.real-navbar-menu-link {
  color: var(--heading-dark-section);
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 25px;
}

.real-navbar-menu-link:hover {
  color: var(--primary-color);
}

.short-header-2 {
  color: #1a1919;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.blog-heading-four-2 {
  color: #1a1919;
  letter-spacing: 0;
  text-transform: none;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.body-white-color-2 {
  color: #5e5e5e;
}

.home-three-service-image-overlay-2 {
  z-index: 1;
  background-color: var(--primary-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 545px;
  height: 780px;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.service-dark-background-2 {
  background-color: #0003;
  border: 1px solid #d3d5d5;
  position: relative;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.contact-two-form-copy {
  padding: 40px 15px 80px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.pricing-two-hero-copy {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.pricing-container {
  max-width: 1290px;
  padding-bottom: 220px;
}

.pricing-container.slide-up-container {
  width: 100%;
}

.service-three-brand-copy {
  padding: 80px 15px 40px;
}

.about-three-integration-copy {
  padding: 40px 15px;
}

@media screen and (min-width: 1280px) {
  .home-one-about-main-wrapper {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
  }

  .service-card {
    overflow: hidden;
  }

  .home-one-services-card {
    position: relative;
  }

  .button-three {
    flex-flow: column;
    display: flex;
  }

  .button-three.service-three-buseness-button {
    width: 130px;
  }

  .overflow-hidden.blog-card-one-image {
    height: auto;
  }

  .home-one-testimonial {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-two.color-black.text-align-left {
    text-align: left;
  }

  .dropdown-hover-border.responsive-hover-border {
    width: 100%;
  }

  .dropdown-list.mega-drop-down-list.responsive-mega-menu.white-dropdown-list {
    top: 127px;
  }

  .navbar-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 185px 1fr 185px;
  }

  .dropdown-toggle-two {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-one-wrapper-protest {
    justify-content: space-between;
    align-items: center;
  }

  .home-two-protest-girl-image {
    width: 41vw;
  }

  .new-solution-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-three-service-cards {
    padding-left: 66px;
    padding-right: 50px;
  }

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

  .home-three-service-options {
    padding: 40px;
  }

  .about-one-team {
    background-color: #fff;
  }

  .hero-banner-content-wrapper {
    padding-top: 275px;
  }

  .about-two-brand-unlock-text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-brand-unlock-brown-box {
    padding-left: 80px;
    padding-right: 112px;
  }

  .service-one-service-card-hover-image {
    display: block;
    left: 30%;
  }

  .service-one-service-card-wrapper {
    padding-left: 60px;
    padding-right: 45px;
  }

  .service-one-heading-four {
    max-width: none;
  }

  .service-one-it-services-buttom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-two-business-optimize-counters {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .service-three-hero {
    background-image: linear-gradient(260deg, #000000e6 5%, #0000 92%, #000000e6), url('../images/drone-solar-panel-inspection.avif');
  }

  .service-three-business-solution-box {
    padding-left: 40px;
    padding-right: 30px;
  }

  .service-three-business-solution {
    padding-bottom: 120px;
  }

  .service-three-brand-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .mega-menu-link-wrap.rrsponsive-mega-menu {
    background-color: #fafbee;
    justify-content: flex-start;
    align-items: center;
    padding-right: 25px;
  }

  .mega-menu-wrapper.responsive-mega-wrap {
    padding-left: 30px;
    padding-right: 20px;
  }

  .navbar {
    display: none;
  }

  .slider-base {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 200px;
  }

  .monthly-text {
    color: #fff;
  }

  .button-three-border {
    background-color: var(--secondary-color);
    width: 100%;
    height: 1px;
  }

  .responsive-navbar {
    display: flex;
  }

  .mega-menu-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    padding-right: 20px;
  }

  .mega-menu-border {
    background-image: linear-gradient(#6660, #66666680 50%, #6660);
    align-self: stretch;
    width: 2px;
    height: auto;
  }

  .mega-menus-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mega-menus {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .main-navbar-menu-link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }

  .main-navbar-menu-link-duplicate {
    color: var(--secondary-color);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    font-family: Lexend Deca, sans-serif;
    font-size: 17px;
    line-height: 29px;
  }

  .real-navbar-menu-link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-five.margin-bottom-ten {
    margin-bottom: 10px;
  }

  .short-header.text-grey {
    color: var(--body-white-section);
  }

  .cta-wrapper {
    padding-top: 108px;
    padding-bottom: 120px;
  }

  .humburger-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-effect-wrapper-two {
    position: relative;
  }

  .home-two-business-potential-image-wrapper {
    flex: 1;
  }

  .home-one-business-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-two-protest-girl-image {
    width: 36.9vw;
  }

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

  .about-three-integration-wrapper {
    max-width: 1290px;
  }

  .service-three-brand-right {
    position: relative;
  }

  .contact-two-form {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .footer-cta-wrapper {
    padding-top: 108px;
    padding-bottom: 120px;
  }

  .pricing-plan-select-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
  }

  .monthly-text {
    color: #fff;
  }

  .pricing-plan-select-button {
    justify-content: space-between;
    align-items: center;
    width: 54px;
    padding: 3px 5px;
    overflow: hidden;
  }

  .cicular-button {
    cursor: pointer;
    width: 22px;
    max-width: 22px;
    height: 22px;
    padding: 0;
  }

  .landing-hero-image-four {
    bottom: 100px;
  }

  .main-navbar-menu-link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }

  .cta-wrapper-black-background {
    padding-top: 108px;
    padding-bottom: 120px;
  }

  .main-navbar-menu-link-duplicate {
    color: var(--secondary-color);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    font-family: Lexend Deca, sans-serif;
    font-size: 17px;
    line-height: 29px;
  }

  .real-navbar-menu-link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }

  .contact-two-form-copy {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .service-liner-overlay {
    background-image: linear-gradient(#0000 36%, #1e1926);
  }

  .home-one-card-heading-three {
    letter-spacing: -1.6px;
  }

  .logo-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-bar-text-wrapper {
    padding-right: 50px;
  }

  .humburger-wrapper {
    padding-right: 40px;
  }

  .brand.w--current {
    padding-left: 40px;
  }

  .menu-contact-number {
    cursor: pointer;
  }

  .slide {
    background-image: url('../images/Rectangle-4-1-1.webp');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 1664px;
    background-attachment: scroll;
  }

  .image-effect.cover-image {
    height: 100%;
  }

  .home-two-service-overlay.home-two-service-overlay-deep {
    background-color: #00d4d9d9;
  }

  .home-one-business-section.home-two-business {
    background-image: linear-gradient(#161515eb, #161515eb);
  }

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

  .about-two-hero-section {
    padding-top: 30px;
  }

  .hero-bnaner-content-box {
    max-width: 663px;
  }

  .service-three-hero {
    background-image: linear-gradient(260deg, #000000e6 5%, #0000 92%, #000000e6), url('../images/drone-inspecting-solar-panels.avif');
  }

  .service-three-services {
    background-repeat: no-repeat;
  }

  .pricing-one-hero-linear-gradient {
    background-image: linear-gradient(#000000b3, #000000b3);
  }

  .slider-base {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 120px;
  }

  .full-container {
    max-width: none;
  }

  .cta-wrap {
    background-color: var(--body-dark-section);
  }

  .cicular-button {
    width: 7522px;
  }

  .landing-footer {
    padding-top: 420px;
    padding-bottom: 330px;
  }

  .landing-footer-image-wrap {
    display: flex;
  }

  .landing-footer-text-wrap {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .landing-footer-top-to-bottom.landing-footer-bottom-to-top {
    align-self: flex-end;
  }

  .landing-hero-image-four {
    left: 250px;
  }

  .main-navbar-menu-link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }

  .cta-wrap-copy {
    background-color: var(--body-dark-section);
  }

  .cta-wrap-copy.service-cta-bg-change, .cta-black-background {
    background-color: var(--secondary-color);
  }

  .main-navbar-menu-link-duplicate {
    color: var(--secondary-color);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    font-family: Lexend Deca, sans-serif;
    font-size: 17px;
    line-height: 29px;
  }

  .real-navbar-menu-link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 991px) {
  .marquee-train {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 0;
    padding-right: 80px;
    line-height: 100px;
    top: 6px;
  }

  .home-one-about-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    padding-bottom: 0;
  }

  .image-effect-wrapper-one {
    height: auto;
  }

  .image-effect-wrapper-one.home-one-protest-image-wrapper-onehome-one-protest-image-wrapper-one {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .image-tag.service-two-image-tag {
    inset: 100px 0% auto auto;
  }

  .home-one-about {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .home-one-about-text-wrapper {
    max-width: none;
    padding-top: 0;
  }

  .heading-five.color-white.service-one-it-services-card-text {
    max-width: none;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-five.color-white.service-one-it-services-card-text.service-card-charge-text {
    max-width: none;
  }

  .marquee {
    bottom: -10px;
  }

  .home-one-about-image-wrapper {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .charging-image-wrapper {
    width: 100%;
  }

  .about-heading.about-margin {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 45px;
  }

  .fast-charging-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
  }

  .charging-image {
    width: 100%;
    height: auto;
  }

  .short-header.color-light-white, .short-header.color-dark-white.align-left {
    margin-bottom: 0;
  }

  .no-margin {
    font-size: 16px;
    line-height: 25px;
  }

  .service-card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cover-image {
    width: 100%;
    height: auto;
  }

  .home-one-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .image-move-on-mouse-move-and-scroll {
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .image-move-on-mouse-move-and-scroll.testimonial-image-two {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .image-move-on-mouse-move-and-scroll.testimonial-image-three, .image-move-on-mouse-move-and-scroll.testimonial-image-four {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .home-one-services-card {
    padding-top: 45px;
  }

  .home-one-service-card-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .home-one-service {
    padding-top: 53px;
    padding-bottom: 60px;
  }

  .service-images {
    height: auto;
  }

  .service-images.overflow-hidden {
    width: 185px;
  }

  .service-images.overflow-hidden.service-three-image {
    height: auto;
  }

  .circle-button {
    min-width: 50px;
    min-height: 50px;
  }

  .footer-cta-text {
    letter-spacing: 0;
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }

  .trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .home-one-service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .service-heading-wrapper {
    max-width: none;
  }

  .info {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }

  .date-wrapper {
    padding: 7px 20px;
  }

  .image-wrapper.overflow-hidden.blog-image-wrapper {
    width: 50%;
    height: auto;
  }

  .home-one-blogs {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 40px;
  }

  .card {
    width: 100%;
    height: auto;
    display: flex;
  }

  .home-one-blog {
    padding-top: 52px;
    padding-bottom: 60px;
  }

  .blog-heading-four {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-heading-four.margin-bottom-fiftheen {
    font-size: 20px;
  }

  .image-hover.cover-image {
    height: 100%;
  }

  .blog-trigger-image {
    width: 100%;
    top: 0%;
    left: 0%;
  }

  .overflow-hidden.home-one-testimonial-image-one {
    max-width: 100%;
  }

  .overflow-hidden.home-three-business-potential-main-image {
    width: 100%;
    height: auto;
  }

  .overflow-hidden.home-three-partners-image-one, .overflow-hidden.home-three-partners-image-three, .overflow-hidden.home-three-partners-image-two {
    height: auto;
  }

  .overflow-hidden.service-image-wrapper {
    height: 100%;
  }

  .overflow-hidden.about-one-service-image-one {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .overflow-hidden.about-two-image-effect-wrapper {
    max-width: none;
  }

  .overflow-hidden.about-three-integration-image-one, .overflow-hidden.about-three-integration-small-image-two, .overflow-hidden.service-one-it-services-card-image, .overflow-hidden.service-two-business-optimize-image-box-two-image-height, .overflow-hidden.service-two-business-optimize-image-box-one-image-height, .overflow-hidden.blog-card-one-image {
    height: auto;
  }

  .footer {
    grid-row-gap: 40px;
  }

  .footer-logo {
    max-width: 165px;
  }

  .section {
    padding-top: 304px;
  }

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

  .footer-description {
    letter-spacing: .32px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

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

  .text-white {
    letter-spacing: -.32px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-white.footer-bottom-text {
    letter-spacing: -.32px;
    font-size: 12px;
    line-height: 26px;
  }

  .text-white.footer-link.w--current:hover {
    color: #c6c3cc;
  }

  .text-white.no-margin-top.margin-bottom-thirty.home-three-reliable-heading {
    max-width: none;
  }

  .text-white.text-center.margin-bottom-twenty.about-one-hero-heading {
    font-size: 50px;
    line-height: 60px;
  }

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

  .cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .footer-bottom-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cta {
    margin-bottom: 0;
  }

  .home-one-footer, .home-one-footer.footer-two {
    padding-top: 60px;
  }

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

  .home-one-servrvice-text {
    font-size: 25px;
    line-height: 35px;
  }

  .home-one-testimonial {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .testimonial-nav {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    bottom: -4%;
    left: 0%;
    right: 0%;
  }

  .testimonial-text-wrapper {
    max-width: none;
    padding-top: 0;
  }

  .home-one-testimonial-images {
    min-width: 100%;
  }

  .no-margin-top-bottom.service-description.text-color-light-grey {
    max-width: none;
    font-size: 18px;
    line-height: 25px;
  }

  .no-margin-top-bottom.home-three-service-heading {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .no-margin-top-bottom.home-three-reliable-heading {
    max-width: none;
  }

  .testimonial {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

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

  .about-three-heading-four.color-white.margin-buttom-fifteen.heading-white {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .testimonial-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .testimonial-trigger-image.testimonial-image-one {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .no-margin-bottom.service-heading {
    letter-spacing: -.5px;
    font-size: 35px;
    line-height: 45px;
  }

  .no-margin-bottom.footer-heading-two, .home-one-blog-heading {
    letter-spacing: -.6px;
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-six.color-solid-black {
    letter-spacing: 0;
  }

  .heading-six.text-align-left {
    margin-bottom: 15px;
  }

  .heading-six.home-two-hero-tab-heading {
    max-width: none;
  }

  .heading-two {
    letter-spacing: -.7px;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-two.color-white.border-bottom-white {
    margin-top: 0;
  }

  .heading-two.color-black {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-two.color-black.lowercase-letter.home-two-blog-heading {
    max-width: none;
  }

  .heading-two.text-transform-lowercase {
    margin-bottom: 15px;
  }

  .counter-box {
    height: 110px;
  }

  .counter-box.heading-three-counter-box {
    height: 35px;
  }

  .home-two-icon-out {
    display: none;
  }

  .home-one-logo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-logo.text-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-bar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .text-align-center.service-three-business-solution-heading {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .text-align-center.pricing-two-faq-heading {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .color-white.service-three-services-heading {
    letter-spacing: -.7px;
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .color-white.margin-top-five.text-align-center-from-tab {
    text-align: center;
    letter-spacing: -.9px;
    font-size: 55px;
    line-height: 65px;
  }

  .color-white.text-align-center.pricing-one-heading {
    font-size: 55px;
    line-height: 65px;
  }

  .color-white.no-margin-top-bottom.text-center.about-three-partner-heading {
    max-width: none;
    margin-bottom: 30px;
  }

  .top-bar-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-right: 30px;
  }

  .dropdown-list {
    border-style: none;
    position: static;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .dropdown-list.mega-drop-down-list.w--open {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .humburger-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown {
    display: block;
  }

  .navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-container {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .dropdown-toggle-two.w--open {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-toggle-two.navbar-two-toggle-white {
    color: var(--heading-white-section);
  }

  .site-logo {
    width: 100%;
    height: 50px;
  }

  .mega-drop-down-list {
    position: static;
  }

  .menu-contact-number {
    display: none;
  }

  .slide.home-one-hero-slider-one {
    background-image: linear-gradient(268deg, transparent 5%, var(--secondary-color) 80%), url('../images/Slider-One-Dot.svg'), url('../images/Rectangle-4-1-1.webp');
    background-position: 0 0, 33% 0, 100% 100%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .slide.home-one-hero-slider-two {
    background-image: linear-gradient(270deg, transparent 5%, var(--secondary-color) 80%), url('../images/Slider-One-Dot.svg'), url('../images/Rectangle-6.webp');
    background-position: 0 0, 33% 0, 0%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .image-effect.cover-image.partner-trigger-image.home-three-reliable-image, .image-effect.cover-image.partner-chaging-image.home-three-reliable-image, .image-effect.cover-image.partner-bottom-tag-image.home-three-reliable-image, .image-effect.cover-image.about-three-work-image {
    height: auto;
  }

  .protest-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .protest-trigger-image-two {
    width: 100%;
    height: auto;
  }

  .trigger-image-one {
    width: 100%;
    height: auto;
    top: 0%;
    left: 0%;
  }

  .home-one-protest-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .home-one-protest-image-wrapper {
    flex-flow: row;
    width: 100%;
    height: 100%;
  }

  .home-one-protest-text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .home-one-wrapper-protest {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-effect-wrapper-two {
    max-width: none;
    height: auto;
  }

  .trigger-image-two {
    width: 100%;
  }

  .protest-list-about {
    max-width: none;
    margin-bottom: 15px;
  }

  .protest-list-about.text-center {
    font-size: 35px;
    line-height: 45px;
  }

  .about-one-hero-box {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .about-one-hero-box.color-white {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 55px;
  }

  .about-one-hero-box.color-white.align-center {
    letter-spacing: -.9px;
    font-size: 45px;
  }

  .protest-trigger-image-one {
    width: 100%;
    height: auto;
  }

  .home-three-hero-text-box {
    max-width: none;
    padding-top: 58px;
    padding-bottom: 60px;
  }

  .home-two-hero {
    margin-top: -75px;
  }

  .home-two-text-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .home-two-text-wrapper.home-two-hero-text-wrap {
    margin-left: 0%;
  }

  .home-two-info-wrapper {
    max-width: none;
  }

  .about-one-black-border.black-border-margin-top-and-buttom {
    width: 100%;
  }

  .home-two-business-potetial {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .home-two-about-text-bottom {
    max-width: none;
  }

  .home-two-business-potential-image-wrapper {
    max-width: 100%;
    padding-left: 0;
  }

  .home-two-business-potential-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-two-about-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    order: -1;
    max-width: 100%;
    height: 0%;
  }

  .heading-bottom-grey-text.margin-top {
    letter-spacing: -.32px;
    font-size: 16px;
    line-height: 26px;
  }

  .home-two-about-block {
    width: 100%;
  }

  .campaign-image-wrapper {
    margin-left: 0;
  }

  .campaign-checklist-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .campaign-checklist-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-two-campaign {
    padding-top: 52px;
    padding-bottom: 55px;
  }

  .home-two-campaign-content-left {
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 0;
  }

  .campaign-checklist-box, .campaign-text-wrapper {
    max-width: none;
  }

  .campaign-image {
    width: 100%;
    height: auto;
  }

  .technology-right-image {
    margin-top: 5px;
  }

  .home-two-marquee-text {
    font-size: 100px;
    line-height: 0;
  }

  .four-services-content {
    justify-content: space-between;
    align-items: center;
  }

  .four-services-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-two-service {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .home-two-business-text {
    max-width: none;
    margin-bottom: 60px;
  }

  .home-one-business-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .home-one-business-section.home-two-business {
    direction: ltr;
    background-image: linear-gradient(#1e1926e6, #1e1926e6), url('../images/Group-Of-office-colleague.webp');
    background-attachment: scroll, scroll;
    flex-flow: column;
    padding-top: 52px;
    padding-bottom: 0;
  }

  .home-two-protest-girl-image {
    max-width: 100%;
    height: 100%;
    position: static;
  }

  .no-margin-top {
    letter-spacing: -.7px;
    font-size: 35px;
    line-height: 45px;
  }

  .home-two-protest-main-image.cover-image {
    object-position: 0% 0%;
    width: 100%;
  }

  .home-two-trigger-image {
    top: 0%;
    left: 0%;
  }

  .home-two-article-card-image:hover {
    transform: none;
  }

  .home-two-blog-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse;
    align-items: stretch;
    margin-top: 20px;
  }

  .home-two-article-content {
    justify-content: flex-start;
    max-width: 100%;
  }

  .home-two-blog-text {
    letter-spacing: -.32px;
  }

  .home-two-blog {
    padding-top: 52px;
    padding-bottom: 60px;
  }

  .home-two-blog-items {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .home-three-icon-out.service-three-services-arrow-two {
    display: none;
  }

  .home-two-article-image {
    height: 100%;
  }

  .blog-two-trigger-image {
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .new-solution-section {
    padding-bottom: 60px;
  }

  .new-solution-right-text-wrapper {
    max-width: none;
  }

  .new-solution-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .new-solution-image-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .new-solution-trigger-image-wrapper {
    width: 100%;
    max-width: none;
  }

  .new-solution-bottom-tag-image-wrapper {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .new-solution-bottom-tag-image, .new-solution-tag-image {
    width: 100%;
    height: auto;
  }

  .new-solution-grey-text, .new-solution-grey-text.color-body-white {
    margin-bottom: 30px;
  }

  .home-three-counter-section {
    padding-top: 40px;
  }

  .counter-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .home-three-content-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .counter-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .counter-semibold-text {
    font-size: 100px;
    line-height: 110px;
    display: flex;
  }

  .counter-semibold-upper-text {
    font-size: 18px;
    top: 40px;
    left: 29px;
  }

  .home-three-business-potential-left, .margin-bottom-twenty, .margin-bottom-twenty.home-three-business-icon-box {
    max-width: none;
  }

  .home-three-business-potential-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .home-three-image-effect-wrapper {
    height: auto;
  }

  .home-three-image-effect-wrapper.image-effect-wrapper-height-auto {
    width: 100%;
  }

  .campaign-checklist-top {
    margin-bottom: 17px;
  }

  .home-three-business-potential-text {
    max-width: none;
    margin-top: 0;
  }

  .home-three-margin-bottom-thirty-four.tab-margin-bottom-off {
    margin-bottom: 0;
  }

  .home-three-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .home-three-service-name {
    font-size: 25px;
    line-height: 34px;
  }

  .home-three-service-cards {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    height: 100%;
    padding: 25px;
  }

  .home-three-service-card-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-three-service-border {
    display: none;
  }

  .home-three-service-card {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .home-three-business-image {
    margin-left: 0;
  }

  .home-three-partner-image-effect-wrapper {
    height: auto;
  }

  .home-three-partners-left-wrapper {
    margin-top: 0;
  }

  .home-three-partners-right-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .home-three-partner-with-us {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .home-three-partners-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: stretch;
    padding-top: 0;
  }

  .home-three-partner-with-us-wrapper {
    flex-flow: column;
  }

  .home-three-business-block {
    max-width: none;
    margin-top: 0;
  }

  .home-three-partner-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .home-three-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sticky {
    position: static;
  }

  .home-three-service-image-effect-wrapper {
    height: auto;
  }

  .home-three-service-options {
    align-items: stretch;
  }

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

  .home-service-main-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-three-service-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .home-three-service-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-three-service-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .hero-bottom-image-wrapper {
    display: none;
  }

  .home-two-dontation-form {
    max-width: none;
  }

  .color-dark-white {
    font-size: 16px;
    line-height: 26px;
  }

  .about-one-text-wrapper {
    max-width: none;
  }

  .about-one-work {
    padding-top: 50px;
    padding-bottom: 38px;
  }

  .about-one-service-main-text {
    order: -1;
    display: block;
  }

  .about-one-service-left-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .home-three-business-option.about-one-options {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 26px;
  }

  .about-one-service {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-one-service-right-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    order: -1;
    width: 100%;
  }

  .about-one-service-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-three-home-three-business-block {
    max-width: none;
  }

  .about-one-no-margin-top-bottom {
    font-size: 16px;
    line-height: 26px;
  }

  .about-one-no-margin-top-bottom.margin-bottom-fifteen {
    letter-spacing: -.7px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .about-one-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .background-image-with-marquee-text {
    background-image: none;
  }

  .about-one-image-effect-wrapper {
    height: auto;
  }

  .team-member-information {
    padding: 15px 25px;
  }

  .about-one-team-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-one-team-heading {
    max-width: none;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .about-one-team {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-one-trigger-img {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .about-two-hero-section {
    background-image: linear-gradient(180deg, #16151500, var(--secondary-color)), url('../images/Vector-1.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .hero-banner-content-wrapper {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .hero-bnaner-content-box {
    max-width: none;
  }

  .heading-one.color-white {
    letter-spacing: 0;
    max-width: none;
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 55px;
  }

  .about-nation-items {
    padding: 25px;
  }

  .about-nation-items:hover {
    background-color: #0000;
  }

  .about-two-consulting-service-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-three-icon-out.about-community-items-out-arrrow {
    display: none;
  }

  .about-two-consulting-service {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .about-two-brand-unlock-section {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-margin-bottom-twenty.tab-margin-bottom-ten {
    letter-spacing: -.6px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }

  .about-two-brand-unlock-image-wrapper {
    width: 100%;
  }

  .color-light-brown.about-two-brand-unlock-bullet-point-paragraph {
    max-width: 100%;
  }

  .about-two-image-effect-wrapper {
    height: auto;
  }

  .color-grey {
    max-width: 100%;
  }

  .about-two-counter-wrapper {
    max-width: none;
  }

  .about-two-brand-unlock-text {
    max-width: 100%;
  }

  .heading-three {
    font-size: 25px;
    line-height: 35px;
  }

  .about-two-brand-unlock-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-brand-unlock-brown-box {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 40px;
  }

  .about-two-brand-unlock-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-two-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .about-two-it-consulting-image-two-wrapper {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .about-two-it-consulting-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-two-it-consulting-text-wrapper {
    max-width: none;
    padding-top: 0;
  }

  .about-two-it-consulting-image-one {
    flex-flow: column;
    max-width: none;
    height: auto;
  }

  .about-two-it-consulting {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about-two-it-consulting-image {
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 100%;
  }

  .home-two-about-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .about-two-color-light-white {
    letter-spacing: -.6px;
    font-size: 35px;
    line-height: 45px;
  }

  .about-three-hero-section {
    background-position: 0 0, 50%;
  }

  .about-three-hero-content-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .about-three-integration-small-image {
    width: 100%;
    margin-left: 0;
  }

  .about-three-image-effect-wrapper {
    height: auto;
  }

  .about-three-integration-wrapper {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-three-integration-image {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .about-three-integration-image-wrapper {
    max-width: none;
  }

  .about-three-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .about-three-trigger-image-two {
    width: 100%;
    height: auto;
  }

  .about-three-optimize-business-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .about-three-buisness-image-effect-wrapper {
    height: auto;
  }

  .about-three-optimize-business-image {
    max-width: 100%;
  }

  .about-three-optimize-business-text {
    max-width: none;
  }

  .border-top-black {
    margin-top: 0;
  }

  .about-three-optimize-business {
    padding-bottom: 60px;
  }

  .about-three-buisness-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .about-three-partners {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .partners-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .partners-card:hover {
    background-color: #0000;
  }

  .partners-card.partners-card-two {
    border-right: 1px solid #fff3;
  }

  .partners-card.partners-card-three {
    border-left-style: none;
  }

  .partner-icon-about-three {
    height: auto;
  }

  .about-two-solution-heading {
    letter-spacing: -.6px;
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .blog-one-button-three-text.color-black {
    font-size: 14px;
    line-height: 24px;
  }

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

  .home-three-business-potential-section {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .body-white-color {
    max-width: 100%;
    margin-bottom: 0;
  }

  .about-two-bottom-border {
    display: none;
  }

  .service-one-hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-one-hero-content-wrapper {
    max-width: none;
  }

  .service-one-solution-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .service-one-services-wrapper {
    grid-row-gap: 20px;
  }

  .service-one-services-buttom {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .servive-one-color-grey.service-one-service-card-paragraph {
    letter-spacing: -.32px;
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }

  .service-one-service-card-wrapper {
    padding: 30px 15px;
  }

  .service-one-heading-four {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }

  .service-one-services {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-one-it-services-wrapper {
    grid-row-gap: 0px;
  }

  .service-one-it-services-buttom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .margin-top-zero {
    letter-spacing: -.7px;
    font-size: 35px;
    line-height: 45px;
  }

  .margin-top-zero.service-one-it-services-heading {
    max-width: 100%;
    font-size: 35px;
    line-height: 45px;
  }

  .service-one-it-services-card {
    width: 100%;
  }

  ._3d-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .service-one-it-service {
    padding-bottom: 70px;
  }

  .pricing-text {
    letter-spacing: -.7px;
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .service-one-pricing {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .service-one-pricing.background-color {
    padding-bottom: 60px;
  }

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

  .service-two-content-wrapper {
    max-width: none;
  }

  .service-two-hero-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .service-two-business-optimize-border {
    margin-bottom: 47px;
  }

  .service-two-business-optimize-border.border-effect {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .service-two-heading-two {
    letter-spacing: -.7px;
    font-size: 35px;
    line-height: 45px;
  }

  .service-two-business-optimize-left {
    max-width: none;
  }

  .service-two-image-overlay {
    width: 100%;
    height: 100%;
  }

  .service-two-business-optimize-image-box-one {
    width: 100%;
  }

  .service-two-business-optimize-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-two-business-optimize-right {
    max-width: none;
    padding: 30px;
  }

  .service-two-business-optimize {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-two-trigger-image {
    width: 100%;
    top: 0%;
    left: 0%;
  }

  .service-two-business-optimize-counters {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: flex-start;
  }

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

  .service-two-digital-services-left {
    max-width: none;
  }

  .service-two-digital-services-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .service-two-digital-service-border-inner {
    display: none;
  }

  .service-two-digital-service-main-content, .service-two-digital-services-right {
    max-width: none;
  }

  .service-two-digital-serial-no {
    opacity: 1;
  }

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

  .service-two-digital-services {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .service-three-hero {
    background-image: linear-gradient(260deg, #000000e6 41%, #0000 92%, #000000e6), url('../images/drone-inspecting-solar-panels.avif');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 95px;
    padding-bottom: 90px;
  }

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

  .service-three-plus-icon-one, .service-three-plus-icon-two {
    display: none;
  }

  .service-three-business-solution-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-three-business-solution-box.box-three {
    border-right-style: none;
  }

  .service-three-business-solution-box.box-three.border-grey-left-right {
    border-left-style: none;
  }

  .service-three-business-solution-box.box-three.border-left-grey {
    border-left-style: solid;
  }

  .service-three-business-solution-box.box-two {
    border-right-style: none;
  }

  .service-three-business-solution-buttom {
    grid-template-columns: 1fr 1fr;
  }

  .service-three-business-solution {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-three-brand-right {
    max-width: none;
  }

  .service-three-brand {
    padding-bottom: 55px;
  }

  .pricing-one-heading-two {
    letter-spacing: -.7px;
    font-size: 35px;
    line-height: 45px;
  }

  .service-three-brand-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._3d-trigger-image-9 {
    width: 100%;
    height: 100%;
  }

  .service-three-service-box-left {
    justify-content: flex-start;
    width: auto;
    max-width: none;
  }

  .color-light-ash.service-three-services-paragraph {
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }

  .service-three-services {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .service-three-services-content-buttom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-three-services-content-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-three-service-box-right {
    max-width: none;
  }

  .service-three-service-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._3d-trigger-image-10 {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .service-three-services-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-one-hero-image-linear {
    background-image: linear-gradient(268deg, transparent 5%, var(--secondary-color) 80%), url('../images/residential-rooftop-solar-panels.avif');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
  }

  .blog-one-cards {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .blog-one-color-grey.margin-top-five {
    letter-spacing: -.32px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-card-one.blog-one-card {
    margin-bottom: 30px;
  }

  .blog-one-heading-three {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-one-heading-three.color-black {
    max-width: none;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
  }

  .blog-two-hero {
    margin-top: -76px;
  }

  .blog-two-hero-content-wrapper {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .blog-two-content-box {
    max-width: none;
  }

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

  .heading-four.blog-card-two-heading {
    max-width: none;
  }

  .blog-two-image-effect-wrapper {
    height: auto;
  }

  .blog-two-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-twotrigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .blog-two-blog-card-two {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .blog-three-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .news-three-description {
    max-width: none;
    margin-bottom: 30px;
  }

  .blog-three-card-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-three-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote-bar {
    height: auto;
  }

  .quotes-contents {
    grid-row-gap: 20px;
    margin-top: 50px;
  }

  .case-studies-details-last-paragraphs {
    margin-top: 50px;
  }

  .main-quote {
    align-items: stretch;
  }

  .discover-it-landscape-paragraphs {
    margin-top: 25px;
  }

  .blog-details-hero {
    padding-top: 56px;
    padding-bottom: 400px;
  }

  .article-at-a-glance.article-at-a-glance-margin {
    grid-row-gap: 18px;
    margin-top: 40px;
  }

  .blog-details-hero-main-content {
    margin-top: -360px;
    padding-bottom: 46px;
  }

  .discover-it-landscape {
    margin-top: 49px;
  }

  ._3d-trigger-image-12 {
    top: 0%;
    left: 0%;
  }

  .blog-publish-date-and-published-by {
    margin-top: 50px;
  }

  .contact-information-blocks {
    padding: 20px 15px;
  }

  .contact-information-blocks:hover {
    width: 100%;
  }

  .contact-one-hero-main-contents {
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .contact-one-hero-banner {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .color-very-light-brown.text-align-center-from-tab {
    text-align: center;
  }

  .contact-one-hero-contents-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
  }

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

  .contact-form-left-wrapper {
    width: 100%;
  }

  .contact-form-description {
    margin-bottom: 30px;
  }

  .contact-form-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-form-left-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .contact-form-right-wrapper {
    border-left-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

  .heading-four-contact-one.color-black.faq-question {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-four-contact-one.color-black.faq-question.contact-question-text {
    max-width: none;
  }

  .contact-left-inner-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cyber-testimonial-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .contact-two-hero-overlay {
    display: none;
  }

  .contact-two-from-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-two-hero-contents {
    padding-top: 120px;
  }

  .contact-two-form-block {
    padding: 40px 30px;
  }

  .contact-two-hero-main-contents {
    max-width: none;
  }

  .contact-two-hero-contents-wrapper {
    padding-bottom: 30px;
  }

  .contact-two-form {
    padding-top: 50px;
    padding-bottom: 60px;
  }

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

  .footer-cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 50px 15px 60px;
  }

  .footer-description-white {
    letter-spacing: .32px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-bottom-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .pricing-one-budget-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .pricing-list-heading-one {
    max-width: 125px;
  }

  .pricing-one-pricing-budget {
    padding-top: 38px;
    padding-bottom: 70px;
  }

  .pricing-one-hero {
    padding-top: 90px;
    padding-bottom: 290px;
  }

  .pricing-list-right.features-heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing-one-hero-linear-gradient {
    background-image: linear-gradient(0deg, #15111c 16%, #15111cf2);
  }

  .pricing-list-left {
    max-width: 300px;
  }

  .pricing-one-pricing-wrapper {
    grid-row-gap: 30px;
  }

  .pricing-one-pricing-plans {
    margin-top: -270px;
  }

  .pricing-plan-one-yearly {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-one-plan-card-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-one-plan-monthly {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-one-plan-card-buttom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-two-faq-wrapper {
    grid-row-gap: 28px;
  }

  .pricing-two-heading-two {
    letter-spacing: -.7px;
  }

  .pricing-one-hero-content {
    max-width: none;
  }

  .pricing-two-hero-content-wrapper {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .pricing-two-plan-monthly {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-two-faq {
    padding-bottom: 60px;
  }

  .pricing-two-faq.faq-section {
    padding-top: 30px;
  }

  .pricing-two-pricing-card {
    padding-top: 50px;
    padding-bottom: 30px;
  }

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

  .team-hero-content {
    padding-top: 94px;
    padding-bottom: 85px;
  }

  .team-hero-image-move {
    top: 0%;
    left: 0%;
  }

  .team-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-details-hero {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .team-details-hero-content-right {
    max-width: none;
    padding-top: 0;
  }

  .team-details-social-link.background-color-change:hover {
    background-color: #ffffff1a;
  }

  .team-member-bio {
    margin-bottom: 40px;
  }

  .team-details-hero-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .team-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .team-details-hero-content-left {
    max-width: none;
  }

  .team-details-main-content {
    padding-top: 61px;
    padding-bottom: 40px;
  }

  .educational-experience {
    margin-top: 35px;
  }

  .team-details-last-paragraphs {
    grid-row-gap: 10px;
    margin-top: 40px;
  }

  .educational-experience-paragraph {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-details-other-team-members-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-details-other-team-members {
    padding-top: 56px;
    padding-bottom: 393px;
  }

  .protest-list-contents {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .image-tag-about, .home-one-testimonial-heading {
    max-width: none;
  }

  .utility-page-wrap.error-page-wrap, .utility-page-wrap.password-page-wrap {
    margin-top: -74px;
  }

  .utility-page-content.error-page-content-box, .utility-page-content.password-page-content-box {
    max-width: none;
  }

  .navbar-menu-link, .navbar-menu-link.w--current {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .mega-menu-link-wrap {
    width: 100%;
  }

  .hamburgar-button, .hamburgar-button.w--open {
    background-color: #fff0;
  }

  .nav-menu {
    background-color: #fff;
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-header-tab-menu {
    max-width: none;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 6%;
  }

  .slider-base {
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 400px;
  }

  .standard-tab, .home-three-business-icon-box {
    max-width: none;
  }

  .home-three-marquee-section {
    padding-bottom: 50px;
  }

  .home-two-about-image {
    width: 100%;
    height: auto;
  }

  .about-one-marquee-video {
    min-height: auto;
  }

  .about-one-marquee {
    bottom: -1%;
  }

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

  .about-three-hero-main-box {
    max-width: none;
  }

  .about-three-counter-section {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .service-one-basic-text-wrap {
    max-width: none;
  }

  .service-one-counter {
    padding-bottom: 40px;
  }

  .service-two-business-optimise-text-box {
    max-width: none;
  }

  .pricing-details-card.pricing-plan-details {
    margin-bottom: 30px;
  }

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

  .blog-one-hero-wrap {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .cta-block {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-one-right-box, .contact-two-text-box {
    max-width: none;
  }

  .contact-three-form-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .contact-three-wrapper {
    flex-flow: column;
  }

  .contact-three-left-wrap {
    max-width: none;
  }

  .contact-three-right-wrap {
    max-width: none;
    padding: 30px 30px 20px;
  }

  .heading-text-white.margin-bottom-thirty.new-heading-one-responsive {
    font-size: 50px;
    line-height: 50px;
  }

  .landing-hero-right-images {
    display: none;
  }

  .landing-hero-images-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .landing-hero-image-three {
    display: none;
  }

  .landing-section {
    margin-top: -75px;
    padding-top: 130px;
  }

  .landing-hero-text-box {
    margin-bottom: 20px;
  }

  .landing-home-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .landing-big-text {
    top: 25px;
  }

  .landing-big-text.landing-big-linear-text {
    top: 40px;
  }

  .landing-page-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .border-radius-five.landing-image {
    width: 100%;
    height: auto;
  }

  .landing-customise-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .landing-customise-wrapper {
    flex-flow: column;
  }

  .customise-heading-box {
    width: 518.422px;
  }

  .landing-pages-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .landing-pages-section.landing-utility-section {
    margin-top: -20px;
  }

  .landing-inner-text-box {
    max-width: none;
    margin-bottom: 34px;
  }

  .landing-inner-page-image {
    width: 100%;
    height: auto;
  }

  .landing-idea-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-idea-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .idea-image-box, .idea-text-box {
    width: 100%;
  }

  .landing-features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-icon-box {
    padding: 30px 20px;
  }

  .landing-figma-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .figma-image-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .figma-content-box {
    width: 100%;
  }

  .figma-text-block {
    max-width: none;
  }

  .figma-image {
    width: 70px;
    height: auto;
  }

  .limit-text {
    right: 0%;
  }

  .landing-footer {
    background-image: url('../images/evpoint.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .landing-footer-text-box {
    max-width: none;
  }

  .get-in-touch-block {
    padding-top: 48px;
    padding-bottom: 50px;
  }

  .get-in-touch-block.style-hero {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .get-in-touch-block.changelog-hero {
    margin-top: -50px;
    margin-bottom: -20px;
  }

  .license-descripition.text-white.no-margin-bottom {
    max-width: none;
  }

  .licensing-image {
    height: 250px;
  }

  .color {
    font-size: 150px;
    line-height: 140px;
  }

  .style-guide-color-name-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-color-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .style-guide-color-box {
    width: 8rem;
    height: 8rem;
  }

  .heading-block-six {
    margin-bottom: 3.7rem;
  }

  .heading-block-five {
    margin-bottom: 3.5rem;
  }

  .heading-block-three {
    margin-bottom: 3.3rem;
  }

  .list-block, .heading-block-two, .heading-block-four, .heading-block-one {
    margin-bottom: 3.6rem;
  }

  .style-guide-buttons {
    flex-flow: wrap;
  }

  .license-section {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .style-color-section {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .style-typo-section {
    padding-bottom: 60px;
  }

  .changelog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-hero-image-four {
    display: none;
  }

  .faq-hero-main-box {
    max-width: none;
  }

  .main-navbar-menu-link {
    color: var(--heading-white-section);
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: Lexend Deca, sans-serif;
    line-height: 29px;
    display: flex;
  }

  .main-navbar-menu-link.w--current {
    color: var(--heading-white-section);
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: Lexend Deca, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    display: flex;
  }

  .cta-wrapper-black-background {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .cta-black-background {
    margin-bottom: 0;
  }

  .real-navbar-menu-link.w--current {
    color: var(--heading-white-section);
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: Lexend Deca, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    display: flex;
  }

  .blog-heading-four-2 {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }

  .body-white-color-2 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .contact-two-form-copy {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .service-three-brand-copy {
    padding-bottom: 55px;
  }

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

@media screen and (max-width: 767px) {
  .marquee-train {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-right: 30px;
  }

  .image-effect-wrapper-one.home-one-protest-image-wrapper-onehome-one-protest-image-wrapper-one {
    margin-top: 0;
  }

  .button-text-block.button-color-dark-puple {
    padding-left: 35px;
    padding-right: 35px;
  }

  .icon-out {
    display: none;
  }

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

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

  .heading-five.footer-heading-white {
    font-size: 16px;
    line-height: 28px;
  }

  .about-heading.about-margin {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .fast-charging-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .short-header.margin-bottom-ten.color-light-white.about-two-reliable-sort-heading {
    margin-bottom: 10px;
  }

  .no-margin {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 22px;
  }

  .service-card {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-one-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .home-one-service-card-text {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
  }

  .home-one-card-heading-three {
    font-size: 30px;
    line-height: 30px;
  }

  .home-one-service-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .circle-button {
    min-width: 50px;
    min-height: 50px;
  }

  .footer-cta-text {
    letter-spacing: -.3px;
    text-transform: none;
    font-size: 15px;
    line-height: 25px;
  }

  .home-one-service-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }

  .button-three {
    font-size: 14px;
    line-height: 27px;
  }

  .info, .image-wrapper.overflow-hidden.blog-image-wrapper, .image-wrapper.overflow-hidden.blog-image-wrapper, .image-wrapper.overflow-hidden.blog-image-wrapper {
    width: 100%;
  }

  .home-one-blogs {
    width: 100%;
    margin-top: 30px;
  }

  .card {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

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

  .blog-heading-four.color-white {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .overflow-hidden.service-image-wrapper {
    max-width: 100%;
  }

  .overflow-hidden.about-three-optimize-business-main-image {
    height: auto;
  }

  .quick-links {
    max-width: none;
    margin-top: 0;
  }

  .footer-logo {
    width: 150px;
    height: auto;
  }

  .contact-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-right-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-description {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .text-center.no-margin-top-bottom.contact-two-from-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .text-white.footer-link {
    font-size: 15px;
    line-height: 25px;
  }

  .text-white.text-center.margin-bottom-twenty.about-one-hero-heading {
    font-size: 40px;
    line-height: 50px;
  }

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

  .footer-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .footer-bottom-wrapper.landing-footer-bottom {
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-info-wrapper {
    max-width: none;
  }

  .home-one-servrvice-text {
    font-size: 20px;
    line-height: 30px;
  }

  .radius-full.testimonial-nav-image {
    width: 56px;
    height: 56px;
  }

  .home-one-testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .no-margin-top-bottom {
    font-size: 20px;
    line-height: 30px;
  }

  .no-margin-top-bottom.service-description.text-color-light-grey {
    font-size: 16px;
  }

  .no-margin-top-bottom.text-center.service-one-basic-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .about-three-heading-four {
    font-size: 18px;
    line-height: 28px;
  }

  .about-three-heading-four.color-white.margin-buttom-fifteen.heading-white {
    font-size: 18px;
  }

  .testimonial-author {
    width: 64px;
    height: 64px;
    overflow: hidden;
  }

  .no-margin-bottom.service-heading {
    letter-spacing: -.6px;
    font-size: 25px;
    line-height: 35px;
  }

  .no-margin-bottom.footer-heading-two, .home-one-blog-heading {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-six.color-white {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-six.color-solid-black {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .heading-six.text-align-left {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-six.pricing-color-black {
    font-size: 20px;
  }

  .heading-two {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-two.color-light-grey {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-two.color-black {
    width: 100%;
  }

  .counter-box {
    height: 70px;
  }

  .counter-box.heading-three-counter-box {
    height: 30px;
  }

  .home-one-logo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-one-logo-marquee {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-right: 70px;
  }

  .text-align-center.service-three-business-solution-heading {
    margin-top: 0;
  }

  .text-align-center.color-light-dark-brown.pricing-one-hero-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .text-align-center.pricing-two-faq-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .color-white.text-align-center {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .color-white.heading-two.opacity-and-display-none-in-mobile-view {
    font-size: 25px;
    line-height: 35px;
  }

  .color-white.service-three-services-heading {
    letter-spacing: -.5px;
    max-width: 100%;
    font-size: 25px;
    line-height: 35px;
  }

  .color-white.margin-top-five.text-align-center-from-tab {
    letter-spacing: -.7px;
    font-size: 35px;
    line-height: 45px;
  }

  .color-white.text-align-center.pricing-one-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .top-bar-text-white {
    font-size: 12px;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    padding: 0;
  }

  .image-effect.cover-image.image-two, .image-effect.cover-image.image-three {
    inset: 0% auto auto 0%;
  }

  .protest-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-one-protest-image-wrapper {
    flex-flow: column;
  }

  .protest-list-about.text-center {
    margin-top: 0;
  }

  .about-one-hero-box.color-white {
    letter-spacing: -.7px;
    margin-bottom: 0;
    font-size: 45px;
  }

  .about-one-hero-box.color-white.align-center {
    letter-spacing: -.7px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }

  .bottom-tag-wrapper {
    max-width: 300px;
  }

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

  .home-two-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-two-info-wrapper.home-two-info-wrapper-color {
    border-left-style: none;
    border-right-style: none;
  }

  .home-two-business-potetial {
    padding-top: 60px;
  }

  .heading-bottom-grey-text.margin-top {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .home-two-campaign {
    padding-top: 60px;
  }

  .home-two-campaign-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .campaign-checklist-box {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-two-marquee-text {
    font-size: 50px;
  }

  .no-margin-top {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .blog-button-three-text {
    font-size: 14px;
    line-height: 24px;
  }

  .color-light-dark-white {
    font-size: 16px;
    line-height: 26px;
  }

  .home-two-blog-text {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .home-two-blog-items {
    grid-template-columns: 1fr;
  }

  .home-two-donation-form {
    grid-row-gap: 10px;
  }

  .small-heading-tag.margin-buttom-elelven {
    margin-bottom: 10px;
  }

  .home-two-article-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-two-article-image {
    max-width: none;
  }

  .blog-two-trigger-image {
    width: 100%;
  }

  .home-three-counter-section {
    padding-top: 0;
  }

  .counter-container {
    max-width: 100%;
  }

  .home-three-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .counter-text-wrapper {
    width: 100%;
  }

  .counter-semibold-text {
    font-size: 60px;
    line-height: 70px;
  }

  .counter-semibold-upper-text {
    font-size: 16px;
    left: 40%;
  }

  .home-three-business-potential-wrapper {
    padding-top: 30px;
  }

  .home-three-margin-bottom-thirty-four.tab-margin-bottom-off.home-three-reliable-image-block {
    width: 100%;
  }

  .home-three-service-card-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .circle-button-three {
    min-width: 50px;
    min-height: 50px;
  }

  .home-three-business-options {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-three-partners-right-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .home-three-service-image-effect-wrapper.image-effect-wrapper-height-auto {
    width: 100%;
    max-width: 100%;
  }

  .home-three-service-options {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 25px;
  }

  .home-service-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-three-service-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-three-service-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
  }

  .home-two-donation-submit-button-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-two-dontation-form {
    min-height: 450px;
    padding: 40px 20px;
  }

  .color-dark-white {
    letter-spacing: -.32px;
    font-size: 15px;
    line-height: 25px;
  }

  .color-light-grey {
    font-size: 16px;
    line-height: 26px;
  }

  .home-three-business-option {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-one-service {
    padding-top: 20px;
  }

  .about-one-service-right-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-one-no-margin-top-bottom {
    font-size: 15px;
    line-height: 25px;
  }

  .about-one-no-margin-top-bottom.margin-bottom-fifteen {
    letter-spacing: -.6px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
  }

  .team-member-information {
    width: 100%;
  }

  .about-one-team-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
  }

  .about-one-team-heading {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .about-one-team-buttom {
    grid-template-columns: 1fr;
  }

  .heading-one.color-white {
    margin-top: 10px;
    font-size: 45px;
  }

  .heading-one.color-white.no-margin-top-bottom.margin-bottom-twenty.service-three-hero-heading {
    margin-top: -10px;
  }

  .about-nation-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-two-consulting-service-top {
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-two-consulting-service {
    padding-bottom: 30px;
  }

  .abnout-three-no-margin-top-bottom.about-nation-descriptions {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .counsiling-service-heading {
    text-align: center;
  }

  .margin-bottom-sixty.margin-decrease {
    margin-bottom: 30px;
  }

  .home-two-margin-bottom-twenty.tab-margin-bottom-ten {
    letter-spacing: -.6px;
    font-size: 35px;
    line-height: 45px;
  }

  .color-light-brown.about-two-brand-unlock-bullet-point-paragraph, .color-grey {
    font-size: 16px;
    line-height: 26px;
  }

  .about-two-counter-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .about-brand-unlock-brown-box {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 25px 20px;
  }

  .margin-bottom-fourty.margin-decrease {
    margin-bottom: 30px;
  }

  .about-two-color-light-white {
    letter-spacing: -.7px;
    font-size: 25px;
    line-height: 35px;
  }

  .color-light-black, .color-light-black.padding-bottom-thirty, .color-light-black.padding-bottom-thirty.work-border-bottom {
    font-size: 16px;
    line-height: 26px;
  }

  .about-three-hero-section {
    background-position: 0 0, 50%;
  }

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

  .about-three-optimize-business-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .about-three-optimize-business-image {
    max-width: none;
  }

  .about-business-optimise-items {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-three-circle-button {
    min-width: 50px;
    min-height: 50px;
  }

  .partners-card {
    padding-top: 50px;
    padding-bottom: 39px;
  }

  .partners-card.partners-card-seven {
    border-top-style: none;
  }

  .partners-card.partners-card-four {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .partners-card.partners-card-five {
    border-right-style: none;
  }

  .partners-card.partners-card-three {
    border-left-style: solid;
    border-right-style: none;
  }

  .partners-card.partners-card-eight {
    border-top-style: none;
  }

  .partners-card.partners-card-six {
    border-right: 1px solid #fff3;
  }

  .about-three-partners-buttom {
    grid-template-columns: 1fr 1fr;
  }

  .about-two-solution-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .color-body-white, .color-body-white.margin-bottom-thirty {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-one-button-three-text {
    font-size: 14px;
    line-height: 24px;
  }

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

  .home-three-business-potential-section {
    padding-top: 0;
  }

  .service-one-services-wrapper {
    grid-row-gap: 25px;
  }

  .servive-one-color-grey.service-one-service-card-paragraph {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .service-one-service-card-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-one-heading-four {
    font-size: 18px;
    line-height: 28px;
  }

  .service-one-it-services-buttom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .margin-top-zero, .margin-top-zero.service-one-it-services-heading {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .service-one-it-services-card {
    width: 100%;
  }

  .service-one-it-service {
    padding-bottom: 60px;
  }

  .pricing-text {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .pricing-buttom {
    grid-row-gap: 35px;
  }

  .color-dark-brown.heading-five {
    font-size: 16px;
    line-height: 26px;
  }

  .service-two-business-optimize-border {
    margin-top: 33px;
    margin-bottom: 38px;
  }

  .service-two-heading-two {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .service-two-heading-two.color-dark-white.margin-bottom-zero {
    font-size: 25px;
    line-height: 35px;
  }

  .service-two-business-optimize-left {
    flex-flow: column;
  }

  .service-two-business-optimize-right {
    padding-left: 30px;
    padding-right: 40px;
  }

  .service-two-business-optimize {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-two-business-optimize-counters {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .color-hard-coal {
    font-size: 16px;
    line-height: 26px;
  }

  .service-two-digital-service-main-content {
    padding-left: 30px;
  }

  .service-two-digital-serial-no {
    max-width: 100px;
  }

  .service-three-business-solution-box.box-three.border-grey-left-right.border-right-none.service-three-box-five {
    border-right-style: none;
  }

  .service-three-business-solution-box.box-three.border-left-grey.border-left-none.service-three-box-four {
    border-left-style: none;
  }

  .service-three-business-solution-box.box-three.service-three-box-six {
    border-bottom: 1px solid var(--body-dark-section);
  }

  .service-three-business-solution-box.box-one {
    border-right-style: none;
  }

  .service-three-business-solution-buttom {
    grid-template-columns: 1fr;
  }

  .pricing-one-heading-two {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .service-three-service-box-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .color-light-ash.service-three-services-paragraph {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .service-three-services-content-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: flex-start;
  }

  .service-three-service-box-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .service-three-service-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .blog-one-color-grey.margin-top-five {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-one-heading-three, .blog-one-heading-three.color-black {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-card-one-information {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-page-background-line {
    display: none;
  }

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

  .blog-two-card-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-three-button-three-text {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-three-card-wrapper {
    grid-template-columns: 1fr;
  }

  .quote-bar {
    display: none;
  }

  .case-studies-first-paragraphs-wrapper {
    grid-row-gap: 10px;
  }

  .case-studies-details-last-paragraphs {
    margin-top: 40px;
  }

  .discover-it-landscape-paragraphs {
    grid-row-gap: 15px;
  }

  .blog-details-hero {
    padding-top: 48px;
    padding-bottom: 240px;
  }

  .article-at-a-glance {
    padding: 26px 25px 38px;
  }

  .blog-details-hero-main-content {
    margin-top: -210px;
  }

  .blog-details-heading-image {
    height: 300px;
  }

  .discover-it-landscape {
    margin-bottom: 30px;
  }

  .blog-publish-date-and-published-by {
    margin-top: 40px;
  }

  .contact-information-blocks {
    border-bottom: 1px solid #d3d5d5;
    border-right-style: none;
  }

  .contact-information-blocks:hover {
    width: 100%;
  }

  .contact-information-blocks.location-border-off {
    border-bottom-style: none;
  }

  .contact-one-hero-banner {
    padding-top: 70px;
  }

  .contact-information {
    flex-flow: column;
  }

  .contact-one-hero-contents-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .contact-form-description {
    margin-bottom: 30px;
  }

  .contact-form-right-wrapper {
    padding-bottom: 48px;
  }

  .heading-four-contact-one, .heading-four-contact-one.color-black.faq-question {
    font-size: 18px;
    line-height: 28px;
  }

  .text-field.textarea {
    padding-bottom: 80px;
  }

  .checkbox-two {
    flex: none;
  }

  .contact-two-from-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-two-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .contact-two-form-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-buttom-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .contact-two-hero-contents-wrapper {
    grid-row-gap: 50px;
  }

  .contact-two-text-field.textarea {
    padding-bottom: 80px;
  }

  .footer-right-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-button {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-quick-links {
    margin-top: 0;
  }

  .footer-description-white {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .footer-bottom-icon-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .footer-contact-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-button-text-block.button-color-dark-puple {
    padding-left: 35px;
    padding-right: 35px;
  }

  .pricing-one-pricing-budget-wrapper {
    grid-row-gap: 20px;
  }

  .pricing-list-heading-price, .pricing-list-heading {
    flex-flow: column;
  }

  .pricing-one-budget-heading {
    text-align: center;
    max-width: 100%;
    font-size: 25px;
    line-height: 35px;
  }

  .pricing-one-hero {
    padding-top: 80px;
    padding-bottom: 270px;
  }

  .pricing-list-right.align-change {
    padding-bottom: 20px;
  }

  .pricing-list-right.features-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-list-right.service-pricing-tiks {
    padding-bottom: 20px;
  }

  .pricing-one-hero-background-line {
    display: none;
  }

  .service-pricing {
    flex-flow: column;
  }

  .pricing-list-left {
    border-right-style: none;
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .pricing-list-left.features {
    justify-content: center;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .pricing-list-left.service-price {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-list-left.padding.display-off {
    display: none;
  }

  .pricing-one-pricing-wrapper {
    grid-row-gap: 20px;
  }

  .pricing-plan-one-yearly {
    grid-template-columns: 1fr;
  }

  .pricing-plan-one-yearly.grid-change {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pricing-one-plan-monthly {
    grid-template-columns: 1fr;
  }

  .pricing-one-plan-card-border {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .pricing-two-heading-two {
    letter-spacing: -.5px;
  }

  .pricing-two-pricing-cards {
    width: 100%;
  }

  .pricing-two-plan-monthly {
    grid-template-columns: 1fr;
  }

  .pricing-two-plan-monthly.grid-chnage {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pricing-card-two {
    max-width: none;
  }

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

  .team-member-bio {
    margin-bottom: 30px;
  }

  .team-details-other-team-members {
    padding-top: 42px;
  }

  .team-details-other-team-members-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
  }

  .utility-page-content.password-page-content-box {
    padding-top: 12px;
    padding-bottom: 40px;
  }

  .mega-menu-link-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .marquee-image {
    width: 50px;
    height: auto;
  }

  .home-two-header-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    bottom: 6%;
  }

  .slider-base {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 400px;
  }

  .standard-tab {
    max-width: none;
    padding-bottom: 0;
  }

  .home-three-business-potential-left-small.home-three-reliable-image-block {
    width: 100%;
  }

  .about-one-team-button {
    max-width: none;
  }

  .service-one-counter {
    padding-bottom: 60px;
  }

  .pricing-price-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .team-collection {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-text-white.margin-bottom-thirty.new-heading-one-responsive {
    font-size: 40px;
    line-height: 40px;
  }

  .landing-page-wrap, .landing-page-wrap.utility-page-section {
    grid-template-columns: 1fr;
  }

  .idea-image-box {
    padding-top: 0;
  }

  .idea-main-image {
    width: 100%;
    height: auto;
  }

  .idea-image-two, .idea-box-one, .idea-box-two, .idea-image-three {
    display: none;
  }

  .idea-image-four {
    height: auto;
  }

  .landing-footer {
    background-image: none;
  }

  .images-preview {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .licensing-image {
    height: auto;
  }

  .color {
    font-size: 100px;
    line-height: 90px;
  }

  .style-guide-color-name-block {
    margin-top: -30px;
  }

  .style-guide-color-block {
    display: block;
  }

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

  .blog-heading-four-2 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .image-effect-wrapper-one.home-one-protest-image-wrapper-onehome-one-protest-image-wrapper-one {
    margin-top: 0;
  }

  .image-tag.service-two-image-tag {
    position: static;
  }

  .icon-out {
    opacity: 0;
  }

  .home-one-about {
    padding-bottom: 16px;
  }

  .heading-five.heading-five-new-font {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-five.color-white.service-one-it-services-card-text {
    font-size: 20px;
  }

  .home-one-about-image-wrapper {
    height: auto;
  }

  .charging-image-wrapper {
    margin-bottom: 16px;
  }

  .charging-image {
    padding-bottom: 0;
  }

  .short-header.color-light-white {
    letter-spacing: 1px;
  }

  .service-liner-overlay {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .service-card {
    justify-content: center;
    align-items: flex-end;
    min-height: 318px;
    overflow: hidden;
  }

  .home-one-card-wrapper {
    grid-template-columns: 1fr;
  }

  .image-move-on-mouse-move-and-scroll.testimonial-image-three {
    height: 100%;
  }

  .home-one-card-heading-three {
    text-align: center;
    font-size: 20px;
  }

  .home-one-service {
    padding-bottom: 60px;
  }

  .home-one-service-items {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .service-images.overflow-hidden {
    width: 100%;
  }

  .service-image-two {
    width: 100%;
    height: auto;
    display: none;
  }

  .service-items-image-one {
    width: 100%;
    height: auto;
  }

  .circle-button {
    border-color: var(--primary-color);
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
  }

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

  .home-service-name-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .info {
    padding: 25px 20px;
  }

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

  .blog-heading-four.margin-bottom-fiftheen {
    font-size: 18px;
  }

  .image-hover:hover {
    transform: none;
  }

  .overflow-hidden.blog-card-one-image {
    height: auto;
  }

  .footer-logo {
    width: 140px;
  }

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

  .footer-about-wrapper {
    width: 100%;
  }

  .text-white.footer-bottom-text {
    letter-spacing: .32px;
  }

  .text-white.footer-bottom-text.landing-bottom-text {
    text-align: left;
  }

  .cta-wrapper {
    letter-spacing: -.3px;
  }

  .home-one-testimonial {
    padding-top: 97px;
    padding-bottom: 60px;
  }

  .testimonial-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    bottom: -8%;
  }

  .no-margin-top-bottom {
    font-size: 20px;
    line-height: 30px;
  }

  .no-margin-top-bottom.service-description.text-color-light-grey {
    font-size: 15px;
  }

  .about-three-heading-four.text-align-center-in-mobile {
    text-align: center;
  }

  .heading-six.color-white {
    font-size: 18px;
  }

  .heading-six.color-solid-black {
    margin-bottom: 15px;
  }

  .home-two-icon-in {
    opacity: 0;
  }

  .home-one-marquee-image {
    max-width: 10%;
  }

  .text-align-center.color-light-dark-brown.pricing-one-hero-paragraph, .color-white.text-align-center {
    font-size: 15px;
    line-height: 25px;
  }

  .color-white.heading-two.opacity-and-display-none-in-mobile-view {
    display: none;
  }

  .color-white.text-align-center.pricing-one-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .site-logo {
    width: 150px;
    height: 30px;
  }

  .protest-list {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .trigger-image-one {
    width: 100%;
  }

  .home-one-protest-image-wrapper {
    flex-flow: column;
  }

  .about-one-hero-box.color-white {
    letter-spacing: -.7px;
    font-size: 35px;
    line-height: 45px;
  }

  .bottom-tag-wrapper.about-three-active-tag {
    display: none;
  }

  .protest-trigger-image-one.image-effect {
    margin-top: 10px;
  }

  .home-two-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-two-text-wrapper {
    text-align: center;
  }

  .home-two-info-wrapper.home-two-info-wrapper-color {
    width: 100%;
  }

  .heading-bottom-grey-text.margin-top {
    margin-top: 0;
  }

  .campaign-checklist-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-campaign {
    padding-bottom: 39px;
  }

  .home-two-campaign-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .campaign-checklist-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-two-marquee-text {
    max-width: 40%;
    font-size: 50px;
  }

  .color-light-dark-white {
    font-size: 15px;
    line-height: 25px;
  }

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

  .home-two-article-card {
    flex-flow: column;
  }

  .home-two-article-image {
    max-width: 100%;
  }

  .home-three-content-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .counter-semibold-upper-text {
    font-size: 18px;
    left: 33%;
  }

  .home-three-business-potential-wrapper {
    padding-top: 20px;
  }

  .home-three-service-name {
    max-width: 190px;
  }

  .home-three-partners-right-wrapper {
    flex-flow: column;
  }

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

  .home-three-service-text-wrapper {
    max-width: 100%;
  }

  .color-light-grey {
    line-height: 25px;
  }

  .home-three-business-option.about-one-options {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-one-service {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-one-no-margin-top-bottom.margin-bottom-fifteen {
    margin-bottom: 10px;
  }

  .about-one-icon-in {
    opacity: 0;
  }

  .about-one-icon-in.team-icon {
    opacity: 1;
  }

  .team-member-information {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 10px 15px;
  }

  .about-one-team-wrapper {
    grid-row-gap: 30px;
  }

  .heading-one.color-white {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }

  .about-three-icon-out.about-community-items-out-arrrow {
    display: block;
  }

  .abnout-three-no-margin-top-bottom.about-nation-descriptions {
    font-size: 15px;
    line-height: 25px;
  }

  .home-two-margin-bottom-twenty.tab-margin-bottom-ten {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .color-light-brown.about-two-brand-unlock-bullet-point-paragraph, .color-grey {
    font-size: 15px;
    line-height: 25px;
  }

  .about-two-counter-wrapper {
    grid-template-columns: 1fr;
  }

  .color-light-black, .color-light-black.padding-bottom-thirty, .color-light-black.padding-bottom-thirty.work-border-bottom {
    font-size: 15px;
    line-height: 25px;
  }

  .about-three-hero-section {
    background-position: 0 0, 50%;
  }

  .about-three-integration-image {
    padding-top: 0;
  }

  .about-three-oticon-in {
    opacity: 0;
  }

  .partners-card {
    border-right: 1px solid #fff3;
  }

  .partners-card.partners-card-seven {
    border-top-style: solid;
    border-bottom-style: none;
  }

  .partners-card.partners-card-five {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .partners-card.partners-card-three {
    border-right-style: solid;
  }

  .partners-card.partners-card-eight {
    border-top-style: solid;
  }

  .partners-card.partners-card-six {
    border-bottom-style: none;
  }

  .about-three-partners-buttom {
    grid-template-columns: 1fr;
  }

  .color-body-white, .color-body-white.margin-bottom-thirty {
    font-size: 15px;
    line-height: 25px;
  }

  .servive-one-color-grey.service-one-service-card-paragraph {
    text-align: center;
  }

  .service-one-service-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-right: 0;
  }

  .service-one-heading-four {
    text-align: center;
  }

  .service-one-it-services-buttom {
    grid-template-columns: 1fr;
  }

  .pricing-card-texts {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .service-two-business-optimize-right {
    padding: 51px 30px 49px 20px;
  }

  .service-two-business-optimize-counters {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .color-hard-coal {
    font-size: 15px;
    line-height: 25px;
  }

  .service-two-main-digital-service {
    flex-flow: column;
  }

  .service-two-digital-service-main-content {
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .service-two-digital-serial-no {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-bottom: 0;
  }

  .service-two-digital-services {
    padding-bottom: 20px;
  }

  .service-three-business-solution-box, .service-three-business-solution-box.box-three, .service-three-business-solution-box.box-three.border-grey-left-right.border-right-none {
    border-right-style: none;
  }

  .service-three-business-solution-box.box-three.border-left-grey.border-left-none {
    border-left-style: none;
  }

  .service-three-service-box-left {
    width: 100%;
  }

  .service-three-service-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .service-image-service-three-page {
    width: 100%;
    height: auto;
    display: none;
  }

  .service-three-items-image-one {
    width: 100%;
    height: auto;
  }

  .bottom-tag-box.service-three-tag-box {
    display: none;
  }

  .blog-date-wrapper {
    margin-bottom: 0;
  }

  .pricing-one-color-grey.text-align-center-in-mobile {
    text-align: center;
  }

  .blog-two-card-wrapper {
    flex-flow: column;
  }

  .blog-two-card-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .news-date-wrapper {
    margin-bottom: 0;
  }

  .blog-card-two {
    padding: 20px 15px;
  }

  .blog-three-card-wrapper {
    flex-flow: column;
    display: flex;
  }

  .divider {
    display: none;
  }

  .blog-details-hero {
    padding-bottom: 150px;
  }

  .article-at-a-glance {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-details-hero-main-content {
    margin-top: -130px;
  }

  .blog-details-heading-image {
    height: 200px;
  }

  .blog-publish-date-and-published-by {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .checkbox-two {
    width: 18px;
    height: 18px;
    margin-left: -10px;
  }

  .checkbox-two.w--redirected-checked {
    background-size: 12px;
  }

  .footer-cta-wrapper {
    letter-spacing: -.3px;
  }

  .footer-quick-links {
    width: 100%;
  }

  .pricing-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .pricing-list-heading-one {
    justify-content: center;
  }

  .pricing-list-right.align-change, .pricing-list-right.features-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .educational-experience {
    margin-top: 25px;
  }

  .team-details-other-team-members {
    padding-bottom: 60px;
  }

  .mega-menu-link-wrap {
    grid-template-columns: 1fr;
  }

  .slider-base {
    padding-bottom: 450px;
  }

  .service-two-tag-image-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-plan-select-button-wrap {
    margin-bottom: 20px;
  }

  .figma-image-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .limit-text {
    right: 20%;
  }

  .licensing-image {
    height: 250px;
  }

  .cta-wrapper-black-background {
    letter-spacing: -.3px;
  }
}

#w-node-bdf12545-e60a-14da-1adc-93e3573cb6bb-a0e20398, #w-node-bdf12545-e60a-14da-1adc-93e3573cb6bd-a0e20398, #w-node-bdf12545-e60a-14da-1adc-93e3573cb6c2-a0e20398, #w-node-bdf12545-e60a-14da-1adc-93e3573cb6c4-a0e20398, #w-node-bdf12545-e60a-14da-1adc-93e3573cb6c9-a0e20398, #w-node-bdf12545-e60a-14da-1adc-93e3573cb6cb-a0e20398 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-bdf12545-e60a-14da-1adc-93e3573cb6bd-a0e20398, #w-node-bdf12545-e60a-14da-1adc-93e3573cb6c4-a0e20398, #w-node-bdf12545-e60a-14da-1adc-93e3573cb6cb-a0e20398 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d6273e6-0bc5-457b-7119-937512273a55-12273a2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cef0219b-f567-7eb2-7de0-465cbe56f540-a0e203de, #w-node-cef0219b-f567-7eb2-7de0-465cbe56f541-a0e203de, #w-node-c0cf700a-0cbf-7d9a-103d-8ef28dca6814-a0e203de, #w-node-db6c9b3b-e436-4799-421f-0d907a027c89-a0e203de, #w-node-_9592c977-180f-5bb5-4195-c9c5ced34433-a0e203e1 {
    justify-self: center;
  }

  #w-node-_22854099-988e-fd46-ade6-ffc10cb4229b-a0e203e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Bg 1';
  src: url('../fonts/bg-1.png') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
