@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
html {
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 100%);
  scroll-behavior: smooth;
}

@media (max-width: 419.98px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 2000px) {
  html {
    font-size: 22px;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: calc(25 / 15);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  /* Scrollbar Styling */
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #6d6d6d;
}

@media (min-width: 1400px) {
  body {
    font-size: 1.11vw;
  }
  .container-fluid {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1399px) {
  .container-fluid {
    max-width: 95%;
    margin: 0 auto;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Inter", sans-serif;
}

p {
  line-height: 1.5;
  font-size: 1em;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

a:hover,
button:hover {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  z-index: 999;
  background-color: #f7f7f7;
}

@-webkit-keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .container {
    max-width: 95%;
  }
}

@media (max-width: 575.98px) {
  .container {
    max-width: 95%;
  }
}

.error-class {
  display: block;
  min-height: 28px;
  font-size: 0.85em;
  font-weight: 400;
  background-color: transparent;
  color: red;
}

.success {
  color: green;
}

.slick-prev::before,
.slick-next::before {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

#app .success {
  color: green;
  text-align: center;
  font-weight: 700;
}

.float {
  position: fixed;
  right: 0;
  bottom: 10%;
}

:target:before {
  content: "";
  display: block;
  height: 50px;
  /* fixed header height*/
  margin: -50px 0 0;
  /* negative fixed header height */
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 700px) and (max-width: 820px) {
  .btn-whatsapp-pulse {
    bottom: 8px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .btn-whatsapp-pulse {
    bottom: 8px;
  }
}

.btn-whatsapp-pulse svg {
  position: absolute;
  width: 41px;
  height: 41px;
}

.fra1:hover {
  color: #2222f8 !important;
  font-weight: 500;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.section-heading {
  margin-bottom: 3em;
}

.section-heading .subHeading {
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  color: #FF9700;
  margin-bottom: 15px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .section-heading .subHeading {
    font-size: 1em;
    margin-bottom: 5px;
    line-height: 0.9;
  }
}

@media (max-width: 575.98px) {
  .section-heading .subHeading {
    font-size: 1em;
  }
}

.section-heading .mainHeading {
  color: #0370C6;
  font-size: 1.75em;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .section-heading .mainHeading {
    font-size: 1.4em;
  }
}

.section-heading .description {
  font-size: 1em;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.6);
  -webkit-margin-after: 2.5em;
          margin-block-end: 2.5em;
}

.section-pad {
  padding: 3em 0;
}

.contact-btn {
  color: #FFFFFF;
  background: #FF9700;
  border-radius: 5px;
  padding: 13px 25px;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.contact-btn:hover {
  background-color: #f39405;
  color: #fff;
}

.get-btn {
  color: #FFFFFF;
  background: #0370C6;
  border-radius: 5px;
  padding: 13px 25px;
  font-size: 1.15em;
  font-weight: 400;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

@media (max-width: 767.98px) {
  .get-btn {
    padding: 10px;
    font-size: 0.9em;
  }
}

.get-btn:hover {
  background-color: #035ea3;
  color: #fff;
}

#heroNavbar {
  position: relative;
}

@media (min-width: 1900px) {
  #heroNavbar {
    padding-top: 8px;
  }
}

#heroNavbar.home-navbar {
  position: absolute;
  z-index: 999;
  width: 100%;
}

@media (max-width: 991.98px) {
  #heroNavbar.home-navbar {
    position: relative;
  }
}

@media (max-width: 991.98px) {
  #heroNavbar {
    background-color: #f7f7f7;
    position: relative;
    border-bottom: 1px solid #DFDFDF;
  }
}

@media (max-width: 991.98px) {
  #heroNavbar .navbar {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  #heroNavbar .navbar-collapse {
    padding: 3em;
    z-index: 1;
    background: #f7f7f7;
    position: absolute;
    top: 5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  #heroNavbar .navbar-collapse .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991.98px) {
  #heroNavbar.affix .navbar-collapse {
    top: 4.5em;
  }
  #heroNavbar.affix .animated-icon2 span {
    background: #000 !important;
  }
  #heroNavbar.affix .navbar-toggler {
    border: none;
  }
}

#heroNavbar .navbar-brand img {
  width: 221px;
  height: 75px;
}

@media (max-width: 767.98px) {
  #heroNavbar .navbar-brand img {
    height: 61px;
    width: 180px;
  }
}

#heroNavbar .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  #heroNavbar .navbar-nav {
    text-align: center;
  }
}

