:root {
  --midnight-blue: #141f39;
  --dim-grey: #4f4f4f;
  --main: #ffe66d;
  --dark: #000;
  --red: #ff6b6b;
  --white: white;
  --gainsboro: #e2e2e2;
  --clear: #f7f7f7;
  --dark-slate-grey: #00342b;
}

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

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

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

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

h1 {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 5rem;
}

h2 {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.75rem;
}

h3 {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.125rem;
}

h4 {
  font-family: Urbanist, sans-serif;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.875rem;
}

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

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

li {
  color: var(--dim-grey);
  font-size: 1.1875rem;
  line-height: 1.875rem;
}

blockquote {
  color: var(--midnight-blue);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.1875rem;
  line-height: 1.875rem;
}

.rootblockhero {
  background-color: var(--main);
  padding: 100px 15px 0;
}

.content {
  max-width: 1290px;
}

.smart-application-hero-main-block {
  grid-column-gap: 80px;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.smart-application-hero-text-block {
  flex: 1;
}

.smart-application-hero-text-block.centered {
  text-align: center;
}

.smart-application-hero-image-block {
  flex: 1;
}

.button-main {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.button-main.full-width {
  width: 100%;
}

.button-main.full-width.button-align-center {
  justify-content: center;
}

.button-main.background-change {
  background-color: var(--dark);
}

.button-main.vid-obutton, .button-main.video {
  color: var(--dark);
}

.padding-buttom-ten {
  color: var(--dark);
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

.padding-buttom-ten.app-development-digital-title-span {
  text-align: center;
  background-image: none;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 5rem;
  line-height: 6rem;
}

.padding-buttom-twenty {
  color: var(--dark);
  padding-bottom: 20px;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.smart-application-hero-title-span {
  background-image: url('../images/Underline-One.svg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-small {
  color: var(--dark);
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

.heading-small.padding-buttom-ten {
  text-transform: none;
  padding-bottom: 0;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.heading-small.change-color {
  color: var(--dim-grey);
}

.heading-small.change-color.change-weight {
  font-weight: 500;
}

.heading-small.coral {
  color: var(--red);
}

.heading-small.sea-green-font {
  color: var(--dark);
}

.heading-small.gradiant-text {
  background-image: linear-gradient(to bottom, var(--dark), var(--midnight-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.buttonwrapper {
  grid-column-gap: 20px;
  display: flex;
}

.buttonwrapper.overflow {
  overflow: hidden;
}

.smart-application-hero-how-work {
  grid-column-gap: 15px;
  flex: 0 auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.smart-application-hero-image-wrapper-two {
  background-color: var(--dark);
  border-radius: 20px;
  width: 484px;
  height: 447px;
  position: relative;
}

.smart-application-hero-image-one.overflow {
  overflow: hidden;
}

.smart-application-hero-image-wrapper-one {
  z-index: 99;
  justify-content: flex-end;
  margin-bottom: -50px;
  display: flex;
  position: relative;
}

.smart-application-hero-image-two {
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.smart-application-hero-image-two.overflow, .smart-application-hero-image-three {
  overflow: hidden;
}

.smart-application-hero-image-wrapper-three {
  justify-content: flex-end;
  margin-top: -350px;
  display: flex;
  position: relative;
}

.button-container {
  border: 0px solid var(--dark);
  background-color: var(--dark);
  border-radius: 10px;
  position: relative;
}

.button-container.responsive-button-off {
  display: none;
}

.buttoneffectbg {
  background-color: var(--main);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttoneffectbg.clear {
  background-color: var(--white);
}

.clients-marquee {
  grid-column-gap: 70px;
  align-items: center;
  margin-right: 70px;
  display: flex;
}

.smart-application-clients-main {
  width: 200%;
  display: flex;
  overflow: hidden;
}

.rootblock {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 15px;
  display: flex;
}

.rootblock.clearbg {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 140px;
  margin-bottom: 60px;
}

.rootblock.mainbg {
  background-color: var(--main);
}

.rootblock.titlebook {
  margin-top: 40px;
  padding-bottom: 0;
}

.rootblock.clearbg.rgpdbck {
  background-color: #094b9c;
  margin-bottom: 0;
}

.rootblock.clearbg.yellowbg {
  background-color: #ffe66d;
}

.rootblock.clearbg.yellowbg.small {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.rootblock.clearbg {
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 220px;
}

.rootblock.yellowbg {
  background-color: #ffe66d;
}

.contentwrapper {
  max-width: 1290px;
}

.smart-application-about-text-block {
  align-items: center;
  display: flex;
}

.smart-application-about-title-wrapper, .smart-application-about-para-wrapper {
  flex: 1;
}

.smart-application-about-title {
  max-width: 400px;
}

.smart-application-about-icon-box-block {
  margin-top: 70px;
}

.smart-application-about-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.smart-application-about-icon-box {
  background-color: var(--white);
  border-radius: 40px;
  padding: 40px;
  transition: all .4s;
  box-shadow: 4px 4px 10px 10px rgba(0, 0, 0, 0);
}

.smart-application-about-icon-box:hover, .smart-application-about-icon-box.active-icon-box, .smart-application-about-icon-box.active-icon-box:hover {
  box-shadow: 4px 4px 10px 10px rgba(0, 0, 0, .03);
}

.heading-medium {
  color: var(--midnight-blue);
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.heading-medium.sea-green {
  color: var(--dark);
}

.heading-medium.align-center.color-white.padding-buttom-twenty.color-black {
  color: var(--midnight-blue);
}

.heading-medium.padding-top-ten {
  padding-top: 10px;
}

.heading-medium.coral {
  color: var(--red);
}

.heading-medium.green {
  color: var(--dark);
}

.heading-medium.gainsboro {
  color: #7c6f6f;
}

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

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

.smart-application-about-support-divider {
  background-color: var(--gainsboro);
  height: 1px;
  margin-top: 70px;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.smart-application-about-support-text {
  margin-top: 70px;
  position: relative;
}

.smart-application-about-support-shape {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.body-font {
  color: var(--dim-grey);
  text-transform: lowercase;
  font-family: Questrial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.body-font.color-black {
  color: var(--midnight-blue);
}

.body-font.color-black.capitalize {
  text-transform: capitalize;
}

.body-font.color-black.capitalize.change-font {
  font-family: Urbanist, sans-serif;
}

.body-font.color-black.capitalize.change-font.font-weight {
  font-weight: 600;
  position: relative;
}

.body-font.capitalize {
  text-transform: capitalize;
}

.body-font.color-white.change-small-size {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}

.smart-application-about-support-text-span {
  color: var(--dark);
}

.pictureandtext {
  grid-column-gap: 70px;
  background-color: var(--clear);
  border-radius: 20px;
  align-items: center;
  margin: 60px 40px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 20px #fff;
}

.pictureandtext.nopb {
  margin-bottom: 0;
}

.picturewrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.picturewrapper.centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.picturewrapper.hiddenweb {
  display: none;
}

.textcontainer {
  flex: 1;
  padding-left: 40px;
}

.topimageunder {
  z-index: 99;
  position: relative;
}

.topimageunder.overflow {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.topimageunder.overflow.centered {
  justify-content: center;
  display: flex;
}

.bottomimageover {
  z-index: 99;
  justify-content: center;
  margin-top: -25%;
  display: flex;
  position: relative;
}

.smart-application-about-icon-box-two {
  grid-column-gap: 15px;
  display: flex;
}

.smart-application-about-divider {
  background-color: var(--gainsboro);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.redbackgroundtext {
  background-color: var(--red);
  color: var(--white);
}

.roundimagebg {
  background-image: linear-gradient(to bottom, var(--red), var(--red));
  border-radius: 200px;
  width: 350px;
  height: 350px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.roundimagebg.singleimage {
  z-index: -1;
  top: 0%;
}

.smart-application-accordion {
  background-color: var(--clear);
  padding: 100px 15px;
}

.smart-application-accordion-container {
  max-width: 1290px;
}

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

.align-center.padding-buttom-twenty {
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.align-center.padding-bottom-thirty.change-blog-heading, .align-center.change-blog-heading {
  font-size: 3.4375rem;
  line-height: 3.75rem;
}

.smart-application-accordion-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.smart-application-accordion-title-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.smart-application-accordion-main {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.accordion {
  flex: 1;
}

.smart-application-accordion-image-block {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.smart-application-accordion-image-two {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.smart-application-accordion-image-two.overflow {
  overflow: hidden;
}

.smart-application-accordion-image-three {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.smart-application-accordion-image-three.overflow {
  overflow: hidden;
}

.smart-application-accordion-image-four {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.accordion-wrapper-active {
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-active-title {
  border-bottom: 2px solid var(--dark);
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
}

.accordion-title {
  border-bottom: 2px solid var(--dark);
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.accordion-active-icon {
  transform: rotate(-180deg);
}

.smart-application-choose {
  padding: 70px 15px;
}

.smart-application-choose-container {
  max-width: 1290px;
}

.accordion-wrapper-three, .accordion-wrapper-four, .accordion-wrapper-two {
  margin-bottom: 10px;
  overflow: hidden;
}

.smart-application-choose-main {
  align-items: center;
  display: flex;
}

.smart-application-choose-text-block, .smart-application-choose-icon-box-wrapper {
  flex: 1;
}

.smart-application-choose-title-wrapper, .smart-application-choose-para-wrapper {
  max-width: 500px;
}

.smart-application-choose-active-members {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.smart-application-choose-active-members-text {
  max-width: 150px;
}

.smart-application-choose-icon-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.smart-application-choose-icon-box {
  grid-column-gap: 20px;
  display: flex;
}

.smart-application-choose-icon-box-image {
  flex: 0 100px;
}

.smart-application-free {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/Smart-Application-BG02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
}

.smart-application-free-container {
  max-width: 1290px;
}

.smart-application-free-main {
  align-items: center;
  display: flex;
}

.smart-application-free-image-block {
  flex: 0 50%;
  position: relative;
}

.smart-application-free-text-block {
  flex: 1;
}

.smart-application-free-image-one {
  position: relative;
  overflow: hidden;
}

.smart-application-free-image-two {
  z-index: 99;
  max-width: 50%;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 10%;
  overflow: hidden;
}

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

.smart-application-form {
  flex: 1;
  display: none;
}

.form {
  width: 100%;
  height: 55px;
  display: flex;
}

.newsletter-input {
  color: var(--midnight-blue);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 55px;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}

.newsletter-input.border-redius-six {
  border-radius: 6px;
}

.newsletter-input.border-redius-six.margin-bottom-ten {
  margin-bottom: 10px;
}

.newsletter-input.border-radius-off {
  border: 0 solid rgba(0, 0, 0, 0);
}

.newsletter-submit-button {
  background-color: var(--red);
  color: var(--white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.newsletter-submit-button.change-button-size {
  padding-left: 40px;
  padding-right: 40px;
}

.newsletter-submit-button.change-button-size.sea-green {
  background-color: var(--dark);
  color: var(--white);
}

.newsletter-submit-button.sea-green-bg {
  background-color: var(--dark);
}

.smart-application-free-title-span {
  background-image: url('../images/Underline-One.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.smart-application-help {
  background-image: linear-gradient(to bottom, var(--clear), white);
  padding: 100px 15px 10px;
}

.smart-application-help-container {
  max-width: 1290px;
}

.smart-application-help-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.smart-application-help-para-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.smart-application-help-counter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-big {
  color: var(--midnight-blue);
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.heading-big.align-center.color-white {
  color: var(--white);
}

.heading-big.align-center.color-white.padding-buttom-ten.color-black {
  color: var(--midnight-blue);
}

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

.smart-application-help-counter-wrapper {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  padding-top: 20px;
  padding-bottom: 20px;
}

.smart-application-help-images {
  grid-column-gap: 30px;
  margin-top: 120px;
  display: flex;
}

.smart-application-help-image-two {
  flex: 1;
}

.smart-application-help-image-one {
  flex: 0 25%;
}

.smart-application-help-image-three {
  flex: 0 25%;
  margin-top: 50px;
  margin-left: -100px;
}

.smart-application-testimonial-text {
  margin-top: 120px;
}

.smart-application-testimonial-text.padding-bottom-thirty {
  padding-bottom: 30px;
}

.smart-application-testimonial-title-span {
  background-image: url('../images/Underline-One.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.smart-application-testimonial-para-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.smart-application-testimonial {
  justify-content: center;
  display: flex;
}

.smart-application-testimonial-main {
  width: 50%;
}

.smart-application-author-image {
  border-radius: 100px;
  overflow: hidden;
}

.smart-application-testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
}

.smart-application-author-image-wrapper {
  justify-content: center;
  display: flex;
}

.smart-application-author-image-wrapper.padding-buttom-ten {
  margin-top: 20px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: -20%;
  right: auto;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -20%;
}

.footer-one {
  background-color: var(--dark);
  margin-top: 60px;
  padding: 120px 15px 0;
}

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

.footer-one-main {
  grid-column-gap: 20px;
  display: flex;
}

.footer-one-logo-wrapper {
  flex: 0 33%;
}

.footer-one-menu-wrapper {
  flex: 1;
}

.footer-one-menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.underline {
  text-decoration: none;
}

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

.footer-one-copy-right-wrapper {
  border-top: 1px solid var(--gainsboro);
  margin-top: 120px;
  padding: 15px;
}

.overflow {
  object-fit: cover;
  overflow: hidden;
}

.smart-application-free-icon-wrapper {
  align-items: flex-start;
  display: flex;
}

.smart-application-clients {
  background-color: var(--main);
  padding: 70px 15px 120px;
}

.smart-application-container {
  max-width: 1290px;
  overflow: hidden;
}

.app-development-hero-section {
  background-color: var(--main);
  padding: 150px 15px 200px;
  position: relative;
}

.app-development-hero-container {
  max-width: 1290px;
}

.app-development-hero-main {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.app-development-hero-text-block {
  flex: 0 50%;
}

.app-development-hero-image-block {
  flex: 0 50%;
  position: relative;
}

.app-development-hero-button-wrapper {
  position: relative;
}

.app-development-hero-button {
  display: flex;
}

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

.app-development-hero-image-one {
  background-image: url('../images/Main-BG.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.app-development-hero-image-one.overflow {
  background-position: 50% 100%;
}

.app-development-hero-image-two {
  max-width: 50%;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: -15%;
}

.app-development-hero-image-three {
  max-width: 50%;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: -12%;
  right: auto;
}

.app-development-hero-image-three.overflow {
  left: -50px;
}

.app-development-hero-image-four {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.app-development-hero-image-five {
  max-width: 20%;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.app-development-digital-future {
  padding: 90px 15px 120px;
}

.app-development-hero-title-span {
  background-image: url('../images/curve-line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.app-development-digital-future-container {
  max-width: 1290px;
}

.app-development-digital-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.app-development-digital-future-para {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.app-development-digital-future-para.align-center {
  max-width: 600px;
}

.app-development-digital-icon-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.app-development-digital-icon-box {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  padding: 30px;
  overflow: hidden;
}

.app-development-digital-icon-box.border-radius-twenty {
  border-radius: 20px;
  position: relative;
}

.app-development-digital-icon-box.border-radius-twenty.box-upper-gap {
  margin-top: 50px;
}

.app-development-digital-icon-box.border-radius-twenty.box-lower-gap {
  margin-bottom: 50px;
}

.app-development-digital-icon {
  max-width: 25%;
}

.app-development-digital-icon-wrapper {
  justify-content: flex-end;
  display: flex;
}

.app-development-digital-arrow {
  grid-column-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.app-development-digital-arrow-wrapper {
  z-index: 99;
  position: relative;
  overflow: hidden;
}

.black-arrow {
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.app-development-application-solutions {
  grid-column-gap: 50px;
  margin-top: 120px;
  display: flex;
}

.app-development-solutions-image-block {
  background-color: #ffe9da;
  background-image: url('../images/Background-Shape.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  position: relative;
}

.app-development-solutions-text-block {
  flex: 1;
}

.app-development-solutions-image-one {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.app-development-solutions-image {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.app-development-solutions-image-two {
  max-width: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.app-development-solutions-image-wrapper {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.app-development-solutions-text-box {
  grid-column-gap: 20px;
  display: flex;
}

.app-development-solutions-text-box.padding-buttom-twenty.padding-top-twenty {
  padding-top: 20px;
}

.app-development-solutions-text-box.padding-buttom-twenty.padding-top-twenty.border-bottom {
  border-bottom: 1px solid var(--gainsboro);
}

.app-development-solutions-text-main {
  flex: 1;
}

.app-development-solutions-percentage {
  flex: 0 20%;
}

.app-development-solutions-button-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.app-development-solutions-button-wrapper.padding-top-ten {
  padding-top: 10px;
}

.app-development-solutions-call-shedule {
  grid-column-gap: 15px;
  border: 1px solid var(--dark);
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  display: flex;
}

.app-development-solutions-call-shedule.underline {
  transition: border .4s;
}

.app-development-solutions-call-shedule.underline:hover {
  border-color: var(--gainsboro);
}

.app-development-about {
  background-color: var(--dark-slate-grey);
  padding: 90px 0 120px;
}

.app-development-about-container {
  max-width: 100%;
}

.app-development-about-title-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.app-development-about-main {
  grid-column-gap: 100px;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.app-development-about-text-block {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.app-development-about-image-block {
  flex: 1;
}

.app-development-about-image {
  text-align: right;
}

.app-development-about-text {
  max-width: 500px;
}

.app-development-about-list, .app-development-about-choose-us-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.app-development-about-icon-wrapper {
  background-color: #ff965a;
  padding: 10px;
}

.app-development-about-icon-wrapper.border-radius-six {
  border-radius: 6px;
}

.app-development-bespoke {
  padding: 90px 15px 120px;
}

.app-development-bespoke-container {
  max-width: 1290px;
}

.app-development-bespoke-icon-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.app-development-bespoke-icon-grid-block {
  grid-column-gap: 20px;
  border: 1px solid var(--gainsboro);
  padding: 30px;
  display: flex;
}

.app-development-bespoke-icon-grid-block.border-radius-twenty {
  border-radius: 20px;
}

.app-development-bespoke-icon {
  flex: 0 50px;
}

.app-development-bespoke-text {
  flex: 1;
}

.margin-ten-off {
  margin-bottom: 0;
}

.app-development-bespoke-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.app-development-bespoke-divider {
  background-color: var(--gainsboro);
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.app-development-download-title-wrapper {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.app-development-download-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.app-development-development {
  background-color: var(--main);
  padding: 120px 15px;
}

.app-development-development-container {
  max-width: 1290px;
}

.app-development-development-main {
  grid-column-gap: 50px;
  display: flex;
}

.app-development-development-image-block {
  flex: 1;
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.app-development-development-text-block {
  flex: 1;
}

.app-development-development-image-one {
  background-color: #feeed7;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.app-development-development-image-two {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.app-development-development-title-span {
  background-image: url('../images/Underline-One.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.featureslistgrid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
}

.feature {
  grid-column-gap: 20px;
  background-color: var(--white);
  padding: 30px;
  display: flex;
}

.feature.border-radius-twenty {
  border-radius: 20px;
  padding: 10px 10px 10px 30px;
}

.featureicon {
  flex: 0 50px;
}

.featuretext {
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-two {
  background-color: var(--dark-slate-grey);
  padding: 90px 15px 20px;
}

.footer-two-container {
  max-width: 1290px;
}

.footer-two-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-two-form-wrapper {
  justify-content: center;
  display: flex;
}

.footer-two-form {
  flex-direction: column;
  flex: 0 40%;
  justify-content: center;
  display: flex;
}

.smart-application-free-icon-main {
  width: 60%;
}

.footer-two-main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.footer-two-main-social-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  display: flex;
}

.footer-two-main-social {
  background-color: var(--white);
  border-radius: 100px;
  padding: 8px 10px;
}

.footer-two-main-address-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.app-development-hero-particle-two {
  display: none;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 40%;
  right: auto;
}

.app-development-hero-particle-three {
  display: none;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 5%;
}

.app-development-about-image-main {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.about-one-hero-section {
  background-color: var(--main);
  padding: 170px 15px 50px;
}

.about-one-hero-container {
  max-width: 1290px;
}

.about-one-hero-title-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-hero-title-span {
  background-image: url('../images/curve-line.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-one-hero-para-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-hero-image-wrapper {
  grid-column-gap: 30px;
  background-color: var(--main);
  align-items: center;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.about-one-hero-image-one {
  background-color: var(--main);
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  flex: 1;
  position: relative;
}

.about-one-hero-image-overlay-one {
  border: 2px solid var(--gainsboro);
  background-color: var(--gainsboro);
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-one-hero-image-two {
  background-color: var(--main);
  border-radius: 120px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.about-one-hero-image-overlay-two {
  border: 1px solid var(--gainsboro);
  background-color: var(--gainsboro);
  border-radius: 120px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-one-hero-image-three {
  background-color: var(--main);
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.about-one-hero-image-three-overlay-three {
  background-color: var(--gainsboro);
  border-radius: 120px 120px 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-one-hero-image-two-main {
  border-radius: 120px;
  height: 540px;
  overflow: hidden;
}

.about-one-hero-image-one-main {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  height: 540px;
  overflow: hidden;
}

.about-one-hero-image-three-main {
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  height: 540px;
  position: relative;
  overflow: hidden;
}

.about-one-marquee {
  background-color: rgba(0, 127, 97, .13);
}

.about-one-marquee-container {
  max-width: 1290px;
  overflow: hidden;
}

.about-one-marquee-main {
  padding-top: 30px;
  padding-bottom: 30px;
}

.about-one-core-values {
  background-color: var(--dark-slate-grey);
  padding: 90px 15px 120px;
}

.about-one-core-values-container {
  max-width: 1290px;
}

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

.about-one-core-values-line {
  background-color: #a0d7ff;
  width: 60px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-core-values-line.bg-black {
  background-color: var(--midnight-blue);
}

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

.about-one-mission-container {
  max-width: 1290px;
}

.about-one-mission-main {
  grid-column-gap: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-one-mission-text-block {
  flex: 0 45%;
}

.about-one-mission-image-block {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.about-one-mission-image-one {
  position: relative;
}

.box-shadow {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, .08);
}

.box-shadow.border-radius-twenty {
  border-radius: 20px;
}

.box-shadow.border-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.box-shadow.image-fit {
  object-fit: cover;
}

.about-one-mission-image-two {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -10%;
  right: auto;
}

.border-radius-twenty {
  border-radius: 20px;
}

.about-one-mission-image-three {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.about-one-mission-title-wrapper, .about-one-mission-para-wrapper {
  max-width: 500px;
}

.about-one-mission-steps-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.about-one-mission-steps {
  max-width: 500px;
}

.about-one-mission-steps-grid-block {
  grid-column-gap: 15px;
  display: flex;
}

.about-one-mission-steps-grid-text {
  flex: 1;
}

.about-one-mission-steps-grid-icon {
  width: 25px;
}

.about-one-mission-icon-box {
  margin-top: 120px;
}

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

.about-one-mission-icon-grid-block {
  background-color: rgba(0, 127, 97, .13);
  padding: 40px;
}

.about-one-mission-icon-grid-block.border-radius-ten {
  border-radius: 10px;
}

.about-one-mission-icon-grid-block.reddish-orange {
  background-color: #fbdcc9;
}

.about-one-mission-icon-grid-block.tealish-blue {
  background-color: #e4e8f9;
}

.about-one-mission-icon-grid-main {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-one-mission-icon {
  background-color: var(--white);
  border-radius: 100px;
  padding: 15px;
}

.about-one-mission-icon.margin-bottom-twenty {
  margin-bottom: 20px;
}

.about-one-vision {
  background-color: var(--main);
  padding: 120px 15px;
}

.about-one-vision-container {
  max-width: 1290px;
}

.about-one-vision-main {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.about-one-vision-image-block {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.about-one-vision-text-block {
  flex: 1;
}

.about-one-vision-image-one {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  max-width: 80%;
  position: relative;
}

.border-change {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
}

.about-one-vision-image-two {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.border-radius-ten {
  z-index: 9;
  border-radius: 10px;
}

.about-one-vision-text-divider {
  background-color: var(--gainsboro);
  height: 1px;
}

.about-one-vision-text-divider.margin-bottom-thirty {
  margin-bottom: 30px;
}

.about-one-vision-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.about-one-vision-icon-box {
  grid-column-gap: 15px;
  display: flex;
}

.about-one-vision-icon-box-text {
  flex: 1;
}

.about-one-team {
  margin-top: 120px;
}

.about-one-team-para-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.about-one-cta {
  padding: 70px 15px;
}

.about-one-cta-container {
  max-width: 1290px;
}

.about-one-cta-main {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.about-one-cta-text-block {
  flex: 1;
}

.about-one-cta-para-wrapper {
  max-width: 650px;
}

.about-one-cta-title-span {
  background-image: url('../images/curve-line.svg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-one-team-main {
  position: relative;
}

.about-two-hero-section {
  background-color: var(--main);
  padding: 170px 15px 120px;
}

.about-two-hero-container {
  max-width: 1290px;
}

.about-two-hero-text-block {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.about-two-hero-title-wrapper {
  flex: 0 62%;
}

.about-two-hero-para-wrapper {
  flex: 1;
}

.about-two-hero-title-span {
  color: var(--dark);
}

.about-two-hero-button-wrapper {
  display: flex;
}

.about-two-hero-image-block {
  grid-column-gap: 50px;
  margin-top: 70px;
  display: flex;
}

.about-two-hero-image-main {
  flex: 0 62%;
  position: relative;
}

.about-two-hero-image-sub {
  flex: 1;
}

.about-two-hero-image-one {
  z-index: 99;
  position: relative;
}

.about-two-hero-image-two {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.change-bg {
  background-color: var(--gainsboro);
}

.about-two-hero-image-three {
  max-width: 35%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10%;
  right: auto;
  overflow: hidden;
}

.about-two-hero-image-four {
  z-index: 999;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
  overflow: hidden;
}

.about-two-hero-image-five {
  overflow: hidden;
}

.about-two-mission {
  background-color: var(--dark-slate-grey);
  padding: 120px 15px;
}

.about-two-mission-container {
  max-width: 1290px;
}

.about-two-mission-text-block {
  grid-column-gap: 50px;
  display: flex;
}

.about-two-mission-title-wrapper, .about-two-mission-para-wrapper {
  flex: 1;
}

.about-two-mission-title-span {
  color: var(--red);
}

.about-two-mission-icon-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.about-two-mission-icon-box-one, .about-two-mission-icon-box-two, .about-two-mission-icon-box-three {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 40px 40px 30px;
  display: flex;
}

.about-two-mission-icon-wrapper {
  background-color: var(--red);
  border-radius: 100px;
  padding: 15px;
}

.about-two-mission-icon-wrapper.margin-bottom-twenty {
  margin-bottom: 20px;
}

.about-two-history {
  padding: 120px 15px;
}

.about-two-history-container {
  max-width: 1290px;
}

.about-two-history-title-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-history-title-span {
  color: var(--dark);
}

.about-two-history-para-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-history-counter-main {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-two-timeline {
  margin-top: 120px;
  display: flex;
}

.about-two-timeline-sub-image {
  flex: 1;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.about-two-timeline-sub-text {
  max-width: 400px;
}

.about-two-timeline-sub {
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 0 48%;
  align-items: center;
  display: flex;
}

.about-two-timeline-main {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-two-timeline-dot-one {
  background-color: var(--gainsboro);
  border-radius: 100px;
  width: 17px;
  height: 17px;
}

.about-two-timeline-line-one-gainsboro {
  background-color: var(--gainsboro);
  width: 2px;
  height: 100%;
}

.about-two-timeline-dot-two {
  background-color: var(--gainsboro);
  border-radius: 100px;
  width: 17px;
  height: 17px;
}

.about-two-timeline-line-two-gainsboro {
  background-color: var(--gainsboro);
  width: 2px;
  height: 100%;
}

.about-two-timeline-dot-three {
  background-color: var(--gainsboro);
  border-radius: 100px;
  width: 17px;
  height: 17px;
}

.about-two-timeline-line-three-gainsboro {
  background-color: var(--gainsboro);
  width: 2px;
  height: 100%;
}

.about-two-timeline-dot-four {
  background-color: var(--gainsboro);
  border-radius: 20px;
  width: 17px;
  height: 17px;
}

.about-two-timeline-line-four-gainsboro {
  background-color: var(--gainsboro);
  width: 2px;
  height: 100%;
}

.about-two-timeline-line-one-wrapper {
  height: 25%;
  position: relative;
}

.about-two-timeline-line-one-red {
  background-color: var(--red);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-two-timeline-line-two-wrapper {
  height: 25%;
  position: relative;
}

.about-two-timeline-line-two-red {
  background-color: var(--red);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-two-timeline-line-three-wrapper {
  height: 25%;
  position: relative;
}

.about-two-timeline-line-three-red {
  background-color: var(--red);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-two-timeline-line-four-wrapper {
  height: 25%;
  position: relative;
}

.about-two-timeline-line-four-red {
  background-color: var(--red);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-two-team {
  background-color: var(--main);
  padding: 120px 15px;
  position: relative;
}

.about-two-team-container {
  max-width: 1290px;
}

.about-two-team-title-span {
  color: var(--dark);
}

.about-two-para-wrapper {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-cta {
  background-color: rgba(0, 127, 97, .13);
  padding: 70px 15px;
  position: relative;
}

.about-two-cta-container {
  max-width: 1290px;
}

.about-two-cta-title-span {
  color: var(--dark);
}

.about-two-cta-para-wrapper {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-cta-button-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-two-cta-move-particle {
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 10%;
  right: auto;
}

.service-one-hero-section {
  background-color: var(--main);
  padding: 170px 15px 120px;
  position: relative;
}

.service-one-hero-container {
  max-width: 1290px;
  position: relative;
}

.service-one-hero-main {
  grid-column-gap: 50px;
  display: flex;
  position: relative;
}

.service-one-hero-text-block {
  flex: 0 45%;
}

.service-one-hero-image-block {
  background-image: url('../images/BG-Shape.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 55%;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 170px;
  display: flex;
  position: relative;
}

.service-one-hero-title-span {
  color: var(--red);
}

.service-one-hero-button-wrapper {
  display: flex;
}

.service-one-hero-image-two {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 0%;
}

.service-one-hero-image-three {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-one-hero-particle-two {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.service-one-hero-particle-one {
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -3%;
}

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

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

.service-one-title-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.service-one-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-one-para-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.service-one-icon-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service-one-icon-box-grid-block {
  background-color: rgba(0, 127, 97, .13);
  padding: 30px;
}

.service-one-icon-box-grid-block.border-radius-ten.bottom-margin {
  margin-bottom: 50px;
}

.service-one-icon-box-grid-block.border-radius-ten.top-margin {
  margin-top: 50px;
}

.service-one-icon-divider {
  background-color: var(--dim-grey);
  height: 1px;
}

.service-one-icon-divider.margin-top-twenty {
  margin-top: 20px;
}

.service-one-icon-divider.margin-top-twenty.margin-bottom-twenty {
  margin-bottom: 20px;
}

.service-one-button {
  grid-column-gap: 15px;
  display: flex;
}

.service-one-button.underline, .service-one-box-icon {
  position: relative;
}

.arrow-white {
  position: absolute;
  top: auto;
  bottom: 31%;
  left: auto;
  right: 0%;
}

.service-one-button-wrapper {
  display: flex;
}

.service-one-choose-us {
  background-color: var(--dark-slate-grey);
  max-width: 100%;
  padding: 120px 15px;
}

.service-one-choose-us-container {
  max-width: 1290px;
}

.service-one-choose-us-main {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.service-one-choose-us-image-block {
  color: var(--main);
  flex: 1;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.service-one-choose-us-text-block {
  flex: 1;
}

.service-one-choose-us-image-one {
  z-index: 99;
  max-width: 70%;
  position: relative;
}

.service-one-choose-us-image-two {
  max-width: 80%;
  margin-right: 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.service-one-choose-us-image-three {
  z-index: 99;
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-one-choose-us-image-four {
  z-index: 99;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.service-one-choose-us-title-span {
  color: var(--red);
}

.service-one-choose-us-text-divider {
  background-color: var(--gainsboro);
  height: 1px;
}

.service-one-choose-us-text-divider.margin-top-thirty {
  margin-top: 30px;
}

.service-one-choose-us-text-divider.margin-top-thirty.margin-bottom-thirty {
  margin-bottom: 30px;
}

.service-one-choose-us-icon-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.service-one-choose-us-button-wrapper {
  display: flex;
}

.service-one-freatured {
  background-color: var(--main);
  padding: 120px 15px;
}

.service-one-freatured-container {
  max-width: 1290px;
}

.service-one-freatured-main {
  grid-column-gap: 30px;
  display: flex;
}

.service-one-freatured-text-block {
  flex: 0 37%;
}

.service-one-freatured-list {
  flex: 1;
}

.service-one-freatured-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.service-one-freatured-grid-block {
  grid-column-gap: 20px;
  border-top: 1px solid var(--gainsboro);
  align-items: center;
  padding: 15px;
  display: flex;
}

.service-one-freatured-grid-para {
  flex: 0 50%;
}

.service-one-freatured-grid-title {
  flex: 1;
}

.service-one-freatured-grid-button {
  border: 1px solid var(--midnight-blue);
  border-radius: 100px;
  padding: 10px 7px;
}

.service-one-freatured-grid-number {
  flex: 0 5%;
}

.service-one-progress-main {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.service-one-progress-list {
  flex: 1;
}

.service-one-progress-text-block {
  flex: 1;
  padding-left: 40px;
}

.service-one-progress-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-one-progress-title-wrapper, .service-one-progress-para-wrapper {
  max-width: 400px;
}

.service-one-progress-divider {
  background-color: var(--dim-grey);
  max-width: 450px;
  height: 1px;
}

.service-one-progress-divider.margin-top-thirty {
  margin-top: 30px;
}

.service-one-progress-divider.margin-top-thirty.margin-buttom-thirty {
  margin-bottom: 30px;
}

.service-one-progress-list-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.service-one-progress-list-grid-block {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.service-one-progress-list-grid-arrow {
  background-color: rgba(255, 133, 95, .23);
  border-radius: 100px;
  padding: 3px 6px;
}

.service-one-progress-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1.5px dashed #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.service-one-progress-grid-text {
  background-color: rgba(255, 133, 95, .22);
  border-radius: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.service-one-progress-grid-text.change-color-green {
  background-color: rgba(0, 127, 97, .13);
}

.service-one-progress-grid-text.change-color-gainsboro {
  background-color: var(--gainsboro);
}

.service-one-progress-grid-block {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.service-one-progress-grid-dot {
  border: 1px dashed #000;
  flex: 0 20%;
  height: 1px;
}

.service-one-progress-image {
  background-color: var(--red);
  border-radius: 100px;
  padding: 15px;
}

.service-two-hero-section {
  background-color: var(--main);
  background-image: url('../images/Particle-2.svg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 170px 15px 120px;
}

.service-two-hero-container {
  max-width: 1290px;
}

.service-two-hero-sub-block-one {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.service-two-hero-sub-one-text-block {
  flex: 1;
}

.service-two-hero-sub-one-image-block {
  flex: 1;
  position: relative;
}

.service-two-hero-sub-one-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-two-hero-sub-one-button-wrapper {
  display: flex;
}

.service-two-hero-sub-one-image-one {
  z-index: 9;
  position: relative;
  left: 5%;
  overflow: hidden;
}

.service-two-hero-sub-one-image-two {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.service-two-hero-sub-one-image-three {
  z-index: 99;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.service-two-hero-sub-one-image-main {
  justify-content: center;
  max-width: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.service-two-hero-sub-one-title-wrapper, .service-two-hero-sub-one-para-wrapper {
  max-width: 550px;
}

.service-two-hero-sub-two {
  margin-top: 120px;
}

.service-two-hero-sub-two-title-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.service-two-hero-sub-two-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-two-hero-sub-two-para-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.service-two-hero-sub-two-main {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.service-two-hero-sub-two-image-block {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.service-two-hero-sub-two-text-wrapper {
  flex: 1;
}

.service-two-hero-sub-two-image-one {
  z-index: 9;
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.service-two-hero-sub-two-image-two {
  z-index: 9;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.service-two-hero-sub-two-text-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.service-two-hero-sub-two-text-grid-block {
  grid-column-gap: 20px;
  border-bottom: 1px solid var(--gainsboro);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-two-hero-sub-two-text-grid-block.border-buttom-off {
  border-bottom-width: 0;
}

.service-two-hero-sub-two-text-box {
  flex: 1;
}

.service-two-hero-sub-two-text-counter-box {
  flex: 0 25%;
}

.service-two-hero-sub-two-button-wrapper {
  display: flex;
}

.service-two-hero-sub-two-button-wrapper.margin-top-twenty {
  margin-top: 20px;
}

.service-two-hero-sub-two-image-three {
  max-width: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.service-two-hero-sub-two-image-four {
  z-index: 99;
  max-width: 10%;
  position: absolute;
  top: auto;
  bottom: 35%;
  left: auto;
  right: 55%;
}

.service-two {
  background-color: var(--dark-slate-grey);
  padding: 120px 15px;
}

.service-two-container {
  max-width: 1290px;
}

.service-two-title-span {
  background-image: url('../images/Underline-One.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.service-two-para-wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.service-two-grid-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-two-grid-box-block {
  background-color: rgba(0, 127, 97, .13);
  border-radius: 10px;
  padding: 30px 30px 20px;
}

.service-two-grid-icon {
  background-color: var(--dark);
  border-radius: 100px;
  flex: 0 55px;
  justify-content: center;
  align-items: center;
  min-width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.service-two-grid-title {
  flex: 1;
}

.service-two-grid-icon-box {
  display: flex;
}

.service-two-grid-icon-box.padding-buttom-ten {
  grid-column-gap: 15px;
  align-items: center;
}

.service-two-grid-icon-green {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-two-grid-icon-white {
  z-index: 9;
  position: relative;
}

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

.service-two-business-container {
  max-width: 1290px;
}

.service-two-business-main {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.service-two-business-text-block {
  flex: 1;
}

.service-two-business-image-block {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.service-two-business-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-two-business-image-two {
  margin-left: -30%;
  overflow: hidden;
}

.service-two-business-image-one {
  margin-right: -25%;
  overflow: hidden;
}

.service-two-business-image-three {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pricing-hero-container {
  max-width: 1290px;
}

.pricing-hero-para-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-hero-toggle-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.pricing-hero-toggle {
  background-color: var(--main);
  border-radius: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 40px;
  display: flex;
}

.pricing-hero-toggle-button {
  background-color: var(--white);
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin-left: 3px;
}

.pricing-main-block {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-main-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-main-grid-block {
  background-color: var(--white);
  padding: 30px;
}

.pricing-main-grid-block.border-radius-ten {
  border: 1px solid var(--gainsboro);
  font-family: Sfuitext, sans-serif;
}

.pricing-text-span {
  text-transform: lowercase;
  font-size: 1rem;
}

.pricing-main-list-wrapper {
  align-items: center;
  display: flex;
}

.pricing-main-list-wrapper.padding-bottom-thirty {
  padding-bottom: 10px;
}

.pricing-main-list-icon {
  flex: 0 10%;
}

.pricing-main-list-text {
  flex: 1;
}

.pricing-main-button-wrapper {
  display: flex;
}

.text-block {
  border: 1px solid var(--gainsboro);
  padding: 15px;
}

.text-block.heading-medium.border-radius-ten.margin-buttom-ten {
  background-color: var(--white);
  color: var(--dark);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Sfuitext, sans-serif;
  font-style: normal;
}

.annuel {
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mensuel {
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.pricing-main {
  position: relative;
}

.pricing-featured {
  padding: 120px 15px;
}

.pricing-featured-container {
  max-width: 1290px;
}

.pricing-featured-text-block {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.pricing-featured-title, .pricing-featured-para {
  flex: 1;
}

.pricing-featured-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pricing-featured-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.pricing-featured-grid-block {
  grid-column-gap: 20px;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.pricing-featured-grid-block.box-shadow.border-radius-ten {
  grid-column-gap: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pricing-featured-text-wrapper {
  flex: 1;
}

.pricing-featured-icon-wrapper {
  background-color: var(--clear);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.pricing-hero-one, .contact-one-hero-section {
  background-color: var(--main);
  padding: 170px 15px 120px;
}

.contact-one-hero-container {
  max-width: 1290px;
}

.contact-one-hero-main {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.contact-one-hero-text-block, .contact-one-hero-contact-block {
  flex: 1;
}

.contact-one-hero-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-one-address-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.contact-one-address-block {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.contact-one-address-text {
  flex: 1;
}

.contact-one-address-icon {
  background-color: var(--clear);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.contact-one-hero-contact-main {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
}

.contact-one-contact-input-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.input-font {
  border: 1px solid var(--gainsboro);
  color: var(--dim-grey);
  border-radius: 10px;
  height: 60px;
  font-family: Questrial, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.input-font.text-area-height {
  min-height: 178px;
}

.contact-one-hero-para-wrapper {
  max-width: 550px;
}

.contact-two-hero-section {
  background-color: var(--main);
  padding: 170px 15px 350px;
}

.contact-two-hero-container {
  max-width: 1290px;
}

.contact-two-hero-para-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contact-two-container {
  max-width: 1290px;
}

.contact-two-main {
  background-color: var(--white);
  max-width: 750px;
  margin-top: -25%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.contact-two {
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-two-detail-container {
  max-width: 1290px;
}

.contact-two-detail {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-two-detail-para-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contact-two-detail-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-two-detail-grid-block {
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.contact-two-detail-grid-block.box-shadow.border-radius-ten {
  justify-content: center;
}

.contact-two-detail-icon-wrapper {
  background-color: var(--dark);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.contact-two-detail-icon-wrapper.margin-bottom-ten {
  margin-bottom: 10px;
}

.hamburger {
  display: none;
}

.nav-dropdown {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-dropdown.dropdown-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Questrial, sans-serif;
  font-size: 14rem;
  line-height: 20px;
}

.nevigation {
  z-index: 9999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nevigation-dropdown-list {
  background-color: #fff;
  border: 1px solid rgba(16, 32, 39, .1);
  min-width: 220px;
  margin-top: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-menu {
  text-align: right;
  border: 1px solid rgba(0, 0, 0, 0);
}

.navbar-main {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 15px;
}

.navbar-main.hidden {
  display: none;
}

.menu-font {
  color: var(--midnight-blue);
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Questrial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.menu-font.w--current {
  color: #102027;
}

.menu-font.margin-off {
  margin-left: 0;
  margin-right: 0;
}

.menu-font.margin-off.w--current {
  color: #102027;
}

.menu-font.margin-off.padding-off {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-menu-block {
  text-align: center;
  flex: 1;
}

.nevigation-icon {
  font-family: Questrial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.navbar-container {
  justify-content: space-around;
  align-items: center;
  max-width: 1290px;
  display: flex;
}

.feature-hero-section {
  background-color: var(--main);
  padding: 170px 15px 120px;
}

.feature-hero-container {
  max-width: 1290px;
}

.feature-hero-title-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.feature-hero-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-hero-para-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.feature-hero-icon-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-hero-icon-box-grid-block {
  background-color: var(--clear);
  border-radius: 10px;
  padding: 30px 30px 20px;
}

.feature-choose-us {
  padding: 120px 15px;
}

.feature-choose-container {
  max-width: 1290px;
}

.feature-choose-main {
  grid-column-gap: 80px;
  display: flex;
}

.feature-choose-image-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.feature-choose-text-block {
  flex: 1;
}

.feature-choose-image-one {
  max-width: 90%;
  position: relative;
}

.feature-choose-image-two {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.feature-choose-image-three {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.feature-choose-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-choose-text-icon-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.feature-choose-text-icon-box-grid-block {
  grid-column-gap: 20px;
  background-color: var(--clear);
  border-radius: 10px;
  padding: 30px 30px 20px;
  display: flex;
}

.feature-choose-icon-text {
  flex: 1;
}

.feature-choose-icon {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.feature-choose-button-wrapper {
  display: flex;
}

.feature-services {
  background-color: var(--dark-slate-grey);
  padding: 120px 15px;
}

.feature-services-container {
  max-width: 1290px;
}

.feature-services-text-block {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.feature-services-text {
  flex: 1;
}

.feature-services-title-wrapper {
  max-width: 700px;
}

.feature-services-para-wrapper {
  max-width: 850px;
}

.feature-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.feature-services-grid-block {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 40px 30px;
  display: flex;
}

.feature-services-icon {
  background-color: var(--clear);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  display: flex;
}

.feature-services-divider {
  background-color: var(--gainsboro);
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-our-business {
  padding: 120px 15px;
}

.feature-our-business-container {
  max-width: 1290px;
}

.feature-our-business-main {
  grid-column-gap: 50px;
  display: flex;
}

.feature-our-business-text-block {
  flex: 0 50%;
}

.feature-our-business-image-block {
  background-image: url('../images/bg-shape-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.feature-our-business-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.feature-our-business-grid-block {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-our-business-icon {
  background-color: var(--dark);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.feature-our-business-button-wrapper {
  display: flex;
}

.feature-our-business-image-one {
  z-index: 9;
  position: relative;
}

.feature-our-business-image-two {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.border-radius-bottom {
  border-bottom-right-radius: 240px;
  border-bottom-left-radius: 240px;
}

.feature-our-business-image-three {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.border-radius-top {
  border-top-left-radius: 240px;
  border-top-right-radius: 240px;
}

.why-choose-hero-section {
  background-color: var(--main);
  background-image: url('../images/Star.png');
  background-position: 80% 35%;
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 170px 15px 120px;
  position: static;
}

.why-choose-hero-container {
  max-width: 1290px;
}

.why-choose-hero-title-wrapper, .why-choose-hero-para-wrapper {
  max-width: 800px;
}

.why-choose-support {
  background-color: var(--dark-slate-grey);
  padding: 120px 15px;
}

.why-choose-support-container {
  max-width: 1290px;
}

.why-choose-support-text {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.why-choose-support-text-main, .why-choose-support-para {
  flex: 1;
}

.why-choose-support-title-span {
  color: var(--red);
}

.why-choose-support-icon-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.why-choose-support-icon-grid-block {
  border-bottom: 5px solid var(--white);
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 40px;
  transition: border .4s;
  display: flex;
}

.why-choose-support-icon-grid-block:hover, .why-choose-support-icon-grid-block.border-color-change {
  border-bottom-color: var(--red);
}

.why-choose-support-icon {
  width: 80px;
  height: 70px;
}

.why-choose-business {
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.why-choose-business-text-block {
  flex: 1;
}

.why-choose-business-image-wrapper {
  flex: 0 50%;
  justify-content: flex-end;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.why-choose-business-image-one {
  position: relative;
  overflow: hidden;
}

.why-choose-business-image-two {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 8%;
  right: auto;
}

.why-choose-business-title-span {
  color: var(--red);
}

.why-choose-business-list {
  grid-column-gap: 15px;
  display: flex;
}

.why-choose-business-list-text {
  flex: 1;
}

.why-choose-business-list-icon {
  background-color: var(--red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 2px;
  display: flex;
}

.why-choose-business-list-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.why-choose-business-button-wrapper {
  display: flex;
}

.why-choose-service {
  background-color: var(--main);
  padding: 120px 15px;
}

.why-choose-service-container {
  max-width: 1290px;
}

.why-choose-service-main {
  grid-column-gap: 50px;
  display: flex;
}

.why-choose-service-image-block {
  flex: 0 55%;
  align-items: center;
  display: flex;
  position: relative;
}

.why-choose-service-text-block {
  flex: 1;
}

.why-choose-service-image-one {
  position: relative;
}

.why-choose-service-image-two {
  z-index: 9;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.why-choose-service-image-three {
  z-index: 9;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.why-choose-service-title-span {
  color: var(--dark);
}

.why-choose-service-text-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.why-choose-service-text-grid-block {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
}

.why-choose-service-text-counter-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.why-choose-service-image-main {
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.why-choose-faq {
  padding: 120px 15px;
}

.why-choose-faq-container {
  max-width: 1290px;
}

.why-choose-faq-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

.why-choose-faq-para-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-faq-accordion-wrapper {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-wrapper {
  background-color: var(--clear);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.arrow-left, .arrow-right {
  opacity: 0;
}

.blog-style-one-header-top {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-style-one-feature-post {
  background-color: var(--main);
  padding: 170px 15px 110px;
}

.blog-style-one-header-top-icon {
  width: 2%;
}

.blog-style-one-feature-post-container {
  max-width: 1290px;
}

.blog-style-one-title-wrapper {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.blog-style-one-recent-post-container {
  max-width: 1290px;
}

.header-top-image {
  width: 25px;
}

.blog-style-one-recent-post-header-top {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-style-one-recent-post {
  padding: 120px 15px 110px;
}

.blog-recent-post {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  display: block;
}

.blog-recent-post-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-style-one-grid-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-style-one-sub-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.blog-style-one-sub-image-wrapper {
  object-fit: cover;
  max-height: 175px;
  overflow: hidden;
}

.blog-style-one-button-wrapper {
  display: flex;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.padding-bottom-ten.change-blog-heading {
  font-size: 3.4375rem;
  line-height: 3.75rem;
}

.blog-style-two {
  background-color: var(--main);
  padding: 170px 15px 120px;
}

.blog-style-two-newsletter-block {
  padding-top: 30px;
  padding-bottom: 100px;
}

.blog-style-two-newsletter-sign-up-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.blog-style-two-text-wrapper {
  padding-bottom: 10px;
}

.success-message {
  background-color: #fff;
}

.top-heading-image {
  width: 25px;
}

.blog-style-two-newsletter-sign-up {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 20px;
  align-items: center;
  padding: 40px;
  display: flex;
}

.error-message {
  background-color: #fff;
}

.blog-style-two-header-top {
  grid-column-gap: 10px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.collection-list-style-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-bottom-twenty {
  padding-bottom: 20px;
  position: relative;
}

.blog-style-two-newsletter-sign-up-text {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-style-two-container {
  max-width: 1270px;
}

.blog-style-two-newsletter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(65%, 1fr) 1fr;
}

.blog-style-two-data {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.blog-style-two-data-category {
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
}

.blog-style-two-main {
  background-color: var(--white);
  border-radius: 20px;
}

.blog-style-two-main-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.blog-style-two-author-image {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.blog-style-two-author-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-style-two-newsletter-post, .blog-style-two-newsletter-post-image {
  position: relative;
}

.blog-style-two-newsletter-post-overlay {
  z-index: 9;
  background-image: linear-gradient(to top, var(--dark-slate-grey), rgba(255, 255, 255, 0));
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-style-two-newsletter-post-main {
  z-index: 99;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-style-two-newsletter-post-category {
  display: flex;
}

.blog-style-two-newsletter-author-wrapper {
  grid-column-gap: 15px;
  border-radius: 100px;
  align-items: center;
  display: flex;
}

.blog-style-two-newsletter-author {
  object-fit: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.blog-style-two-newsletter-category-wrapper {
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
}

.blog-style-three-header-upper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.align-center-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-style-three {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-style-three-container {
  max-width: 1270px;
}

.header-upper-image {
  width: 20px;
}

.blog-style-three {
  background-color: var(--main);
  padding: 170px 15px 120px;
}

.blog-style-three-title-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blog-style-three-wrapper {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.blog-style-three-image-wrapper {
  flex: 0 50%;
  width: 100%;
}

.blog-style-three-data {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.border-radius-left {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
}

.blog-style-three-category {
  display: flex;
}

.blog-style-three-category-text {
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
}

.blog-style-three-divider {
  background-color: var(--gainsboro);
  height: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-style-three-date-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-style-three-image {
  object-fit: cover;
  height: auto;
}

.blog-detail-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.blog-detail-category-wrapper {
  border-radius: 4px;
  padding: 0 5px;
  display: flex;
}

.blog-reading-time {
  flex-direction: column;
  display: flex;
}

.blog-detail-author-wrapper {
  grid-column-gap: 15px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.blog-detail-time-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.blog-detail-main-block {
  margin-top: 20px;
}

.blog-detail {
  background-color: var(--main);
  margin-left: auto;
  margin-right: auto;
  padding: 170px 20px 120px;
  transition: color .5s, background-color .4s;
}

.blog-detail-main-image {
  margin-top: 50px;
}

.blog-detail-date, .blog-detail-author-designation {
  flex-direction: column;
  display: flex;
}

.blog-detail-date-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.blog-detail-author-image {
  object-fit: cover;
  border-radius: 100px;
  flex: 0 70px;
  height: 70px;
  overflow: hidden;
}

.blog-detail-title-wrapper {
  text-decoration: none;
}

.blog-detail-category {
  display: flex;
}

.blog-detail-author-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.blog-detail-date-icon, .blog-detail-time-icon {
  padding-top: 5px;
}

.rich-text-block {
  color: var(--dim-grey);
  font-family: Questrial, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}

.sea-green {
  color: var(--dark);
}

.sea-green.underline {
  color: var(--red);
}

.sea-green.underline.capitalized {
  text-transform: capitalize;
}

.coral {
  color: var(--red);
}

.coral.underline.capitalized {
  text-transform: capitalize;
}

.border-radius-first {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  height: 100%;
}

.about-one-hero-first-image, .about-one-hero-second-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-one-hero-second-image.border-radius-second {
  border-radius: 120px;
}

.about-one-hero-third-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-one-hero-third-image.border-radius-third {
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
}

.blog-recent-post-date-wrapper {
  justify-content: space-between;
  display: flex;
}

.blog-recent-post-date-wrapper.margin-top-ten {
  margin-top: 20px;
}

.blog-recent-post-date {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-recent-post-time {
  grid-column-gap: 15px;
  display: flex;
}

.blog-style-one-date-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.blog-style-one-date, .blog-style-one-time {
  grid-column-gap: 10px;
  display: flex;
}

.blog-style-one-sub-date-wrapper {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.blog-style-one-sub-date, .blog-style-one-sub-time {
  grid-column-gap: 10px;
  display: flex;
}

.image-zoom {
  transition: all 1s;
}

.image-zoom:hover {
  transform: scale(1.2);
}

.blog-style-one-image-wrapper {
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.blog-recent-post-wrapper {
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.image-move {
  transition: all 1s;
}

.image-move:hover {
  transform: scale(1.2);
}

.blog-style-one-image {
  transition: all 1s;
}

.blog-style-one-image:hover {
  transform: scale(1.2);
}

.blog-style-three-date {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-style-three-time {
  grid-column-gap: 10px;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--main);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 170px 15px 120px;
  display: flex;
}

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

._404-hero-section {
  background-color: var(--main);
  padding: 170px 15px 120px;
}

._404-hero-section-main {
  justify-content: center;
  display: flex;
}

._404-hero-section-paragraph-wrapper {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

._404-hero-section-container {
  max-width: 1290px;
}

._404-hero-section-button-wrapper {
  justify-content: center;
  display: flex;
}

.utility-page-form {
  background-color: var(--clear);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.password-protect-newsletter-wrapper {
  width: 80%;
  display: flex;
}

.template-hero-section {
  background-image: linear-gradient(#fcf6f2, #f3f1fa);
}

.template-hero-section-background-image {
  background-color: var(--main);
  padding: 170px 20px 120px;
}

.template-hero-section-container {
  text-align: left;
  max-width: 1290px;
}

.template-hero-section-text-block {
  max-width: 800px;
}

.style-guide-color-pallette-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-heading-style-grid-title-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.style-guide-color-pallette-color-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.style-guide-attributes {
  padding: 120px 20px;
}

.style-guide-body-text {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 120px;
  display: flex;
}

.style-guide-color-pallette-block-color {
  background-color: var(--dim-grey);
  border-radius: 6px;
  height: 75px;
}

.style-guide-color-pallette-block-color.gainsboro {
  background-color: var(--clear);
}

.style-guide-color-pallette-block-color.thistle {
  background-color: var(--dark-slate-grey);
}

.style-guide-color-pallette-block-color.dim-grey {
  background-color: var(--dark);
}

.style-guide-color-pallette-block-color.bluish-cyan {
  background-color: var(--midnight-blue);
}

.style-guide-color-pallette-block-color.midlight-blue {
  background-color: var(--red);
}

.style-guide-color-pallette-grid-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.style-guide-heading-style-grid-font-wrapper {
  flex: 1;
}

.style-guide-button {
  margin-top: 120px;
}

.style-guide-attributes-container {
  max-width: 1290px;
}

.style-guide-color-pallette {
  margin-top: 120px;
}

.style-guide-heading-style {
  padding-top: 120px;
}

.style-guide-body-text-font-2 {
  grid-column-gap: 50px;
  display: flex;
}

.style-guide-color-pallette-title-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.style-guide-color-pallette-title-wrapper.padding-bottom {
  padding-bottom: 30px;
}

.style-guide-heading-style-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-color-pallette-primary-color {
  flex: 1;
}

.style-guide-color-pallette-primary-color.width {
  max-width: 50%;
}

.style-guide-typography-palette {
  padding-top: 120px;
}

.style-guide-site-map-list {
  margin-bottom: 0;
}

.style-guide-color-pallette-secondary-color {
  flex: 1;
}

.style-guide-heading-style-grid-text-wrapper {
  background-color: var(--clear);
  border-radius: 6px;
  padding: 40px;
  display: flex;
}

.style-guide-heading-style-grid-block-title {
  padding-bottom: 20px;
}

.style-guide-button-wrapper {
  display: flex;
}

.changelog-hero-section {
  background-color: var(--main);
  padding: 170px 15px 120px;
}

.template-hero-section-text-block-2.changelog-hero-section-text {
  text-align: center;
  max-width: 100%;
}

.changelog-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.changelog-container {
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.flex-center {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: block;
  position: relative;
}

.error-image-block {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.error-image {
  display: block;
}

.changelog-button-wrapper {
  justify-content: center;
  display: flex;
}

.change-size-two {
  font-size: 1.5rem;
}

.licensing-text-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.licensing-hero-section {
  background-image: linear-gradient(130deg, #fcf6f2, #f3f1fa);
}

.template-hero-section-background-image-2 {
  background-color: var(--main);
  padding: 170px 20px 120px;
}

.contact-container {
  max-width: 1290px;
}

.padding-bottom-ten-2 {
  padding-bottom: 10px;
}

.licence-link {
  color: var(--dark);
  text-decoration: none;
}

.licencing-image-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.licence-information-image-block {
  margin-top: 3.6rem;
  margin-bottom: 3.5rem;
}

.licencing-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.licensing-section {
  padding: 120px 15px 70px;
}

.landing-hero-section-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.landing-hero-section-top-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-hero-section-top-heading-main {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.landing-hero-section-container {
  max-width: 1290px;
  padding: 170px 15px 120px;
}

.landing-hero-section {
  background-color: var(--main);
  position: relative;
}

.landing-hero-section-particle-one {
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.landing-hero-section-top-heading-icon {
  max-width: 10%;
}

.landing-hero-section-particle-two {
  position: absolute;
  top: 40%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.landing-hero-section-title-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.landing-slide-section {
  background-color: var(--clear);
  padding-top: 50px;
  padding-bottom: 120px;
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mrq-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.mrq-container._02 {
  justify-content: flex-end;
}

.mrq-container-three {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mrq-container-two {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.mrq-slider {
  margin-top: 30px;
  display: none;
}

.mrq-slider.marquee-two, .mrq-slider.marquee-one {
  display: block;
}

.mrq-train-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.mrq-container-one {
  flex: none;
  justify-content: flex-end;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.landing-inner-pages-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.landing-utility-pages-main {
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
}

.landing-utility-pages-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.landing-utility-pages {
  max-width: 1290px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.landing-home-pages-button-wrapper {
  justify-content: center;
  display: flex;
}

.landing-home-pages-button-wrapper.padding-top-thirty {
  padding-top: 30px;
}

.landing-inner-pages {
  max-width: 1500px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.landing-home-pages-main {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.landing-home-pages-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.landing-home-pages {
  background-color: var(--white);
  padding: 120px 15px;
}

.landing-home-pages-grid-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 30px 20px;
  display: flex;
}

.landing-home-pages-container {
  max-width: 100%;
}

.footer-two-main-copyright-wrapper {
  max-width: 300px;
}

.live-chat-hero-section {
  background-color: var(--main);
  padding: 180px 15px 0;
}

.live-chat-hero-container {
  max-width: 1290px;
}

.live-chat-hero-main {
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
}

.live-chat-hero-text-block {
  flex: 1;
}

.live-chat-hero-image-block {
  flex: 0 50%;
  position: relative;
}

.live-chat-hero-title-span {
  background-image: linear-gradient(to bottom, var(--dark), var(--midnight-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.live-chat-hero-newsletter-wrapper {
  background-color: var(--white);
  border-radius: 6px;
  max-width: 450px;
  padding: 10px 15px;
}

.live-chat-hero-newsletter-form {
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.live-chat-hero-para-wrapper {
  max-width: 500px;
}

.live-chat-hero-image-one {
  background-image: url('../images/Shape.png');
  background-position: 50% 96%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 50%;
  overflow: hidden;
}

.live-chat-hero-image-two {
  background-image: url('../images/Shape-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.live-chat-hero-image-two-wrapper {
  justify-content: flex-end;
  margin-top: -50%;
  display: flex;
}

.live-chat-hero-image-three-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.live-chat-hero-image-one-wrapper {
  overflow: hidden;
}

.live-chat-hero-checklist-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.live-chat-hero-checklist {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

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

.live-chat-support {
  background-color: var(--clear);
  padding: 120px 15px;
}

.live-chat-support-container {
  max-width: 1290px;
}

.live-chat-support-main {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.live-chat-support-icon-box-block {
  flex: 0 50%;
}

.live-chat-support-text-block {
  flex: 1;
}

.live-chat-support-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.live-chat-support-grid-block {
  padding: 30px;
}

.live-chat-support-grid-block.border-radius-ten {
  background-color: var(--white);
}

.live-support-icon-green {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.live-support-icon-black {
  position: relative;
}

.live-chat-support-header-top-wrapper {
  display: flex;
}

.live-chat-support-header-top {
  grid-column-gap: 10px;
  background-color: var(--gainsboro);
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.live-chat-support-button-wrapper {
  display: flex;
}

.live-chat-faq {
  padding: 120px 15px;
}

.live-chat-faq-container {
  max-width: 1290px;
}

.live-chat-faq-main {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.live-chat-faq-text-block {
  flex: 0 45%;
}

.live-chat-faq-image-block {
  flex: 0 60%;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.live-chat-faq-image-one {
  position: relative;
  overflow: hidden;
}

.live-chat-faq-image-two {
  max-width: 65%;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.live-chat-support-member {
  margin-top: 100px;
}

.live-chat-support-star-wrapper {
  justify-content: center;
  display: flex;
}

.live-chat-support-title-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.live-chat-support-image-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.live-chat-steps {
  background-color: var(--dark-slate-grey);
  padding: 70px 15px;
}

.live-chat-steps-container {
  max-width: 1290px;
}

.live-chat-steps-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.live-chat-steps-title-wrapper {
  max-width: 60%;
}

.live-chat-steps-para-wrapper {
  max-width: 90%;
}

.live-chat-steps-grid-block-one {
  background-image: url('../images/Step-One.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.live-chat-steps-grid-block-two {
  background-image: url('../images/Step-Two.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.live-chat-steps-grid-block-three {
  background-image: url('../images/Step-Three.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.live-chat-app-support {
  background-color: var(--clear);
  padding: 120px 15px;
}

.live-chat-app-support-container {
  max-width: 1290px;
}

.live-chat-app-support-title-wrapper {
  justify-content: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.live-chat-app-support-multi-channel-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.live-chat-app-support-multi-channel-grid-block {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  padding: 30px;
  display: flex;
}

.live-chat-app-support-multi-channel {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.live-chat-helpdesk {
  grid-column-gap: 100px;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.live-chat-helpdesk-text-block {
  flex: 1;
}

.live-chat-helpdesk-image-block {
  background-image: url('../images/Manage-App-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.live-chat-helpdesk-image-one-wrapper {
  max-width: 50%;
  margin-right: 50px;
  position: relative;
  overflow: hidden;
}

.live-chat-helpdesk-image-two-wrapper {
  z-index: 9;
  max-width: 55%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 10%;
  right: auto;
  overflow: hidden;
}

.live-chat-helpdesk-image-three-wrapper {
  z-index: 99;
  max-width: 60%;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.live-chat-helpdesk-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.live-chat-helpdesk-icon-box-title {
  grid-column-gap: 15px;
  display: flex;
}

.live-chat-pricing {
  padding: 120px 15px;
}

.live-chat-pricing-container {
  max-width: 1290px;
}

.live-chat-pricing-main {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.live-chat-pricing-text-block, .pricing-two {
  flex: 0 50%;
}

.live-chat-pricing-title-wrapper {
  max-width: 450px;
}

.pricing-two-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.pricing-two-grid-block {
  background-color: var(--white);
  padding: 30px;
}

.list {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.pricing-two-button-wrapper {
  justify-content: center;
  display: flex;
}

.pricing-two-grid-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-two-grid-list.padding-bottom-twenty {
  align-items: center;
}

.auto-fit {
  object-fit: cover;
  border-radius: 10px;
}

.auto-fit.border-radius-ten {
  object-fit: contain;
  object-fit: contain;
  border-radius: 20px;
}

.service-one-hero-para-wrapper {
  max-width: 470px;
}

.service-one-box-icon-one {
  position: relative;
}

.service-one-box-icon-two {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.app-development-solutions-title-span {
  background-image: url('../images/Underline02.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

.text-align-center.margin-bottom-thirty {
  margin-bottom: 30px;
}

.landing-footer {
  background-image: url('../images/Landing-Cta-Background.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-two {
  color: #141f39;
  font-family: Urbanist, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.heading-two.text-white {
  color: #fff;
}

.landing-cta {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.body-button {
  color: #fff;
  letter-spacing: .02rem;
  text-transform: capitalize;
  background-color: #3921f5;
  border-radius: 5px;
  padding: 10px 31px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .45s;
}

.body-button:hover {
  transform: translate(0, -5px);
}

.body-button.no-bg {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.fit {
  object-fit: fill;
}

.landing-cta-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.landing-cta-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.picture {
  border-radius: 10px;
}

.picture._50 {
  max-width: 50%;
}

.p {
  border-radius: 10px;
}

.image {
  height: 100%;
}

._100-heightimage {
  border-radius: 10px;
  height: 100%;
}

.overflow-2 {
  object-fit: cover;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.smart-application-hero-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.smart-application-hero-button-wrapper.top {
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.smart-application-hero-main-block-2 {
  grid-column-gap: 80px;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.heading-small-2 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.text-span-5 {
  color: #f7fff7;
  background-image: linear-gradient(#ff6b6b, #ff6b6b);
  font-family: Horizon, sans-serif;
  font-size: 5rem;
  line-height: 6rem;
}

.bold-text-5 {
  color: #000;
  text-transform: none;
  font-family: Horizon, sans-serif;
  font-size: 5rem;
  line-height: 6rem;
}

.smart-application-hero-button-2 {
  background-color: #ffe66d;
  border: 0 solid #ffe66d;
  border-radius: 10px;
  position: relative;
}

.smart-application-hero-button-bg-2 {
  background-color: #f7fff7;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-11 {
  font-weight: 400;
}

.paragraph-16 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding: 20px 40px;
  font-family: Sfuitext, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.smart-application-hero-how-work-2 {
  grid-column-gap: 15px;
  flex: 0 auto;
  align-items: center;
  text-decoration: none;
  display: none;
}

.button-main-3 {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.align-center-3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Horizon, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-12, .text-span-13 {
  color: #f7fff7;
  background-image: linear-gradient(#ff6b6b, #ff6b6b);
}

.text-span-7 {
  background-image: url('../images/Urry-5.svg');
  background-position: 4% 0;
  background-repeat: repeat-x;
  background-size: 40rem 4rem;
}

.app-development-digital-title-span-2 {
  text-transform: none;
  background-image: url('../images/Urry-5.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: 50rem;
}

.align-center-5 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-big-2 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.heading-big-2.padding-buttom-ten {
  color: #000;
  font-family: Horizon, sans-serif;
  font-size: 3rem;
}

.bold-text-14 {
  color: #000;
  font-size: 1rem;
}

.smart-application-help-counter-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.smart-application-help-counter-wrapper-2 {
  text-align: center;
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.bold-text-16, .bold-text-13 {
  color: #000;
  font-size: 1.1rem;
}

.bold-text-15 {
  color: #000;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.body-font-5 {
  color: #4f4f4f;
  text-transform: lowercase;
  font-family: Questrial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.body-font-5.capitalize {
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.align-center-6 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-9 {
  color: #000;
  font-family: Horizon, sans-serif;
  font-size: 2rem;
  overflow: hidden;
}

.text-span-81 {
  color: #f7fff7;
  background-color: #ff6b6b;
  font-family: Horizon, sans-serif;
  font-style: normal;
}

.savoirplus {
  color: #000;
  background-color: rgba(56, 152, 236, 0);
  padding-left: 0;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-decoration: underline;
}

.savoirplus.w--current {
  color: #000;
  text-align: left;
  background-color: rgba(56, 152, 236, 0);
  justify-content: flex-start;
  padding-left: 0;
  font-family: Questrial, sans-serif;
  display: flex;
}

.border-radius-twenty-2 {
  background-color: #fff;
  border-radius: 20px;
}

.heading-medium-6 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.heading-medium-6.padding-top-ten {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sfuitext, sans-serif;
  line-height: 1.5rem;
}

.about-one-team-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.body-font-6 {
  color: #4f4f4f;
  text-transform: lowercase;
  font-family: Questrial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.body-font-6.capitalize {
  color: #000;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.div-bl {
  background-color: #fff;
}

.rl_navbar2_menu-dropdown {
  display: none;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  order: 1;
  margin-left: 1rem;
  display: flex;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar2_dropdwn-toggle {
  color: #000;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.image-2 {
  max-width: 50%;
}

.tekna-2 {
  order: -1;
}

.rl_navbar2_link-text {
  font-family: Questrial, sans-serif;
}

.rl_navbar2_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: none;
}

.rl_navbar2_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_dropdown-link.w--current {
  color: #000;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_menu.is-page-height-tablet {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Sfuitext, sans-serif;
  font-size: 14.1rem;
}

.menu-font-2 {
  color: #000;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.menu-font-2.w--current {
  color: #102027;
}

.menu-font-2.margin-off {
  margin-left: 0;
  margin-right: 0;
}

.menu-font-2.margin-off.w--current {
  color: #102027;
}

.menu-font-2.margin-off.padding-off {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rl_navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.nevigation-icon-2 {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Questrial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: block;
}

.rl_navbar2_link {
  color: #000;
  align-self: center;
  padding: .5rem 1.1rem;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar2_link.w--current {
  color: #000;
}

.rl_navbar2_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_component {
  background-color: #ffe66d;
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-3 {
  max-width: 50%;
}

.footer-one-menu-wrapper-2 {
  flex: 1;
  order: 0;
  align-self: auto;
}

.footer-one-menu-wrapper-2.hidden {
  display: none;
}

.link-block {
  text-decoration: none;
}

.heading-medium-7 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.heading-medium-7.color-white {
  color: #000;
  font-family: Sfuitext, sans-serif;
  line-height: 1.5rem;
}

.sea-green-2 {
  color: #007f61;
}

.sea-green-2.underline {
  color: #ff855f;
}

.sea-green-2.underline.capitalized {
  color: #f7fff7;
  -webkit-text-stroke-color: #f7fff7;
  text-transform: capitalize;
  font-family: Sfuitext, sans-serif;
}

.footer-one-copy-right-wrapper-2 {
  border-top: 1px #e2e2e2;
  margin-top: 10px;
  padding: 15px;
}

.padding-buttom-twenty-2 {
  text-align: left;
  object-fit: fill;
  width: 80%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.body-font-7 {
  color: #4f4f4f;
  text-transform: lowercase;
  font-family: Questrial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.body-font-7.color-white.capitalize {
  color: #000;
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.body-font-7.color-white.align-center {
  color: #141f39;
  font-family: Sfuitext, sans-serif;
}

.footer-one-main-2 {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

.footer-one-menu-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.bold-text-17 {
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
}

.heading-small-6 {
  color: #000;
  text-transform: none;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.image-4, .image-5 {
  object-fit: contain;
}

.text-span-82, .text-span-83, .text-span-84, .text-span-85, .text-span-86 {
  background-color: var(--red);
  color: var(--clear);
}

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

.align-center-10.padding-buttom-twenty {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.align-center-10.padding-buttom-ten {
  padding-top: 10px;
  font-family: Horizon, sans-serif;
}

.align-center-10.padding-buttom-twenty {
  text-transform: none;
}

.pricing-main-grid-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 320px;
  padding-bottom: 40px;
}

.pricing-main-list-text-2 {
  flex: 1;
}

.pricing-hero-para-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.text-span-44 {
  color: #f7fff7;
  background-color: #ff6b6b;
  font-size: 2rem;
  line-height: 2.5rem;
}

.heading-small-12 {
  color: #000;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-12.padding-buttom-ten {
  color: #000;
}

.pricing-hero-toggle-button-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin-left: 3px;
}

.princing-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.smart-application-hero-button-13 {
  background-color: #007f61;
  border: 0 solid #007f61;
  border-radius: 10px;
  position: relative;
}

.pricing-hero-container-3 {
  background-color: #f7fff7;
  max-width: 1290px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-hero-toggle-2 {
  background-color: #ffe66d;
  border-radius: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 40px;
  display: flex;
}

.text-block-3 {
  border: 1px solid #e2e2e2;
  padding: 15px;
}

.text-block-3.heading-medium.border-radius-ten.margin-buttom-ten {
  color: #000;
  background-color: #f7fff7;
  margin-bottom: 10px;
}

.pricing-main-grid-block-4 {
  background-color: #fff;
  padding: 30px;
}

.pricing-main-grid-block-4.border-radius-ten {
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  margin-bottom: 60px;
}

.smart-application-hero-button-bg-12 {
  background-color: #fbf7ec;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-buttom-ten-9 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.text-span-87, .text-span-88, .bold-text-18, .text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93, .text-span-94 {
  background-color: var(--red);
  color: var(--clear);
}

.titlebook {
  color: var(--dark);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: Horizon, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-95 {
  background-color: var(--red);
  color: var(--white);
}

.text-span-97 {
  background-color: var(--red);
  color: var(--clear);
}

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

.text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-107, .text-span-108 {
  background-color: var(--red);
  color: var(--clear);
}

.youtube {
  aspect-ratio: auto;
  text-align: center;
  object-fit: contain;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.text-span-109, .text-span-110 {
  background-color: var(--red);
  color: var(--clear);
}

.text-span-111 {
  background-color: var(--red);
  color: var(--white);
}

.button-main-video {
  color: var(--dark);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.button-main-video.full-width {
  width: 100%;
}

.button-main-video.full-width.button-align-center {
  justify-content: center;
}

.button-main-video.background-change {
  background-color: var(--dark);
}

.button-main-video.vid-obutton, .button-main-video.video {
  color: var(--dark);
}

.paragraph-17 {
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-112 {
  background-color: var(--red);
  color: var(--clear);
}

.youtube-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.testimonialpic {
  aspect-ratio: auto;
  object-fit: scale-down;
  border-radius: 10px;
  width: 50%;
  height: 50%;
  margin-left: 0;
  margin-right: 0;
}

.heading-small-13 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.accordion-title-2 {
  border-bottom: 2px solid #007f61;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.accordion-active-title-2 {
  border-bottom: 2px solid #007f61;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
}

.text-span-113, .text-span-114, .text-span-115 {
  background-color: var(--red);
  color: var(--clear);
}

.html-embed-2 {
  justify-content: center;
  display: flex;
}

.text-span-116 {
  background-color: var(--red);
  color: var(--clear);
}

.padding-buttom-twenty-18 {
  color: var(--dark);
  padding-bottom: 20px;
  font-family: Sfuitext, sans-serif;
}

.smart-application-hero-6 {
  background-color: #ffe66d;
  padding: 170px 15px 40px;
}

.padding-buttom-ten-15 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

.padding-buttom-ten-15.homepage {
  font-size: 3.2rem;
  line-height: 4rem;
}

.padding-buttom-ten-15.rgpd {
  color: #fff;
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.heading-small-14 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.picture-2 {
  border-radius: 10px;
  max-width: 100%;
}

.overflow-40 {
  object-fit: cover;
  overflow: hidden;
}

.overflow-40.centered {
  text-align: center;
}

.smart-application-hero-main-block-10 {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.smart-application-hero-button-14 {
  background-color: #ffe66d;
  border: 0 solid #ffe66d;
  border-radius: 10px;
  position: relative;
}

.smart-application-hero-button-bg-13 {
  background-color: #f7fff7;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.smart-application-hero-container {
  max-width: 1290px;
}

.text-span-157 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.smart-application-clients-2 {
  background-color: #ffe66d;
  padding: 70px 15px 120px;
}

.div-block-18 {
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.picture-3 {
  border-radius: 10px;
  max-width: 100%;
}

.picture-3.rgpd {
  max-width: 30%;
}

.picture-3.rgpd.roll {
  max-width: 50%;
}

.redbackgroundtext-2 {
  color: #fff;
  background-color: #ff6b6b;
}

.text-span-122 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.contentwrapper-2 {
  max-width: 1290px;
}

.roundimagebg-2 {
  background-image: linear-gradient(#ff6b6b, #ff6b6b);
  border-radius: 200px;
  order: 0;
  width: 350px;
  height: 350px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.roundimagebg-2.singleimage {
  z-index: -1;
  top: 0%;
}

.padding-buttom-twenty-19 {
  color: #000;
  padding-bottom: 20px;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.smart-application-about-divider-2 {
  background-color: #e2e2e2;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.border-radius-twenty-3 {
  background-color: #fff;
  border-radius: 20px;
  align-self: center;
}

.text-span-158 {
  color: #000;
  font-family: Horizon, sans-serif;
  font-size: 2rem;
  overflow: hidden;
}

.div-block-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.align-center-11 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-121 {
  color: #f7f7f7;
  background-color: #ff6b6b;
  font-family: Horizon, sans-serif;
}

.savoirplus-2 {
  color: #000;
  background-color: rgba(56, 152, 236, 0);
  align-self: flex-start;
  padding-left: 0;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-decoration: underline;
}

.savoirplus-2.w--current {
  color: #000;
  text-align: left;
  background-color: rgba(56, 152, 236, 0);
  justify-content: flex-start;
  padding-left: 0;
  font-family: Questrial, sans-serif;
  display: flex;
}

.body-font-8 {
  color: #4f4f4f;
  text-transform: lowercase;
  font-family: Questrial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.body-font-8.capitalize {
  color: #000;
  text-transform: none;
  align-self: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.body-font-8.color-white.capitalize {
  color: #f7f7f7;
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: .7rem;
  font-style: normal;
  line-height: 1.5rem;
  text-decoration: none;
}

.body-font-8.color-white.capitalize.underline.footer-light {
  text-align: center;
  font-size: .7rem;
  font-style: italic;
}

.heading-medium-8 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.heading-medium-8.padding-top-ten {
  color: #000;
  text-transform: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sfuitext, sans-serif;
  line-height: 1.5rem;
  display: flex;
}

.picture-4 {
  border-radius: 10px;
  max-width: 100%;
}

.picture-4.rgpd {
  max-width: 30%;
}

.text-span-119 {
  font-family: Horizon, sans-serif;
}

.cricle-container {
  width: 260px;
}

.arrow-holder {
  background-color: var(--main);
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.testimonial-mask {
  width: 800px;
  height: auto;
  overflow: visible;
}

.left-arrow-slider {
  top: auto;
  bottom: -16%;
  left: 44%;
  right: auto;
}

.circle-inside {
  width: 100%;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.testimonails-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.user-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 3px;
}

.button {
  color: #fff;
  background-color: #0266ff;
  border-radius: 8px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  background-color: #114ba3;
}

.testimonail-slider-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1em;
}

.title-holder {
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.user-content-holder {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonail-card-holder {
  height: 100%;
}

.testimonail-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--main);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 16px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.paragraph-holder {
  max-width: 465px;
}

.testimonial-user-wrapper {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.title-container {
  max-width: 762px;
}

.circle-holder {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 35.5938px;
  left: -64px;
  transform: rotate(0);
}

.testimonial-user-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.arrow {
  width: 16px;
}

.testimonial-text {
  color: var(--dark);
  font-family: Sfuitext, sans-serif;
  font-size: 20px;
}

.testimonial-content-holder {
  z-index: 1;
  grid-row-gap: 80px;
  border: 1px solid var(--white);
  background-color: var(--main);
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 415px;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.right-arrow-slider {
  top: auto;
  bottom: -16%;
  left: auto;
  right: 44%;
}

.user-image-holder {
  background-color: rgba(99, 91, 255, .4);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  overflow: hidden;
}

.user-job-position {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  font-size: 14px;
}

.user-name {
  font-size: 17px;
}

.white-text {
  color: #fff;
}

.text-block-4, .text-block-5 {
  color: var(--white);
  text-transform: none;
  font-weight: 700;
}

.heading-medium-9 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.heading-medium-9.padding-buttom-ten {
  color: #000;
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: 1.3rem;
}

.paragraph-23 {
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.bold-text-23 {
  color: #000;
}

.pricing-featured-icon-wrapper-2 {
  background-color: #ff6b6b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.paragraph-20 {
  font-family: Sfuitext, sans-serif;
}

.paragraph-25 {
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.heading {
  color: #000;
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: 2.9rem;
}

.paragraph-28 {
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.paragraph-18 {
  font-family: Sfuitext, sans-serif;
}

.paragraph-19, .paragraph-26 {
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.heading-small-15 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-15.sea-green {
  font-family: Sfuitext, sans-serif;
}

.paragraph-22 {
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.bold-text-24 {
  color: #000;
}

.bold-text-28 {
  text-transform: none;
}

.smart-application-hero-button-bg-14 {
  background-color: #fbf7ec;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.annuel-2 {
  opacity: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.smart-application-hero-button-15 {
  background-color: #007f61;
  border: 0 solid #007f61;
  border-radius: 10px;
  position: relative;
}

.pricing-main-list-text-3 {
  flex: 1;
}

.padding-buttom-ten-16 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.mensuel-2 {
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.pricing-main-grid-block-5 {
  background-color: #fff;
  padding: 30px;
}

.pricing-main-grid-block-5.border-radius-ten {
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  margin-bottom: 60px;
}

.text-block-6 {
  border: 1px solid #e2e2e2;
  padding: 15px;
}

.text-block-6.heading-medium.border-radius-ten.margin-buttom-ten {
  color: #000;
  background-color: #f7fff7;
  margin-bottom: 10px;
}

.text-span-120 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.heading-small-16 {
  color: #000;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-16.padding-buttom-ten {
  color: #000;
}

.paragraph-32, .paragraph-30 {
  font-family: Sfuitext, sans-serif;
}

.accordion-title-3 {
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.paragraph-31 {
  font-family: Sfuitext, sans-serif;
}

.heading-small-17 {
  color: #000;
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.accordion-active-title-3 {
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
}

.text-span-159 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.paragraph-29 {
  color: #4f4f4f;
  font-family: Sfuitext, sans-serif;
}

.hidden {
  display: none;
}

.accordion-wrapper-five {
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-wrapper-six {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.accordion-wrapper-six.hidden {
  display: none;
}

.accordion-wrapper-seven {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.heading-medium-10 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.heading-medium-10.color-white {
  color: #f7f7f7;
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.image-6 {
  max-width: 50%;
  padding-bottom: 10px;
}

.padding-buttom-twenty-20 {
  color: #f7f7f7;
  text-align: left;
  object-fit: fill;
  width: 80%;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.footer-one-menu-wrapper-3 {
  flex: 1;
  order: 0;
  align-self: auto;
}

.footer-one-menu-wrapper-3.hidden {
  display: none;
}

.footer-one-2 {
  background-color: #000;
  margin-top: 60px;
  padding: 60px 15px 0;
}

.footer-one-menu-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-one-menu-grid-3.colon-footer {
  grid-template-columns: 1fr 1fr;
}

.footer-one-logo-wrapper-2 {
  flex: 0 30%;
}

.body {
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/TFCvsLIVERPOOL3-1-1-2.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.rl_navbar2_menu-dropdown-2 {
  display: none;
}

.button-container-2 {
  background-color: #000;
  border: 0 solid #000;
  border-radius: 10px;
  position: relative;
}

.bold-text-29 {
  font-family: Sfuitext, sans-serif;
  font-size: .9rem;
  line-height: 1.3;
}

.rl_navbar2_link-2 {
  color: #000;
  align-self: center;
  padding: .5rem 1.1rem;
  font-family: Sfuitext, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar2_link-2.w--current {
  color: #000;
}

.bold-text-21 {
  font-size: .9rem;
}

.image-7 {
  max-width: 50%;
}

.bold-text-19 {
  font-size: .9rem;
}

.button-main-4 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.button-main-4.smallmobile {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .9rem;
}

.nevigation-dropdown-list-2 {
  background-color: #fff;
  border: 1px solid rgba(16, 32, 39, .1);
  border-radius: 0 0 10px 10px;
  min-width: 220px;
  margin-top: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-font-3 {
  color: #000;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.menu-font-3.w--current {
  color: #102027;
}

.menu-font-3.margin-off {
  margin-left: 0;
  margin-right: 0;
}

.menu-font-3.margin-off.w--current {
  color: #102027;
}

.menu-font-3.margin-off.padding-off {
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu-font-3.dropdown {
  font-size: 1rem;
  line-height: 1rem;
}

.bold-text-20 {
  font-size: .9rem;
}

.buttoneffectbg-2 {
  background-color: #ffe66d;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.smart-application-hero-button-bg-15 {
  background-color: #fbf7ec;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-160 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.text-span-161 {
  color: #f7fff7;
  background-color: #ff6b6b;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-123 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.annuel-3 {
  opacity: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-container-3 {
  background-color: #000;
  border: 0 solid #000;
  border-radius: 10px;
  position: relative;
}

.smart-application-hero-button-16 {
  background-color: #007f61;
  border: 0 solid #007f61;
  border-radius: 10px;
  position: relative;
}

.app-development-digital-icon-box-2 {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 30px;
  overflow: hidden;
}

.app-development-digital-icon-box-2.border-radius-twenty {
  border-radius: 20px;
  position: relative;
}

.app-development-digital-icon-box-2.border-radius-twenty.box-lower-gap {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-style: none;
  margin-bottom: 50px;
  box-shadow: 0 2px 20px #fff;
}

.app-development-digital-icon-box-2.border-radius-twenty.box-lower-gap.yellow-box {
  background-color: #ffe66d;
  border-color: #ffe66d;
  box-shadow: 0 2px 20px #ffe66d;
}

.app-development-digital-icon-box-2.border-radius-twenty.box-upper-gap {
  border-style: none;
  margin-top: 50px;
  box-shadow: 0 2px 20px #fff;
}

.app-development-digital-icon-box-2.border-radius-twenty.box-upper-gap.yellow-box {
  background-color: #ffe66d;
  border-color: #ffe66d;
  box-shadow: 0 2px 20px #ffe66d;
}

.pricing-main-list-text-4 {
  flex: 1;
}

.text-span-131, .text-span-126 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.arrow-wrapper-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.button-main-5 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.padding-buttom-twenty-4 {
  padding-bottom: 20px;
}

.text-span-128 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.padding-buttom-ten-17 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.subtitle {
  color: #000;
  padding-bottom: 20px;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

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

.text-span-124, .text-span-127 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.mensuel-3 {
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.picture-5 {
  border-radius: 10px;
  max-width: 100%;
}

.picture-5._50 {
  order: 1;
  max-width: 70%;
  display: block;
}

.heading-small-18 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-18.change-color {
  color: #4f4f4f;
}

.heading-small-18.change-color.change-weight {
  font-weight: 500;
}

.text-span-129 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.padding-buttom-ten-10 {
  padding-bottom: 10px;
}

.pricing-main-grid-block-6 {
  background-color: #fff;
  padding: 30px;
}

.pricing-main-grid-block-6.border-radius-ten {
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  margin-bottom: 60px;
}

.text-span-132 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.smart-application-testimonial-2 {
  background-color: #ffe66d;
  justify-content: center;
  display: flex;
}

.heading-small-19 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-19.capitalize.padding-buttom-ten {
  text-transform: none;
}

.auto-fit-2 {
  object-fit: cover;
  margin-top: 0;
  padding-top: 0;
}

.rootblockhero-2 {
  background-color: #ffe66d;
  padding: 100px 15px 0;
}

.heading-small-20 {
  color: #000;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-20.padding-buttom-ten {
  color: #000;
}

.bold-text-22 {
  text-transform: none;
}

.text-span-162 {
  color: #f7fff7;
  background-color: #ff6b6b;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-133, .text-span-163 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.annuel-4 {
  opacity: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-container-4 {
  background-color: #000;
  border: 0 solid #000;
  border-radius: 10px;
  position: relative;
}

.smart-application-hero-button-17 {
  background-color: #007f61;
  border: 0 solid #007f61;
  border-radius: 10px;
  position: relative;
}

.text-span-165 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.pricing-main-list-text-5 {
  flex: 1;
}

.text-span-134, .text-span-166, .text-span-164, .text-span-136 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.arrow-wrapper-3 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.button-main-6 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.padding-buttom-twenty-22 {
  padding-bottom: 20px;
}

.auto-fit-3 {
  object-fit: cover;
  border-radius: 10px;
}

.auto-fit-3.border-radius-ten {
  object-fit: contain;
  border-radius: 20px;
}

.padding-buttom-ten-18 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.padding-buttom-twenty-23 {
  color: #000;
  padding-bottom: 20px;
  font-family: Sfuitext, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.text-span-167, .text-span-168 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.mensuel-4 {
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.picture-6 {
  border-radius: 10px;
  max-width: 100%;
}

.padding-buttom-ten-19 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

.heading-small-21 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-21.change-color {
  color: #4f4f4f;
}

.heading-small-21.change-color.change-weight {
  font-weight: 500;
}

.padding-buttom-ten-20 {
  padding-bottom: 10px;
}

.pricing-main-grid-block-7 {
  background-color: #fff;
  padding: 30px;
}

.pricing-main-grid-block-7.border-radius-ten {
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  margin-bottom: 60px;
}

.heading-small-22 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-22.capitalize.padding-buttom-ten {
  text-transform: none;
}

.rootblockhero-3 {
  background-color: #ffe66d;
  padding: 100px 15px 0;
}

.heading-small-23 {
  color: #000;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-23.padding-buttom-ten {
  color: #000;
}

.bold-text-25, .bold-text-30 {
  text-transform: none;
}

.text-span-169 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.text-span-170 {
  color: #f7fff7;
  background-color: #ff6b6b;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-171 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.annuel-5 {
  opacity: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pricing-main-list-text-6 {
  flex: 1;
}

.button-main-7 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.padding-buttom-twenty-24 {
  padding-bottom: 20px;
}

.text-span-179, .text-span-180 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.youtube-3 {
  border-radius: 20px;
}

.mensuel-5 {
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.picture-7 {
  border-radius: 10px;
  max-width: 100%;
}

.padding-buttom-ten-21 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

.pricing-main-grid-block-8 {
  background-color: #fff;
  padding: 30px;
}

.pricing-main-grid-block-8.border-radius-ten {
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  margin-bottom: 60px;
}

.text-span-181 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.button-main-8 {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-small-24 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-24.capitalize.padding-buttom-ten {
  text-transform: none;
}

.rootblockhero-4 {
  background-color: #ffe66d;
  padding: 100px 15px 0;
}

.heading-small-25 {
  color: #000;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-25.padding-buttom-ten {
  color: #000;
}

.bold-text-31 {
  text-transform: none;
}

.text-span-182 {
  color: #f7fff7;
  background-color: #ff6b6b;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-148, .text-span-183, .text-span-184 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.annuel-6 {
  opacity: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pricing-main-list-text-7 {
  flex: 1;
}

.text-span-149 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.image-8 {
  object-fit: contain;
  position: static;
}

.text-span-150 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.padding-buttom-twenty-25 {
  padding-bottom: 20px;
}

.auto-fit-4 {
  object-fit: cover;
  border-radius: 10px;
}

.auto-fit-4.border-radius-ten {
  object-fit: contain;
  border-radius: 20px;
}

.text-span-185 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.mensuel-6 {
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.picture-8 {
  border-radius: 10px;
  max-width: 100%;
}

.padding-buttom-ten-22 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

.text-span-151 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.pricing-main-grid-block-9 {
  background-color: #fff;
  padding: 30px;
}

.pricing-main-grid-block-9.border-radius-ten {
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  margin-bottom: 60px;
}

.button-main-9 {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  margin-right: 140px;
  padding: 0 25px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-small-26 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-26.capitalize.padding-buttom-ten {
  text-transform: none;
}

.rootblockhero-5 {
  background-color: #ffe66d;
  padding: 100px 15px 0;
}

.heading-small-27 {
  color: #000;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-27.padding-buttom-ten {
  color: #000;
}

.bold-text-32 {
  text-transform: none;
}

.text-span-186 {
  color: #f7fff7;
  background-color: #ff6b6b;
  font-size: 2rem;
  line-height: 2.5rem;
}

.annuel-7 {
  opacity: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-medium-11 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.heading-medium-11.color-white {
  color: #f7f7f7;
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.pricing-main-list-text-8 {
  flex: 1;
}

.text-span-187, .text-span-188 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.image-9 {
  max-width: 50%;
  padding-bottom: 10px;
}

.padding-buttom-twenty-26 {
  color: #f7f7f7;
  text-align: left;
  object-fit: fill;
  width: 80%;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.footer-one-menu-wrapper-4 {
  flex: 1;
  order: 0;
  align-self: auto;
}

.footer-one-menu-wrapper-4.hidden {
  display: none;
}

.button-main-10 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.text-span-172, .text-span-189 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.mensuel-7 {
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.picture-9 {
  border-radius: 10px;
  max-width: 100%;
}

.padding-buttom-ten-23 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

.pricing-main-grid-block-10 {
  background-color: #fff;
  padding: 30px;
}

.pricing-main-grid-block-10.border-radius-ten {
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  margin-bottom: 60px;
}

.text-span-176 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.footer-one-menu-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-one-menu-grid-4.colon-footer {
  grid-template-columns: 1fr 1fr;
}

.text-span-190 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.heading-small-28 {
  color: #000;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-28.padding-buttom-ten {
  color: #000;
}

.text-span-191 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.text-span-192 {
  color: #f7fff7;
  background-color: #ff6b6b;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-155, .text-span-173, .text-span-156 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.annuel-8 {
  opacity: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-medium-12 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

.heading-medium-12.color-white {
  color: #f7f7f7;
  text-transform: none;
  font-family: Sfuitext, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.text-span-174 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.padding-buttom-twenty-27 {
  color: #f7f7f7;
  text-align: left;
  object-fit: fill;
  width: 80%;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.image-10 {
  object-fit: contain;
  position: static;
}

.footer-one-menu-wrapper-5 {
  flex: 1;
  order: 0;
  align-self: auto;
}

.footer-one-menu-wrapper-5.hidden {
  display: none;
}

.text-span-152 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.button-main-11 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.live-chat-app-support-multi-channel-grid-block-2 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  padding: 30px;
  display: flex;
}

.live-chat-app-support-multi-channel-grid-block-2.box-shadow {
  margin-top: 40px;
}

.text-span-153 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.live-chat-app-support-2 {
  background-color: #f7f7f7;
  padding: 120px 15px;
}

.text-span-178, .text-span-125, .text-span-175, .text-span-193 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.mensuel-8 {
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.picture-10 {
  border-radius: 10px;
  max-width: 100%;
}

.padding-buttom-ten-24 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

.pricing-main-grid-block-11 {
  background-color: #fff;
  padding: 30px;
}

.pricing-main-grid-block-11.border-radius-ten {
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  margin-bottom: 60px;
}

.live-chat-app-support-multi-channel-grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.text-span-177 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.footer-one-menu-grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-one-menu-grid-5.colon-footer {
  grid-template-columns: 1fr 1fr;
}

.text-span-154 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.heading-small-29 {
  color: #000;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-29.padding-buttom-ten {
  color: #000;
}

.text-span-194 {
  color: #f7fff7;
  background-color: #ff6b6b;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-146, .text-span-195 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.annuel-9 {
  opacity: 1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-144, .text-span-143 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.image-11 {
  object-fit: contain;
  position: static;
}

.text-span-145 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.button-main-12 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.padding-buttom-twenty-28 {
  padding-bottom: 20px;
}

.text-span-142, .text-span-147, .text-span-196 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.mensuel-9 {
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.picture-11 {
  border-radius: 10px;
  max-width: 100%;
}

.padding-buttom-ten-25 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

.image-12 {
  border-radius: 20px;
}

.pricing-main-grid-block-12 {
  background-color: #fff;
  padding: 30px;
}

.pricing-main-grid-block-12.border-radius-ten {
  -webkit-text-fill-color: inherit;
  background-color: #f8fff7;
  background-clip: border-box;
  margin-bottom: 60px;
}

.text-span-197, .text-span-141 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.heading-small-30 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-30.capitalize.padding-buttom-ten {
  text-transform: none;
}

.heading-small-31 {
  color: #000;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small-31.padding-buttom-ten {
  color: #000;
}

.bold-text-33 {
  text-transform: none;
}

.titlebook-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: Horizon, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-span-198, .text-span-199 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.paragraph-33 {
  font-family: Sfuitext, sans-serif;
}

.link {
  color: #fff;
}

.text-block-7 {
  font-size: 20px;
  font-weight: 400;
}

.div-block-20 {
  padding-bottom: 10px;
}

.mainbg {
  background-color: var(--main);
}

.caption {
  text-align: center;
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1rem;
}

.html-embed-3 {
  display: flex;
}

.auto-fit-5 {
  object-fit: cover;
}

.feature-choose-text-icon-box-grid-block-2 {
  grid-column-gap: 20px;
  background-color: #deeeeb;
  border-radius: 10px;
  padding: 30px 30px 20px;
  display: flex;
}

.feature-choose-icon-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.heading-small-32 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.feature-choose-text-icon-box-grid-block-3 {
  grid-column-gap: 20px;
  background-color: #deeeeb;
  border-radius: 10px;
  padding: 30px 30px 20px;
  display: flex;
}

.heading-small-33 {
  color: #141f39;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.padding-buttom-ten-26 {
  color: #000;
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.picture-12 {
  border-radius: 10px;
  max-width: 100%;
}

.picture-12._50 {
  order: 1;
  max-width: 100%;
  display: block;
}

.text-span-200 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.padding-buttom-ten-27 {
  color: var(--clear);
  padding-bottom: 10px;
  font-family: Horizon, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

.text-span-201 {
  color: #f7f7f7;
  background-color: #ff6b6b;
}

.button-main-13 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 25px;
  font-family: Sfuitext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .button-container, .button-container.responsive-button-off {
    display: block;
  }

  .nav-dropdown.dropdown-border {
    flex-direction: column;
    display: block;
  }

  .nevigation-icon {
    margin-top: 27px;
    margin-bottom: 25px;
  }

  .blog-style-three-wrapper {
    flex-direction: row;
  }

  .border-radius-left {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 100%;
  }

  .blog-style-three-image {
    width: 100%;
    height: 100%;
  }

  ._404-hero-section-main {
    margin-left: auto;
    margin-right: auto;
  }

  .template-hero-section-background-image {
    background-size: 70%;
  }

  .style-guide-color-pallette-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-heading-style-grid-title-wrapper {
    flex: 1;
  }

  .style-guide-color-pallette-block-color {
    height: 75px;
    position: relative;
  }

  .style-guide-heading-style-grid-font-wrapper {
    flex: 1;
  }

  .style-guide-color-pallette {
    display: flex;
  }

  .style-guide-heading-style-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-color-pallette-primary-color {
    flex: 1;
  }

  .style-guide-color-pallette-primary-color.width {
    width: 50%;
  }

  .style-guide-color-pallette-wrapper {
    flex: 1;
  }

  .style-guide-site-map-list {
    margin-bottom: 0;
    list-style-type: disc;
  }

  .style-guide-color-pallette-secondary-color {
    flex: 1;
  }

  .style-guide-heading-style-grid-text-wrapper {
    border-radius: 6px;
  }

  .template-hero-section-background-image-2 {
    background-size: 70%;
  }

  .mrq-slider, .smart-application-hero-button-2 {
    display: block;
  }

  .smart-application-hero-how-work-2 {
    display: none;
  }

  .nevigation-icon-2 {
    margin-top: 27px;
    margin-bottom: 25px;
  }

  .smart-application-hero-button-13 {
    display: block;
  }

  .text-span-106 {
    font-style: normal;
  }

  .smart-application-hero-button-14 {
    display: block;
  }

  .testimonail-card-container {
    background-color: var(--clear);
  }

  .testimonial-content-holder {
    grid-row-gap: 20px;
    max-width: 500px;
  }

  .text-block-4, .text-block-5 {
    color: var(--dark);
  }

  .smart-application-hero-button-15, .button-container-2, .button-container-3, .smart-application-hero-button-16, .button-container-4, .smart-application-hero-button-17 {
    display: block;
  }

  .nooverflow {
    background-color: var(--main);
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .padding-buttom-ten.app-development-digital-title-span {
    font-size: 5rem;
  }

  .body-font.capitalize.sea-green {
    color: var(--dark);
  }

  .app-development-application-solutions {
    align-items: center;
  }

  .app-development-solutions-text-box.padding-buttom-twenty.border-bottom {
    border-bottom: 1px solid var(--gainsboro);
  }

  .app-development-solutions-text-box.padding-buttom-twenty.padding-top-twenty {
    padding-top: 20px;
  }

  .app-development-solutions-text-main {
    flex: 1;
  }

  .app-development-solutions-percentage {
    flex: 0 20%;
  }

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

  .mrq-slider {
    display: block;
  }

  .smart-application-hero-button-wrapper {
    align-items: stretch;
  }

  .smart-application-hero-main-block-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-16 {
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 50px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .titlebook {
    padding-bottom: 20px;
  }

  .padding-buttom-ten-15.homepage.large {
    font-size: 5rem;
  }

  .padding-buttom-ten-15.homepage.large.arial {
    margin-top: 20px;
    font-family: Sfuitext, sans-serif;
  }

  .padding-buttom-ten-15.centered, .smart-application-hero-main-block-10.centered {
    text-align: center;
  }

  .container {
    max-width: 1340px;
  }

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

@media screen and (min-width: 1920px) {
  .app-development-solutions-image-block {
    flex: 0 50%;
  }

  .app-development-solutions-image-one {
    max-width: 90%;
  }

  .app-development-solutions-image-two {
    max-width: 55%;
  }

  .app-development-development-image-one.border-radius-twenty {
    border-radius: 20px;
  }

  .app-development-hero-particle-one {
    position: absolute;
    top: auto;
    bottom: 20%;
    left: 5%;
    right: auto;
  }

  .app-development-hero-particle-two, .app-development-hero-particle-three {
    display: inline-block;
  }

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

  .menu-font.margin-off {
    margin-left: 0;
    margin-right: 0;
  }

  .why-choose-hero-section {
    background-position: 70% 35%;
    background-size: 12%;
  }

  .why-choose-support-container {
    max-width: 1290px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-image-block {
    display: flex;
  }

  .licencing-images {
    margin-right: 20px;
    padding-right: 0;
  }

  .wrapper {
    background-color: rgba(0, 0, 0, 0);
    height: 80%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .mrq-container {
    justify-content: flex-end;
    align-items: center;
  }

  .mrq-container._01 {
    justify-content: flex-start;
  }

  .mrq-container-three {
    justify-content: flex-end;
  }

  .mrq-container-three._03 {
    justify-content: flex-start;
  }

  .mrq-container-two {
    justify-content: flex-end;
  }

  .mrq-container-two._02 {
    justify-content: flex-start;
  }

  .mrq-slider {
    display: block;
  }

  .mrq-train-wrapper {
    flex: none;
    justify-content: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  .mrq-container-one {
    justify-content: flex-end;
  }

  .mrq-container-one._01 {
    justify-content: flex-start;
  }

  .menu-font-2.margin-off, .menu-font-3.margin-off {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }

  .rootblockhero {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .smart-application-hero-main-block {
    grid-row-gap: 50px;
    flex-direction: column;
    width: 100%;
  }

  .smart-application-hero-image-block {
    width: 100%;
  }

  .clients-marquee {
    margin-top: 20px;
  }

  .smart-application-clients-main {
    width: 300%;
  }

  .rootblock {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .smart-application-about-text-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .smart-application-about-title {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .smart-application-about-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pictureandtext {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 70px;
  }

  .bottomimageover {
    margin-top: 0%;
  }

  .smart-application-accordion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .smart-application-accordion-main {
    grid-row-gap: 50px;
    flex-direction: column;
    width: 100%;
  }

  .accordion, .smart-application-accordion-image-block {
    width: 100%;
  }

  .smart-application-choose-main {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .smart-application-choose-title-wrapper {
    max-width: 100%;
  }

  .smart-application-choose-para-wrapper {
    max-width: 80%;
  }

  .smart-application-free {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .smart-application-free-main {
    grid-row-gap: 50px;
    flex-direction: column;
    width: 100%;
  }

  .smart-application-free-image-block {
    flex-basis: auto;
  }

  .smart-application-help {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .smart-application-help-counter-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .smart-application-help-images {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }

  .smart-application-help-image-three {
    margin-top: 0;
    margin-left: 0;
  }

  .smart-application-testimonial-text.padding-bottom-thirty {
    margin-top: 70px;
  }

  .smart-application-testimonial-main {
    width: 70%;
  }

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

  .footer-one-main {
    flex-wrap: wrap;
  }

  .footer-one-logo-wrapper {
    flex-basis: 50%;
    margin-bottom: 30px;
  }

  .footer-one-menu-wrapper {
    flex: 0 50%;
    margin-bottom: 30px;
  }

  .footer-one-copy-right-wrapper {
    margin-top: 40px;
  }

  .smart-application-clients {
    padding-bottom: 70px;
  }

  .app-development-hero-section {
    padding-top: 100px;
  }

  .app-development-hero-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .app-development-hero-image-two.overflow {
    bottom: 25%;
    right: 0%;
  }

  .app-development-hero-image-three.overflow {
    left: 0%;
  }

  .app-development-hero-image-four {
    right: 0%;
  }

  .app-development-digital-future {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .app-development-digital-icon-box-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .app-development-digital-icon-box.border-radius-twenty.box-upper-gap {
    margin-top: 0;
  }

  .app-development-digital-icon-box.border-radius-twenty.box-lower-gap {
    margin-bottom: 0;
  }

  .app-development-application-solutions {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 70px;
  }

  .app-development-about {
    padding: 40px 15px 70px;
  }

  .app-development-about-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .app-development-about-text {
    max-width: 100%;
  }

  .app-development-bespoke {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .app-development-bespoke-icon-box-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .app-development-bespoke-divider {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .app-development-development {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .app-development-development-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

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

  .footer-two-form {
    flex-basis: 80%;
  }

  .smart-application-free-icon-main {
    width: 70%;
  }

  .footer-two-main-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .footer-two-main-social-wrapper {
    justify-content: flex-start;
  }

  .move-particle {
    display: none;
  }

  .app-development-about-image-main {
    border-radius: 20px;
  }

  .about-one-hero-section {
    padding-top: 120px;
  }

  .about-one-core-values {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-one-core-values-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-one-mission {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-mission-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-one-mission-text-block {
    flex-basis: 100%;
  }

  .about-one-mission-image-block {
    flex-basis: 100%;
    width: 100%;
    padding-top: 30px;
  }

  .about-one-mission-image-two {
    left: 0%;
  }

  .about-one-mission-image-three {
    top: 10%;
    left: 0%;
  }

  .about-one-mission-title-wrapper, .about-one-mission-para-wrapper, .about-one-mission-steps {
    max-width: 100%;
  }

  .about-one-mission-icon-box {
    margin-top: 70px;
  }

  .about-one-mission-icon-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-one-vision {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-vision-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .about-one-vision-image-block {
    justify-content: space-between;
    width: 100%;
  }

  .about-one-vision-image-one {
    max-width: 100%;
  }

  .about-one-team {
    margin-top: 50px;
  }

  .team-collection {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-one-cta {
    padding-top: 50px;
  }

  .about-one-cta-main {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .about-two-hero-text-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-two-hero-image-block {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .about-two-hero-image-three {
    max-width: 100%;
  }

  .about-two-mission {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-mission-text-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-two-mission-icon-box-wrapper {
    flex-direction: column;
  }

  .about-two-history {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .about-two-timeline {
    flex-direction: column;
    margin-top: 70px;
  }

  .about-two-timeline-sub-image.overflow, .about-two-timeline-sub-text {
    max-width: 100%;
  }

  .about-two-timeline-sub {
    grid-row-gap: 30px;
    flex-basis: 100%;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .about-two-timeline-main {
    display: none;
  }

  .about-two-team {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-cta-move-particle {
    display: none;
  }

  .service-one-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .service-one-hero-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .service-one-hero-particle-two {
    display: none;
  }

  .service-one-hero-particle-one {
    display: none;
    top: 0%;
    right: 0%;
  }

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

  .service-one-icon-box-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-one-icon-box-grid-block.border-radius-ten.bottom-margin {
    margin-bottom: 0;
  }

  .service-one-icon-box-grid-block.border-radius-ten.top-margin {
    margin-top: 0;
  }

  .service-one-choose-us {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-choose-us-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .service-one-choose-us-image-block {
    width: 100%;
  }

  .service-one-freatured {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .service-one-progress-main {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .service-one-progress-list {
    width: 100%;
  }

  .service-one-progress-text-block {
    width: 100%;
    padding-left: 0;
  }

  .service-one-progress-title-wrapper, .service-one-progress-para-wrapper, .service-one-progress-divider.margin-top-thirty.margin-buttom-thirty {
    max-width: 100%;
  }

  .service-one-progress-image {
    display: none;
  }

  .service-two-hero-section {
    background-size: 0;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .service-two-hero-sub-block-one {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .service-two-hero-sub-one-text-block, .service-two-hero-sub-one-image-block {
    width: 100%;
  }

  .service-two-hero-sub-one-title-wrapper, .service-two-hero-sub-one-para-wrapper {
    max-width: 100%;
  }

  .service-two-hero-sub-two {
    margin-top: 70px;
  }

  .service-two-hero-sub-two-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .service-two-hero-sub-two-image-block {
    width: 100%;
  }

  .service-two-hero-sub-two-image-four {
    right: 45%;
  }

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

  .service-two-grid-box {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-two-business-success {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-two-business-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .service-two-business-image-block {
    width: 100%;
  }

  .service-two-business-image-one {
    margin-right: 0%;
  }

  .pricing-main-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-featured {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-featured-grid-block.box-shadow.border-radius-ten {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pricing-hero-one, .contact-one-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .contact-one-hero-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .contact-one-hero-text-block, .contact-one-hero-contact-block {
    width: 100%;
  }

  .contact-two-hero-section {
    padding-top: 120px;
    padding-bottom: 200px;
  }

  .contact-two-detail {
    padding-bottom: 70px;
  }

  .contact-two-detail-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hamburger {
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    display: flex;
  }

  .nav-dropdown {
    text-align: left;
    width: 100%;
  }

  .nav-dropdown.dropdown-border {
    display: block;
  }

  .nevigation-dropdown-list {
    text-align: left;
    position: relative;
  }

  .navbar-menu {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-main {
    padding: 15px 0;
  }

  .navbar-menu-wrapper {
    background-color: #fff;
    width: 100vw;
  }

  .menu-font {
    position: static;
  }

  .navbar-menu-block {
    background-color: #fff;
    margin-top: 55px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .humburger-bar-one {
    background-color: #102027;
    width: 25px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nevigation-icon {
    padding-top: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .tekna {
    flex: 1;
  }

  .humburger-bar-two {
    background-color: #102027;
    width: 25px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-container {
    padding-left: 15px;
    padding-right: 0;
    position: relative;
  }

  .feature-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .feature-hero-icon-box-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-choose-us {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .feature-choose-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .feature-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .feature-services-text-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-services-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .feature-our-business {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .feature-our-business-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .feature-our-business-image-block {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .why-choose-hero-section {
    background-size: 0%;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .why-choose-support {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .why-choose-support-icon-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .why-choose-business {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 70px;
  }

  .why-choose-business-image-wrapper {
    width: 100%;
  }

  .why-choose-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .why-choose-service-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .why-choose-faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-style-one-feature-post {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .blog-style-one-header-top-icon {
    width: 3%;
  }

  .blog-style-one-recent-post {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-recent-post {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-recent-post-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-style-one-grid-one {
    flex-direction: column;
    display: flex;
  }

  .blog-style-one-sub-image-wrapper.border-radius-ten {
    max-height: 100%;
  }

  .blog-style-two {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .blog-style-two-newsletter-block {
    padding-bottom: 70px;
  }

  .blog-style-two-text-wrapper {
    padding-right: 0%;
  }

  .blog-style-two-newsletter-sign-up {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .blog-style-two-newsletter-grid {
    display: block;
  }

  .align-center-2 {
    padding-top: 0;
  }

  .blog-style-three {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .blog-detail {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .blog-recent-post-date-wrapper.margin-top-ten {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  ._404-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .template-hero-section-background-image {
    background-size: 0;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .style-guide-attributes {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guide-body-text, .style-guide-button, .style-guide-color-pallette {
    margin-top: 70px;
  }

  .style-guide-heading-style, .style-guide-typography-palette {
    padding-top: 70px;
  }

  .changelog-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .changelog-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .flex-center {
    margin-top: 0%;
  }

  .template-hero-section-background-image-2 {
    background-size: 0;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .licence-information-image-block {
    margin-bottom: 0;
  }

  .licensing-section {
    padding-top: 70px;
  }

  .landing-hero-section-container {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .landing-hero-section-particle-one, .landing-hero-section-particle-two {
    display: none;
  }

  .landing-slide-section {
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .mrq-slider.marquee-two {
    margin-top: 0;
  }

  .landing-inner-pages-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-utility-pages, .landing-inner-pages {
    margin-top: 70px;
  }

  .landing-home-pages-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .landing-home-pages {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .live-chat-hero-section {
    padding-top: 120px;
  }

  .live-chat-hero-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .live-chat-hero-image-block {
    width: 100%;
  }

  .live-chat-hero-newsletter-wrapper {
    max-width: 75%;
  }

  .live-chat-hero-para-wrapper {
    max-width: 100%;
  }

  .live-chat-support {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .live-chat-support-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .live-chat-faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .live-chat-faq-main {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .live-chat-support-member {
    margin-top: 50px;
  }

  .live-chat-steps-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .live-chat-app-support {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .live-chat-app-support-multi-channel-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .live-chat-helpdesk {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 50px;
  }

  .live-chat-helpdesk-image-block {
    justify-content: space-around;
    width: 100%;
  }

  .live-chat-pricing {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .live-chat-pricing-main {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .about-one-team-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta-landing-image-one {
    display: none;
  }

  .landing-footer {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-two {
    font-size: 2.81rem;
    line-height: 3.3rem;
  }

  .landing-cta-grid {
    grid-template-columns: 2fr;
  }

  .cta-landing-image-two {
    display: none;
  }

  .smart-application-hero-main-block-2 {
    grid-row-gap: 50px;
    flex-direction: column;
    width: 100%;
  }

  .smart-application-help-counter-grid-2, .about-one-team-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .tekna-2 {
    flex: 1;
  }

  .rl_menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-font-2 {
    position: static;
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .nevigation-icon-2 {
    padding-top: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-one-menu-wrapper-2 {
    flex: 0 50%;
    margin-bottom: 30px;
  }

  .footer-one-copy-right-wrapper-2 {
    margin-top: 40px;
  }

  .footer-one-main-2 {
    flex-wrap: wrap;
  }

  .pricing-main-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .titlebook {
    font-size: 1.6rem;
  }

  .smart-application-hero-6 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .smart-application-hero-main-block-10 {
    grid-row-gap: 50px;
    flex-direction: column;
    width: 100%;
  }

  .smart-application-clients-2 {
    padding-bottom: 70px;
  }

  .testimonial-mask {
    width: 100%;
  }

  .left-arrow-slider {
    left: 35%;
  }

  .right-arrow-slider {
    right: 35%;
  }

  .footer-one-menu-wrapper-3 {
    flex: 0 50%;
    margin-bottom: 30px;
  }

  .footer-one-2 {
    padding-top: 70px;
  }

  .footer-one-logo-wrapper-2 {
    flex-basis: 50%;
    margin-bottom: 30px;
  }

  .rl_navbar2_menu-dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar2_link-2 {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .nevigation-dropdown-list-2 {
    text-align: left;
    position: relative;
  }

  .menu-font-3 {
    position: static;
  }

  .app-development-digital-icon-box-2.border-radius-twenty.box-lower-gap {
    margin-bottom: 0;
  }

  .app-development-digital-icon-box-2.border-radius-twenty.box-upper-gap {
    margin-top: 0;
  }

  .rootblockhero-2, .rootblockhero-3, .rootblockhero-4, .rootblockhero-5 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .footer-one-menu-wrapper-4, .footer-one-menu-wrapper-5 {
    flex: 0 50%;
    margin-bottom: 30px;
  }

  .live-chat-app-support-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .live-chat-app-support-multi-channel-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .titlebook-2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .smart-application-hero-image-wrapper-two {
    width: 100%;
  }

  .smart-application-hero-image-two {
    left: 0;
    right: 0%;
  }

  .smart-application-clients-main {
    width: 400%;
  }

  .topimageunder.overflow {
    max-width: 100%;
  }

  .roundimagebg {
    display: none;
  }

  .smart-application-choose-icon-box-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .smart-application-choose-icon-box-image {
    flex-basis: auto;
  }

  .heading-big {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .smart-application-testimonial-main {
    width: 90%;
  }

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

  .footer-one-main {
    flex-direction: column;
  }

  .app-development-hero-section {
    padding-bottom: 150px;
  }

  .app-development-hero-main {
    grid-row-gap: 50px;
  }

  .app-development-digital-icon-box-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .app-development-solutions-image-one {
    max-width: 100%;
  }

  .app-development-bespoke-icon-box-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .app-development-development-image-one.border-radius-twenty, .smart-application-free-icon-main {
    width: 80%;
  }

  .footer-two-main-grid {
    display: block;
  }

  .about-one-hero-image-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .about-one-mission-image-block {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .about-one-mission-image-one, .about-one-mission-image-two, .about-one-mission-image-three {
    max-width: 100%;
  }

  .about-one-mission-icon-grid {
    flex-direction: column;
    display: flex;
  }

  .about-two-history {
    padding-bottom: 20px;
  }

  .about-two-timeline-sub-image.overflow, .about-two-timeline-sub-text {
    width: 100%;
  }

  .service-one-hero-image-block {
    flex-direction: column;
    padding-bottom: 350px;
  }

  .service-one-hero-image-three {
    bottom: 120px;
  }

  .service-one-icon-box-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-one-choose-us-image-three.border-radius-ten {
    display: none;
  }

  .service-two-grid-box {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-two-business-image-block {
    align-items: stretch;
  }

  .service-two-business-image-two {
    margin-left: 0%;
  }

  .pricing-main-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-featured-text-block.padding-bottom-thirty {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .pricing-featured-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .contact-two-main.box-shadow.border-radius-ten {
    margin-top: 0%;
  }

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

  .contact-two-detail-grid {
    flex-direction: column;
    display: flex;
  }

  .tekna {
    padding-left: 0;
  }

  .feature-hero-icon-box-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-services-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .feature-our-business-image-block {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .why-choose-support-text.padding-bottom-thirty {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .why-choose-support-icon-grid {
    flex-direction: column;
    display: flex;
  }

  .why-choose-service-main {
    grid-row-gap: 50px;
  }

  .why-choose-service-image-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-style-one-header-top-icon {
    width: 5%;
  }

  .blog-style-one-recent-post {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-recent-post {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .blog-recent-post-list {
    grid-template-columns: 1fr;
  }

  .collection-list-style-two {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-detail-author-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .password-protect-newsletter-wrapper {
    width: 100%;
  }

  .style-guide-color-pallette-color-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-heading-style-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-color-pallette-primary-color.width {
    max-width: 100%;
  }

  .style-guide-heading-style-grid-text-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-image-block {
    flex-wrap: wrap;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .move-effect-two, .move-effect-three {
    display: none;
  }

  .live-chat-steps-grid {
    flex-direction: column;
    display: flex;
  }

  .live-chat-app-support-multi-channel-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .live-chat-helpdesk-image-block {
    justify-content: flex-end;
  }

  .pricing-two-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-two {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .heading-big-2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .tekna-2 {
    padding-left: 0;
  }

  .rl_navbar2_button {
    padding: .25rem 1rem;
  }

  .rl_navbar2_component {
    min-height: 4rem;
  }

  .footer-one-main-2 {
    flex-direction: column;
  }

  .pricing-main-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .roundimagebg-2 {
    display: none;
  }

  .testimonails-wrapper, .testimonail-slider-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonail-card-container {
    flex-direction: column-reverse;
    justify-content: space-between;
    display: flex;
  }

  .testimonial-user-holder {
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
  }

  .testimonial-content-holder {
    width: 100%;
    max-width: none;
  }

  .live-chat-app-support-multi-channel-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.1rem;
  }

  .smart-application-hero-image-block {
    width: 100%;
  }

  .button-main.smallmobile {
    height: 50px;
    font-size: .7rem;
  }

  .padding-buttom-ten {
    font-size: 2rem;
  }

  .padding-buttom-ten.app-development-digital-title-span {
    text-align: center;
    overflow-wrap: normal;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .padding-buttom-ten.toolargemobile {
    font-size: 1.5rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .buttonwrapper.overflow {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .smart-application-hero-image-wrapper-two {
    background-color: rgba(0, 0, 0, 0);
  }

  .smart-application-hero-image-one.overflow {
    max-width: 100%;
  }

  .smart-application-hero-image-wrapper-one, .smart-application-hero-image-wrapper-three {
    justify-content: center;
  }

  .smart-application-clients-main {
    width: 600%;
  }

  .rootblock {
    padding-bottom: 30px;
  }

  .rootblock.mainbg {
    overflow: hidden;
  }

  .pictureandtext {
    float: left;
    clear: none;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    position: static;
    box-shadow: 0 2px 20px #fff;
  }

  .picturewrapper.hiddenmobile {
    display: none;
  }

  .picturewrapper.hiddenweb {
    display: block;
  }

  .textcontainer {
    padding-left: 20px;
  }

  .smart-application-about-icon-box-two {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .accordion-wrapper-active {
    margin-bottom: 20px;
  }

  .accordion-active-title {
    align-items: flex-start;
    height: 95px;
  }

  .accordion-title {
    align-items: flex-start;
    height: 95px;
    top: 0;
  }

  .accordion-active-icon, .accordion-icon-four {
    margin-top: 10px;
  }

  .accordion-wrapper-three {
    margin-bottom: 20px;
    display: none;
  }

  .accordion-wrapper-four, .accordion-wrapper-two {
    margin-bottom: 20px;
  }

  .accordion-icon-two {
    margin-top: 10px;
  }

  .smart-application-choose-icon-box {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .smart-application-free {
    padding-bottom: 120px;
  }

  .smart-application-free-image-two {
    max-width: 70%;
    right: 0%;
  }

  .form {
    flex-direction: column;
    display: block;
  }

  .newsletter-input {
    border-radius: 20px;
  }

  .newsletter-input.margin-bottom-ten {
    margin-bottom: 10px;
  }

  .newsletter-submit-button, .newsletter-submit-button.change-button-size.sea-green {
    border-radius: 20px;
    width: 100%;
    height: 55px;
  }

  .smart-application-help {
    padding-bottom: 70px;
  }

  .smart-application-help-counter-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .smart-application-help-images {
    align-items: stretch;
  }

  .smart-application-testimonial-main {
    width: 100%;
  }

  .app-development-hero-section {
    padding-bottom: 150px;
  }

  .app-development-hero-button-wrapper {
    margin-bottom: 50px;
  }

  .app-development-hero-image-two {
    max-width: 100%;
  }

  .app-development-hero-image-two.overflow.margin-bottom-thirty {
    margin-bottom: 30px;
  }

  .app-development-hero-image-three {
    max-width: 100%;
  }

  .app-development-hero-image-four {
    top: 0%;
  }

  .app-development-solutions-image-block {
    padding: 20px 20px 100px;
  }

  .app-development-solutions-image-two {
    max-width: 100%;
    bottom: -10%;
  }

  .app-development-solutions-text-box {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .app-development-solutions-button-wrapper.padding-top-ten {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .app-development-bespoke-icon-grid-block.border-radius-twenty {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .app-development-download-button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .app-development-development-main {
    grid-row-gap: 0px;
  }

  .app-development-development-image-one.border-radius-twenty {
    width: 100%;
  }

  .feature {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .footer-two-form {
    padding-bottom: 40px;
  }

  .smart-application-free-icon-main {
    width: 100%;
  }

  .footer-two-main-grid {
    padding-top: 50px;
  }

  .about-one-core-values-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-one-mission-image-block {
    padding-bottom: 250px;
  }

  .border-radius-ten.change-height {
    object-fit: cover;
    height: 500px;
  }

  .team-collection {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-two-hero-image-block {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .service-one-hero-image-two {
    bottom: 0;
  }

  .service-one-choose-us-main {
    grid-row-gap: 20px;
  }

  .service-one-choose-us-image-block {
    width: 100%;
  }

  .service-one-choose-us-image-one {
    max-width: 100%;
  }

  .service-one-choose-us-image-two {
    max-width: 95%;
  }

  .service-one-choose-us-image-three.border-radius-ten {
    max-width: 100px;
  }

  .service-one-choose-us-image-four {
    max-width: 100%;
  }

  .service-one-choose-us-icon-box-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-one-freatured-grid-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-two-hero-sub-one-image-one {
    left: 0%;
  }

  .service-two-hero-sub-two-main {
    grid-row-gap: 0px;
  }

  .service-two-hero-sub-two-image-one {
    max-width: 100%;
  }

  .service-two-hero-sub-two-text-grid-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-two-grid-icon-box.padding-buttom-ten {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-main-list-wrapper.padding-buttom-ten {
    font-size: 14px;
  }

  .contact-one-contact-input-wrapper {
    flex-direction: column;
  }

  .contact-two-main.box-shadow.border-radius-ten {
    padding: 30px;
  }

  .nav-dropdown.dropdown-border {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-main.hidden {
    display: none;
  }

  .tekna {
    padding-left: 0;
  }

  .feature-choose-image-block {
    padding-top: 100px;
  }

  .feature-choose-text-icon-box-grid-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .feature-our-business-image-block {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .feature-our-business-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .why-choose-service-image-main {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .blog-style-two-newsletter-sign-up {
    padding: 30px;
  }

  .blog-style-two-newsletter-post-image {
    height: 500px;
  }

  .blog-detail-author-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .utility-page-form {
    padding: 30px;
  }

  .password-protect-newsletter-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .style-guide-body-text-font-2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-color-pallette-title-wrapper.padding-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-heading-style-grid-2 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .flex-center {
    margin-top: 10%;
  }

  .licencing-image-block {
    grid-row-gap: 30px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .landing-hero-section-button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .landing-inner-pages-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .landing-utility-pages-grid, .landing-home-pages-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .live-chat-hero-newsletter-wrapper {
    max-width: 100%;
  }

  .live-chat-hero-newsletter-form {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .live-chat-hero-image-one {
    max-width: 100%;
  }

  .live-chat-hero-image-two-wrapper {
    margin-top: 0%;
  }

  .live-chat-hero-checklist-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .live-chat-support-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .live-chat-faq-image-two {
    max-width: 100%;
    top: 50%;
  }

  .live-chat-app-support-multi-channel-grid {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .live-chat-helpdesk-image-one-wrapper, .live-chat-helpdesk-image-two-wrapper, .live-chat-helpdesk-image-three-wrapper {
    max-width: 100%;
  }

  .auto-fit.position-change {
    object-fit: contain;
  }

  .auto-fit.border-radius-ten.position-change {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .auto-fit.border-radius-ten.hiddenmobile {
    display: none;
  }

  .auto-fit.border-radius-ten {
    max-height: 40vh;
  }

  .about-one-team-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-two {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .picture._50 {
    max-width: 100%;
  }

  .overflow-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .smart-application-hero-main-block-2 {
    padding-bottom: 20px;
  }

  .text-span-5 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }

  .bold-text-5 {
    text-align: center;
    letter-spacing: 0;
    font-size: 1.9rem;
    line-height: 2.2rem;
  }

  .smart-application-hero-button-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-16 {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .button-main-3 {
    text-align: center;
    line-height: 1.4rem;
  }

  .align-center-3 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    font-size: 1.5rem;
    line-height: 3rem;
    display: flex;
  }

  .text-span-12, .text-span-13 {
    font-size: .9rem;
  }

  .smart-application-help-counter-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .smart-application-help-counter-wrapper-2 {
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .align-center-6 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    font-size: 1.5rem;
    line-height: 3rem;
    display: flex;
  }

  .text-span-9 {
    font-size: 1.9rem;
  }

  .text-span-81.nobgmobile {
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    line-height: 2rem;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .border-radius-twenty-2 {
    max-width: 70%;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-one-team-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-bl {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rl_navbar2_menu-dropdown {
    display: flex;
  }

  .tekna-2 {
    padding-left: 0;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    background-color: #f7fff7;
  }

  .menu-font-2.dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-buttom-twenty-2 {
    text-align: left;
  }

  .heading-small-6 {
    font-size: 1rem;
  }

  .image-5.hiddenmobile {
    display: none;
  }

  .align-center-10.padding-buttom-twenty {
    text-align: center;
    font-size: 1.1rem;
  }

  .pricing-main-list-text-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-span-44 {
    font-size: 1.9rem;
  }

  .heading-small-12 {
    font-size: 1rem;
  }

  .text-span-95 {
    font-size: 1.7rem;
  }

  .text-span-96 {
    background-color: var(--red);
    color: var(--white);
  }

  .button-main-video.smallmobile {
    height: 50px;
    font-size: .7rem;
  }

  .padding-buttom-ten-15 {
    font-size: 2rem;
  }

  .padding-buttom-ten-15.homepage {
    font-size: 2.4rem;
  }

  .smart-application-hero-button-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .picture-3.rgpd.roll {
    max-width: 100%;
  }

  .contentwrapper-2 {
    max-width: 100%;
    display: block;
  }

  .border-radius-twenty-3 {
    max-width: 70%;
  }

  .text-span-158 {
    font-size: 1.9rem;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .align-center-11 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    font-size: 1.5rem;
    line-height: 3rem;
    display: flex;
  }

  .arrow-holder {
    border-color: var(--main);
    background-color: var(--main);
  }

  .left-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 25%;
  }

  .container {
    margin-bottom: 4rem;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .title-holder {
    grid-row-gap: 8px;
  }

  .testimonail-card-container {
    padding: 10px;
  }

  .testimonial-user-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .arrow {
    background-color: var(--main);
  }

  .testimonial-text {
    font-size: 18px;
  }

  .testimonial-content-holder {
    grid-row-gap: 40px;
    padding: 12px;
  }

  .right-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 25%;
  }

  .user-job-position {
    font-size: 15px;
  }

  .user-name {
    font-size: 18px;
    font-weight: 500;
  }

  .pricing-main-list-text-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-small-16 {
    font-size: 1rem;
  }

  .accordion-wrapper-five {
    margin-bottom: 20px;
  }

  .accordion-icon-five {
    margin-top: 10px;
  }

  .accordion-wrapper-six {
    margin-bottom: 20px;
  }

  .accordion-icon-six, .accordion-icon-seven {
    margin-top: 10px;
  }

  .padding-buttom-twenty-20 {
    text-align: left;
  }

  .body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    background-repeat: repeat;
    background-attachment: fixed;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .rl_navbar2_menu-dropdown-2 {
    display: none;
  }

  .button-main-4.smallmobile {
    height: 50px;
    font-size: .7rem;
  }

  .button-main-4.smallmobile.hiddenmobile {
    display: none;
  }

  .menu-font-3.dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-161 {
    font-size: 1.9rem;
  }

  .pricing-main-list-text-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .subtitle {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .picture-5._50 {
    max-width: 100%;
  }

  .heading-small-20 {
    font-size: 1rem;
  }

  .text-span-162 {
    font-size: 1.9rem;
  }

  .pricing-main-list-text-5 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .auto-fit-3.border-radius-ten {
    max-height: 40vh;
  }

  .padding-buttom-ten-19 {
    font-size: 2rem;
  }

  .heading-small-23 {
    font-size: 1rem;
  }

  .text-span-170 {
    font-size: 1.9rem;
  }

  .pricing-main-list-text-6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .padding-buttom-ten-21 {
    font-size: 2rem;
  }

  .button-main-8 {
    text-align: center;
    line-height: 1.4rem;
  }

  .heading-small-25 {
    font-size: 1rem;
  }

  .text-span-182 {
    font-size: 1.9rem;
  }

  .pricing-main-list-text-7 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .auto-fit-4.border-radius-ten {
    max-height: 40vh;
  }

  .padding-buttom-ten-22 {
    font-size: 2rem;
  }

  .button-main-9 {
    text-align: center;
    margin-right: 10px;
    line-height: 1.4rem;
  }

  .heading-small-27 {
    font-size: 1rem;
  }

  .text-span-186 {
    font-size: 1.9rem;
  }

  .pricing-main-list-text-8 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .padding-buttom-twenty-26 {
    text-align: left;
  }

  .padding-buttom-ten-23 {
    font-size: 2rem;
  }

  .heading-small-28 {
    font-size: 1rem;
  }

  .text-span-192 {
    font-size: 1.9rem;
  }

  .padding-buttom-twenty-27 {
    text-align: left;
  }

  .padding-buttom-ten-24 {
    font-size: 2rem;
  }

  .live-chat-app-support-multi-channel-grid-2 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-small-29 {
    font-size: 1rem;
  }

  .text-span-194 {
    font-size: 1.9rem;
  }

  .padding-buttom-ten-25 {
    font-size: 2rem;
  }

  .heading-small-31 {
    font-size: 1rem;
  }

  .nooverflow {
    overflow: hidden;
  }

  .feature-choose-text-icon-box-grid-block-2, .feature-choose-text-icon-box-grid-block-3 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .padding-buttom-ten-26 {
    letter-spacing: 0;
    font-size: .7rem;
    line-height: 1rem;
  }

  .picture-12._50 {
    max-width: 100%;
  }

  .padding-buttom-ten-27 {
    font-size: 2rem;
  }
}

#w-node-_8123709c-e520-a68c-6587-2b160be49efb-8356b569, #w-node-_8123709c-e520-a68c-6587-2b160be49f17-8356b569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6e3d7f0-d72b-8137-60ef-24c2e7eedf87-ec8b8b91 {
  justify-self: end;
}

#w-node-_69545a38-9391-d4df-90ff-a7107313033f-73130325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_69545a38-9391-d4df-90ff-a7107313034a-73130325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_69545a38-9391-d4df-90ff-a7107313034b-73130325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69545a38-9391-d4df-90ff-a71073130356-73130325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_69545a38-9391-d4df-90ff-a7107313033f-73130325 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_69545a38-9391-d4df-90ff-a7107313034a-73130325 {
    align-self: center;
    justify-self: start;
  }

  #w-node-_69545a38-9391-d4df-90ff-a71073130356-73130325 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Horizon';
  src: url('../fonts/horizon.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfuitext';
  src: url('../fonts/SFUIText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}