@import url('https://fonts.cdnfonts.com/css/impact');

* {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
html {
  scroll-behavior: smooth;
}


img {
  max-width: 100%;
}

.section {
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 1250px;
  margin: auto;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

.top-header {
  display: grid;
  grid-template-columns: auto auto;
}

p.successData {
    font-size: 12px;
    margin-top: 12px;
    color: green;
    text-align: center;
}

.top-header-wrapper {
  background: linear-gradient(90deg, #0c0 3.61%, #09c 99.87%);
  padding: 7px 0;
}

.top-header-right {
  display: flex;
  justify-content: end;
  column-gap: 15px;
  align-items: center;
}

.top-header-left svg {
  width: 100%;
}

.top-header-left {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.top-header-item a {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.top-header-item {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.main-header-wrapper {
  background: var(--Color5, #1e1e1e);
  padding: 15px;
}
h3.main-logo span {
  font-size: 9px;
  display: block;
}

.about-us-wrapper > p {
  margin-bottom: 18px !important;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header-logo img {
  max-width: 150px;
}

.main-header-menu {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.main-header-menu > a:not(.btn) {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn.btn-green {
  border-radius: 5px;
  background: linear-gradient(90deg, #0c0 -6.88%, #09c 128.62%);
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 40px;
}

a.header-link-item.active {
  color: var(--Color4, #ff8000);
}

.page-layout {
  background: #000;
}
.hero-banner-slider-item {
  display: grid !important;
  align-items: center;
  column-gap: 70px;
  grid-template-columns: auto auto;
}

.hero-banner-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-banner-item-left h6 {
  color: #fff;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 700px;
}

.hero-banner-item-left h6 span {
  color: var(--Color4, #ff8000);
}

.hero-banner-item-left p {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 500px;
}

a.btn.btn-white {
  background: transparent;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 40px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.hero-banner-item-left {
  row-gap: 20px;
  display: grid;
}

.hero-btn-wrapper {
  display: flex;
  column-gap: 15px;
}
.our-patner-slider {
  display: grid;
  grid-template-columns: max-content auto;
  column-gap: 20px;
  align-items: center;
}

.our-patner-slider-left {
  border-right: 1px solid rgba(217, 217, 217, 0.3);
  padding-right: 25px;
}

.our-patner-slider-right {
  display: flex;
  justify-content: space-around;
}

.our-patner-slider-left > h6 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.our-patner-slider-item img {
  height: 40px;
}

.our-patner-wrapper {
  padding-bottom: 2rem;
}
.our-product-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.our-product-wrapper > h6 {
  color: #fff;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 182.353% */
  margin-bottom: 10px;
}

.our-product-wrapper > p {
  color: #fff;
  /* Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 155.556% */
  margin: auto;
}

.our-products-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 25px;
}

.our-product--img-wrapper img {
  width: 100%;
}

.our-product-content h6 {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.our-product--img-wrapper {
  margin-bottom: 10px;
}

.our-products-list-item {
  border-radius: 14px;
  background: #ffffff1f;
  padding: 16px;
}

.our-product-content p {
  color: #fff;

  /* Regular */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 155.556% */
}

.our-product-extra-content p {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.our-product-extra-content ul {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 25px;
}

.our-product-extra-content h6 {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.our-product-extra-content h6 {
  margin-top: 15px;
}

.our-products-list-item .our-product-extra-content {
  display: none;
}

.steps-wrapper > h6 {
  color: #fff;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px; /* 182.353% */
}

.steps-wrapper > p {
  color: #fff;

  /* Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 155.556% */
  max-width: 900px;
}

.steps-container {
  padding-top: 2rem;
}

.years-tab-wrapper {
  display: flex;
  column-gap: 15px;
}

.years-tab-wrapper h6 {
  border-radius: 4px;
  background: var(--Blue, #09c);
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 25px;
  cursor: pointer;
}

.years-tab-wrapper h6:not(.active) {
  opacity: 0.7;
}

.years-wrapper {
  padding-top: 25px;
}
.years-tab-wrapper h6:hover {
  opacity: 1 !important;
}
.years-tab-content-wrapper .years-tab-content:not(.active) {
  display: none;
}
.years-tab-content {
  display: flex;
}

.years-tab-content-wrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}

.years-header-time-line {
  height: 6px;
  width: 100%;
  display: block;
  background: #404040;
  position: relative;
}

.years-header-time-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 23px;
  height: 23px;
  background: #0099cc;
  border-radius: 20px;
  border: 6px solid #404040;
}

.years-body-time-line {
  padding-right: 30px;
  padding-top: 30px;
}

.years-body-time-line h6 {
  color: var(--Color1, var(--Blue, #09c));
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.years-body-time-line h5 {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}

.years-body-time-line p {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}

.years-tab-content .year-content-item:last-child .years-header-time-line {
  background: unset;
}
.years-wrapper {
  width: calc(100% - 250px);
}
.years-wrapper:after {
  background: url("../img/steps.png");
  content: "";
  width: 200px;
  height: 100%;
  display: block;
  position: absolute;
  right: -200px;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.years-wrapper {
  position: relative;
}
.about-us-wrapper > h6 {
  color: #fff;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 182.353% */
}

.about-us-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about-us-wrapper > p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 155.556% */
  margin: auto;
}

.about-us-wrapper > img {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-us-item {
  text-align: center;
}

.about-us-item > h6 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-top: 15px;
}

.about-us-item > p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  max-width: 900px;
  margin: auto;
}

.about-us-list {
  display: grid;
  row-gap: 40px;
}
.blog-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blog-wrapper > h6 {
  color: #fff;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 182.353% */
}

.blog-wrapper > p {
  color: #fff;

  /* Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 155.556% */
  max-width: 900px;
}

.blog-list {
  padding-top: 2rem;
  display: grid;
  column-gap: 30px;
  grid-template-columns: auto auto;
}

.blog-list-left a.blog-list-item img {
  width: 100%;
  margin-bottom: 25px;
}

.blog-list-left a.blog-list-item h6 {
  color: var(--Color4, #ff8000);

  /* Text sm/Semibold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.blog-list-left a.blog-list-item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
}

.blog-list-left a.blog-list-item > div h5 {
  color: #fff;

  /* Display xs/Semibold */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

.blog-list-left a.blog-list-item p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
  margin-top: 12px;
}

.blog-list-right a.blog-list-item {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 15px;
}

.blog-list-right {
  display: grid;
  row-gap: 10px;
}

.blog-list-item-right > h6 {
  color: var(--Color4, #ff8000);

  /* Text sm/Semibold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.blog-list-item-right > h5 {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 133.333% */
  margin-top: 5px;
}

.blog-list-item-right > p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
  margin-top: 10px;
  margin-bottom: 15px;
}

.contact-us-wrapper {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  column-gap: 30px;
}

.contact-us-form-wrapper {
  border-radius: 14px;
  background: #fff;
  width: 75%;
  padding: 20px;
}

.contact-us-form-wrapper > h6 {
  color: #00a697;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 206.667% */
  margin-bottom: 20px;
}

.contac-us-input-wrapper input {
  border-radius: 4px;
  border: 1px solid var(--neutral-n-400, #d8dae5);
  background: var(--neutral-n-0, #fff);
  max-width: 100%;
  padding: 10px;
  width: calc(100% - 30px);
  margin-bottom: 20px;
}

.contac-us-input-wrapper p {
  color: #3f3f46;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-bottom: 7px;
}

.contac-us-input-wrapper textarea {
  border-radius: 4px;
  border: 1px solid var(--neutral-n-400, #d8dae5);
  background: var(--neutral-n-0, #fff);
  max-width: 100%;
  padding: 10px;
  width: calc(100% - 30px);
  margin-bottom: 20px;
}
.w-100 {
  width: 80%;
  text-align: center;
}
.contact-us-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-us-left {
  display: flex;
  justify-content: end;
}
.contact-us-right > h6 {
  color: #fff;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 182.353% */
  margin-bottom: 20px;
}

.contact-us-right > p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 155.556% */
  margin-top: 10px;
  margin-bottom: 25px;
}

.contact-us-right > h6 {
  color: #fff;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 182.353% */
}

.contact-us-right > p {
  color: #fff;

  /* Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 155.556% */
  margin-top: 10px;
  margin-bottom: 25px;
}

.contact-details-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 25px;
  row-gap: 40px;
}

.contact-details-item {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}

.contact-details-content h6 {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.contact-details-content p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
}

.contact-details-item img {
  margin-top: 5px;
}

.contact-us-wrapper {
  align-items: center;
}

.contact-us-form-wrapper:before {
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(91deg, #0c0 -29.87%, #09c 127.12%);
  z-index: -1;
  transform: translate(-20%, 100px);
}

.contact-us-form-wrapper {
  position: relative;
}

.contact-us-left {
  position: relative;
  z-index: 0;
}

.contact-us-wrapper {
  padding-bottom: 150px;
}

footer {
  background: linear-gradient(90deg, #0c0 -24.25%, #09c 122.22%);
  padding-top: 3rem;
  padding-bottom: 10px;
}

.footer-content.section {
  display: grid;
  grid-template-columns: 35% auto;
  column-gap: 50px;
}

.footer-content-left img {
  max-width: 120px;
  margin-bottom: 15px;
}

.footer-content-left > p {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.footer-content-right {
  display: grid;
  grid-template-columns: 27% 27% auto;
  column-gap: 25px;
}

.footer-content-right > div > h5 {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  margin-bottom: 15px;
}

.footer-content-right .link-list a {
  color: #fff;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
}

.link-list {
  display: grid;
  row-gap: 5px;
}

.reachList {
  display: grid;
    align-items: center;
    column-gap: 10px;
    grid-template-columns: 18px auto;
}
.reachList svg {
    width: 100%;
}

.reachList p {
  color: #fff;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.reachList svg {
  height: 24px;
  width: 24px;
}

.footer-right {
  border-top: 1px solid #ffffff4f;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.footer-right p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}
.main-header-logo .btn {
  display: none;
}
.time-line-wrapper > h6 {
  color: #fff;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.time-line-wrapper > p {
  color: #fff;
  text-align: left;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: auto;
}

.time-line-list {
  padding-top: 10px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

.time-line-list-item-image img {
  max-width: 170px;
  height: 100%;
  width: 90%;
    margin: auto;
}

.time-line-list-item-line-devider {
  height: 4px;
  background: #80808099;
  position: relative;
}

.time-line-wrapper {
  padding-top: 2rem;
}

.time-line-list-item-image {
  padding-bottom: 42px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: flex;
  align-self: end;
}

.time-line-list-item-line-devider:after {
  height: 20px;
  width: 20px;
  background: linear-gradient(90deg, #0c0 -6.88%, #09c 128.62%);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.time-line-list-item-line-devider:before {
  content: "";
  background: #80808099;
  height: 80px;
  width: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.time-line-list-item-content {
  padding-top: 45px;
  text-align: center;
}

.time-line-list-item-content p {
  color: var(--Color1, var(--Blue, #09c));
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.time-line-list-item-content h5 {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 7px;
}

.time-line-list-item-content h6 {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}

.time-line-list > .time-line-list-item:nth-child(even) {
  display: grid;
  align-content: space-between;
}

.time-line-list
  > .time-line-list-item:nth-child(even)
  .time-line-list-item-image {
  order: 3;
  padding-bottom: 0;
  padding-top: 42px;
  padding-top: 42px;
  align-self: start;
}

.time-line-list
  > .time-line-list-item:nth-child(even)
  .time-line-list-item-content {
  order: 1;
  padding-top: 0;
  padding-bottom: 45px;
  display: grid;
  align-content: end;
}

.time-line-list
  > .time-line-list-item:nth-child(even)
  .time-line-list-item-line-devider {
  order: 2;
}

.time-line-list-item {
  display: grid;
  grid-template-rows: 250px 4px 250px;
}

h3.ft-logo {
  font-family: 'Impact', sans-serif;
  font-size: 36px;
  color: white;
  font-style: italic;
}

h3.main-logo {
  font-family: 'Impact', sans-serif;
  font-size: 36px;
  color: white;
  font-style: italic;
}

.about-us-wrapper > h6 {
  text-align: center;
}

.about-us-wrapper > p {
  text-align: center;
}
.time-line-list-item-image img {
  transition: .3s;
}
.time-line-list-item-image img:hover {
  transform: scale(1.5);
}

.core-value-wrapper {
  display: grid;
  grid-template-columns: calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px);
  margin-bottom: 30px;
  column-gap: 15px;
}

.flex-wrapper {
  display: flex;
  column-gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}

.core-value-item h5 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.core-value-item p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  max-width: 900px;
  text-align: left;
}

.core-value-item img {
  max-width: 35px;
  filter: brightness(0) invert(1);
}

.core-value-item {
  text-align: left;
}

.core-value-wrapper {
  padding-top:30px ;
}

.hero-banner-slider .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}

.hero-banner-slider .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .flagImage-wrapper > img {
  max-width: 50px;
  height: 100%;
  margin-bottom: -6px;
}
.flagImage-wrapper {
  text-align: center;
}

.flagImage-wrapper p {
  font-size: 11px;
  color: white;
}

@media only screen and (max-width: 768px) {
  .flagImage-wrapper {
      display: none;
  }
  .core-value-wrapper {
      grid-template-columns: auto;
      margin-bottom: 10px;
      padding-top: 20px;
  }

  .core-value-item .flex-wrapper {
      justify-content: center;
  }

  .core-value-item p {
      text-align: center;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 20px;
  }
  .main-header.section {
    flex-direction: column;
  }

  .main-header-menu a.header-link-item.btn {
    display: none;
  }

  .section {
    max-width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-banner-slider-item {
    grid-template-columns: auto;
  }

  .our-patner-slider {
    grid-template-columns: auto;
  }

  .our-products-list {
    grid-template-columns: auto;
  }

  .years-tab-content {
    flex-direction: column;
  }

  .blog-list {
    grid-template-columns: auto;
  }

  .contact-us-wrapper {
    grid-template-columns: auto;
  }

  .years-tab-wrapper h6 {
    padding: 10px;
  }
  .footer-content.section {
    grid-template-columns: auto;
  }
  .top-header-left {
    column-gap: 7px;
  }

  .top-header-item a {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 275% */
  }

  .top-header-item img {
    width: 12px;
  }

  .top-header-item {
    column-gap: 5px;
  }
  .main-header-logo .btn {
    display: block;
  }
  .main-header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }

  .main-header-wrapper {
    padding: 12px 0;
    background: black;
  }

  .main-header-logo img {
    width: 80px;
  }

  .main-header-logo .btn {
    font-size: 12px;
    padding: 7px 15px;
  }

  .main-header-menu {
    width: 100%;
    justify-content: space-evenly;
  }

  .main-header-menu > a:not(.btn) {
    font-size: 12px;
    font-weight: 500;
  }

  .hero-banner-item-left h6 {
    font-size: 24px;
    text-align: center;
  }

  .hero-banner-slider {
    width: 85%;
    margin: auto;
  }

  .hero-banner-item-left p {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }

  .hero-banner-item-left {
    row-gap: 15px;
  }

  .btn.btn-green {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 12px;
  }

  a.btn.btn-white {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 12px;
  }

  .hero-btn-wrapper {
    column-gap: 10px;
    justify-content: center;
  }

  .hero-banner-item-right img {
    max-width: 250px;
    margin: auto;
    display: block;
  }

  .hero-banner-item-right {
    order: 1;
  }

  .hero-banner-item-left {
    order: 2;
  }

  .hero-banner-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .our-patner-slider-left > h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
  }

  .our-patner-slider-right {
    align-items: center;
    column-gap: 15px;
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .our-patner-slider-item img {
    width: 100%;
    height: unset;
  }

  .our-patner-wrapper {
    padding-bottom: 1rem;
  }

  .our-product-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .our-product-wrapper > h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
  }

  .our-product-wrapper > p {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }

  .our-products-list {
    width: 80%;
    margin: 1rem auto;
    row-gap: 25px;
  }

  .our-product-content h6 {
    font-size: 14px;
    text-align: center;
  }

  .our-product-content p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .steps-container {
    padding-top: 1rem;
  }

  .steps-wrapper > h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
    text-align: center;
  }

  .steps-wrapper > p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .years-tab-content-wrapper {
    width: 100%;
  }

  .years-wrapper {
    width: 100%;
  }

  .years-tab-content .year-content-item:nth-child(odd) {
    padding-right: calc(50% + 15px);
  }

  .years-tab-content .year-content-item:nth-child(even) {
    padding-left: calc(50% + 20px);
  }

  .years-header-time-line {
    position: absolute;
    left: -3%;
    transform: rotate(90deg) translate(15%, 0);
    top: 50%;
  }

  .year-content-item {
    position: relative;
  }

  .years-body-time-line h6 {
    font-size: 12px;
  }

  .years-body-time-line h5 {
    font-size: 14px;
  }

  .years-body-time-line p {
    font-size: 12px;
    line-height: 28px;
  }
  .about-us-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about-us-wrapper > h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
    text-align: center;
  }

  .about-us-wrapper > p {
    font-size: 12px;
    line-height: 20px;
  }

  .about-us-item > h6 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
  }

  .about-us-item > p {
    font-size: 12px;
    line-height: 24px;
  }

  .about-us-item svg {
    width: 35px;
    height: 35px;
  }
  .blog-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog-wrapper > h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
  }

  .blog-wrapper > p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }

  .blog-list-left a.blog-list-item h6 {
    font-size: 12px;
  }

  .blog-list-left a.blog-list-item > div h5 {
    font-size: 16px;
  }

  .blog-list-left a.blog-list-item > div svg {
    height: 16px;
    width: 16px;
  }

  .blog-list-left a.blog-list-item p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 7px;
  }

  a.blog-list-item {
    margin-bottom: 20px;
  }

  .blog-list-right a.blog-list-item {
    grid-template-columns: auto;
  }

  .blog-list-item-left img {
    width: 100%;
  }

  .blog-list-item-right > h6 {
    font-size: 12px;
    margin-top: 10px;
  }

  .blog-list-item-right > h5 {
    font-size: 16px;
  }

  .blog-list-item-right > p {
    font-size: 12px;
    line-height: 22px;
  }

  .blog-list-item-right svg {
    display: none;
  }

  .blog-list-left {
    margin-bottom: 15px;
  }
  .contact-us-left {
    order: 2;
  }
  .contact-us-wrapper {
    padding-top: 0;
  }

  .contact-us-right > h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .contact-us-right > p {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }

  .contact-details-item img {
    width: 25px;
  }

  .contact-details-content h6 {
    font-size: 14px;
  }

  .contact-details-content p {
    font-size: 12px;
  }

  .contact-details-wrapper {
    padding-bottom: 2rem;
  }
  .contact-us-wrapper {
    padding-top: 0;
  }

  .contact-us-right > h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .contact-us-right > p {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }

  .contact-details-item img {
    width: 25px;
  }

  .contact-details-content h6 {
    font-size: 14px;
  }

  .contact-details-content p {
    font-size: 12px;
  }

  .contact-details-wrapper {
    padding-bottom: 2rem;
  }

  .contact-us-form-wrapper > h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .contact-us-form-wrapper {
    padding: 10px 20px;
  }

  .contac-us-input-wrapper p {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .contac-us-input-wrapper input {
    font-size: 12px;
    padding: 7px;
  }

  .contact-us-form-wrapper a.btn.btn-green.w-100 {
    width: 85%;
  }

  footer {
    padding-top: 2rem;
  }

  .footer-content-left img {
    max-width: 80px;
    margin-bottom: 10px;
  }

  .footer-content-left {
    text-align: center;
  }

  .footer-content-left > p {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-content-right {
    margin-top: 20px;
    grid-template-columns: auto auto;
    row-gap: 25px;
  }

  .footer-content-right > div > h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer-content-right .link-list a {
    font-size: 12px;
  }

  .footer-right p {
    font-size: 12px;
  }

  .footer-right {
    margin-top: 15px;
  }
  .years-wrapper:after {
    display: none;
  }
  .contact-us-form-wrapper:before {
    transform: translate(-15%, 70px);
  }
  .contact-us-wrapper {
    padding-bottom: 120px;
  }
  .top-header-right {
    column-gap: 8px;
  }

  .top-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-patner-slider-left {
    border-right: 0;
  }

  .years-tab-wrapper {
    justify-content: center;
  }

  .contact-details-wrapper {
    column-gap: 15px;
  }

  .contact-details-item {
    column-gap: 10px;
  }

  .contact-details-content p {
    line-height: 16px;
  }
  .top-header {
    column-gap: 10px;
  }
  .time-line-list {
    grid-template-columns: auto;
  }

  .time-line-list-item {
    grid-template-columns: calc(50% - 40px) 80px calc(50% - 40px);
    grid-template-rows: unset;
  }

  .time-line-list-item-image {
    padding: 30px 10px;
    justify-content: center;
    display: grid;
  }

  .time-line-list-item-image img {
    height: unset;
    width: 100%;
    display: block;
    margin: auto;
  }

  .time-line-list-item-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .time-line-list-item-line-devider {
    height: 100%;
    width: 4px;
    position: relative;
    left: 50%;
  }

  .time-line-list-item-line-devider:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .our-product-wrapper > h6 {
        text-align: center;
    }
    
    .about-us-list {
        margin-bottom: 25px;
    }
    .our-product-wrapper > h6 {
        text-align: center;
    }
    
    .about-us-list {
        margin-bottom: 25px;
    }
    
    .reachList {
        display: grid;
        grid-template-columns: 15px auto;
    }
    
    .reachList svg {
        width: 100%;
    }
}

.hide {
  display: none;
}

div#blog {
  display: none;
}