#heroNavbar .navbar-nav .nav-item .nav-link {
  color: rgba(26, 26, 26, 0.5);
  font-weight: 400;
  font-size: 0.95em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding-left: 1em;
  padding-right: 1em;
  letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
  #heroNavbar .navbar-nav .nav-item .nav-link {
    color: #4a4a4a;
  }
}

#heroNavbar .navbar-nav .nav-item .nav-link.active {
  color: #0370C6;
  font-weight: 400;
}

#heroNavbar .navbar-nav .nav-item .nav-link:hover {
  color: #0370C6;
}

#heroNavbar .contact-btn {
  padding: 0.6em 20px;
}

#heroNavbar .navbar-toggler {
  border: none;
}

#heroNavbar .navbar-toggler:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#heroNavbar .animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#heroNavbar .animated-icon2:focus {
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#heroNavbar .animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #000;
}

#heroNavbar .animated-icon2 span:nth-child(1) {
  top: 0px;
}

#heroNavbar .animated-icon2 span:nth-child(2) {
  top: 10px;
}

#heroNavbar .animated-icon2 span:nth-child(3) {
  top: 10px;
}

#heroNavbar .animated-icon2 span:nth-child(4) {
  top: 20px;
}

#heroNavbar .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#heroNavbar .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#heroNavbar .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#heroNavbar .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

@media (max-width: 991px) {
  li.nav-item {
    padding-bottom: 0.5em;
  }
  .navbar-brand img {
    height: 65px;
    width: 140px;
  }
  .navbar-collapse {
    padding-top: 1.2em !important;
    padding-bottom: 2em !important;
  }
}

#heroSlider {
  position: relative;
  background: #F7F7F7;
}

@media (max-width: 767.98px) {
  #heroSlider {
    padding: 2em 0;
  }
  #heroSlider .section-heading {
    margin-bottom: 1em;
  }
}

@media (min-width: 2000px) {
  #heroSlider .carousel {
    padding: 3em 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #heroSlider .carousel-inner {
    overflow: auto;
    padding: 2em 0 3em;
  }
}

#heroSlider .carousel-item img {
  float: right;
}

@media (min-width: 992px) and (max-width: 2000px) {
  #heroSlider .carousel-item img {
    width: 75%;
  }
}

@media (min-width: 3000px) {
  #heroSlider .carousel-item img {
    width: 75%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #heroSlider .carousel-item img {
    width: 70%;
  }
}

#heroSlider .carousel-item .carousel-caption {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1500px) {
  #heroSlider .carousel-item .carousel-caption {
    top: 56%;
  }
}

#heroSlider .carousel-item .carousel-caption .hd-1 {
  margin-bottom: 0.5em;
  color: #0370C6;
  font-weight: 500;
  line-height: 1.3;
  font-size: 3.5em;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #heroSlider .carousel-item .carousel-caption .hd-1 {
    font-size: 2em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #heroSlider .carousel-item .carousel-caption .hd-1 {
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {
  #heroSlider .carousel-item .carousel-caption .hd-1 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}

#heroSlider .carousel-item .carousel-caption .des {
  color: rgba(26, 26, 26, 0.6);
  font-weight: 300;
  line-height: 1.6;
  font-size: 1em;
  max-width: 50%;
  margin-bottom: 2.5em;
}

@media (max-width: 575.98px) {
  #heroSlider .carousel-item .carousel-caption .des {
    font-size: 0.9em;
    line-height: 1.3;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #heroSlider .carousel-item .carousel-caption .des {
    max-width: 53%;
  }
}

#heroSlider .img {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 83%;
}

#heroSlider .img img {
  width: 276px;
  height: 150px;
}

#slider {
  position: relative;
  background: #F7F7F7;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#slider .image {
  position: absolute;
  right: 0;
  top: 0;
}

#slider .content .hd-1 {
  margin-bottom: 0.5em;
  color: #0370C6;
  font-weight: 500;
  line-height: 1.3;
  font-size: 4em;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #slider .content .hd-1 {
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {
  #slider .content .hd-1 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}

#slider .content .des {
  color: rgba(26, 26, 26, 0.6);
  font-weight: 300;
  line-height: 1.6;
  font-size: 1em;
  max-width: 60%;
  margin-bottom: 2.5em;
}

@media (max-width: 575.98px) {
  #slider .content .des {
    font-size: 0.9em;
    line-height: 1.3;
  }
}

