body {
  font-family: "Helvetica";
  max-width: 2560px;
  margin: auto;
}

@media screen and (max-width: 1399px) and (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1749px) and (min-width: 1600px) {
  .container {
    max-width: 1550px;
  }
}
@media screen and (min-width: 1750px) {
  .container {
    max-width: 1730px;
  }
}

h1 {
  font-size: 62px;
  line-height: 76px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1440px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1749px) and (min-width: 1600px) {
  h1 {
    font-size: 52px;
    line-height: 62px;
  }
}

h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #19233A;
}
h2 > strong {
  color: #59ab7d;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #19233A;
}
@media screen and (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

.btn-style, header .menu ul li:last-of-type a {
  padding: 22px 40px;
  border-radius: 50px;
  background: #59ab7d;
  color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  font-family: "Helvetica";
  border: 1px solid #59ab7d;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .btn-style, header .menu ul li:last-of-type a {
    font-size: 18px;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .btn-style, header .menu ul li:last-of-type a {
    font-size: 18px;
    padding: 20px;
  }
}
.btn-style:hover, header .menu ul li:last-of-type a:hover {
  background: transparent;
  color: #59ab7d;
}
.btn-style.white, header .menu ul li:last-of-type a.white {
  border: 1px solid #59ab7d;
  background: #fff;
  color: #59ab7d;
}
.btn-style.white:hover, header .menu ul li:last-of-type a.white:hover {
  border: 1px solid #59ab7d;
  background: #59ab7d;
  color: #fff;
}
.btn-style.dark, header .menu ul li:last-of-type a.dark {
  border: 1px solid #19233A;
  background: #19233A;
  color: #fff;
}
.btn-style.dark:hover, header .menu ul li:last-of-type a.dark:hover {
  background: transparent;
  color: #19233A;
}

header {
  background: #F7F9F8;
}
header .logo-wrap img {
  width: 160px;
}
@media screen and (max-width: 1199px) {
  header .menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #19233A;
    z-index: 9;
    top: 119px;
    padding: 15px;
  }
}
header .menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
header .menu ul li {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  header .menu ul li {
    display: block;
    text-align: left;
  }
}
header .menu ul li:not(:last-of-type) {
  margin-right: 34px;
}
@media screen and (max-width: 1199px) {
  header .menu ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
header .menu ul li a {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #19233A;
  text-decoration: none;
}
header .menu ul li a:hover {
  color: #59ab7d;
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  header .menu ul li a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  header .menu ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
  }
}
header .menu ul li:last-of-type a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  header .menu ul li:last-of-type a {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  header .menu ul li:last-of-type a {
    font-size: 18px;
    padding: 20px;
  }
}
header .menu ul li.active a {
  font-weight: 600;
  color: #59ab7d;
}
header .navToggler {
  display: none;
  position: relative;
  z-index: 40;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #19233A;
  padding: 0.25rem;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
header .navToggler svg {
  color: #19233A;
}
header .navToggler svg:last-of-type {
  display: none;
}
@media screen and (max-width: 1199px) {
  header .navToggler {
    display: inline-block;
  }
}
header.navOpen .menu {
  display: block;
}

.banner-section {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .banner-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .banner-section {
    padding: 0 0 50px;
  }
}
.banner-section #carousel-banner-slider, .banner-section .owl-stage-outer {
  height: 760px;
}
@media screen and (max-width: 1199px) {
  .banner-section #carousel-banner-slider, .banner-section .owl-stage-outer {
    height: auto;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .banner-section #carousel-banner-slider, .banner-section .owl-stage-outer {
    height: 620px;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1440px) {
  .banner-section #carousel-banner-slider, .banner-section .owl-stage-outer {
    height: 680px;
  }
}
.banner-section .main-bg-img {
  /*position: relative;
  left: 50% !important;
  margin-left: -960px;
  object-fit: cover;
  transform: unset;
  height: 800px;
  @media screen and (max-width: 1599px) and (min-width: 1440px) {
    margin-left: -720px;
  }
  @media screen and (max-width: 1919px) and (min-width: 1600px) {
  margin-left: -800px;
  }*/
}
@media screen and (max-width: 1199px) {
  .banner-section .main-bg-img {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .banner-section .main-bg-img {
    object-fit: cover;
    height: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section .col-xl-6:first-of-type {
    order: 2;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-section .right-image img {
    position: absolute;
    height: 800px;
    max-width: initial;
    margin-left: 190px;
    top: 0;
    right: 0;
    object-fit: contain;
    object-position: right;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .banner-section .right-image img {
    height: 500px;
    top: 60px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1440px) {
  .banner-section .right-image img {
    height: 600px;
    top: 60px;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .banner-section .right-image img {
    height: 666px;
    top: 60px;
  }
}
.banner-section .logo-img {
  width: 200px !important;
}
@media screen and (max-width: 1199px) {
  .banner-section .logo-img {
    width: 160px !important;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .banner-section .wrapper {
    position: absolute;
    top: 103px;
    max-width: 720px;
    z-index: 99;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .banner-section .wrapper {
    max-width: 475px;
  }
}
@media screen and (max-width: 1749px) and (min-width: 1600px) {
  .banner-section .wrapper {
    max-width: 580px;
  }
}
.banner-section .wrapper h1 {
  color: #19233A;
  margin-bottom: 22px;
}
.banner-section .wrapper p {
  color: #19233A;
  font-size: 30px;
  line-height: 35px;
  font-family: "Helvetica";
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .banner-section .wrapper p {
    font-size: 18px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .banner-section .wrapper p {
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1749px) and (min-width: 1600px) {
  .banner-section .wrapper p {
    font-size: 26px;
    line-height: 32px;
  }
}
.banner-section .wrapper .btn-wrapper {
  margin-top: 35px;
}
@media screen and (max-width: 1199px) {
  .banner-section .wrapper .btn-wrapper a {
    font-size: 16px;
    padding: 15px;
  }
}
.banner-section .wrapper .btn-wrapper a:not(:last-of-type) {
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .banner-section .wrapper .btn-wrapper a:not(:last-of-type) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .banner-section .wrapper .btn-wrapper a:not(:last-of-type) {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1749px) and (min-width: 1600px) {
  .banner-section .wrapper .btn-wrapper a:not(:last-of-type) {
    margin-right: 5px;
  }
}
.banner-section .counter {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  left: 122px;
  display: none;
}
@media screen and (max-width: 1199px) {
  .banner-section .counter {
    bottom: -10px;
    left: 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .banner-section .counter {
    left: 50px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .banner-section .counter {
    left: 58px;
  }
}
@media screen and (max-width: 1365px) and (min-width: 1200px) {
  .banner-section .counter {
    bottom: 50px;
    left: 65px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1366px) {
  .banner-section .counter {
    bottom: 50px;
    left: 125px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1440px) {
  .banner-section .counter {
    bottom: 70px;
    left: 135px;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .banner-section .counter {
    left: 45px;
    bottom: 12px;
  }
}
.banner-section .counter span {
  font-size: 24px;
  font-weight: 600;
  font-family: "Helvetica";
  color: #59ab7d;
}
.banner-section .counter .total-slide {
  position: relative;
  margin-left: 8px;
}
.banner-section .counter .total-slide:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  background: #59ab7d;
  left: -7px;
  transform: rotate(24deg);
  top: 0;
}
.banner-section .owl-nav {
  /*    display: block !important;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;*/
  /*  bottom: 60px;
    left: 100px;
    width: 80px;
    @media screen and (max-width: $screen-xs) {
      bottom: -70px;
      left: 6px;
    }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      left: 25px;
    }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      left: 35px;
    }
    @media screen and (max-width: 1365px) and (min-width: 1200px) {
      bottom: 0;
      left: 42px;
    }
    @media screen and (max-width: 1439px) and (min-width: 1366px) {
      bottom: 0;
      left: 100px;
    }
    @media screen and (max-width: 1599px) and (min-width: 1440px) {
      left: 110px;
      bottom: 20px;
    }
    @media screen and (max-width: 1919px) and (min-width: 1600px) {
      left: 20px;
      bottom: 10px;
    }*/
}
.banner-section .owl-nav .owl-prev, .banner-section .owl-nav .owl-next {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none !important;
  outline: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .banner-section .owl-nav .owl-prev, .banner-section .owl-nav .owl-next {
    top: unset;
    bottom: -40px;
  }
}
.banner-section .owl-nav .owl-prev:before, .banner-section .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .banner-section .owl-nav .owl-prev:before, .banner-section .owl-nav .owl-next:before {
    transform: scale(2);
  }
}
.banner-section .owl-nav .owl-prev span:not(.visually-hidden), .banner-section .owl-nav .owl-next span:not(.visually-hidden) {
  display: none;
}
.banner-section .owl-nav .owl-prev span.visually-hidden, .banner-section .owl-nav .owl-next span.visually-hidden {
  display: block !important;
}
.banner-section .owl-nav .owl-prev {
  left: 30px;
}
@media screen and (max-width: 1199px) {
  .banner-section .owl-nav .owl-prev {
    left: 16px;
  }
}
.banner-section .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  background: url("../assets/left-arrow.png");
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(65%) sepia(44%) saturate(409%) hue-rotate(94deg) brightness(85%) contrast(85%);
}
.banner-section .owl-nav .owl-next {
  right: 60px;
}
@media screen and (max-width: 1199px) {
  .banner-section .owl-nav .owl-next {
    right: unset;
    left: 32px;
  }
}
.banner-section .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  background: url("../assets/right-arrow.png");
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(65%) sepia(44%) saturate(409%) hue-rotate(94deg) brightness(85%) contrast(85%);
  right: -80px;
}

.companies-section {
  padding: 50px 0;
  background: url("../assets/number-bg.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .companies-section {
    padding: 60px 0;
  }
}
.companies-section .heading-div {
  text-align: center;
}
.companies-section .heading-div h2 {
  position: relative;
  margin-bottom: 40px;
}
.companies-section .heading-div h2:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
}
.companies-section #logo-slider {
  margin-top: 40px;
}
.companies-section #logo-slider .owl-nav {
  display: none !important;
}
.companies-section .owl-stage-outer {
  padding: 20px 0;
}
.companies-section .image-wrapper {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 10px;
}

.counter-section {
  background: #EBF2F9;
  padding: 120px 0;
}
@media screen and (max-width: 1199px) {
  .counter-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .counter-section .container {
    max-width: 1170px;
  }
}
@media screen and (max-width: 1199px) {
  .counter-section .col-xl-3 {
    margin-bottom: 16px;
  }
}
.counter-section .card-wrapper {
  background: #fff;
  text-align: center;
  padding: 16px 8px;
  border-radius: 16px;
  position: relative;
  top: 0;
  transition: 0.5s;
  height: 100%;
}
.counter-section .card-wrapper:hover {
  top: -10px;
}
@media screen and (max-width: 1199px) {
  .counter-section .card-wrapper {
    margin-bottom: 16px;
  }
}
.counter-section .card-wrapper .icon-wrapper {
  margin-bottom: 17px;
}
.counter-section .card-wrapper .counter-wrapper span {
  font-size: 32px;
  line-height: 32px;
  font-family: "Helvetica";
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.counter-section .card-wrapper h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 5px;
}
.counter-section .card-wrapper p {
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica";
  font-weight: 400;
}
.counter-section.about-page .heading-div {
  text-align: center;
  margin-bottom: 60px;
}
.counter-section.about-page .heading-div h2 {
  position: relative;
  margin-bottom: 40px;
}
.counter-section.about-page .heading-div h2:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
}
.counter-section.about-page.only-text .heading-div {
  margin-bottom: 0;
}
.counter-section.solutions-page {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .counter-section.solutions-page .container {
    max-width: 1350px;
  }
}
.counter-section.solutions-page .heading-div {
  text-align: center;
  margin-bottom: 60px;
}
.counter-section.solutions-page .heading-div h2 {
  position: relative;
  margin-bottom: 40px;
}
.counter-section.solutions-page .heading-div h2:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
}
.counter-section.solutions-page .card-wrapper {
  background: #F2F7FF;
}

.growing-section {
  padding: 105px 0 150px;
}
@media screen and (max-width: 1199px) {
  .growing-section {
    padding: 60px 0;
  }
}
.growing-section h2 {
  position: relative;
  margin-bottom: 40px;
}
.growing-section h2:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .growing-section .col-xl-6:first-of-type {
    text-align: center;
  }
}
@media screen and (min-width: 1600px) {
  .growing-section .col-xl-6:first-of-type {
    padding-right: 70px;
  }
}
.growing-section .nav-tabs {
  flex-direction: column;
  gap: 24px;
  margin: 60px 0;
  border: 0;
}
@media screen and (max-width: 1199px) {
  .growing-section .nav-tabs {
    margin: 30px 0;
  }
}
.growing-section .nav-tabs li {
  display: block;
}
.growing-section .nav-tabs li button {
  padding: 24px 36px;
  width: 100%;
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  gap: 24px;
  background: #EBF2F9 !important;
  border-radius: 16px;
  border: 0;
  text-align: left;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.growing-section .nav-tabs li button:hover {
  top: -10px;
}
@media screen and (max-width: 1199px) {
  .growing-section .nav-tabs li button {
    grid-template-columns: 50px auto;
    align-items: start;
    padding: 16px 20px;
    gap: 16px;
  }
  .growing-section .nav-tabs li button img {
    width: 50px;
  }
}
.growing-section .nav-tabs li button .title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: #19233A !important;
}
.growing-section .nav-tabs li button .content {
  font-size: 16px;
  line-height: 21px;
  font-family: "Helvetica";
  font-weight: 400;
  display: block;
  color: #19233A !important;
}
.growing-section .tab-content {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .growing-section .tab-content {
    margin-top: 30px;
  }
}
.growing-section .tab-content img {
  width: 100%;
  border-radius: 16px;
}
.growing-section .tab-content .img-content {
  position: absolute;
  bottom: -45px;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  gap: 16px;
  padding: 26px 23px;
}
@media screen and (min-width: 1700px) {
  .growing-section .tab-content .img-content {
    right: -25px;
  }
}
@media screen and (max-width: 1199px) {
  .growing-section .tab-content .img-content {
    padding: 16px;
    grid-template-columns: 25px auto;
    right: 0;
    bottom: -24px;
  }
  .growing-section .tab-content .img-content img {
    width: 25px;
  }
}
.growing-section .tab-content .img-content .img-title {
  font-size: 28px;
  line-height: 30px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .growing-section .tab-content .img-content .img-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.travel-section {
  padding: 120px 0;
  background: #EBF2F9;
}
@media screen and (max-width: 1199px) {
  .travel-section {
    padding: 60px 0;
  }
}
.travel-section .heading-div {
  text-align: center;
  margin-bottom: 60px;
}
.travel-section .heading-div h2 {
  position: relative;
  margin-bottom: 40px;
}
.travel-section .heading-div h2:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
}
.travel-section .col-xl-6:not(:nth-of-type(1)), .travel-section .col-xl-6:not(:nth-of-type(2)) {
  margin-top: 24px;
}
.travel-section .card-wrapper {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  position: relative;
  top: 0;
  transition: 0.5s;
  height: 100%;
}
.travel-section .card-wrapper:hover {
  top: -10px;
}
@media screen and (max-width: 1199px) {
  .travel-section .card-wrapper {
    padding: 16px;
    margin-bottom: 16px;
  }
}
.travel-section .card-wrapper img {
  border-radius: 16px;
  margin-bottom: 24px;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
}
.travel-section .card-wrapper h3 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.travel-section .card-wrapper p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 22px;
}
.travel-section .card-wrapper ul {
  padding-left: 0;
  margin-bottom: 10px;
  column-count: 2;
}
@media screen and (max-width: 1199px) {
  .travel-section .card-wrapper ul {
    column-count: 1;
  }
}
.travel-section .card-wrapper ul li {
  font-size: 16px;
  line-height: 20px;
  font-family: "Helvetica";
  font-weight: 400;
  position: relative;
  list-style-type: none;
  padding-left: 33px;
  margin-bottom: 19px;
}
.travel-section .card-wrapper ul li:before {
  content: "";
  position: absolute;
  background: url("../assets/tic.png");
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.travel-section .card-wrapper .btn-style, .travel-section .card-wrapper header .menu ul li:last-of-type a, header .menu ul li:last-of-type .travel-section .card-wrapper a {
  font-size: 20px;
  line-height: 20px;
  padding: 15px 40px;
  display: inline-block;
}

.industries-section {
  padding: 150px 0;
}
@media screen and (max-width: 1199px) {
  .industries-section {
    padding: 60px 0;
  }
}
.industries-section h2 {
  position: relative;
  margin-bottom: 40px;
}
.industries-section h2:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
}
.industries-section .col-6:last-of-type {
  padding-left: 100px;
}
.industries-section .nav-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin: 60px 0;
  border: 0;
}
@media screen and (max-width: 1199px) {
  .industries-section .nav-tabs {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.industries-section .nav-tabs li {
  display: block;
  background: #E6F6F6;
  border-radius: 16px;
}
.industries-section .nav-tabs li button {
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  background: #E6F6F6 !important;
  border-radius: 16px;
  border: 0;
  text-align: left;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.industries-section .nav-tabs li button:hover {
  top: -10px;
}
.industries-section .nav-tabs li button .title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: #19233A !important;
}
.industries-section .nav-tabs li button .content {
  font-size: 16px;
  line-height: 21px;
  font-family: "Helvetica";
  font-weight: 400;
  display: block;
  color: #19233A !important;
}
.industries-section .tab-content {
  position: relative;
}
.industries-section .tab-content img {
  width: 100%;
  border-radius: 16px;
}
.industries-section .tab-content .img-content {
  position: absolute;
  right: 0;
  bottom: -45px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  gap: 16px;
  padding: 26px 23px;
}
@media screen and (min-width: 1700px) {
  .industries-section .tab-content .img-content {
    right: -25px;
  }
}
@media screen and (max-width: 1199px) {
  .industries-section .tab-content .img-content {
    padding: 16px;
    grid-template-columns: 25px auto;
    right: 0;
    bottom: -24px;
  }
  .industries-section .tab-content .img-content img {
    width: 25px;
  }
}
.industries-section .tab-content .img-content .img-title {
  font-size: 28px;
  line-height: 30px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .industries-section .tab-content .img-content .img-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.innovations-section {
  padding: 120px 0;
  background: #F2F7FF;
}
@media screen and (max-width: 1199px) {
  .innovations-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .innovations-section .container {
    max-width: 1370px;
  }
}
.innovations-section .heading-div {
  text-align: center;
  margin-bottom: 60px;
}
.innovations-section .heading-div h2 {
  position: relative;
  margin-bottom: 40px;
}
.innovations-section .heading-div h2:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
}
.innovations-section .owl-stage {
  display: flex !important;
}
.innovations-section .owl-item {
  display: flex;
  height: auto !important;
}
.innovations-section .item, .innovations-section .owl-item {
  background: #fff;
  border-radius: 16px;
}
.innovations-section .card-wrapper {
  background: #fff;
  text-align: center;
  padding: 32px;
  border-radius: 16px;
}
.innovations-section .card-wrapper .icon-wrapper {
  margin-bottom: 31px;
}
.innovations-section .card-wrapper .icon-wrapper img {
  width: 200px;
  margin: auto;
}
.innovations-section .card-wrapper h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 12px;
}
.innovations-section .card-wrapper p {
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica";
  font-weight: 400;
}
.innovations-section .card-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
}
@media screen and (max-width: 1199px) {
  .innovations-section .card-wrapper .btn-wrapper {
    flex-direction: column;
  }
}
.innovations-section .card-wrapper .btn-wrapper .btn-style, .innovations-section .card-wrapper .btn-wrapper header .menu ul li:last-of-type a, header .menu ul li:last-of-type .innovations-section .card-wrapper .btn-wrapper a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 15px 25px;
  display: inline-block;
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .innovations-section .card-wrapper .btn-wrapper .btn-style, .innovations-section .card-wrapper .btn-wrapper header .menu ul li:last-of-type a, header .menu ul li:last-of-type .innovations-section .card-wrapper .btn-wrapper a {
    font-size: 16px;
    padding: 15px 16px;
  }
}
.innovations-section .owl-nav {
  display: none !important;
}
.innovations-section .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 32px;
}
.innovations-section .owl-dots .owl-dot {
  background: #D9D9D9;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin-right: 6px;
}
.innovations-section .owl-dots .owl-dot.active {
  background: #59ab7d;
  width: 54px;
}

.contact-section {
  background: #EBF2F9;
  padding: 120px 0;
  margin-top: 150px;
}
@media screen and (max-width: 1199px) {
  .contact-section {
    padding: 60px 0;
    margin-top: 60px;
  }
}
.contact-section h2 {
  position: relative;
  margin-bottom: 40px;
}
.contact-section h2:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
}
.contact-section .btn-style, .contact-section header .menu ul li:last-of-type a, header .menu ul li:last-of-type .contact-section a {
  display: inline-block;
  margin-top: 64px;
}
.contact-section ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
}
.contact-section ul li {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 20px;
}
.contact-section ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-section ul li .icon {
  background: #59ab7d;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section ul li .title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #19233A;
  display: block;
  margin-bottom: 5px;
}
.contact-section ul li p, .contact-section ul li a {
  font-size: 18px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #19233A;
  text-decoration: none;
}
.contact-section .form-wrapper {
  padding: 76px 56px 45px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 1199px) {
  .contact-section .form-wrapper {
    margin-top: 30px;
    padding: 32px 16px;
  }
}
.contact-section .form-wrapper h3 {
  position: relative;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #19233A;
}
.contact-section .form-wrapper h3 > strong {
  color: #59ab7d;
}
.contact-section .form-wrapper h3:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
}
.contact-section .form-wrapper .form-group {
  margin-bottom: 16px;
}
.contact-section .form-wrapper input:not([type=submit]), .contact-section .form-wrapper select, .contact-section .form-wrapper textarea {
  background-color: #F8F9FB;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Helvetica";
  padding: 16px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: auto !important;
  padding-left: 50px;
}
.contact-section .form-wrapper .name {
  background-image: url("../assets/user.png");
}
.contact-section .form-wrapper .email {
  background-image: url("../assets/email.png");
}
.contact-section .form-wrapper .company {
  background-image: url("../assets/pin.png");
}
.contact-section .form-wrapper .phone {
  background-image: url("../assets/call-b.png");
}
.contact-section .form-wrapper .industry {
  background-image: url("../assets/book.png");
}
.contact-section .form-wrapper .text {
  background-image: url("../assets/text.png");
  height: 170px;
  background-position: 16px 16px;
}
.contact-section .form-wrapper .btn-style, .contact-section .form-wrapper header .menu ul li:last-of-type a, header .menu ul li:last-of-type .contact-section .form-wrapper a {
  margin-top: 0;
  display: block;
  width: 100%;
  padding: 22px 40px;
}

