html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none;
  color: unset;
  word-break: break-word; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold/poppins-bold-webfont.eot");
  src: url("../fonts/poppins-bold/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-bold/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold/poppins-bold-webfont.woff") format("woff"), url("../fonts/poppins-bold/poppins-bold-webfont.ttf") format("truetype"), url("../fonts/poppins-bold/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semi-bold/poppins-semibold-webfont.eot");
  src: url("../fonts/poppins-semi-bold/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-semi-bold/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semi-bold/poppins-semibold-webfont.woff") format("woff"), url("../fonts/poppins-semi-bold/poppins-semibold-webfont.ttf") format("truetype"), url("../fonts/poppins-semi-bold/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/popins-light/poppins-light-webfont.eot");
  src: url("../fonts/popins-light/poppins-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/popins-light/poppins-light-webfont.woff2") format("woff2"), url("../fonts/popins-light/poppins-light-webfont.woff") format("woff"), url("../fonts/popins-light/poppins-light-webfont.ttf") format("truetype"), url("../fonts/popins-light/poppins-light-webfont.svg#poppinslight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium/poppins-medium-webfont.eot");
  src: url("../fonts/poppins-medium/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-medium/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium/poppins-medium-webfont.woff") format("woff"), url("../fonts/poppins-medium/poppins-medium-webfont.ttf") format("truetype"), url("../fonts/poppins-medium/poppins-medium-webfont.svg#poppinsmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular/poppins-regular-webfont.eot");
  src: url("../fonts/poppins-regular/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular/poppins-regular-webfont.woff") format("woff"), url("../fonts/poppins-regular/poppins-regular-webfont.ttf") format("truetype"), url("../fonts/poppins-regular/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*VARS*/
/*Utilities*/
.f-base-bold {
  font-family: "poppinsbold"; }

.f-base-regular {
  font-family: "poppinsregular"; }

.title-medium {
  font-family: "poppinsmedium";
  font-size: 36px; }

@media screen and (min-width: 1025px) {
  .max-w-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; } }

.mb-15 {
  margin-bottom: 15rem; }

.mb-13 {
  margin-bottom: 13rem; }

.mb-12 {
  margin-bottom: 12rem; }

.mb-10 {
  margin-bottom: 10rem; }

.mb-8 {
  margin-bottom: 8rem; }

.mb-7 {
  margin-bottom: 7rem; }

.mb-6 {
  margin-bottom: 6rem; }

.mb-5 {
  margin-bottom: 5rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mt-15 {
  margin-top: 15rem; }

.mt-13 {
  margin-top: 13rem; }

.mt-12 {
  margin-top: 12rem; }

.mt-10 {
  margin-top: 10rem; }

.mt-8 {
  margin-top: 8rem; }

.mt-6 {
  margin-top: 6rem; }

.pt-25 {
  padding-top: 25rem; }

.pt-20 {
  padding-top: 20rem; }

.pt-18 {
  padding-top: 18rem; }

.pt-17 {
  padding-top: 17rem; }

.pt-16 {
  padding-top: 16rem; }

.pt-15 {
  padding-top: 15rem; }

.pt-14 {
  padding-top: 14rem; }

.pt-13 {
  padding-top: 13rem; }

.pt-12 {
  padding-top: 12rem; }

.pt-11 {
  padding-top: 11rem; }

.pt-10 {
  padding-top: 10rem; }

.pt-6 {
  padding-top: 6rem; }

.pt-5 {
  padding-top: 5rem; }

.pb-25 {
  padding-bottom: 25rem; }

.pb-18 {
  padding-bottom: 18rem; }

.pb-17 {
  padding-bottom: 17rem; }

.pb-16 {
  padding-bottom: 16rem; }

.pb-15 {
  padding-bottom: 15rem; }

.pb-14 {
  padding-bottom: 14rem; }

.pb-13 {
  padding-bottom: 13rem; }

.pb-12 {
  padding-bottom: 12rem; }

.pb-11 {
  padding-bottom: 11rem; }

.pb-10 {
  padding-bottom: 10rem; }

.pb-6 {
  padding-bottom: 6rem; }

.pb-5 {
  padding-bottom: 5rem; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-none {
  display: none; }

.p-relative, .image-wrap {
  position: relative; }

.p-absolute, .image-wrap .image {
  position: absolute; }

.w-100, .image-wrap {
  width: 100%; }

.h-100 {
  height: 100%; }

.wh-100, .image-wrap .image {
  width: 100%;
  height: 100%; }

.o-fit-cover, .image-wrap .image {
  object-fit: cover; }

.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-column {
  flex-direction: column; }

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

.align-items-baseline {
  align-items: baseline; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-between {
  justify-content: space-between; }

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

.align-self-end {
  align-self: flex-end; }

.align-self-start {
  align-self: flex-start; }

* {
  outline: none;
  margin: 0;
  padding: 0; }

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "poppinsregular";
  color: #3D4145;
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
  position: relative; }
  body.opened::after {
    content: '';
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.59);
    transition: all .3s ease; }

input {
  outline: 0;
  -webkit-appearance: none;
  box-shadow: unset; }

button {
  outline: none;
  border: none;
  background-color: transparent; }

textarea {
  -webkit-appearance: none; }

*:focus {
  outline: none; }

em, i {
  font-style: italic; }

strong, b {
  font-family: "poppinsbold";
  font-weight: normal; }

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; }

a {
  word-break: break-word;
  display: inline-block; }

svg {
  display: inline-block;
  vertical-align: middle; }

iframe {
  max-width: 100%; }

html.opened, html.opened body {
  overflow-y: hidden; }

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }
  .page-wrapper .main {
    flex-grow: 1;
    overflow: hidden; }