#itServices {
  padding: 2em 0;
}

@media (max-width: 991.98px) {
  #itServices {
    padding: 2em 0;
  }
}

#itServices .section-heading {
  margin-bottom: 1em;
}

@media (max-width: 991.98px) {
  #itServices .section-heading {
    text-align: center;
  }
}

#itServices .section-heading h1 {
  position: relative;
  font-size: 1.25em;
  font-weight: 500;
  color: #FF9700;
  margin-bottom: 15px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #itServices .section-heading h1 {
    font-size: 1em;
    margin-bottom: 5px;
    line-height: 0.9;
  }
}

@media (max-width: 575.98px) {
  #itServices .section-heading h1 {
    font-size: 1em;
  }
}

#itServices .section-heading h2 {
  color: #0370C6;
  font-size: 1.75em;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  #itServices .section-heading h2 {
    font-size: 1.4em;
  }
}

#itServices .services .each-service {
  padding: 2.5em 1.5em;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  -webkit-box-shadow: 4px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 10px 40px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  position: relative;
  overflow: hidden;
  text-align: center;
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #itServices .services .each-service {
    padding: 2.5em 0.9em;
  }
}

@media (max-width: 991.98px) {
  #itServices .services .each-service {
    margin-bottom: 2em;
  }
}

#itServices .services .each-service:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  border: 0.831652px solid #0370C6;
  -webkit-box-shadow: 0px 20.6702px 24.85px rgba(68, 158, 237, 0.33);
          box-shadow: 0px 20.6702px 24.85px rgba(68, 158, 237, 0.33);
}

#itServices .services .each-service .icon {
  margin-bottom: 1em;
}

#itServices .services .each-service .icon img {
  width: 60px;
  height: 60px;
}

#itServices .services .each-service h4 {
  color: #1a1a1a;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #itServices .services .each-service h4 {
    font-size: 0.85em;
  }
}

#ourServices {
  padding: 2em 0 5em;
}

#about,
#our_about,
#he_page {
  padding: 5em 0 0;
  position: relative;
  background-image: url("/img/bg-about.svg");
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  #about,
  #our_about,
  #he_page {
    padding: 3em 0 0;
  }
}

#about .section-heading,
#our_about .section-heading,
#he_page .section-heading {
  margin-bottom: 3em;
}

#about .section-heading h1,
#our_about .section-heading h1,
#he_page .section-heading h1 {
  position: relative;
  font-size: 2.6em;
  font-weight: 300;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9em;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #about .section-heading h1,
  #our_about .section-heading h1,
  #he_page .section-heading h1 {
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {
  #about .section-heading h1,
  #our_about .section-heading h1,
  #he_page .section-heading h1 {
    font-size: 1.9em;
  }
}

@media (max-width: 991.98px) {
  #about .section-heading h1,
  #our_about .section-heading h1,
  #he_page .section-heading h1 {
    margin-bottom: 0.5em;
  }
}

#about .section-heading h1::before,
#our_about .section-heading h1::before,
#he_page .section-heading h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -40%;
  height: 2px;
  width: 20%;
  background: #ffdc46;
}

@media (min-width: 2000px) and (max-width: 3000px) {
  #about .section-heading h1::before,
  #our_about .section-heading h1::before,
  #he_page .section-heading h1::before {
    height: 3px;
  }
}

@media (min-width: 3001px) and (max-width: 4000px) {
  #about .section-heading h1::before,
  #our_about .section-heading h1::before,
  #he_page .section-heading h1::before {
    height: 5px;
  }
}

#about .section-heading p,
#our_about .section-heading p,
#he_page .section-heading p {
  color: #444444;
  font-weight: 400;
  margin-bottom: 1.5em;
  margin-right: 4em;
}

@media (max-width: 991.98px) {
  #about .section-heading p,
  #our_about .section-heading p,
  #he_page .section-heading p {
    margin-right: 0;
  }
}

#about a,
#our_about a,
#he_page a {
  font-weight: 400;
  color: #05948F;
}

#about a img,
#our_about a img,
#he_page a img {
  width: 14px;
  height: 9px;
}

@media (min-width: 2000px) {
  #about a img,
  #our_about a img,
  #he_page a img {
    width: 28px;
    height: 18px;
  }
}

#about .image,
#our_about .image,
#he_page .image {
  position: relative;
  padding-top: 72.52%;
}

