@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype"), url('../fonts/Gilroy-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #ffc217;
  --black: black;
  --transparent: transparent;
  --white: white;
  --text: #676767;
  --flowui-component-library--gray-700\<deleted\|variable-87e3868e\>: #282556;
  --flowui-component-library--gray-500\<deleted\|variable-2268f126\>: #6b7094;
  --flowui-component-library--gray-200\<deleted\|variable-7bab5fb1\>: #f3f5fb;
  --flowui-component-library--white\<deleted\|variable-f397231a\>: white;
  --light-bg: #f4f5f9;
  --flowui-component-library--grey-300\<deleted\|variable-0cc6033c\>: #e4e6f1;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.3em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
  font-size: 20px;
}

a {
  line-height: 1em;
}

img {
  width: 100%;
  display: inline-block;
}

.site-btn {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 6px;
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.site-btn:hover {
  border: 1px solid var(--primary);
  background-color: var(--transparent);
  color: var(--primary);
}

.site-btn.black {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--primary);
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.site-btn.black:hover {
  border: 1px solid var(--primary);
  background-color: var(--transparent);
}

.site-btn.hero-btn {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.site-btn.d-flex {
  font-size: 25px;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.container.wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1180px;
  display: flex;
}

.container.wrapper.blogs {
  max-width: 1280px;
}

.container.wrapper.blogs.overflow-none, .container.overflow-auto {
  overflow: visible;
}

.container.faq-wrapper {
  max-width: 1100px;
}

.container.fluid-container {
  max-width: 100%;
}

.top-bar {
  background-color: var(--white);
  padding-top: 22px;
  padding-bottom: 22px;
}

.top-bar.sm-none {
  box-shadow: 0 0 4px #00000040;
}

.top-bar-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.top-bar-link-wrapper {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.top-bar-link-wrapper.email {
  margin-right: 20px;
}

.top-bar-link-wrapper.phone {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.top-bar-link-wrapper.d-flex.footer-social {
  margin-top: 20px;
}

.top-bar-icon {
  margin-right: 10px;
  display: flex;
}

.top-bar-icon.social {
  margin-right: 0;
}

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

.top-bar-link {
  color: var(--black);
  text-decoration: none;
}

.top-bar-link.social {
  margin-right: 18px;
}

.top-bar-link.social.lst {
  margin-right: 0;
}

.nav-menu {
  z-index: 1100;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 10px;
  position: absolute;
  inset: 83px 0% auto;
}

.nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 4px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.nav-link.w--current {
  border-bottom-color: var(--primary);
  color: var(--primary);
  border-radius: 0;
}

.nav-link.inner-page {
  color: var(--text);
}

.nav-link.inner-page:hover, .nav-link.inner-page.w--current {
  color: var(--primary);
}

.header-nav {
  background-color: var(--transparent);
  align-items: center;
  padding: 0%;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  width: 100%;
}

.menu-btn-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  align-items: center;
  display: flex;
  position: static;
}

.logo-link-wrapper {
  width: 100%;
  max-width: 220px;
}

.home-sec-1 {
  position: relative;
}

.background-video {
  height: 100%;
}

.home-sec-1-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 155px;
  padding-bottom: 280px;
  display: flex;
}

.hero-heading {
  color: var(--white);
  text-align: center;
  line-height: 1.4em;
}

.span-yellow {
  color: var(--primary);
  margin-right: 71px;
}

.herotext {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  font-size: 25px;
  line-height: 1.3em;
}

.home-sec-2 {
  background-color: #ebefff;
}

.analytics-wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.analytics {
  width: 100%;
  margin-top: -200px;
}

.block-level {
  display: block;
}

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

.title-wrap-center.dark-bg {
  width: 100%;
  max-width: 996.95px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-center.related-blogs {
  justify-content: flex-start;
  align-items: flex-start;
}

.h2 {
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

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

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

.h2.center.large.ml-0 {
  margin-left: 0;
}

.h2.center.servisec-heading {
  z-index: 12;
  position: relative;
}

.h2.large {
  margin-left: 67px;
  font-size: 48px;
}

.h2.black {
  color: #040000;
  line-height: 1.1em;
}

.h2.related-blogs {
  font-size: 36px;
}

.h2-p {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.h2-p.center {
  text-align: center;
  color: #040000;
  margin-top: 8px;
  font-size: 24px;
}

.h2-p.center.white {
  color: var(--white);
}

.h2-p.center.white.wrap {
  max-width: 750px;
}

.h2-p.center.white.wrap._w-100 {
  max-width: 100px;
}

.h2-p.center.white.wrap.width-100 {
  max-width: none;
}

.h2-p.center.black {
  color: var(--black);
}

.trusted-logos-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.logos-wrap {
  border-radius: 16px;
  align-items: center;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.logos-rigth-side {
  flex: none;
  display: flex;
}

.logos-group-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logos-slider-css {
  display: none;
}

.trusted-logo {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 140px;
  max-width: 140px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
  transition: background-color .3s;
  display: flex;
}

.home-sec-4 {
  background-image: url('../images/abt-bg_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 45px;
  padding-bottom: 98px;
}

.about-cards-wrappre {
  margin-top: 85px;
}

.about-cards-wrappre.d-flex.justify-space-between {
  justify-content: space-between;
}

.about-cards-wrappre.d-flex.justify-space-between.align-strech {
  align-items: stretch;
}

.about-card {
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  padding: 20px 34px;
  display: flex;
}

.card-icon {
  max-width: 80px;
  margin-bottom: 20px;
}

.card-heading {
  color: #353945;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.card-text {
  text-align: center;
  margin-top: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
}

.card-btn {
  color: var(--black);
  margin-top: 28px;
  padding: 19px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.card-btn.d-flex.justify-center {
  border: 1px solid var(--transparent);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
}

.card-btn.d-flex.justify-center:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--primary);
}

.card-btn.d-flex.justify-center.blog-card {
  border-width: 0;
  margin-top: 0;
  margin-left: auto;
  padding: 0;
}

.card-btn.d-flex.justify-center.blog-card:hover {
  background-color: var(--transparent);
  border-width: 0;
  padding: 0;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-left: 12px;
  display: flex;
}

.home-sec-5 {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.home-sec-5.services {
  padding-top: 0;
}

.zigzag-wrapper {
  margin-top: 60px;
}

.zigzag-wrapper.services {
  margin-top: 0;
}

.zigzag-item {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 85px;
  display: flex;
}

.zigzag-item.reverse {
  flex-flow: row-reverse wrap;
}

.zigzag-item.lst {
  margin-bottom: 0;
}

.zigzag-item.detail {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.zigzag-img-col {
  width: 40%;
}

.zigzag-text-col {
  width: 55%;
}

.zigzag-title-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.zigzag-title-wrap.detail {
  margin-bottom: 50px;
}

.subtitle {
  color: var(--text);
  text-transform: uppercase;
  font-weight: 500;
}

.title {
  width: 60%;
}

.title.detail {
  width: 100%;
}

.h3.detail {
  color: var(--black);
  font-weight: 700;
  line-height: 1.1em;
}

.zigzag-content {
  color: var(--text);
  font-size: 24px;
  line-height: 1.3em;
}

.zigzag-content.detail {
  font-size: 32px;
}

.zigzag-accordian-wrapper {
  margin-top: 30px;
}

.zigzag-accordian-wrapper.detail {
  margin-top: 0;
}

.accordin-para {
  color: var(--text);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3em;
}

.accordin-para.detail {
  color: #040000;
  font-size: 24px;
}

.accordain-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.accordain-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.accordian-item {
  margin-bottom: 24px;
  transition: all .3s;
  display: block;
}

.accordian-item.lst {
  margin-bottom: 0;
}

.accordian-tilte-wrapper {
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordian-icon {
  color: var(--flowui-component-library--gray-500\<deleted\|variable-2268f126\>);
  justify-content: center;
  align-items: center;
  width: 18px;
  margin-right: 16px;
  display: flex;
}

.accordian-content-wrap {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordian-title {
  letter-spacing: -.01em;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
}

.accordian-title.detail {
  color: var(--black);
  width: calc(100% - 34px);
  font-size: 32px;
  font-weight: 700;
}

.home-sec-6 {
  background-color: var(--primary);
  padding-top: 35px;
  padding-bottom: 35px;
}

.home-sec-7 {
  z-index: 1;
  background-image: url('../images/michael-benz-IgWNxx7paz4-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 57px;
  position: relative;
  overflow: hidden;
}

.timeline-img {
  max-width: 760px;
}

.timeline-wrapper {
  position: relative;
}

.content-item {
  width: 100%;
  max-width: 490px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content-item.first {
  inset: 19px auto auto 115px;
}

.content-item.second {
  inset: 505px auto auto 700px;
}

.content-item.third {
  inset: auto auto 600px 100px;
}

.content-item.forth {
  margin-top: -60px;
  margin-left: 680px;
  position: static;
}

.timeline-title {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
}

.timeline-item-img {
  border: 8px solid #000;
  border-radius: 32px;
  margin-top: 38px;
}

.home-sec-8 {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

.testimonial-wrapper {
  margin-bottom: 50px;
  padding-top: 54px;
  position: relative;
}

.quotes-icon-wrapper {
  z-index: -1;
  background-color: var(--primary);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding-top: 19px;
  padding-left: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.quote-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.testimonial-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-container.large {
  max-width: 1280px;
}

.testimonial-content {
  color: var(--text);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.testimonial-avatar {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.testimonial-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.testimonial-name {
  color: #090f4e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}

.testimonial-content-wrapper {
  height: 260px;
  margin-bottom: 27px;
}

.testimonial-nav {
  display: none;
  bottom: -50px;
}

.testimonial-next-btn {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.testimonial-next-btn:hover {
  color: var(--text);
}

.testimonial-perv-btn {
  color: var(--text);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.testimonial-perv-btn:hover {
  color: var(--black);
}

.testimonial-slider-wrapper {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.testimonial-slider-mask {
  width: 40%;
  overflow: visible;
}

.testimonial-authore-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.testimonial-authore-wrapper:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.testimonial-avatar-wrapper {
  background-color: var(--flowui-component-library--gray-200\<deleted\|variable-7bab5fb1\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 55px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimoinal-items-wrapper {
  background-color: var(--flowui-component-library--white\<deleted\|variable-f397231a\>);
  overflow: visible;
}

.testimonial-card {
  border-right: 2px solid #ebf0f4;
  flex-flow: column;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.testimonial-abt-author {
  color: var(--text);
}

.testimonial-content-heading {
  color: var(--black);
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 600;
}

.home-sec-9 {
  background-color: var(--light-bg);
  padding-top: 50px;
  padding-bottom: 60px;
  box-shadow: 0 0 8px #00000040;
}

.home-sec-9.blogs-listing {
  background-color: var(--transparent);
  box-shadow: none;
  padding-top: 0;
}

.home-sec-9.blogs-listing.resources {
  background-color: #f4f5f9;
  padding-top: 40px;
  box-shadow: 0 0 8px #00000040;
}

.blogs-cms-wrapper {
  margin-top: 40px;
}

.blogs-cms-wrapper.related-blogs {
  margin-top: 30px;
}

.blogs-cms-wrapper.resources {
  margin-top: 0;
}

.blogs-collection-list {
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.blogs-collection-list.blogs {
  flex-flow: wrap;
  display: flex;
}

.blog-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blog-featured-img-wrapper {
  width: 100%;
  margin-bottom: 15px;
}

.image {
  object-fit: cover;
  aspect-ratio: 1 / .8;
  object-position: center center;
}

.link-wrapper {
  width: 100%;
}

.blog-meta-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.autor-wrap {
  border-right: 1px solid #4c4c4c;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.autore-prefix {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.author-name {
  color: var(--black);
  margin-left: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.publish-date {
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.card-title {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
}

.exerpt {
  color: var(--text);
  line-height: 1.5em;
}

.home-sec-10 {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 100px;
}

.home-sec-10.light-bg {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 80px;
}

.faq-wrapper {
  margin-top: 50px;
}

.faq-para {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.3;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

.faq-item {
  background-color: #f9f5f2;
  margin-bottom: 30px;
  padding: 35px 52px;
  transition: all .3s;
  display: block;
}

.faq-item.last {
  margin-bottom: 0;
}

.faq-title-wrap {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300\<deleted\|variable-0cc6033c\>);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.faq-title-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-title {
  color: var(--black);
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.home-sec-11 {
  background-image: linear-gradient(180deg, var(--primary) 30%, var(--transparent) 30%);
  padding-top: 50px;
  padding-bottom: 40px;
}

.form-wrapper {
  background-color: var(--light-bg);
  margin-top: 65px;
  padding: 60px 100px 62px;
}

.contact-detail-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.address-col {
  width: 33%;
  padding-right: 36px;
}

.address-col.center {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
  padding-left: 36px;
}

.address-col.last {
  padding-left: 34px;
  padding-right: 0;
}

.address-icon-wrapper {
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 50%;
  width: 125px;
  margin-top: -90px;
  margin-bottom: 40px;
  padding: 36px;
  box-shadow: 0 4px 4px #00000040;
}

.address-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.address-title {
  color: var(--black);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

.address-detail {
  color: var(--text);
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.link {
  color: var(--text);
  text-decoration: none;
}

.form-background {
  background-color: var(--black);
  border-radius: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding: 55px 50px;
  display: flex;
}

.form-heading {
  color: var(--white);
  text-align: center;
  width: 74%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 600;
}

.form-content {
  color: var(--white);
  text-align: center;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3em;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 0;
}

._w-50 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  width: 49%;
  height: 76px;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-size: 20px;
}

._w-50:focus {
  border: 1px #000;
}

._w-50::placeholder {
  color: #191a1980;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

._w-50.select {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.submit-btn {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--black);
  border-radius: 6px;
  width: 100%;
  padding: 23px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.submit-btn:hover {
  background-color: var(--transparent);
  color: var(--primary);
}

._w-100 {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
}

._w-100.text-area {
  color: var(--black);
  border-radius: 6px;
  min-height: 150px;
  margin-bottom: 40px;
  font-size: 20px;
}

._w-100.text-area::placeholder {
  color: #191a1980;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.newsletter-sec {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.newsletter-form-wrapper {
  width: 100%;
  max-width: 520px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.news-form {
  margin-bottom: 0;
}

.form-field-wrap {
  border: 1px solid var(--black);
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.email-field {
  background-color: var(--transparent);
  color: var(--black);
  border: 0 solid #000;
  width: 65%;
  height: 65px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.email-field::placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.news-btn {
  border-left: 1px solid var(--transparent);
  background-color: var(--black);
  width: 35%;
  height: 65px;
  font-size: 20px;
  font-weight: 600;
}

.news-btn:hover {
  border-left-color: var(--black);
  background-color: var(--transparent);
  color: var(--black);
}

.footer {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 20px;
}

.footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  display: flex;
}

.footer-abt {
  width: 22%;
}

.brand-logo {
  width: 100%;
  max-width: 180px;
}

.brand-logo.w--current {
  max-width: 200px;
  margin-bottom: 20px;
}

.about-brnd {
  color: #ccc;
  margin-top: 20px;
  font-size: 18px;
}

.footer-links {
  width: 15%;
}

.footer-link-heading {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
}

.footer-links-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.footer-link.lst {
  margin-bottom: 0;
}

.footer-social-details {
  width: 25%;
}

.copywrite-text {
  color: var(--white);
  text-align: center;
}

.border-bottom {
  border-bottom: 5px solid var(--white);
}

.rotating-wheel {
  max-width: 200px;
}

.rotating-wheel.p-absolute {
  z-index: -1;
  position: absolute;
}

.rotating-wheel.p-absolute.top-right {
  z-index: 15;
  width: 100%;
  max-width: 180px;
  position: absolute;
  inset: 50px -90px auto auto;
}

.rotating-wheel.p-absolute.top-right._1 {
  top: 200px;
}

.rotating-wheel.p-absolute.top-right._3 {
  top: auto;
  bottom: 700px;
}

.rotating-wheel.p-absolute.top-left {
  z-index: 12;
  max-width: 124px;
  position: fixed;
  inset: 100px auto auto -62px;
}

.image-2 {
  width: 124px;
  position: absolute;
  top: 100px;
  left: auto;
  right: 20px;
}

.image-2._12 {
  top: 0;
}

.heading-wrapper {
  overflow: hidden;
}

.rotate-wheel-left {
  z-index: 12;
  max-width: 180px;
  position: absolute;
  bottom: auto;
  left: -90px;
  right: auto;
}

.rotate-wheel-left._2 {
  top: 700px;
}

.rotate-wheel-left._4 {
  top: auto;
  bottom: 150px;
}

.d-none {
  display: none;
}

.service-img {
  border-radius: 20px;
}

.header-style {
  display: none;
}

.abt-sec-1 {
  padding-top: 130px;
  padding-bottom: 80px;
}

.wrapper.abt-sec-1-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper.sec-abt-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.sec-abt-3 {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.wrapper.sec-abt-4 {
  justify-content: space-between;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.sec-ser-1 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper.sec-ser-1.careers {
  justify-content: space-between;
  align-items: center;
}

.col-md-6 {
  width: 48%;
}

.col-md-6.mb-3.p-relative {
  z-index: 1;
  position: relative;
}

.col-md-6.light-coral {
  background-color: #e57373;
  background-image: url('../images/white-curve.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 25px;
  padding: 30px 20px 80px 30px;
}

.col-md-6.light-coral.bright-sun {
  background-color: #fda729;
}

.h1-heading {
  color: #353945;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 1.1em;
}

.h1-para {
  color: var(--text);
  margin-top: 25px;
  font-size: 25px;
  line-height: 1.2em;
}

.counter-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.counter-wrapper.careers {
  justify-content: flex-start;
  align-items: center;
}

.counter-item-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-right: 30px;
  display: flex;
}

.counter-item-wrap.last {
  margin-right: 0;
}

.counter-number {
  color: #040000;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-3 {
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: Gilroy, Arial, sans-serif;
  line-height: 1.5em;
  display: flex;
}

.counter-text {
  color: #040000;
  width: 100%;
  font-weight: 700;
  display: block;
}

.counter-text.regular {
  width: auto;
  margin-left: 10px;
  font-weight: 400;
}

.text-span {
  color: var(--text);
}

.abt-sec-2 {
  background-color: #fff3d1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.col-md-4 {
  width: 38%;
}

.col-md-4.mb-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.col-md-8 {
  flex-flow: column;
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.img {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.icon-list-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  max-width: 127px;
  margin-right: 20px;
}

.icon-content-wrapper {
  width: calc(100% - 47px);
}

.icon-list-text {
  color: #040000;
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.1em;
}

.abt-sec-3 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.card-header {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.header-circle {
  background-color: #e9e9e959;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.mission-vision-card-heading {
  color: #040000;
  margin-bottom: 15px;
  margin-left: -52px;
  line-height: 1em;
}

.mission-vision-text {
  color: #040000;
  font-size: 24px;
  line-height: 1.2em;
}

.abt-sec-4 {
  padding-top: 100px;
  padding-bottom: 95px;
}

.team-cards-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.team-card {
  width: 23%;
}

.team-card.even {
  margin-top: 40px;
}

.team-member-img {
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  box-shadow: 0 20px 50px #0f182c26;
}

.team-title {
  color: #040000;
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
}

.team-list-wrapper {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.team-list-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-mark {
  max-width: 12px;
  margin-top: 4px;
  margin-right: 12px;
}

.check-mark-text {
  color: #040000;
  width: calc(100% - 24px);
  font-size: 16px;
  line-height: 1.1em;
}

.service-sec-1 {
  padding-top: 170px;
}

.all-services-tags {
  grid-column-gap: 14px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.service-tag {
  color: var(--black);
  border: 1px solid #040000;
  border-radius: 50px;
  padding: 18px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.servicedetailsection {
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}

.service-breadcrumbs {
  border-bottom: 1px solid var(--black);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 250px;
  padding-bottom: 7px;
  display: flex;
}

.icon {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.breadcrumb {
  color: var(--text);
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.service-detail-wrapper {
  width: 100%;
  margin-top: 50px;
}

.service-detail-bg {
  z-index: -1;
  max-width: 500px;
  position: absolute;
  inset: 100px 150px auto auto;
}

.icon-btn {
  grid-column-gap: 40px;
  color: #fff;
  background-color: #040000;
  border: 1px solid #040000;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 8px 8px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  display: flex;
  box-shadow: -16px 22px 42px #001f4d1f;
}

.icon-btn:hover {
  background-color: var(--transparent);
  color: var(--black);
}

.icon-btn.white {
  grid-column-gap: 60px;
  background-color: var(--white);
  color: #23262f;
  border-style: none;
  box-shadow: -16px 22px 42px #001f4d1f;
}

.icon-btn.white:hover {
  background-color: var(--transparent);
  color: #23262f;
  box-shadow: -16px 22px 42px #001f4d00;
}

.btn-icon {
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.career-sec-1 {
  background-color: #f4f5f9;
  margin-top: 30px;
  padding-top: 70px;
  padding-bottom: 50px;
  box-shadow: 0 0 8px #00000040;
}

.positions-heading {
  color: var(--black);
  text-align: center;
  line-height: 1.3em;
}

.positions-heading.resources {
  margin-top: 60px;
  margin-bottom: 40px;
}

.position-tabbing-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab-menu {
  flex-flow: column;
  width: 25%;
  padding-right: 50px;
  display: flex;
  position: sticky;
  top: 5%;
}

.tab-content-wrapper {
  width: 75%;
  padding-left: 30px;
}

.tab-item {
  background-color: var(--transparent);
  color: #040000;
  margin-bottom: 1px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  box-shadow: -6px 0 #ffc83a00;
}

.tab-item:hover {
  background-color: var(--white);
  box-shadow: -6px 0 #ffc83a;
}

.tab-item.w--current {
  background-color: var(--white);
  color: #090808;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  box-shadow: -6px 0 #ffc83a;
}

.tab-item-content {
  width: 100%;
}

.position-item {
  margin-bottom: 24px;
}

.position-wrapper {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 21px 34px;
}

.position-title {
  color: #090808;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1em;
}

.position-labels-cms {
  margin-bottom: 24px;
  display: none;
}

.position-label-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.position-label-text {
  color: #090808;
  border: 1px solid #090808;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}

.position-description {
  color: #090808;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.apply-link-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.apply-link {
  color: var(--white);
  background-color: #090808;
  border: 1px solid #090808;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.apply-link:hover {
  background-color: var(--transparent);
  color: #090808;
}

.apply-link-text {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

.apply-btn-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.next {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #040000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.next:hover {
  border-color: var(--black);
  background-color: var(--transparent);
}

.blog-details {
  padding-top: 150px;
  padding-bottom: 100px;
}

.blog-title-wrapper {
  width: 65%;
  margin-top: 40px;
}

.blog-title {
  color: #232536;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15em;
}

.author-detail-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.author-img-wrap {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.author-avater {
  border-radius: 50%;
}

.suthor-detail-wrap {
  width: calc(100% - 64px);
}

.authors-name {
  color: #040000de;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.author-title {
  color: #6d6e76;
  font-size: 16px;
  line-height: 1.3em;
}

.meta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 35px;
  display: flex;
}

.reading-time-wrapper {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.clock-iocn {
  max-width: 20px;
  margin-right: 4px;
}

.reading-time {
  color: #777;
  font-weight: 400;
  line-height: 1.3em;
}

.blog-featured-image {
  object-fit: cover;
  border-radius: 16px;
  max-height: 500px;
}

.blog-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.blog-content {
  color: #6d6e76;
  max-width: 1020px;
  font-size: 18px;
  line-height: 1.5em;
}

.blog-content.resources {
  max-width: none;
}

.btn-wrapp {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.btn-wrapp.p-relative {
  z-index: 1;
  position: relative;
}

.arrow {
  max-width: 160px;
  position: absolute;
  inset: auto auto -54px -120px;
}

.customer-rating-wrapper {
  margin-top: 80px;
}

.customer-heading {
  color: var(--text);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
}

.rating {
  max-width: 315px;
  margin-top: 20px;
}

.resources-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs-content-wrapper {
  width: 100%;
  margin-top: 60px;
}

.tabs-menu-wrapper {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 4px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.resource-tab-item {
  background-color: var(--transparent);
  color: var(--black);
  border-radius: 50px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.resource-tab-item:hover {
  background-color: var(--primary);
}

.resource-tab-item.w--current {
  background-color: var(--primary);
  color: var(--black);
}

.pagination {
  margin-top: 30px;
}

.feature-image-wrapper {
  width: 100%;
  margin-top: 50px;
}

.resource-feature-img {
  object-fit: cover;
  object-position: center center;
  max-height: 500px;
}

.resouce-content {
  width: 75%;
}

.recent-resources {
  width: 23%;
  position: sticky;
  top: 150px;
}

.heading {
  color: #1b1b1f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

.recent-posts {
  margin-top: 20px;
}

.recent-resource-title {
  color: #1b1b1f;
  border-left: 3px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.recent-resource-title:hover {
  border-left: 3px solid #040000;
}

.collection-list {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.body {
  overflow-x: visible !important;
}

@media screen and (max-width: 991px) {
  .site-btn.d-flex {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .top-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 10px;
    top: 79px;
  }

  .nav-link {
    color: var(--black);
    border-bottom-style: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-nav {
    position: relative;
  }

  .burger-menu-bt {
    color: var(--white);
    padding: 0;
    font-size: 40px;
  }

  .burger-menu-bt.w--open {
    background-color: var(--transparent);
    color: var(--primary);
    border: 1px dotted #fff;
  }

  .burger-menu-bt.inner {
    color: var(--black);
  }

  .burger-menu-bt.inner.w--open {
    background-color: var(--transparent);
    color: var(--primary);
  }

  .menu-btn-wrapper {
    flex-flow: row-reverse;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: var(--white);
    color: var(--black);
    width: 100%;
    padding: 12px;
    position: absolute;
    box-shadow: 0 4px 33px #0003;
  }

  .nav-menu-wrapper.w--open {
    background-color: var(--flowui-component-library--gray-700\<deleted\|variable-87e3868e\>);
    border-color: #fff;
  }

  .logo-link-wrapper {
    margin-right: 0;
  }

  .home-sec-1-wrapper {
    padding-bottom: 230px;
  }

  .hero-heading {
    font-size: 44px;
  }

  .herotext {
    font-size: 22px;
  }

  .analytics {
    margin-top: -150px;
  }

  .h2.center {
    font-size: 36px;
  }

  .h2.large {
    margin-left: 50px;
    font-size: 40px;
  }

  .h2.black, .h2.related-blogs {
    font-size: 32px;
  }

  .h2-p.center {
    font-size: 20px;
  }

  .trusted-logos-wrap {
    padding: 0;
  }

  .logos-wrap {
    width: 100%;
    padding: 0;
  }

  .trusted-logo {
    min-width: 120px;
    max-width: 120px;
  }

  .home-sec-4 {
    padding-bottom: 70px;
  }

  .about-cards-wrappre.d-flex.justify-space-between.align-strech.flex-wrap {
    margin-top: 50px;
  }

  .about-card {
    width: 32.5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-icon {
    max-width: 70px;
  }

  .card-heading {
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }

  .card-btn.d-flex.justify-center {
    justify-content: center;
    align-items: flex-end;
    font-size: 16px;
  }

  .card-btn.d-flex.justify-center.blog-card {
    margin-top: 0;
  }

  .button-text {
    font-size: 18px;
  }

  .button-icon {
    justify-content: center;
    align-items: flex-end;
    width: 18px;
  }

  .zigzag-item {
    margin-bottom: 60px;
  }

  .zigzag-item.detail {
    margin-bottom: 50px;
  }

  .zigzag-img-col {
    width: 45%;
  }

  .zigzag-text-col {
    width: 50%;
  }

  .zigzag-title-wrap.detail {
    margin-bottom: 30px;
  }

  .subtitle {
    font-size: 14px;
  }

  .title {
    width: 49%;
  }

  .h3 {
    font-size: 36px;
  }

  .zigzag-content {
    font-size: 20px;
  }

  .zigzag-content.detail {
    font-size: 22px;
  }

  .accordin-para {
    font-size: 18px;
  }

  .accordin-para.detail {
    font-size: 20px;
  }

  .accordian-content-wrap {
    width: 100%;
  }

  .accordian-title {
    font-size: 22px;
  }

  .accordian-title.detail {
    font-size: 26px;
  }

  .content-item.first {
    max-width: 450px;
  }

  .content-item.second {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 450px;
    display: flex;
    inset: 500px auto auto 125px;
  }

  .content-item.third {
    max-width: 450px;
  }

  .content-item.forth {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 450px;
    margin-left: 100px;
    display: flex;
  }

  .timeline-title {
    text-align: left;
    font-size: 26px;
  }

  .testimonial-wrapper {
    padding-top: 40px;
  }

  .quotes-icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .testimonial-content {
    font-size: 18px;
  }

  .testimonial-slider-mask {
    width: 45%;
  }

  .testimonial-content-heading {
    font-size: 20px;
  }

  .blogs-collection-list {
    grid-row-gap: 30px;
  }

  .blog-item {
    width: 50%;
  }

  .card-title {
    font-size: 22px;
  }

  .exerpt {
    font-size: 18px;
  }

  .faq-para {
    font-size: 20px;
  }

  .faq-item {
    padding: 20px 30px;
  }

  .faq-content {
    width: 100%;
  }

  .faq-title {
    font-size: 22px;
  }

  .form-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .address-col {
    width: 30%;
    padding-right: 10px;
  }

  .address-col.center {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .address-col.last {
    width: 30%;
    padding-left: 10px;
  }

  .address-icon-wrapper {
    width: 100px;
    padding: 30px;
  }

  .address-title {
    font-size: 19px;
  }

  .address-detail {
    font-size: 18px;
  }

  .form-background {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-heading {
    width: 100%;
    font-size: 24px;
  }

  .form-content {
    width: 100%;
    font-size: 18px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .footer-abt {
    width: 26%;
  }

  .brand-logo.w--current {
    max-width: 160px;
  }

  .about-brnd, .footer-link {
    font-size: 16px;
  }

  .footer-link.lst {
    line-height: 1.3em;
  }

  .rotating-wheel.p-absolute.top-right {
    max-width: 120px;
    right: -60px;
  }

  .rotate-wheel-left {
    max-width: 120px;
    left: -60px;
  }

  .abt-sec-1 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .col-md-6.light-coral {
    padding: 20px 20px 50px;
  }

  .h1-heading {
    font-size: 42px;
  }

  .h1-para {
    margin-top: 20px;
    font-size: 20px;
  }

  .counter-item-wrap {
    margin-right: 10px;
  }

  .counter-number {
    font-size: 32px;
  }

  .counter-text {
    font-size: 16px;
  }

  .counter-text.regular {
    margin-left: 5px;
  }

  .abt-sec-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-list-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .icon-wrapper {
    max-width: 80px;
  }

  .icon-content-wrapper {
    width: calc(100% - 100px);
  }

  .icon-list-heading {
    font-size: 28px;
  }

  .icon-list-text {
    font-size: 18px;
  }

  .card-header {
    margin-bottom: 50px;
  }

  .header-circle {
    width: 70px;
    height: 70px;
  }

  .mission-vision-card-heading {
    margin-bottom: 8px;
    margin-left: -40px;
    font-size: 30px;
  }

  .mission-vision-text {
    font-size: 20px;
  }

  .abt-sec-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-title {
    font-size: 24px;
  }

  .check-mark-text {
    font-size: 14px;
  }

  .service-sec-1 {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .all-services-tags {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap-reverse;
    margin-top: 20px;
  }

  .service-tag {
    padding: 10px;
    font-size: 18px;
  }

  .servicedetailsection {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .service-breadcrumbs {
    padding-bottom: 4px;
  }

  .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .breadcrumb {
    font-size: 22px;
  }

  .service-detail-wrapper {
    margin-top: 40px;
  }

  .icon-btn {
    grid-column-gap: 20px;
    padding-left: 20px;
  }

  .btn-icon {
    width: 40px;
    height: 40px;
  }

  .btn-text {
    font-size: 18px;
  }

  .career-sec-1 {
    margin-top: 0;
  }

  .positions-heading-wrap {
    margin-top: 50px;
  }

  .positions-heading {
    font-size: 32px;
  }

  .positions-heading.resources {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .tab-menu {
    width: 25%;
    padding-right: 20px;
  }

  .tab-content-wrapper {
    width: 75%;
    padding-left: 20px;
  }

  .tab-item.w--current {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .blog-details {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .blog-title-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .blog-title {
    font-size: 40px;
  }

  .reading-time {
    font-size: 18px;
  }

  .blog-featured-image {
    max-height: 350px;
  }

  .blog-content-wrapper {
    margin-top: 50px;
  }

  .blog-content {
    font-size: 16px;
    line-height: 1.5em;
  }

  .btn-wrapp.p-relative {
    margin-top: 30px;
  }

  .customer-rating-wrapper {
    margin-top: 60px;
  }

  .customer-heading {
    font-size: 20px;
  }

  .rating {
    margin-top: 10px;
  }

  .tabs-content-wrapper {
    margin-top: 40px;
  }

  .resouce-content {
    width: 70%;
  }

  .recent-resources {
    width: 28%;
  }

  .recent-resource-title {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top-bar.sm-none {
    display: none;
  }

  .top-bar-wrapper {
    flex-flow: wrap;
  }

  .top-bar-link-wrapper {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .top-bar-link-wrapper.email {
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .top-bar-link-wrapper.phone {
    border: 1px #000;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    margin-right: 0;
    padding: 3px 10px;
  }

  .top-bar-link-wrapper.d-flex {
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
  }

  .top-bar-icon {
    margin-right: 8px;
  }

  .top-bar-link.d-flex {
    font-size: 14px;
  }

  .top-bar-link.social {
    margin-right: 12px;
  }

  .nav-menu {
    top: 0;
  }

  .nav-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

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

  .nav-link.w--current {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .burger-menu-bt.w--open {
    background-color: var(--transparent);
    color: var(--primary);
  }

  .logo-link-wrapper {
    max-width: 180px;
  }

  .home-sec-1-wrapper {
    padding-bottom: 150px;
  }

  .hero-heading {
    font-size: 32px;
  }

  .herotext {
    font-size: 20px;
  }

  .analytics {
    margin-top: -100px;
  }

  .h2.center {
    font-size: 30px;
  }

  .h2.large {
    font-size: 36px;
  }

  .h2.related-blogs {
    font-size: 28px;
  }

  .h2-p.center {
    font-size: 18px;
  }

  .trusted-logos-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logos-wrap {
    width: 100%;
    min-height: 60px;
  }

  .trusted-logo {
    min-width: 100px;
    max-width: 100px;
  }

  .home-sec-4 {
    padding-bottom: 50px;
  }

  .about-cards-wrappre.d-flex.justify-space-between.align-strech.flex-wrap {
    flex-flow: wrap;
    margin-top: 40px;
  }

  .about-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-card.lst {
    margin-bottom: 0;
  }

  .card-btn.d-flex.justify-center.blog-card {
    margin-top: 10px;
  }

  .home-sec-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .zigzag-wrapper {
    margin-top: 40px;
  }

  .zigzag-item {
    margin-bottom: 45px;
  }

  .zigzag-item.detail {
    margin-bottom: 40px;
  }

  .zigzag-img-col {
    width: 100%;
  }

  .zigzag-text-col {
    width: 100%;
    margin-top: 30px;
  }

  .zigzag-content.detail {
    font-size: 20px;
  }

  .accordin-para.detail {
    font-size: 18px;
  }

  .accordian-title.detail {
    font-size: 22px;
  }

  .timeline-img {
    max-width: 450px;
    max-height: 1005px;
  }

  .content-item.first {
    max-width: 320px;
    top: 10px;
    left: 70px;
  }

  .content-item.second {
    max-width: 320px;
    top: 300px;
    left: 40px;
  }

  .content-item.third {
    max-width: 320px;
    bottom: 330px;
    left: 60px;
  }

  .content-item.forth {
    max-width: 320px;
    margin-top: -40px;
    margin-left: 20px;
  }

  .timeline-title {
    font-size: 22px;
  }

  .timeline-item-img {
    margin-top: 20px;
  }

  .home-sec-8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-wrapper {
    margin-bottom: 40px;
  }

  .testimonial-content-wrapper {
    height: auto;
  }

  .testimonial-next-btn {
    display: flex;
    right: 10px;
  }

  .testimonial-perv-btn {
    display: flex;
  }

  .testimonial-slider-mask {
    width: 50%;
  }

  .testimonial-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-sec-9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-item {
    width: 100%;
  }

  .card-title {
    font-size: 20px;
  }

  .home-sec-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-sec-10.light-bg {
    padding-bottom: 50px;
  }

  .faq-wrapper {
    margin-top: 30px;
  }

  .faq-para {
    font-size: 18px;
  }

  .faq-title-icon {
    width: 29px;
  }

  .faq-title {
    font-size: 20px;
  }

  .form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-detail-wrapper {
    flex-flow: wrap;
  }

  .address-col {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .address-col.center {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #000;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    width: 100%;
    padding: 20px 0;
  }

  .address-col.last {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .address-icon-wrapper._3rd, .address-icon-wrapper._2nd {
    margin-top: 0;
  }

  .form-background {
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .form-heading {
    font-size: 20px;
  }

  .form-content {
    font-size: 16px;
  }

  ._w-50 {
    width: 100%;
    font-size: 16px;
  }

  ._w-50::placeholder, .submit-btn {
    font-size: 18px;
  }

  ._w-100.text-area {
    margin-bottom: 20px;
    font-size: 16px;
  }

  ._w-100.text-area::placeholder {
    font-size: 18px;
  }

  .footer-abt {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-links {
    width: 28%;
  }

  .footer-social-details {
    width: 38%;
  }

  .copywrite-text {
    font-size: 18px;
  }

  .rotating-wheel.p-absolute.top-right._1 {
    top: 150px;
  }

  .rotating-wheel.p-absolute.top-right._3 {
    bottom: 450px;
  }

  .rotate-wheel-left._2 {
    top: 500px;
  }

  .rotate-wheel-left._4 {
    bottom: 100px;
  }

  .paragraph, .paragraph-2 {
    font-size: 16px;
  }

  .abt-sec-1 {
    padding-top: 120px;
  }

  .wrapper.abt-sec-1-flex, .wrapper.sec-ser-1 {
    flex-flow: wrap-reverse;
  }

  .col-md-6 {
    width: 100%;
  }

  .col-md-6.mb-3 {
    margin-bottom: 30px;
  }

  .col-md-6.light-coral.bright-sun {
    margin-top: 30px;
  }

  .h1-para {
    font-size: 18px;
  }

  .abt-sec-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .col-md-4 {
    width: 100%;
  }

  .col-md-4.mb-3 {
    margin-bottom: 30px;
  }

  .col-md-8 {
    width: 100%;
  }

  .mission-vision-card-heading {
    font-size: 36px;
  }

  .abt-sec-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .team-cards-wrapper {
    margin-top: 30px;
  }

  .team-card {
    width: 48%;
  }

  .service-sec-1 {
    padding-bottom: 0;
  }

  .all-services-tags {
    flex-flow: wrap;
  }

  .servicedetailsection {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .icon {
    width: 20px;
    height: 20px;
  }

  .breadcrumb {
    font-size: 18px;
  }

  .service-detail-wrapper {
    margin-top: 30px;
  }

  .icon-btn {
    font-size: 18px;
  }

  .btn-text {
    font-size: 16px;
  }

  .career-sec-1 {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .positions-heading {
    font-size: 24px;
  }

  .positions-heading.resources {
    margin-bottom: 30px;
  }

  .tab-menu {
    grid-column-gap: 10px;
    white-space: nowrap;
    flex-flow: row;
    width: 100%;
    padding-right: 0;
    position: relative;
    overflow-x: auto;
  }

  .tab-content-wrapper {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .tab-item {
    margin-bottom: 0;
  }

  .tab-item:hover, .tab-item.w--current {
    box-shadow: unset;
  }

  .position-wrapper {
    padding: 20px;
  }

  .position-title {
    font-size: 24px;
  }

  .position-label-list {
    margin-bottom: 15px;
  }

  .position-description {
    font-size: 14px;
  }

  .apply-link-wrapper {
    margin-top: 12px;
  }

  .apply-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blog-details {
    padding-bottom: 50px;
  }

  .blog-title-wrapper {
    width: 100%;
  }

  .blog-title {
    font-size: 32px;
  }

  .authors-name {
    font-size: 24px;
  }

  .author-title {
    font-size: 14px;
  }

  .reading-time {
    font-size: 16px;
  }

  .blog-featured-image {
    max-height: 250px;
  }

  .blog-content-wrapper {
    flex-flow: column;
    margin-top: 40px;
  }

  .blog-content {
    font-size: 14px;
    line-height: 1.7em;
  }

  .tabs-content-wrapper {
    margin-top: 40px;
  }

  .tabs-menu-wrapper {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-x: auto;
  }

  .resouce-content {
    width: 100%;
  }

  .recent-resources {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .recent-resource-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .site-btn.black {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-btn.d-flex {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .top-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .top-bar.sm-none {
    display: none;
  }

  .top-bar-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .top-bar-link-wrapper.email {
    margin-right: 10px;
  }

  .top-bar-link-wrapper.phone {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar-icon {
    margin-right: 6px;
  }

  .top-bar-link.d-flex {
    font-size: 14px;
  }

  .nav-menu {
    top: 0;
  }

  .nav-link {
    font-size: 16px;
  }

  .burger-menu-bt.w--open {
    font-size: 30px;
  }

  .logo-link-wrapper {
    max-width: 130px;
  }

  .text-block {
    font-size: 16px;
  }

  .home-sec-1-wrapper {
    padding-bottom: 100px;
  }

  .hero-heading {
    font-size: 24px;
  }

  .herotext {
    font-size: 16px;
  }

  .analytics {
    margin-top: -60px;
  }

  .block-level {
    display: inline;
  }

  .h2.center {
    font-size: 22px;
  }

  .h2.large {
    margin-left: 30px;
    font-size: 24px;
  }

  .h2.black {
    font-size: 28px;
  }

  .h2.related-blogs {
    font-size: 26px;
  }

  .h2-p.center {
    font-size: 16px;
  }

  .logos-wrap {
    min-height: 50px;
  }

  .trusted-logo {
    min-width: 80px;
    max-width: 80px;
  }

  .zigzag-item {
    margin-bottom: 30px;
  }

  .zigzag-title-wrap.detail {
    margin-bottom: 20px;
  }

  .title {
    width: 100%;
    margin-bottom: 20px;
  }

  .title.detail {
    margin-bottom: 0;
  }

  .h3 {
    font-size: 30px;
  }

  .zigzag-content {
    font-size: 16px;
  }

  .zigzag-content.detail {
    font-size: 18px;
  }

  .accordin-para {
    font-size: 14px;
  }

  .accordin-para.detail {
    font-size: 16px;
  }

  .accordian-tilte-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .accordian-icon {
    width: 16px;
  }

  .accordian-title {
    font-size: 20px;
  }

  .home-sec-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .timeline-img {
    max-width: 320px;
    max-height: 720px;
  }

  .content-item.first {
    max-width: 200px;
    top: 6px;
    left: 50px;
  }

  .content-item.second {
    max-width: 200px;
    top: 200px;
    left: 30px;
  }

  .content-item.third {
    max-width: 200px;
    bottom: 200px;
    left: 50px;
  }

  .content-item.forth {
    max-width: 200px;
    margin-top: -30px;
    margin-left: 20px;
  }

  .timeline-title {
    font-size: 14px;
  }

  .timeline-item-img {
    margin-top: 10px;
  }

  .testimonial-wrapper {
    padding-top: 20px;
  }

  .quotes-icon-wrapper {
    width: 50px;
    height: 50px;
    padding-top: 7px;
    padding-left: 10px;
  }

  .quote-icon {
    width: 25px;
  }

  .testimonial-content {
    font-size: 16px;
  }

  .testimonial-next-btn, .testimonial-perv-btn {
    top: -40px;
  }

  .testimonial-slider-mask {
    width: 100%;
  }

  .testimonial-authore-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-avatar-wrapper {
    margin-right: 15px;
  }

  .testimonial-content-heading {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .blogs-cms-wrapper {
    margin-top: 30px;
  }

  .blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .exerpt, .faq-para {
    font-size: 16px;
  }

  .faq-item {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-title {
    font-size: 18px;
  }

  .form-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .address-icon-wrapper._3rd {
    width: 80px;
    margin-bottom: 20px;
    padding: 15px;
  }

  .form-background {
    margin-top: 40px;
    padding: 30px 15px;
  }

  .form-heading {
    font-size: 18px;
  }

  .form-content {
    font-size: 14px;
  }

  ._w-50::placeholder, .submit-btn, ._w-100.text-area::placeholder {
    font-size: 16px;
  }

  .newsletter-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .email-field {
    width: 100%;
  }

  .news-btn {
    border-top: 1px solid var(--transparent);
    border-left-style: none;
    width: 100%;
  }

  .news-btn:hover {
    border-top-color: var(--black);
  }

  .footer-wrapper {
    margin-bottom: 50px;
  }

  .footer-links {
    width: 100%;
    margin-bottom: 30px;
  }

  .copywrite-text {
    font-size: 14px;
  }

  .rotating-wheel.p-absolute.top-right {
    max-width: 100px;
    right: -50px;
  }

  .rotating-wheel.p-absolute.top-right._1 {
    top: 100px;
  }

  .rotating-wheel.p-absolute.top-right._3 {
    bottom: 280px;
  }

  .rotate-wheel-left {
    max-width: 100px;
    left: -50px;
  }

  .rotate-wheel-left._2 {
    top: 300px;
  }

  .col-md-6.mb-3 {
    margin-bottom: 20px;
  }

  .col-md-6.light-coral {
    padding-bottom: 30px;
  }

  .col-md-6.light-coral.bright-sun {
    margin-top: 20px;
  }

  .h1-heading {
    font-size: 36px;
  }

  .h1-para {
    margin-top: 20px;
    font-size: 16px;
  }

  .counter-wrapper {
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .counter-item-wrap {
    width: 48%;
  }

  .counter-item-wrap.career {
    width: 39%;
    margin-right: 5px;
  }

  .icon-wrapper {
    max-width: 60px;
  }

  .icon-content-wrapper {
    width: calc(100% - 80px);
  }

  .icon-list-heading {
    font-size: 20px;
  }

  .icon-list-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .card-header {
    margin-bottom: 30px;
  }

  .header-circle {
    width: 50px;
    height: 50px;
  }

  .mission-vision-card-heading {
    margin-left: -25px;
    font-size: 28px;
  }

  .mission-vision-text {
    font-size: 16px;
  }

  .team-cards-wrapper {
    grid-row-gap: 30px;
  }

  .team-card {
    width: 100%;
  }

  .team-card.even {
    margin-top: 0;
  }

  .team-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .service-sec-1 {
    padding-top: 100px;
  }

  .icon-btn {
    grid-column-gap: 10px;
    padding: 6px 6px 6px 10px;
    font-size: 16px;
  }

  .btn-icon {
    width: 30px;
    height: 30px;
  }

  .tab-item {
    padding: 10px 20px;
    font-size: 14px;
  }

  .tab-item.w--current {
    font-size: 16px;
  }

  .blog-title {
    font-size: 24px;
  }

  .author-img-wrap {
    width: 35px;
    height: 35px;
  }

  .suthor-detail-wrap {
    width: calc(100% - 51px);
  }

  .authors-name {
    font-size: 20px;
  }

  .meta-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .resources-tabs {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-menu-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}