.text-primary {
  color: #D57800; }

.text-accent-01 {
  color: #a8d900; }

.text-accent-02 {
  color: #001c6b; }

.text-accent-03 {
  color: #00b7ff; }

.text-accent-04 {
  color: #d0d0d0; }

.is-hidden {
  display: none; }

.scroll-block::-webkit-scrollbar {
  width: 10px; }

.scroll-block::-webkit-scrollbar-track {
  border-radius: 10px; }

.scroll-block::-webkit-scrollbar-thumb {
  background: #eaeaea;
  border-radius: 10px; }

.title-tertiary {
  font-family: "poppinsbold";
  line-height: 1.2; }

h1 {
  letter-spacing: -0.24px; }

.image-wrap {
  height: 0;
  display: block; }
  .image-wrap .image {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.no-mobile {
  display: none !important; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay--left::after {
    right: 0;
    left: -900%; }
  .bg-overlay--right::after {
    left: 0;
    right: -900%; }
  .bg-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: -1; }
  .bg-overlay.bg-overlay--primary {
    color: #fff; }
    .bg-overlay.bg-overlay--primary::after {
      background-color: #D57800; }
  .bg-overlay.bg-overlay--secondary::after {
    background-color: #4e5b31; }
  .bg-overlay.bg-overlay--dark {
    color: #fff; }
    .bg-overlay.bg-overlay--dark::after {
      background-color: #0d0d0d; }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.btn {
  font-family: "poppinsmedium";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  outline: none;
  padding: 14px 30px;
  border-radius: 3px;
  min-width: 258px;
  min-height: 50px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.6, 0.4); }
  .btn svg {
    transition: all 0.3s cubic-bezier(0.5, 0, 0.6, 0.4); }

.btn-box {
  text-align: center; }
  .btn-box .btn {
    margin-top: 6rem; }

.btn-bordered {
  border: 2px solid #0d0d0d;
  background-color: transparent; }
  .btn-bordered svg {
    width: 14px;
    height: 18px;
    margin-right: 6px;
    fill: #0d0d0d; }
  .btn-bordered:hover, .btn-bordered:active, .btn-bordered:focus {
    background-color: #000;
    color: #fff; }
    .btn-bordered:hover svg, .btn-bordered:active svg, .btn-bordered:focus svg {
      fill: #fff; }
  .btn-bordered.light {
    border-color: #fff; }
    .btn-bordered.light svg {
      fill: #fff; }
    .btn-bordered.light:hover, .btn-bordered.light:active, .btn-bordered.light:focus {
      background-color: #fff;
      border-color: #fff;
      color: #0d0d0d; }
      .btn-bordered.light:hover svg, .btn-bordered.light:active svg, .btn-bordered.light:focus svg {
        fill: #0d0d0d; }

.btn-primary {
  background-color: #D57800; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #ef8600; }

.btn-secondary {
  background-color: #0d0d0d; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: #D57800; }

.btn-primary,
.btn-secondary {
  color: #fff; }
  .btn-primary svg,
  .btn-secondary svg {
    width: 20px;
    margin-left: 10px;
    fill: #fff; }

.btn-learn-more {
  align-self: center;
  font-family: "poppinsbold";
  font-size: 24px;
  margin-right: auto;
  display: flex;
  align-items: center; }
  .btn-learn-more svg {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    transform: translateY(2px);
    flex-shrink: 0;
    transition: margin-right .3s ease; }
  .btn-learn-more:hover svg {
    margin-right: 20px; }

.btn-read-file svg {
  stroke: #0d0d0d; }

.btn-read-file:hover svg, .btn-read-file:active svg, .btn-read-file:focus svg {
  stroke: #fff; }

.btn-bordered.light.btn-read-file svg {
  stroke: #fff; }

.btn-bordered.light.btn-read-file:hover svg, .btn-bordered.light.btn-read-file:active svg, .btn-bordered.light.btn-read-file:focus svg {
  stroke: #0d0d0d; }

.btn-light {
  background-color: #fff;
  color: #D57800; }

.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  min-width: 90px;
  font-size: 16px;
  text-align: center;
  padding: 5px 16px 6px;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 6px;
  transition: all .3s ease; }

.show-more-btn-box {
  text-align: center; }

button {
  cursor: pointer; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

.container-main {
  max-width: 1500px; }
  @media screen and (max-width: 1600px) {
    .container-main {
      max-width: 90%; } }
  @media screen and (max-width: 1200px) {
    .container-main {
      max-width: 100%; } }

.container-50 {
  max-width: 50%; }
  @media screen and (max-width: 1600px) {
    .container-50 {
      max-width: 85%; } }
  @media screen and (max-width: 1200px) {
    .container-50 {
      max-width: 100%; } }

.container-60 {
  max-width: 60%; }
  @media screen and (max-width: 1600px) {
    .container-60 {
      max-width: 85%; } }
  @media screen and (max-width: 1200px) {
    .container-60 {
      max-width: 100%; } }

.container-70 {
  max-width: 70%; }
  @media screen and (max-width: 1600px) {
    .container-70 {
      max-width: 90%; } }
  @media screen and (max-width: 1200px) {
    .container-70 {
      max-width: 100%; } }

.two-col-container {
  display: flex;
  flex-wrap: wrap; }
  .two-col-container .left-col {
    padding-right: 10%; }
    @media (max-width: 1023px) {
      .two-col-container .left-col {
        padding-right: 5%; } }
  .two-col-container .left-col,
  .two-col-container .right-col {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 1023px) {
      .two-col-container .left-col,
      .two-col-container .right-col {
        flex: 0 0 100%;
        max-width: 100%; } }

[data-aos="opacity"] {
  opacity: 0;
  transition-property: transform, opacity; }

[data-aos="opacity"].aos-animate {
  opacity: 1; }

@media screen and (min-width: 768px) {
  [data-aos="opacity"] {
    transform: translateX(0); }
  [data-aos="opacity"].aos-animate {
    transform: translateX(0); } }

.title-bordered-box {
  margin-bottom: 5rem;
  padding-bottom: 36px;
  position: relative; }
  @media (max-width: 1023px) {
    .title-bordered-box {
      margin-bottom: 3rem;
      padding-bottom: 20px; } }
  .title-bordered-box .title-bordered {
    font-family: "poppinsbold", sans-serif;
    font-size: 14px;
    color: #D57800;
    text-transform: capitalize; }
    .title-bordered-box .title-bordered--large {
      font-size: 30px; }
  .title-bordered-box .sub-info {
    margin-top: 20px;
    font-size: 20px; }
  .title-bordered-box .category-title {
    margin-bottom: 10px; }
  .title-bordered-box .line {
    display: inline-block;
    height: 2px;
    background-color: #7c8186;
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0; }
    .title-bordered-box .line.visible {
      animation: line-width .8s ease; }

.main-title-box {
  text-align: center;
  margin-bottom: 6rem; }
  @media (max-width: 1023px) {
    .main-title-box {
      margin-bottom: 4rem; } }
  .main-title-box .subtitle {
    font-family: "poppinsbold";
    color: #D57800;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: capitalize; }
    @media (max-width: 1023px) {
      .main-title-box .subtitle {
        margin-bottom: 2rem; } }
  .main-title-box .sub-info {
    max-width: 70%;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.5; }
  .main-title-box .main-title {
    font-family: "poppinsbold";
    font-size: 5rem;
    line-height: 1.3;
    padding: 0 10%; }
    @media (max-width: 1023px) {
      .main-title-box .main-title {
        font-size: 4rem; } }
    .main-title-box .main-title.main-title--small {
      font-size: 4.8rem; }
      @media (max-width: 1023px) {
        .main-title-box .main-title.main-title--small {
          font-size: 3.2rem; } }

.secondary-title-box {
  text-align: center;
  margin-bottom: 5rem; }
  @media (max-width: 1023px) {
    .secondary-title-box {
      margin-bottom: 3rem; } }
  .secondary-title-box .subtitle {
    font-family: "poppinsbold";
    color: #D57800;
    font-size: 12px;
    margin-bottom: 40px;
    text-transform: capitalize; }
    @media (max-width: 1023px) {
      .secondary-title-box .subtitle {
        margin-bottom: 3rem; } }
  .secondary-title-box .secondary-title {
    font-family: "poppinsbold";
    font-size: 3rem;
    line-height: 1.3;
    padding: 0 10%; }
    @media (max-width: 1023px) {
      .secondary-title-box .secondary-title {
        font-size: 2.4rem; } }
    .secondary-title-box .secondary-title.secondary-title--small {
      font-size: 20px; }

@keyframes line-width {
  0% {
    width: 0; }
  80% {
    width: 150px; }
  100% {
    width: 120px; } }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 4px; }
  .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #D57800; }

.circle-list li,
.cube-list li,
.resize-list li {
  position: relative; }
  .circle-list li::after,
  .cube-list li::after,
  .resize-list li::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center; }

.circle-list li {
  padding-left: 34px;
  font-size: 16px;
  color: #D57800; }
  .circle-list li:not(:last-child) {
    margin-bottom: 12px; }
  .circle-list li::after {
    width: 14px;
    height: 14px;
    left: 6px;
    top: 5px;
    background-image: url("../images/icons/circle.svg"); }

.numeric-list {
  counter-reset: steps;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  color: #0e0e0e; }
  .numeric-list > li:not(:last-child) {
    margin-bottom: 24px; }
  .numeric-list .title {
    display: inline-block;
    font-family: "poppinsbold";
    color: #535353;
    font-size: 2.4rem;
    margin-bottom: 16px; }
    .numeric-list .title::before {
      counter-increment: steps;
      content: counter(steps) ". ";
      color: #D57800;
      font-family: "poppinsbold"; }

.intro-list {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .intro-list.text--medium li::after {
    top: 8px; }
  .intro-list li {
    font-family: "poppinsbold";
    position: relative;
    padding-left: 34px;
    line-height: 1.5;
    text-transform: uppercase; }
    .intro-list li:not(:last-child) {
      margin-bottom: 4rem; }
    .intro-list li::after {
      content: '';
      position: absolute;
      display: block;
      top: 6px;
      left: 0;
      background: #3d3935;
      background: linear-gradient(90deg, #3d3935 45%, #D57800 45%);
      width: 22px;
      height: 12px; }
  .intro-list--light li::after {
    background: #fff;
    background: linear-gradient(90deg, #fff 45%, #D57800 45%); }

.card-box {
  border-radius: 5px;
  box-shadow: 5px 5px 10px 0 rgba(30, 99, 193, 0.1);
  background-color: #ffffff;
  text-align: center; }
  .card-box--inner {
    display: flex;
    flex-direction: column;
    padding: 30px 12px 20px;
    border-top: 3px solid #D57800; }
  .card-box .img-box {
    background-color: #EFF5E2;
    border-radius: 50%;
    padding: 1.5rem;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .card-box .img-box .icon {
      width: 63px;
      height: 63px; }
    .card-box .img-box--small {
      position: relative;
      width: 50px;
      height: 50px; }
      .card-box .img-box--small .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .card-box .title {
    font-family: "poppinsmedium";
    font-size: 21px;
    color: #000;
    margin-bottom: 20px; }
  .card-box .desc {
    color: #8c94a0;
    line-height: 1.5;
    font-size: 18px; }

.main-info-cards-section {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .main-info-cards-section .main-info-cards-slider {
    padding: 50px 10px 90px; }
    .main-info-cards-section .main-info-cards-slider--2-col .card-box--inner {
      padding: 30px 40px; }
    .main-info-cards-section .main-info-cards-slider .swiper-wrapper {
      align-items: stretch; }
      .main-info-cards-section .main-info-cards-slider .swiper-wrapper .swiper-slide {
        height: auto;
        align-items: flex-start; }
        .main-info-cards-section .main-info-cards-slider .swiper-wrapper .swiper-slide .card-box {
          height: 100%; }
        .main-info-cards-section .main-info-cards-slider .swiper-wrapper .swiper-slide:nth-child(2n) {
          transform: translateY(30px); }
        .main-info-cards-section .main-info-cards-slider .swiper-wrapper .swiper-slide:nth-child(2n + 1) {
          transform: translateY(-30px); }

.benefits-cards-section {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.benefits-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .benefits-card-list .benefits-card {
    flex: 0 0 25%;
    margin: 2%;
    min-width: 250px;
    box-shadow: 0 10px 20px 0 rgba(142, 177, 224, 0.14);
    position: relative; }
    .benefits-card-list .benefits-card::after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 4px;
      height: 40px;
      background-color: #D57800; }
    .benefits-card-list .benefits-card--inner {
      padding: 30px; }

.how-do-it-info-section {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.how-do-it-info-cards-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 50px; }
  .how-do-it-info-cards-list .how-do-it-info-card {
    position: relative; }
    .how-do-it-info-cards-list .how-do-it-info-card::after {
      position: absolute;
      content: '';
      top: 22px;
      height: 80px;
      width: 80px;
      left: 16px;
      border-left: 1px solid #d57800;
      border-bottom: 1px solid #d57800;
      transform: rotate(45deg);
      background: linear-gradient(45deg, #fff7ec 1%, transparent);
      z-index: 1; }
    .how-do-it-info-cards-list .how-do-it-info-card--inner {
      padding: 44px 20px 20px 60px;
      position: relative;
      line-height: 1.5;
      z-index: 2; }

.team-building-steps {
  font-size: 18px; }
  .team-building-steps .team-building-step p:not(:last-child) {
    margin-bottom: 14px; }

.parallaxContent {
  position: absolute;
  top: 250px;
  height: 430px;
  width: 311px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 1023px) {
    .parallaxContent {
      display: none; } }
  .parallaxContent.left {
    left: -50px; }
  .parallaxContent.right {
    right: -50px; }
  .parallaxContent .image-container {
    background-color: #efebe8;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }
    .parallaxContent .image-container-bg {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background-color: #D57800;
      z-index: 1; }
    .parallaxContent .image-container img {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      z-index: 2; }

.main-parallaxSection {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .main-parallaxSection--left-img .main-parallaxSection__text-content {
    order: 1; }
  .main-parallaxSection--inner {
    position: relative;
    display: flex;
    justify-content: space-between; }
    .main-parallaxSection--inner .text-content {
      font-size: 18px;
      line-height: 1.5; }
  .main-parallaxSection__img-content {
    flex: 0 0 38%;
    max-width: 38%; }
    .main-parallaxSection__img-content .image-wrap {
      padding-top: 100%;
      background-color: #EFF5E2; }
  .main-parallaxSection__text-content {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .main-parallaxSection__text-content p:not(:last-child) {
      margin-bottom: 20px; }
    .main-parallaxSection__text-content .title {
      font-size: 20px;
      color: #D57800;
      margin-bottom: 20px; }
  .main-parallaxSection .parallaxContent {
    width: 300px;
    height: 300px; }

/* Tabs */
.tabs {
  width: 100%; }
  .tabs #tabs-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem; }
  .tabs .tab-item {
    position: relative;
    display: inline-block;
    margin: 0 6px 6px; }
    .tabs .tab-item.active .tab-link {
      border-color: #D57800;
      background-color: #D57800;
      color: #fff; }
  .tabs .tab-link {
    border: 1px solid #D57800;
    background-color: transparent;
    padding: 8px 12px 6px;
    font-family: "poppinsmedium";
    text-decoration: none;
    color: #D57800;
    font-size: 18px;
    transition: all .3s ease; }
  .tabs .tab-content {
    display: none; }
  .tabs .tab-content.active {
    display: block; }

.form-group {
  margin-bottom: 20px; }
  .form-group .form-input {
    width: 100%;
    outline: none;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
    border-width: 1px 1px 1px 1px;
    height: 40px;
    background-color: transparent;
    color: #000;
    padding: 8px 16px;
    font-size: 16px;
    transition: all .3s ease; }
    .form-group .form-input::-webkit-input-placeholder {
      font-family: "poppinsregular";
      color: #3D4145; }
    .form-group .form-input:-moz-placeholder {
      font-family: "poppinsregular";
      color: #3D4145; }
    .form-group .form-input::-moz-placeholder {
      font-family: "poppinsregular";
      color: #3D4145; }
    .form-group .form-input:-ms-input-placeholder {
      font-family: "poppinsregular";
      color: #3D4145; }
    .form-group .form-input:focus, .form-group .form-input:active, .form-group .form-input.active {
      border-width: 1px 1px 1px 1px;
      border-color: #ccc #ccc #000 #ccc; }
  .form-group textarea {
    outline: none;
    background: transparent;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
    border-width: 1px 1px 1px 1px; }
    .form-group textarea::-webkit-input-placeholder {
      color: #3D4145; }
    .form-group textarea:-moz-placeholder {
      color: #3D4145; }
    .form-group textarea::-moz-placeholder {
      color: #3D4145; }
    .form-group textarea:-ms-input-placeholder {
      color: #3D4145; }
    .form-group textarea:focus, .form-group textarea:active, .form-group textarea.active {
      border-width: 1px 1px 1px 1px;
      border-color: #ccc #ccc #000 #ccc; }

.select-box {
  display: flex;
  flex-direction: column; }
  .select-box .select2-container {
    width: 100% !important; }
    .select-box .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0; }
  .select-box .select2-container--default .select2-selection--single {
    width: 100% !important;
    display: flex;
    align-items: center;
    padding: 0 32px 0 16px;
    line-height: 50px;
    border-style: solid;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent transparent #ccc transparent;
    border-width: 1px 1px 1px 1px;
    height: 40px;
    transition: 0.1s; }
    .select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #3D4145; }
    .select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      height: 20px; }
      .select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-image: url("../images/icons/arrow-down.svg");
        background-color: transparent;
        background-size: contain;
        border: none !important;
        height: 20px !important;
        width: 20px !important;
        margin: auto !important;
        top: auto !important;
        left: auto !important; }
  .select-box .select2-container--default.select2-container--focus .select2-selection--single,
  .select-box .select2-container--default.select2-container--focus .select2-selection--multiple, .select-box .select2-container--default.select2-container--focus .select2-selection--single,
  .select-box .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ccc #ccc #000 #ccc;
    outline: 0; }
  .select-box .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .select-box .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select-box .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
  .select-box .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select-box .select2-dropdown--below,
  .select-box .select2-dropdown--above {
    border-radius: 5px;
    border-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: 10px; }
  .select-box .select2-container--open .select2-dropdown--below,
  .select-box .select2-container--open .select2-dropdown--above {
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .select-box .select2-search {
    display: none; }
  .select-box .select2-results__options {
    padding: 20px 0;
    margin-right: 6px; }
    .select-box .select2-results__options::-webkit-scrollbar {
      width: 10px; }
    .select-box .select2-results__options::-webkit-scrollbar-track {
      border-radius: 10px; }
    .select-box .select2-results__options::-webkit-scrollbar-thumb {
      background: #eaeaea;
      border-radius: 10px; }
  .select-box .select2-results__option {
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
    transition: font-weight .3s ease; }
    .select-box .select2-results__option:not(:last-child) {
      margin-bottom: 16px; }
    .select-box .select2-results__option--highlighted.select2-results__option--selectable {
      font-weight: 600;
      color: #000;
      background: transparent; }
    .select-box .select2-results__option.select2-results__option--selected {
      background: transparent; }
  .select-box span.select2-selection.select2-selection--single {
    outline: none; }

.about-us {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .about-us .about-us__info-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 36px; }
  .about-us .about-us__info-box {
    border-top: 1px solid #CCCCCC;
    padding: 60px 30px 0;
    transition: all .3s ease; }
    .about-us .about-us__info-box:hover {
      border-color: #D57800; }
    .about-us .about-us__info-box .title-box {
      margin-bottom: 20px; }
      .about-us .about-us__info-box .title-box .title {
        font-family: "poppinssemibold";
        font-size: 24px;
        line-height: 1.5; }
    .about-us .about-us__info-box .text-content {
      font-size: 16px;
      line-height: 1.5; }

.hero-page {
  position: relative;
  height: 100%; }
  .hero-page--inner {
    display: flex;
    height: 100%; }
  .hero-page .page-slider {
    flex: 2;
    width: 100%;
    background-color: #000;
    min-height: 750px;
    max-height: 750px;
    overflow: hidden; }
  .hero-page .contact-us-line {
    max-width: 13%;
    flex: 0 0 13%; }
    .hero-page .contact-us-line--inner {
      padding: 40px 20px 20px 40px; }
      @media (max-width: 1023px) {
        .hero-page .contact-us-line--inner {
          padding: 24px; } }
  .hero-page .contact_list li {
    margin-bottom: 40px; }
  .hero-page .contact_list .contact-link {
    font-family: "poppinssemibold";
    font-size: 14px;
    color: #000;
    white-space: nowrap; }
  .hero-page .contact_text {
    font-family: "poppinsbold";
    display: inline-block;
    position: relative;
    padding-right: 130px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    top: 75px;
    left: -87px;
    white-space: nowrap;
    transform: rotate(270deg);
    transform-origin: center; }
    .hero-page .contact_text::after {
      content: '';
      position: absolute;
      top: 7px;
      right: 0;
      width: 124px;
      height: 1px;
      background-color: #000; }
  .hero-page .slide-box {
    height: 750px;
    width: 100%;
    position: relative; }
  .hero-page .slide-img {
    width: 100%;
    height: 100%; }
    .hero-page .slide-img .image {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .hero-page .slide-text-box {
    font-family: "poppinsbold";
    max-width: 50%;
    margin-left: 13%;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    bottom: 10%;
    text-align: left; }
    @media (min-width: 1470px) {
      .hero-page .slide-text-box {
        margin-left: 15%; } }
    @media (max-width: 1299px) {
      .hero-page .slide-text-box {
        margin-left: 0;
        max-width: 70%; } }
    @media (max-width: 1299px) {
      .hero-page .slide-text-box {
        margin-left: 0;
        max-width: 90%;
        padding-right: 10%; } }
    .hero-page .slide-text-box .slide-subtitle {
      color: #fff;
      font-size: 14px;
      margin-bottom: 15px; }
    .hero-page .slide-text-box .slide-title {
      font-size: 75px;
      color: #fff; }
      @media (max-width: 1299px) {
        .hero-page .slide-text-box .slide-title {
          font-size: 64px; } }
      @media (max-width: 1299px) {
        .hero-page .slide-text-box .slide-title {
          font-size: 64px; } }
      @media (max-width: 1299px) {
        .hero-page .slide-text-box .slide-title {
          font-size: 48px; } }
  .hero-page.hero-page--small .page-slider {
    min-height: 500px;
    max-height: 500px; }
  .hero-page.hero-page--small .slide-box {
    height: 500px; }
  .hero-page.hero-page--medium .page-slider {
    min-height: 600px;
    max-height: 600px; }
  .hero-page.hero-page--medium .slide-box {
    height: 600px; }

.partners {
  padding: 40px;
  background-color: #FBFBF7; }
  .partners-headline {
    text-align: center;
    margin-bottom: 4rem; }
    .partners-headline .title-tertiary {
      font-family: "poppinsmedium";
      font-size: 2.4rem; }
  .partners .partners-logos {
    background-color: #FBFBF7;
    padding: 36px 0; }
  .partners .marquee-container {
    transition: all .2s ease;
    align-items: center;
    overflow: hidden;
    display: flex; }
  .partners .marquee-list {
    display: flex; }
  .partners .marquee-item {
    display: flex;
    justify-content: center;
    padding-right: 6vw;
    text-align: center; }
    .partners .marquee-item .img-box {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .partners .marquee-item img {
      filter: brightness(2) grayscale(1) saturate(0);
      transition: filter .3s ease;
      display: block;
      height: 34px;
      width: auto; }
    .partners .marquee-item:hover img {
      filter: none; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translate(-50%); } }

.tools-and-technologies {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.logos-slider .marquee-container {
  align-items: center;
  overflow: hidden;
  display: flex; }

.logos-slider .marquee-list {
  display: flex; }

.logos-slider .marquee-item {
  display: flex;
  justify-content: center;
  padding-right: 3vw;
  text-align: center; }
  .logos-slider .marquee-item .img-box {
    box-shadow: 5px 5px 20px 0 rgba(30, 99, 193, 0.2);
    border: solid 2px #ebedef;
    background-color: #ffffff;
    margin: 10px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .logos-slider .marquee-item img {
    display: block;
    object-fit: contain;
    width: 6vw;
    height: 4vw;
    margin: 0 auto; }

.text-intro-block {
  padding: 6rem 0; }
  .text-intro-block .text-content {
    font-family: "poppinsregular";
    font-size: 2rem;
    line-height: 1.6; }
    @media (max-width: 1023px) {
      .text-intro-block .text-content {
        font-size: 1.8rem; } }
    .text-intro-block .text-content--large {
      font-size: 2.4rem; }
      @media (max-width: 1023px) {
        .text-intro-block .text-content--large {
          font-size: 2rem; } }
    .text-intro-block .text-content--bold {
      font-family: "poppinssemibold"; }
  .text-intro-block .image-wrapper {
    margin-top: 40px;
    margin-bottom: 40px; }
  .text-intro-block .category-title {
    color: #595f6f;
    text-transform: uppercase;
    margin-bottom: 4px; }

.services-single-page .agile-projects .agile-projects-img {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto; }

.top-intro-block {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .top-intro-block--inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .top-intro-block .title-bordered-box {
    padding-top: 5rem;
    padding-bottom: 0; }
    .top-intro-block .title-bordered-box .title-bordered {
      color: #3D4145; }
    .top-intro-block .title-bordered-box .line {
      top: 0;
      bottom: auto; }
    .top-intro-block .title-bordered-box .title--huge {
      font-size: 75px; }
  .top-intro-block .text-content {
    font-size: 24px;
    line-height: 1.5; }
  .top-intro-block .top-intro-block--left {
    padding-right: 6%; }
    @media (max-width: 1023px) {
      .top-intro-block .top-intro-block--left {
        padding-right: 0; } }

.what-we-do {
  padding-top: 12rem;
  padding-bottom: 12rem; }
  @media (max-width: 1023px) {
    .what-we-do {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .what-we-do--inner {
    position: relative;
    padding: 5rem 3rem 5rem 311px;
    background-color: #f7f8fb; }
    @media (max-width: 1023px) {
      .what-we-do--inner {
        padding-left: 30px; } }
  .what-we-do .what-we-do__title-box .title {
    font-family: "poppinsbold";
    color: #D57800;
    margin-bottom: 4rem; }
  .what-we-do .info-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px; }
    .what-we-do .info-list__title {
      font-size: 2.4rem;
      font-family: "poppinssemibold";
      margin-bottom: 4rem;
      margin-top: auto; }
      @media (max-width: 1023px) {
        .what-we-do .info-list__title {
          margin-bottom: 30px; } }
    .what-we-do .info-list__item {
      font-size: 16px;
      margin-bottom: 8px;
      display: flex;
      flex-direction: column;
      height: 100%; }
    .what-we-do .info-list .info-content {
      max-width: 220px;
      margin-top: auto; }
      @media (max-width: 1023px) {
        .what-we-do .info-list .info-content {
          max-width: 100%; } }

.why-choose-us {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media (max-width: 1023px) {
    .why-choose-us {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .why-choose-us--inner {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .why-choose-us--inner {
        flex-wrap: wrap; } }
  .why-choose-us__img-content {
    flex: 0 0 38%;
    max-width: 38%; }
    @media (max-width: 1023px) {
      .why-choose-us__img-content {
        flex: 0 0 100%;
        max-width: 100%; } }
    .why-choose-us__img-content .image-wrap {
      overflow: hidden;
      border-radius: 3px;
      padding-top: 150%;
      width: 100%; }
      @media (max-width: 1023px) {
        .why-choose-us__img-content .image-wrap {
          padding-top: 56.25%; } }
  .why-choose-us__text-content {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    line-height: 1.6; }
    @media (max-width: 1023px) {
      .why-choose-us__text-content {
        flex: 0 0 100%;
        max-width: 100%; } }
    .why-choose-us__text-content .text-content {
      margin-bottom: 4rem; }
    .why-choose-us__text-content .align-left {
      width: 80%;
      align-self: flex-end; }
  .why-choose-us .parallaxContent {
    top: 300px;
    right: 20%; }

.facts {
  background-color: transparent;
  padding-top: 15rem;
  padding-bottom: 15rem; }
  @media (max-width: 1023px) {
    .facts {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  .facts .fact-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 60px;
    align-content: center;
    justify-items: center; }
    @media (max-width: 1023px) {
      .facts .fact-list {
        justify-items: start;
        align-content: start; } }
  .facts .fact-item {
    display: flex;
    align-items: stretch; }
    @media (max-width: 1023px) {
      .facts .fact-item {
        flex-wrap: wrap; } }
    .facts .fact-item .fact-count {
      font-family: "poppinsbold";
      font-size: 7.5rem;
      max-height: 72px;
      width: auto;
      flex: 1 0 auto;
      max-width: 60%;
      padding-right: 10px;
      margin-right: 10px;
      text-align: right; }
      @media (max-width: 1023px) {
        .facts .fact-item .fact-count {
          font-size: 64px;
          max-height: 62px;
          text-align: left; } }
      .facts .fact-item .fact-count .odometer.odometer-auto-theme,
      .facts .fact-item .fact-count .odometer.odometer-theme-default {
        margin-top: -8px;
        line-height: 1;
        font-family: "poppinsbold"; }
        .facts .fact-item .fact-count .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
        .facts .fact-item .fact-count .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
          padding-left: 1px; }
      .facts .fact-item .fact-count .plus {
        vertical-align: middle; }
    .facts .fact-item .desc {
      font-family: "poppinssemibold";
      font-size: 2.4rem;
      text-align: left;
      text-transform: capitalize;
      padding-left: 15px;
      position: relative;
      display: flex;
      align-items: center;
      height: 100%; }
      @media (max-width: 1023px) {
        .facts .fact-item .desc {
          margin-top: 30px;
          width: 100%;
          height: auto; } }
      .facts .fact-item .desc::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background-color: #bdb9b9; }

.services {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7; }
  @media (max-width: 1023px) {
    .services {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .services .services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 1023px) {
      .services .services-list {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); } }
  .services .service-box {
    width: 100%; }
    .services .service-box .image-wrap {
      padding-top: 83.375%; }
      @media (max-width: 1023px) {
        .services .service-box .image-wrap {
          padding-top: 56.25%; } }
  .services .service-box {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .services .service-box .service-box__content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background-color: #D57800;
      transform: translateY(100%);
      color: #fff;
      transition: transform .5s ease-in-out; }
      .services .service-box .service-box__content--inner {
        height: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
      .services .service-box .service-box__content .title {
        font-family: "poppinsbold";
        font-size: 3rem;
        margin-bottom: 1rem; }
        @media (max-width: 1023px) {
          .services .service-box .service-box__content .title {
            font-size: 24px; } }
      .services .service-box .service-box__content .subtitle {
        color: #FFFFFF8C;
        line-height: 1.4; }
        @media (max-width: 1023px) {
          .services .service-box .service-box__content .subtitle {
            font-size: 16px; } }
    .services .service-box:hover .service-box__content {
      transform: translateY(0); }
  .services.selected-services {
    background-image: linear-gradient(0deg, #f7f7f7 26%, #f7f7f7 26%, transparent 20%);
    background-color: transparent; }
    .services.selected-services .services-list {
      grid-template-columns: repeat(3, 1fr); }
    .services.selected-services .service-box__content--inner {
      justify-content: center;
      align-items: center;
      text-align: center; }

.services-block {
  border-top: 1px solid #dedede;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff;
  transition: all .3s ease; }
  .services-block:last-child {
    border-bottom: 1px solid #dedede; }
  .services-block:hover {
    background-color: #F7F7F7; }
  .services-block .title-box {
    font-family: "poppinssemibold";
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px; }
  .services-block .text-content {
    font-size: 16px;
    line-height: 1.5; }
    .services-block .text-content p {
      margin-bottom: 20px; }
    .services-block .text-content a {
      font-size: 16px;
      color: #D57800;
      transition: all .3s ease; }

.our-clients {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .our-clients .our-client__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px 40px;
    justify-items: center; }
    .our-clients .our-client__list img {
      filter: brightness(1) grayscale(1) saturate(0);
      transition: filter .3s ease;
      display: block;
      height: 34px;
      width: auto; }
      .our-clients .our-client__list img:hover {
        filter: none; }

.products {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .products .product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 50px; }
    .products .product-list .product-box {
      padding-top: 50px;
      border-top: 1px solid #dedede;
      transition: all .3s ease;
      flex-direction: column; }
      .products .product-list .product-box:hover {
        border-color: #D57800; }
    .products .product-list .product__img-box {
      margin-bottom: 30px; }
  .products .product-box {
    display: flex;
    grid-area: span 1; }
  .products .product-box-overview {
    display: flex;
    flex-direction: row;
    margin-bottom: 8rem; }
    .products .product-box-overview .product__img-box {
      flex: 0 0 50%;
      max-width: 100%; }
    .products .product-box-overview .product__info-box {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 5%; }
      .products .product-box-overview .product__info-box .title-box .title {
        font-size: 3.4rem; }
  .products .product__img-box .product-link {
    width: 100%; }
  .products .product__img-box .image-wrap {
    border-radius: 3px;
    overflow: hidden;
    padding-top: 80%; }
  .products .product__info-box .title-link {
    width: 100%; }
  .products .product__info-box .title-box {
    margin-bottom: 20px; }
    .products .product__info-box .title-box .title {
      font-family: "poppinssemibold";
      line-height: 1.5;
      font-size: 2.4rem; }
  .products .product__info-box .type {
    color: #adadad;
    font-size: 12px;
    margin-bottom: 30px; }
  .products .product__info-box .text-content {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.6; }
  .products .product__info-box .read-more {
    color: #D57800;
    text-transform: capitalize;
    position: relative;
    margin-top: 24px; }

.static-content {
  padding-top: 8rem;
  padding-bottom: 8rem;
  line-height: 1.7; }
  .static-content h1, .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
    font-family: "poppinsbold"; }
  .static-content p {
    margin-bottom: 20px; }
  .static-content a {
    text-decoration: underline;
    color: #D57800; }
  .static-content b, .static-content strong {
    font-weight: "poppinsbold"; }

.blog-posts {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: linear-gradient(0deg, transparent 0%, transparent 28%, #f7f7f7 28%);
  background-color: transparent; }
  .blog-posts .blog-posts--inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 50px; }
  .blog-posts .blog-post-list {
    /* &:nth-child(even) {
      .blog-post-box {

        &:nth-child(even) {
          .image-wrap {
            padding-top: 50%;
          }
        }
        &:nth-child(odd) {
          .image-wrap {
            padding-top: 80%;
          }
        }
      }
    }
    &:nth-child(odd) {
      .blog-post-box {

        &:nth-child(even) {
          .image-wrap {
            padding-top: 80%;
          }
        }
        &:nth-child(odd) {
          .image-wrap {
            padding-top: 50%;
          }
        }
      }
    }*/ }
    .blog-posts .blog-post-list .blog-post-box {
      margin-bottom: 50px; }
  .blog-posts .blog-post__img {
    margin-bottom: 20px; }
  .blog-posts .blog-post__content .title {
    font-family: "poppinsbold";
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 16px; }
  .blog-posts .blog-post__content .desc {
    font-size: 16px;
    line-height: 1.5; }
  .blog-posts .blog-post__content .read-more {
    color: #D57800;
    margin-top: 20px; }

.tech-stack-section {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .tech-stack-section .tech-stack-list.numeric-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 60px 40px; }
    .tech-stack-section .tech-stack-list.numeric-list .title {
      color: #333; }
    .tech-stack-section .tech-stack-list.numeric-list .text-content {
      color: #8c94a0;
      font-size: 20px;
      line-height: 1.5; }
      .tech-stack-section .tech-stack-list.numeric-list .text-content p {
        margin-bottom: 16px; }

.tech-stack-info {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .tech-stack-info__title-box {
    font-size: 18px;
    margin-bottom: 40px; }
    .tech-stack-info__title-box p:not(:last-child) {
      margin-bottom: 20px; }

.technologies-tabs {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .technologies-tabs .tabs-content__title-box {
    font-family: "poppinsbold";
    font-size: 28px;
    color: #D57800;
    text-align: center;
    margin-bottom: 30px; }
  .technologies-tabs .technology-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
    justify-content: center;
    grid-gap: 50px; }
  .technologies-tabs .technology-list-img-box {
    position: relative;
    box-shadow: 5px 5px 20px 0 rgba(30, 99, 193, 0.2);
    border: solid 2px #ebedef;
    background-color: #fff;
    width: 100%;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    margin-bottom: 8%;
    overflow: hidden; }
    .technologies-tabs .technology-list-img-box .technology-name {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: auto;
      background-color: #EFF5E2;
      transform: translateY(100%);
      font-size: 16px;
      font-family: "poppinsmedium";
      padding: 8px 15px 4px;
      transition: transform .5s ease-in-out; }
    .technologies-tabs .technology-list-img-box:hover .technology-name {
      transform: translateY(0); }
    .technologies-tabs .technology-list-img-box .logo-img {
      object-fit: contain;
      width: 6vw;
      height: 4vw;
      display: block;
      margin: 0 auto; }

.about-info-section {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .about-info-section__title-box {
    margin-bottom: 5rem; }
    .about-info-section__title-box .sub-info {
      font-size: 20px;
      line-height: 1.5; }
  .about-info-section .tab-content .info-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px; }
    .about-info-section .tab-content .info-list .img-box {
      margin-bottom: 30px; }
      .about-info-section .tab-content .info-list .img-box .icon {
        width: 63px;
        height: 63px; }
    .about-info-section .tab-content .info-list .title {
      font-family: "poppinsmedium";
      color: #333;
      font-size: 24px;
      margin-bottom: 20px; }
    .about-info-section .tab-content .info-list .text-content {
      color: #8c94a0;
      font-size: 18px;
      line-height: 1.5; }
      .about-info-section .tab-content .info-list .text-content p {
        margin-bottom: 16px; }

.contact-us-section {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .contact-us-section .contact-us-section--inner {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 40px; }
    @media (max-width: 1023px) {
      .contact-us-section .contact-us-section--inner {
        grid-template-columns: 1fr; } }
  .contact-us-section .contact-us__info-block {
    display: flex;
    flex-direction: column; }
  .contact-us-section .contact-us__info {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 60px; }
    .contact-us-section .contact-us__info .address {
      margin-bottom: 20px; }
    .contact-us-section .contact-us__info .link {
      color: #D57800; }
  .contact-us-section .contact-us__img {
    border-radius: 5px;
    overflow: hidden;
    flex: 1; }
    .contact-us-section .contact-us__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 1023px) {
        .contact-us-section .contact-us__img img {
          max-height: 300px;
          height: auto; } }
  .contact-us-section .contact-us__form-box {
    background-color: #f7f7f7;
    padding: 40px 60px;
    display: flex;
    align-items: center; }
    .contact-us-section .contact-us__form-box .contact-us__form--title {
      font-family: "poppinsmedium";
      font-size: 24px;
      margin-bottom: 30px; }
    .contact-us-section .contact-us__form-box .contact-form {
      width: 100%; }
      .contact-us-section .contact-us__form-box .contact-form .btn {
        width: 100%; }
    .contact-us-section .contact-us__form-box #textareaContactForm {
      font-family: "poppinsregular";
      color: #000;
      padding: 12px 16px;
      min-height: 120px;
      font-size: 16px;
      resize: none;
      width: 100%;
      margin-top: 30px; }
      .contact-us-section .contact-us__form-box #textareaContactForm::-webkit-scrollbar {
        width: 10px; }
      .contact-us-section .contact-us__form-box #textareaContactForm::-webkit-scrollbar-track {
        border-radius: 10px; }
      .contact-us-section .contact-us__form-box #textareaContactForm::-webkit-scrollbar-thumb {
        background: #eaeaea;
        border-radius: 10px; }
    .contact-us-section .contact-us__form-box .services-list-box {
      padding-top: 30px;
      padding-bottom: 30px; }
      .contact-us-section .contact-us__form-box .services-list-box .title {
        margin-bottom: 30px; }
    .contact-us-section .contact-us__form-box .checkbox {
      margin-bottom: 10px; }
      .contact-us-section .contact-us__form-box .checkbox label {
        position: relative;
        padding-left: 34px;
        display: block;
        font-size: 16px;
        cursor: pointer; }
        .contact-us-section .contact-us__form-box .checkbox label::before {
          transition: border-color .3s ease;
          background-color: #fff;
          border: 1px solid #D57800;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 12px;
          border-radius: 4px;
          position: absolute;
          height: 20px;
          content: '';
          width: 20px;
          left: 0; }
      .contact-us-section .contact-us__form-box .checkbox input[type="checkbox"] {
        display: none; }
      .contact-us-section .contact-us__form-box .checkbox input:checked + label::before {
        background-image: url("../images/icons/check-primary.svg");
        border-color: #D57800; }
    .contact-us-section .contact-us__form-box .select2-container {
      width: 100%; }

.header {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: transparent;
  height: 98px;
  z-index: 99;
  max-width: 90%;
  right: 13%;
  padding-left: 13%;
  /*  &.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
  }*/ }
  @media (min-width: 1470px) {
    .header {
      padding-left: 15%; } }
  @media (max-width: 1299px) {
    .header {
      padding-left: 30px;
      right: 13%; } }
  .header--inner {
    height: 100%;
    display: flex;
    align-items: center; }
  .header-logo {
    flex-shrink: 0;
    margin-right: 60px; }
    .header-logo img {
      height: 34px;
      width: auto; }
      @media (max-width: 767px) {
        .header-logo img {
          max-height: 24px; } }
  .header .menu {
    margin-left: 50px; }
    @media (max-width: 1023px) {
      .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        background-color: #fff;
        margin-left: 0;
        z-index: 1111;
        padding: 30px;
        transform: translateX(-100%);
        transition: transform .3s ease; }
        .header .menu .menu-list {
          flex-direction: column;
          align-items: flex-start; }
        .header .menu .menu-item:not(:first-child) {
          margin-left: 0; }
        .header .menu .menu-item {
          margin-bottom: 20px; }
        .header .menu .menu-link {
          color: #000; }
        .header .menu.active {
          transform: translateX(0); } }
    .header .menu-list {
      display: flex;
      align-items: center;
      justify-content: center; }
    @media screen and (min-height: 1025px) {
      .header .menu-item {
        display: flex;
        align-items: center; } }
    .header .menu-item:not(:first-child) {
      margin-left: 50px; }
    @media screena and (min-height: 1025px) {
      .header .menu-item:hover .menu-link {
        font-weight: 600; } }
    .header .menu-item.hasMenu {
      position: relative; }
      @media screen and (max-width: 1024px) {
        .header .menu-item.hasMenu {
          width: 100%;
          padding-right: 30px; }
          .header .menu-item.hasMenu::after {
            content: '';
            background-image: url("../images/icons/chevron-down.svg");
            background-size: 14px;
            background-repeat: no-repeat;
            position: absolute;
            right: 0;
            top: 2px;
            width: 14px;
            height: 14px; }
          .header .menu-item.hasMenu.opened::after {
            transform: rotatex(180deg); } }
      @media screen and (min-width: 1025px) {
        .header .menu-item.hasMenu:hover .submenu {
          display: block;
          -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s; } }
    .header .menu-link {
      position: relative;
      display: flex;
      align-items: center;
      font-family: "poppinssemibold";
      font-size: 16px;
      text-transform: uppercase;
      color: #fff;
      word-break: normal;
      text-align: center;
      transition: font-weight .3s ease; }
    .header .menu .submenu {
      display: none;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media screen and (min-width: 1024px) {
        .header .menu .submenu {
          padding: 18px 16px;
          position: absolute;
          top: 100%;
          min-height: 80px;
          width: 300px;
          background-color: #fff; } }
      .header .menu .submenu .submenu-list li a {
        font-family: "poppinsregular";
        font-size: 16px;
        text-transform: capitalize;
        color: #3D4145;
        transition: all .3s ease; }
        .header .menu .submenu .submenu-list li a:hover {
          color: #D57800; }
      .header .menu .submenu .submenu-list li:not(:last-child) {
        margin-bottom: 16px; }
  .header .toggle-btn {
    display: none;
    margin-left: auto;
    order: 1;
    padding: 0 4px 0 0;
    border: none;
    background-color: transparent; }
    .header .toggle-btn > span {
      display: block;
      width: 30px;
      height: 4px;
      background-color: #D57800;
      margin-bottom: 6px;
      border-radius: 5px;
      transition: all 0.2s ease-in-out; }
      .header .toggle-btn > span:last-child {
        margin-bottom: 0; }
    @media (max-width: 1023px) {
      .header .toggle-btn {
        display: block; } }

@media (max-width: 1023px) {
  .header.open .toggle-btn > span {
    margin-bottom: 0; }
    .header.open .toggle-btn > span:first-child {
      transform: rotate(45deg);
      transform-origin: 9px; }
    .header.open .toggle-btn > span:nth-child(2) {
      opacity: 0; }
    .header.open .toggle-btn > span:last-child {
      transform: rotate(-45deg);
      transform-origin: 10px; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

.footer-top {
  background-color: #D57800;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 1023px) {
    .footer-top {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .footer-top .footer__title-box {
    text-align: center;
    color: #fff;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .footer-top .footer__title-box .title {
      font-family: "poppinsbold";
      font-size: 75px;
      margin-bottom: 8rem; }
      @media (max-width: 1023px) {
        .footer-top .footer__title-box .title {
          font-size: 64px;
          margin-bottom: 6rem; } }
      @media (max-width: 767px) {
        .footer-top .footer__title-box .title {
          font-size: 48px;
          margin-bottom: 4rem; } }
    .footer-top .footer__title-box .btn {
      min-width: auto;
      width: auto; }

.footer .footer-lists {
  display: flex;
  flex-wrap: wrap; }

.footer .footer-list {
  font-family: "poppinsregular";
  color: #fff; }
  @media (max-width: 1023px) {
    .footer .footer-list {
      flex: 0 0 100%;
      max-width: 100%; }
      .footer .footer-list:not(:last-child) {
        margin-bottom: 40px; } }

.footer .footer-lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; }

.footer .menu-list {
  display: flex; }
  .footer .menu-list li:not(:last-child) {
    margin-right: 20px; }
  .footer .menu-list .menu-link {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: font-weight .3s ease; }
    .footer .menu-list .menu-link:hover, .footer .menu-list .menu-link:active, .footer .menu-list .menu-link:focus {
      font-weight: 600; }

.footer .social-list {
  display: flex;
  align-items: center;
  fill: #fff; }
  .footer .social-list li:not(:last-child) {
    margin-right: 20px; }
  .footer .social-list .social-link svg {
    fill: #fff; }
  .footer .social-list .facebook-link {
    width: 14px; }
  .footer .social-list .linkedin-link {
    width: 20px; }
  .footer .social-list .instagram-link {
    width: 20px; }

.footer-bottom {
  height: 100%;
  background-color: #D57800;
  color: #fff; }
  .footer-bottom--inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
    border-top: 1px solid #FFFFFF75; }
    @media (max-width: 1023px) {
      .footer-bottom--inner {
        padding-top: 6rem;
        padding-bottom: 6rem; } }
  .footer-bottom .logo-box {
    margin-bottom: 20px; }
    .footer-bottom .logo-box img {
      width: auto;
      height: 30px; }
  .footer-bottom--inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .footer-bottom .copyright-box {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5rem;
    color: #FFFFFF94; }
    @media (max-width: 575px) {
      .footer-bottom .copyright-box {
        flex-wrap: wrap; } }
  @media (max-width: 575px) {
    .footer-bottom .copyright-text {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; } }
  .footer-bottom .address-box {
    font-size: 14px; }