#about .image img,
#our_about .image img,
#he_page .image img {
  position: absolute;
  top: 0;
  left: 0;
}

#turnKeySolutions {
  padding: 2em 0;
  background: #0370C6;
  position: relative;
  overflow: hidden;
}

#turnKeySolutions .section-heading {
  text-align: center;
  margin-bottom: 3em;
}

#turnKeySolutions .section-heading h3 {
  color: #ffffff;
  margin-bottom: 1em;
  font-weight: 500;
}

#turnKeySolutions .section-heading p {
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

#turnKeySolutions .solutions-slider .each-solution {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.2em;
  min-height: 350px;
}

@media (min-width: 801px) and (max-width: 992px) {
  #turnKeySolutions .solutions-slider .each-solution {
    min-height: 395px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #turnKeySolutions .solutions-slider .each-solution {
    min-height: 375px;
  }
}

@media (min-width: 1900px) {
  #turnKeySolutions .solutions-slider .each-solution {
    min-height: 380px;
  }
}

@media (min-width: 2000px) {
  #turnKeySolutions .solutions-slider .each-solution {
    min-height: 450px;
  }
}

@media (min-width: 3000px) {
  #turnKeySolutions .solutions-slider .each-solution {
    min-height: 645px;
  }
}

@media (max-width: 767.98px) {
  #turnKeySolutions .solutions-slider .each-solution {
    min-height: 415px;
  }
}

#turnKeySolutions .solutions-slider .each-solution .icon {
  margin-bottom: 1em;
}

#turnKeySolutions .solutions-slider .each-solution .icon img {
  width: 100px;
  height: 100px;
}

#turnKeySolutions .solutions-slider .each-solution h4 {
  color: #9ADA21;
  font-size: 1.1em;
  line-height: 1;
  margin-bottom: 10px;
}

#turnKeySolutions .solutions-slider .each-solution p {
  color: rgba(26, 26, 26, 0.63);
  font-size: 1em;
}

#turnKeySolutions .solutions-slider .slick-slider {
  margin: 0 -10px;
}

#turnKeySolutions .solutions-slider .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

#turnKeySolutions .solutions-slider .slick-dots {
  bottom: -3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1900px) {
  #turnKeySolutions .solutions-slider .slick-dots {
    bottom: -2em;
  }
}

#turnKeySolutions .solutions-slider .slick-dots li {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

#turnKeySolutions .solutions-slider .slick-dots li.slick-active {
  background-color: #FF9700;
  width: 15px;
  height: 15px;
}

@media (max-width: 992px) {
  #turnKeySolutions .solutions-slider .slick-dots li {
    width: 0.8em;
    height: 0.8em;
  }
}

@media (min-width: 1200px) {
  #turnKeySolutions .solutions-slider .slick-list {
    padding: 0 10% 0 0;
    -webkit-clip-path: inset(-80vw -80vw -80vw 0);
            clip-path: inset(-80vw -80vw -80vw 0);
    overflow: unset;
  }
}

#consulting {
  position: relative;
  padding: 2em 0;
}

#consulting .content {
  padding: 2em;
}

@media (max-width: 991.98px) {
  #consulting .content {
    padding: 2em 0 0;
  }
}

@media (max-width: 767.98px) {
  #consulting .content {
    text-align: center;
  }
}

#consulting .content h4 {
  color: #0370C6;
  font-size: 1.75em;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
}

#consulting .content p {
  color: rgba(26, 26, 26, 0.6);
  font-size: 1em;
}

#consulting .content p:nth-last-child(1) {
  margin-bottom: 1em;
}

#consulting .image {
  position: relative;
  padding-top: 74.05%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #consulting .image {
    padding-top: 44.70%;
  }
}

@media (max-width: 767.98px) {
  #consulting .image {
    padding-top: 72.30%;
  }
}

#consulting .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#careers {
  position: relative;
  padding: 2em 0;
  background-color: #f6f6f6;
}

#careers .section-heading {
  margin-bottom: 3em;
  text-align: center;
}

#careers .section-heading h1 {
  position: relative;
  font-size: 1.25em;
  font-weight: 500;
  color: #FF9700;
  margin-bottom: 1em;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #careers .section-heading h1 {
    font-size: 1em;
    margin-bottom: 5px;
    line-height: 0.9;
  }
}

@media (max-width: 575.98px) {
  #careers .section-heading h1 {
    font-size: 1em;
  }
}