footer {
  background: #233B63;
  padding: 32px 0 20px;
}
@media screen and (max-width: 1199px) {
  footer div[class^=col-] {
    margin-bottom: 30px;
  }
}
footer hr {
  margin-top: 60px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  footer hr {
    margin-top: 30px;
  }
}
footer .logo-col p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #fff;
  max-width: 90%;
}
footer .social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
footer .social-icons li {
  display: inline-block;
}
footer .social-icons li:not(:last-of-type) {
  margin-right: 12px;
}
footer .title {
  font-size: 28px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
  display: block;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer ul li a, footer ul li span {
  font-size: 18px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
footer .contact-info li {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  gap: 10px;
}
footer .contact-info li:not(:last-of-type) {
  margin-bottom: 17px;
}
footer .text-center p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.inner-banner-section {
  padding: 220px 0;
  background: url("../assets/banner-1-old.png") no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .inner-banner-section {
    padding: 60px 0;
  }
}
.inner-banner-section h1 {
  color: #fff;
}
.inner-banner-section p {
  color: #fff;
}

.order-section {
  padding: 105px 0 150px;
}
.order-section:nth-of-type(odd) {
  background: #F2F7FF;
}
.order-section:nth-of-type(odd) .col-xl-6:first-of-type {
  order: 2;
}
@media screen and (min-width: 1600px) {
  .order-section:nth-of-type(odd) .col-xl-6:last-of-type {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .order-section:nth-of-type(even) .col-xl-6:first-of-type {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .order-section {
    padding: 60px 0;
  }
}
.order-section h2 {
  position: relative;
  margin-bottom: 40px;
}
.order-section h2:before {
  content: "";
  position: absolute;
  background: url("../assets/line.png");
  width: 200px;
  height: 9px;
  margin: auto;
  bottom: -20px;
  left: 0;
}
.order-section img {
  width: 100%;
  border-radius: 16px;
}

/*# sourceMappingURL=main.css.map */