#careers .section-heading h2 {
  color: #0370C6;
  font-size: 1.75em;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  #careers .section-heading h2 {
    font-size: 1.4em;
  }
}

#careers .each-category {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px auto;
      grid-template-columns: 130px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 1.5em;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #careers .each-category {
    -ms-grid-columns: 80px auto;
        grid-template-columns: 80px auto;
  }
}

#careers .each-category .icon img {
  width: 130px;
  height: 128px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #careers .each-category .icon img {
    width: 80px;
    height: 79px;
  }
}

@media (max-width: 767.98px) {
  #careers .each-category {
    -ms-grid-columns: 70px auto;
        grid-template-columns: 70px auto;
    gap: 10px;
  }
  #careers .each-category .icon img {
    width: 70px;
    height: 69px;
  }
}

#careers .each-category .content h4 {
  color: #1A1A1A;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 7px;
}

@media (min-width: 992px) and (max-width: 1100px) {
  #careers .each-category .content h4 {
    font-size: 1em;
  }
}

@media (max-width: 767.98px) {
  #careers .each-category .content h4 {
    font-size: 1.05em;
  }
}

#careers .each-category .content p {
  color: rgba(26, 26, 26, 0.4);
  font-weight: 400;
  font-size: 1em;
}

@media (max-width: 767.98px) {
  #careers .each-category .content p {
    font-size: 0.95em;
  }
}

#contact-us {
  padding: 2em 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #contact-us {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  #contact-us {
    padding: 1.75em 0;
  }
}

#contact-us .section-heading {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  #contact-us .section-heading {
    text-align: center;
  }
}

#contact-us .section-heading h1 {
  color: #0370C6;
  font-size: 1.75em;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  #contact-us .section-heading h1 {
    font-size: 1.35em;
  }
}

#contact-us .section-heading p {
  color: #5B5B5B;
  font-weight: 400;
  margin-bottom: 1.25em;
}

#contact-us .content .each-block {
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding: 2em;
  margin-bottom: 1em;
}

@media (max-width: 991.98px) {
  #contact-us .content .each-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact-us .content .each-block:last-child {
    margin-bottom: 2em;
  }
}

@media (max-width: 576px) {
  #contact-us .content .each-block {
    padding: 1em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25px auto;
        grid-template-columns: 25px auto;
    gap: 10px;
  }
}

@media (max-width: 320px) {
  #contact-us .content .each-block {
    -ms-grid-columns: 14px auto;
        grid-template-columns: 14px auto;
    gap: 1.5em;
  }
}

#contact-us .content .each-block .icon img {
  width: 31px;
  height: 31px;
}

@media (max-width: 320px) {
  #contact-us .content .each-block .icon img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

#contact-us .content .each-block a {
  color: #000000;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

#contact-us .content .each-block a:hover {
  color: #0370C6;
}

#contact-us .content .each-block p {
  color: #000000;
  font-weight: 400;
}

#contact-us .right-block {
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 2em;
}

@media (max-width: 767.98px) {
  #contact-us .right-block {
    padding: 1.5em 1em;
  }
}

#contact-us form .form-control::-webkit-input-placeholder {
  font-size: 1em !important;
  color: rgba(0, 0, 0, 0.29);
  font-weight: 400;
}

#contact-us form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact-us form label {
  color: #0370C6;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

#contact-us form .contact-btn {
  border: none;
  margin-top: 1.5em;
  padding: 7px 40px;
}

#contact-us .contact-information {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 2em;
}

#contact-us .contact-information label {
  color: #0370C6;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 5px;
}

#contact-us .contact-information p {
  color: #798196;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}

#contact-us .contact-information a {
  color: #798196;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
  display: block;
}

@media (min-width: 3000px) {
  #contact-us .contact-information a {
    font-size: 0.5em;
  }
}

#contact-us .contact-information .heading {
  color: #FF9700;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 5px;
}

#contact-us .contact-information .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#contact-us .contact-information .social-links li {
  background-color: #FF9700;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact-us .contact-information .social-links li a {
  margin-bottom: 0;
  color: #ffffff;
}

#footer {
  padding: 3em 0;
  position: relative;
  background: #F7F7F7;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #footer {
    padding: 3em 0;
  }
}

@media (max-width: 575.98px) {
  #footer {
    padding: 2em 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #footer .each-block {
    -ms-grid-column: 1 / span 3s;
        grid-column-start: 1 / span 3s;
  }
}

@media (max-width: 991.98px) {
  #footer .each-block {
    margin-bottom: 1em;
  }
}

#footer .each-block h5 {
  color: rgba(26, 26, 26, 0.5);
  font-size: 1.1em;
  margin-bottom: 10px;
}

#footer .each-block h4 {
  color: #FF9700;
  font-size: 1.2em;
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  #footer .each-block h4 {
    font-size: 1em;
  }
}

#footer .each-block .offers {
  color: #FF9700;
  font-size: 1em;
  font-weight: 600;
}

#footer .each-block a {
  color: rgba(26, 26, 26, 0.5);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-size: 0.9em;
  line-height: 2.3;
}

@media (max-width: 991.98px) {
  #footer .each-block a {
    font-size: 0.75em;
    line-height: 1.5;
  }
}

#footer .each-block a:hover {
  color: #FF9700;
}

#footer .each-block p {
  margin-top: 4px;
}

#footer .each-block:last-child a {
  color: rgba(26, 26, 26, 0.5);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-size: 0.9em;
  line-height: 2.3;
}

@media (max-width: 991.98px) {
  #footer .each-block:last-child a {
    font-size: 0.75em;
  }
}

#footer .each-block:last-child a:hover {
  color: #FF9700;
}

#footer .each-block:last-child p {
  color: rgba(26, 26, 26, 0.5);
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  #footer .each-block:last-child p {
    font-size: 0.75em;
  }
}

#footer .each-block .social-icons img {
  width: 24px;
  height: 24px;
}

#footer .logo img {
  width: 180px;
  height: 61px;
}

@media (min-width: 3000px) {
  #footer .logo img {
    width: auto;
    height: auto;
  }
}

#footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  float: right;
}

@media (max-width: 575.98px) {
  #footer .social-links {
    float: none;
    margin-top: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .social-links li img {
  width: 22px;
  height: 22px;
}

#footer .copy-right {
  color: #3A3A3A;
  margin-top: 10px;
  font-weight: 400;
}

#footer .copy-right .fra {
  color: #3A3A3A;
}

@media (max-width: 575.98px) {
  #footer .copy-right {
    text-align: center;
  }
}

#footer input {
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: #F7F7F7;
  border-radius: 0;
  padding-left: 0;
}

#footer input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#footer .subscribe-btn {
  background: #FF0000;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  padding: 3px 15px;
  width: auto;
  margin-left: 1em;
}

#footer .blocks-tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1em;
}

@media (max-width: 575.98px) {
  #footer .blocks-tab {
    gap: 10px;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
  }
  #footer .blocks-tab .each-block {
    grid-column: span 1;
  }
  #footer .blocks-tab .each-block:nth-child(n + 3) {
    grid-column: span 2;
  }
}

@media (max-width: 320px) {
  #footer .blocks-tab {
    display: block;
  }
}

#technology {
  padding: 4em 0 2em;
  position: relative;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #technology {
    padding: 3em 0 2em;
  }
}

@media (max-width: 575.98px) {
  #technology {
    padding: 2em 0;
  }
}

@media (max-width: 991.98px) {
  #technology .section-heading {
    margin-top: 1em;
  }
  #technology .section-heading .subHeading {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #technology .section-heading {
    text-align: center;
  }
}

#technology .image {
  position: relative;
  padding-top: 100.675%;
}

#technology .image img {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1900px) {
  #technology .image img {
    width: 100%;
  }
}

#techSolutions {
  position: relative;
  background-color: #0370C6;
  padding: 3em 0;
}

@media (max-width: 767.98px) {
  #techSolutions {
    margin: 0 2em;
    padding: 1.5em 0;
  }
}

#techSolutions .each-solution {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  gap: 20px;
  color: #fff;
}

#techSolutions .each-solution img {
  width: 100px;
  height: 100px;
}

@media (max-width: 991.98px) {
  #techSolutions .each-solution {
    display: block;
    margin-bottom: 1.5em;
  }
  #techSolutions .each-solution img {
    margin-bottom: 15px;
  }
}

#techSolutions .each-solution h4 {
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #techSolutions .each-solution h4 {
    font-size: 1.05em;
  }
}

#techSolutions .each-solution p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #techSolutions .each-solution p {
    font-size: 0.95em;
  }
}

#milestone {
  position: relative;
  padding: 3em 0;
}

@media (max-width: 767.98px) {
  #milestone {
    padding: 1.5em 0;
  }
}

#milestone .section-heading .description {
  max-width: 450px;
}

@media (min-width: 1600px) {
  #milestone .section-heading .description {
    max-width: 80%;
  }
}

@media (max-width: 991.98px) {
  #milestone .section-heading {
    text-align: center;
    margin-bottom: 1em;
  }
  #milestone .section-heading .description {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  #milestone .section-heading {
    text-align: left;
  }
}

#milestone .blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  gap: 3em;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #milestone .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em;
  }
}

@media (max-width: 575.98px) {
  #milestone .blocks {
    margin-bottom: 2em;
  }
}

#milestone .blocks .each-block .count {
  color: #0370C6;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 5px;
}

#milestone .blocks .each-block .txt {
  color: #798196;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.5;
}

#milestone .image {
  text-align: center;
  position: relative;
  padding-top: 92.76%;
}

#milestone .image img {
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #milestone .image img {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  #milestone .image img {
    width: 100%;
  }
}

#activity {
  padding: 2em 0;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #activity {
    padding: 2em 0;
  }
}

@media (max-width: 767.98px) {
  #activity {
    padding: 1.5em 0;
  }
}

#activity .section-heading {
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  #activity .section-heading {
    text-align: left;
    margin-bottom: 5px;
  }
  #activity .section-heading .subHeading {
    margin-bottom: 10px;
  }
}

#activity .section-heading .subHeading {
  margin-bottom: 15px;
}

#activity .grid-wrapper {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: red;
  text-align: center;
}

#activity .grid-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#activity .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}

#activity .grid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}

@media (min-width: 992px) and (max-width: 1100px) {
  #activity .grid-wrapper {
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
  }
}

@media (min-width: 1900px) {
  #activity .grid-wrapper {
    -ms-grid-columns: (minmax(350px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 350px;
  }
}

@media (min-width: 2000px) {
  #activity .grid-wrapper {
    -ms-grid-columns: (minmax(450px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    grid-auto-rows: 450px;
  }
}

@media (min-width: 3000px) {
  #activity .grid-wrapper {
    -ms-grid-columns: (minmax(650px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(650px, 1fr));
    grid-auto-rows: 650px;
    gap: 1em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #activity .grid-wrapper {
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #activity .grid-wrapper {
    -ms-grid-columns: (minmax(120px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-auto-rows: 120px;
  }
}

@media (max-width: 575.98px) {
  #activity .grid-wrapper {
    -ms-grid-columns: (minmax(90px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    grid-auto-rows: 90px;
  }
}

@media (max-width: 320px) {
  #activity .grid-wrapper {
    -ms-grid-columns: (minmax(85px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));
    grid-auto-rows: 70px;
  }
}

#activity .grid-wrapper .wide {
  grid-column: span 2;
}

#activity .grid-wrapper .tall {
  grid-row: span 2;
}

#activity .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 576px) {
  #activity .grid-wrapper .big {
    grid-column: span 1;
  }
}

#consulting-page {
  position: relative;
  padding: 2em 0 3em;
}

@media (max-width: 991.98px) {
  #consulting-page .section-heading {
    margin-bottom: 0;
  }
  #consulting-page .section-heading .description {
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
  #consulting-page .section-heading a {
    margin-top: 1em;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 767.98px) {
  #consulting-page .section-heading {
    text-align: center;
    margin-top: 1em;
  }
  #consulting-page .section-heading a {
    margin: 1.5em auto 0;
  }
}

#consulting-page .image {
  position: relative;
  padding-top: 86.00%;
}

#consulting-page .image img {
  position: absolute;
  top: 0;
  left: 0;
}

#benefits {
  position: relative;
  padding: 3em 0;
  background-color: #F7F7F7;
}

@media (max-width: 575.98px) {
  #benefits .section-heading {
    margin-bottom: 1.5em;
  }
}

#benefits .section-heading .subHeading {
  color: #0370C6;
  font-weight: 600;
  margin-bottom: 15px;
}

#benefits .section-heading .mainHeading {
  color: #FF9700;
  font-weight: 500;
  font-size: 1.75em;
  text-transform: capitalize;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #benefits .section-heading .mainHeading {
    font-size: 1.5em;
  }
}

@media (max-width: 575.98px) {
  #benefits .section-heading .mainHeading {
    font-size: 1.35em;
  }
}

#benefits .blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1em;
}

@media (max-width: 991.98px) {
  #benefits .blocks {
    display: block;
  }
}

#benefits .blocks .each-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}

@media (max-width: 991.98px) {
  #benefits .blocks .each-block {
    margin-bottom: 1em;
  }
}

#benefits .blocks .each-block .icon img {
  width: 40px;
  height: 40px;
}

#benefits .blocks .each-block h4 {
  color: #0370C6;
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: capitalize;
}

#benefits .blocks .each-block p {
  color: rgba(26, 26, 26, 0.6);
  font-size: 1em;
  font-weight: 400;
}

#advisors {
  position: relative;
  padding: 3em 0;
}

#advisors .each-advisor {
  text-align: center;
}

#advisors .each-advisor .img {
  margin-bottom: 10px;
}

#advisors .each-advisor .img img {
  width: 100%;
}

#advisors .each-advisor h4 {
  color: #0370C6;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5;
}

#advisors .each-advisor p {
  color: rgba(26, 26, 26, 0.6);
}

#advisors .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

#advisors .slick-dots {
  bottom: -2em;
}

#advisors .slick-dots li {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

#advisors .slick-dots li.slick-active {
  background-color: #FF9700;
}

@media (max-width: 992px) {
  #advisors .slick-dots li {
    width: 0.8em;
    height: 0.8em;
  }
}

#innerBanner {
  position: relative;
  overflow-x: hidden;
}

#innerBanner .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#innerBanner .content h4 {
  color: #0370C6;
  font-weight: 600;
  font-size: 1.5em;
}

@media (min-width: 992px) {
  #innerBanner .content h4 {
    margin-left: 2em;
  }
}

#innerBanner .image {
  position: relative;
  padding-top: 33.33%;
}

#innerBanner .image img {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 2000px) {
  #innerBanner .image img {
    width: 100%;
  }
}

#innerBanner .about-banner {
  position: relative;
  padding-top: 31.25%;
}

#innerBanner .about-banner img {
  position: absolute;
  top: 0;
  left: 0;
}

#services-page {
  position: relative;
}

#services-page .row {
  margin-bottom: 3em;
}

@media (max-width: 767.98px) {
  #services-page .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  #services-page .row:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#services-page .row:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #services-page .section-heading {
    margin-bottom: 1.5em;
  }
}

#services-page .section-heading .description {
  display: block;
  margin-bottom: 2.5em;
}

@media (max-width: 767.98px) {
  #services-page .section-heading .description {
    margin-bottom: 1em;
  }
}

#services-page .section-heading a {
  display: none;
}

#services-page .image {
  position: relative;
  padding-top: 86.34%;
}

#services-page .image img {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 2000px) {
  #services-page .image img {
    width: 100%;
  }
}

#ourVision {
  position: relative;
}

#ourVision.bg-gray {
  background: #eee;
}

@media (max-width: 767.98px) {
  #ourVision.bg-gray .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) {
  #ourVision .content {
    margin-bottom: 2em;
  }
}

#ourVision .content h4 {
  color: #000000;
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.2;
  margin-bottom: 15px;
}

#ourVision .content p {
  color: rgba(26, 26, 26, 0.6);
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
}

@media (min-width: 2000px) {
  #ourVision .image img {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #ourVision .image img {
    width: 100%;
  }
}

#ourVision .vis-img {
  position: relative;
  padding-top: 86.34%;
}

#ourVision .vis-img img {
  position: absolute;
  top: 0;
  left: 0;
}

#ourVision .story-img {
  position: relative;
  padding-top: 85.95%;
}

#ourVision .story-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.careers-page .each-position {
  border: 1.25px solid #f7a502;
  padding: 20px 40px;
}

.careers-page .each-position .job-name {
  font-size: 1.5em;
  line-height: 180%;
  color: #f7a502;
  font-weight: 400;
}

.careers-page .each-position .job-id {
  line-height: 180%;
  color: #033e3b;
  font-weight: 400;
}

.careers-page .each-position .job-experience {
  text-align: right;
  line-height: 180%;
  color: #222;
  font-weight: 400;
}

.careers-page .each-position .job-description {
  padding: 1em 0;
}

.careers-page .each-position .job-description p {
  font-weight: 300;
}

.careers-page .mailing-address {
  margin-top: 95px;
  text-align: center;
}

.careers-page .mailing-address p {
  text-align: center;
  line-height: 1.5;
  color: #4f4f4f;
}

.careers-page .mailing-address p span {
  font-weight: 600;
  opacity: .9;
  color: #000000;
}
/*# sourceMappingURL=app.css.map */