@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.cTitle {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 157%;
  letter-spacing: 0.1em;
  padding: 5px 20px;
  padding-left: 20px;
  padding-right: 0px;
  position: relative;
  width: max-content;
}

.cTitle span {
  z-index: 1;
  position: relative;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.cTitle::before {
  position: absolute;
  background: rgba(18, 121, 190, 0.2);
  z-index: 0;
  width: 40px;
  height: 100%;
  content: "";
  border-radius: 10px;
  top: 0;
  left: 0;
  border-bottom: 3px solid #000;
}
.cTitle--white {
  color: #fff;
}
.cTitle--white::before {
  background: rgba(255, 255, 255, 0.38);
}
.cTitle--black {
  color: #474747;
}
.cTitle--brown {
  color: #963337;
}
.cTitle--yellow {
  color: #474747;
}
.cTitle--yellow::before {
  background: rgba(255, 224, 62, 0.49);
}
.cTitle--footerYellow {
  color: #FCFF58;
  margin-bottom: 25px;
}
.cTitle--footerYellow::before {
  background-color: #2993db;
}

.cSectionText {
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 29px;
  text-align: center;
}
.cSectionText--white {
  color: #fff;
}
.cSectionText--black {
  color: #464646;
}
.cSectionText--blue {
  color: #1279BE;
}
.cSectionText--yellow {
  color: #FCFF58;
}

@keyframes goUp {
  0% {
    top: 70%;
    transform: scale(1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    top: 0;
    transform: scale(2.5);
    opacity: 0;
  }
}
.cBtn {
  border-radius: 0px;
  display: flex;
  font-family: inherit;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  border-radius: 30px;
}
.cBtn--blue {
  background: #1279BE;
}
.cBtn--brown {
  background: #963337;
}
.cBtn--yellow {
  background: #FBFF25;
}
.cBtn--yellow span {
  color: #079998;
}
.cBtn--red {
  background-color: rgb(235, 57, 36);
}
.cBtn--orange {
  background-color: #f37022;
}
.cBtn:hover {
  background: #eb3924;
}
.cBtn:hover span {
  color: #fff;
  animation: btnTransform 0.5s linear;
}
.cBtn span, .cBtn__span {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 157%;
  color: #FFFFFF;
  padding: 5px 20px;
}
.cBtn--white {
  background-color: #fff;
}
.cBtn--white span {
  color: #474747;
}
.cBtn--white:hover span {
  color: #fff;
}
.cBtn--greyWhite {
  background: #F3F3F3;
}
.cBtn--greyWhite span {
  color: #474747;
}
@keyframes btnTransform {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  20% {
    transform: translateX(-50%);
    opacity: 0;
  }
  60% {
    transform: translateX(-100%);
    opacity: 0;
  }
  80% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
  }
}

.grandSuite__swiperbtns {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 55%;
  left: 0;
}
@media (max-width: 767px) {
  .grandSuite__swiperbtns {
    top: 60%;
  }
}
.grandSuite__swiperbtns__prev, .grandSuite__swiperbtns__next {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid #868686;
  backdrop-filter: blur(2px);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  color: #868686;
}
@media (max-width: 767px) {
  .grandSuite__swiperbtns__prev, .grandSuite__swiperbtns__next {
    scale: 0.7;
  }
}
.grandSuite__swiperbtns__prev {
  margin-left: -72px;
}
@media (max-width: 1024px) {
  .grandSuite__swiperbtns__prev {
    margin-left: -1.5vw;
  }
}
.grandSuite__swiperbtns__next {
  margin-right: -72px;
}
@media (max-width: 1024px) {
  .grandSuite__swiperbtns__next {
    margin-right: -1.5vw;
  }
}

.cSubText {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 175%;
  color: #888888;
  font-weight: 400;
}
.cSubText span {
  font-weight: 600;
}
.cSubText--white {
  color: #fff;
}

.clargeText {
  font-style: normal;
  font-weight: 900;
  font-size: 6.4rem;
  line-height: 75px;
  text-transform: uppercase;
  color: #f37022;
}

.banner {
  background-repeat: no-repeat;
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.banner__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.banner__content__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 3.8rem;
  line-height: 157%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .banner__content__title {
    font-size: 2.8rem;
    line-height: 115%;
  }
}
.banner__content__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5PX;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 157%;
  color: #FFFFFF;
}
.banner__content__links * {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 157%;
  color: #FFFFFF;
}
.banner__content__links a:hover {
  color: #FBFF25;
}
.banner::after {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(235, 84, 64, 0.68) 12.92%, rgba(18, 121, 190, 0.83) 86.15%);
}

.cDescText {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: justify;
}
.cDescText--black {
  color: #757575;
}
.cDescText--white {
  color: #fff;
}

/* color classes----------------------------------------------- */
/* rest ------------------------------------ */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  border: 0;
  appearance: none;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif !important;
}

/* default styling and custom-helper-classes-------------------------------*/
html {
  width: 100vw;
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  html {
    font-size: 9.4px;
  }
}

body {
  overflow-x: hidden;
  line-height: 10px;
  margin: 0px;
}

a {
  text-decoration: none;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 6.4rem;
  line-height: 96px;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 0px;
  text-transform: capitalize;
}

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 43px;
  color: var(--color-heading);
  margin-bottom: 0px;
  text-transform: capitalize;
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 26px;
  color: var(--color-heading);
  margin-bottom: 0px;
  text-transform: capitalize;
}

p {
  margin-bottom: 0px;
}

ul {
  padding: 0;
  margin: 0;
}

.wrapper {
  padding-left: 10%;
  padding-right: 10%;
}
@media (max-width: 1300px) {
  .wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
.wrapper--left {
  padding-left: 15%;
  padding-right: 0%;
}
@media (max-width: 1300px) {
  .wrapper--left {
    padding-left: 10%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper--left {
    padding-left: 5%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper--left {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
.wrapper--right {
  padding-left: 0%;
  padding-right: 15%;
}
@media (max-width: 1300px) {
  .wrapper--right {
    padding-left: 0%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper--right {
    padding-left: 0%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper--right {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

.row {
  margin: 0px;
  padding: 0px;
}

.col-lg-3, .col-lg-4, .col-lg-5.col-lg-6, .col-lg-7, .col-lg-9 {
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/* .row > * {
  padding-right: 0px;
  padding-left: 0px;
} */

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.topbar {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  background: #1279be;
  gap: 10px 25px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .topbar {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.topbar__content {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 157%;
  display: flex;
  flex-direction: row;
  gap: 0px 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .topbar__content:nth-child(2) {
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 397px) {
  .topbar__content {
    font-size: 1.1rem;
  }
  .topbar__content:nth-child(1) {
    gap: 5px;
  }
}
.topbar__content__item {
  display: flex;
  gap: 2px;
  align-items: center;
}
.topbar__content__item iconify-icon {
  font-size: 2rem;
}
.topbar__content__item--gap0 {
  gap: 0px;
}
.topbar__content__item__lang {
  background: #1b6698;
  border: 0.5px solid #ffffff;
  border-radius: 15px 0px 0px 15px;
  padding: 4px 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 157%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar__content__item__lang:nth-child(2) {
  border-color: #c0c0c0;
  background: #c0c0c0;
  border-radius: 0px 15px 15px 0px;
}

header {
  position: relative;
}

.navbar {
  background-color: #fff !important;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  border-bottom: 6px solid #fff;
  height: 80PX;
  width: 100vw;
  top: 0px;
  position: sticky;
  z-index: 100000;
  transition: top 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar.sticky {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 100000;
  position: fixed;
  top: 0px;
  height: max-content;
}
.navbar.sticky .navbar-brand {
  font-size: 2.1rem;
}
.navbar.sticky .navbar-brand img {
  height: 60px;
}
.navbar .navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 100%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-brand img {
  transition: all 0.3s ease-in-out;
  width: auto;
  height: 60px;
}
@media (max-width: 1023px) {
  .navbar .navbar-brand img {
    height: 60px !important;
  }
}
@media (max-width: 1024px) {
  .navbar .navbar-brand {
    font-size: 2.4rem;
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .navbar .navbar-brand {
    font-size: 2rem;
    gap: 10px;
  }
}
.navbar #navbarNav {
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.navbar-nav {
  height: 100px;
  grid-column-gap: 0.4vw;
  grid-row-gap: 10px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .navbar-nav {
    grid-column-gap: 0.5vw;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    height: min-content;
  }
}
.navbar-nav .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .navbar-nav .nav-item {
    width: 100%;
  }
}
.navbar-nav .nav-item .dropdown {
  height: 100%;
}
@media (max-width: 991px) {
  .navbar-nav .nav-item .dropdown {
    top: unset;
    transform: unset;
    width: 100%;
  }
}
.navbar-nav .nav-item .dropdown .nav-link {
  background-color: unset;
  border: none;
  outline: none;
}
.navbar-nav .nav-item .dropdown .nav-link.active, .navbar-nav .nav-item .dropdown .nav-link:hover {
  border: none;
  outline: none;
  appearance: none;
}
.navbar-nav .nav-item .dropdown .dropdown-menu {
  background: rgb(255, 255, 255);
  min-width: max-content;
  width: 100%;
  top: 100%;
  left: 0px;
}
@media (max-width: 991px) {
  .navbar-nav .nav-item .dropdown .dropdown-menu {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item,
.navbar-nav .nav-item .dropdown .dropdown-menu .nav-link {
  padding: 8px 10px !important;
}
.navbar-nav .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 157%;
  color: #1279be;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 2px 30px;
}
.navbar-nav .nav-item .nav-link.active {
  color: #fff;
  border-radius: 0px;
  background-color: #1279be;
}
.navbar-nav .nav-item .nav-link.active:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #1279be;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #1279be;
}
@media (max-width: 1770px) {
  .navbar-nav .nav-item .nav-link {
    padding: 2px 15px;
  }
}
@media (max-width: 991px) {
  .navbar-nav .nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .navbar-nav .nav-item:last-child {
    padding-bottom: 10px;
  }
}
.navbar .navbar-toggler iconify-icon {
  color: #1279BE;
  font-size: 2.8rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hero {
  height: 72vh;
  position: relative;
}
@media (max-width: 1024px) {
  .hero {
    height: 68vh;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 60vh;
  }
}
@media (max-width: 500px) {
  .hero {
    height: 50vh;
  }
}
.hero img {
  object-fit: contain;
  width: 100%;
}
.hero__vdo {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.hero__textContent__customers {
  position: absolute;
  width: max-content;
  top: 8%;
  right: 0;
}
@media (max-width: 1440px) {
  .hero__textContent__customers {
    top: 0;
  }
}
@keyframes updown {}
.hero__textContent__customers__header {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 100%;
  text-align: center;
  color: #f26600;
  padding-bottom: 8px;
  border-bottom: 1px solid #acacac;
  margin-bottom: 8px;
}
.hero__textContent__customers__img {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(1, 1fr);
  align-items: center;
  height: 155px;
  position: relative;
}
@media (max-width: 1399px) {
  .hero__textContent__customers__img {
    height: 120px;
  }
}
.hero__textContent__customers__img::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  width: 50px;
  height: 100%;
  background: #86abbc;
  border-radius: 50px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .hero__textContent__customers__img::after {
    width: 30%;
  }
}
.hero__textContent__customers__img img {
  width: 40px !important;
  position: relative;
  z-index: 3;
  grid-row: 1/2;
  border-radius: 100%;
  height: 40px !important;
  object-fit: cover !important;
  transition: all 0.3s ease-in-out;
}
.hero__textContent__customers__img img:hover {
  transform: scale(2.5);
  z-index: 100000;
}
.hero__textContent__customers__img img:nth-child(1) {
  grid-column: 1/4;
}
.hero__textContent__customers__img img:nth-child(2) {
  grid-column: 3/6;
}
.hero__textContent__customers__img img:nth-child(3) {
  grid-column: 5/8;
}
.hero__textContent__customers__img img:nth-child(4) {
  grid-column: 7/10;
}
.hero__textContent__customers__img img:nth-child(5) {
  grid-column: 9/12;
}
.hero__textContent__customers__img img:nth-child(6) {
  grid-column: 11/14;
}
.hero__slide {
  position: relative;
}
.hero__slide .parallax-layer::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
@media (max-width: 991px) {
  .hero__slide .parallax-layer {
    transform: none !important;
  }
}
.hero__captions {
  font-style: normal;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  transform: translateY(-50%) translateX(-50%);
}
.hero__captions__title {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 9.2rem;
  line-height: 97px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 600px) {
  .hero__captions__title {
    font-size: 4.5rem;
    line-height: 50px;
  }
}
.hero__captions__sub {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .hero__captions__sub {
    font-size: 2rem;
    line-height: 25px;
    margin-top: 24px;
    flex-direction: column;
  }
}
.hero__captions__sub__blue {
  color: #39B0FF;
}
.hero__captions .cBtn {
  margin: 0 auto;
  width: max-content;
}
.hero__captions .cBtn span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 7px 30px;
}
.hero .ph-caret-left {
  backdrop-filter: blur(2px);
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  color: white;
  border: 1px solid #fff;
  padding: 13px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
}
.hero .ph-caret-left:hover {
  background: rgba(18, 121, 190, 0.2);
  color: #fff;
}
@media (max-width: 600px) {
  .hero .ph-caret-left {
    font-size: 1.4rem;
    padding: 6px;
  }
}
.hero .ph-caret-right {
  backdrop-filter: blur(2px);
  border-radius: 100%;
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  color: white;
  border: 1px solid #fff;
  padding: 13px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.hero .ph-caret-right:hover {
  background: rgba(18, 121, 190, 0.2);
  color: #fff;
}
@media (max-width: 600px) {
  .hero .ph-caret-right {
    font-size: 1.4rem;
    padding: 6px;
  }
}

.hero__captions__title,
.hero__captions__sub,
.hero__slide::before {
  transition: opacity 0.5s !important;
}

.hero__captions__title.hide,
.hero__captions__sub.hide,
.hero__slide.hide::before {
  opacity: 0 !important;
}

.hero__slide.swiper-slide.hide-after::after {
  display: none;
}

.demands {
  position: relative;
}
@media (max-width: 1024px) {
  .demands__swiperContainer {
    padding: 0px 40px;
  }
}
.demands__dynamic {
  position: relative;
  z-index: 3;
}
.demands .cTitle {
  text-align: center;
  margin: 0 auto;
}
.demands .cSectionText {
  margin-top: 21px;
}
.demands__swiper {
  margin-top: 40px;
  position: relative;
}
.demands__swiper__slide__imgWrapper {
  padding: 18px;
  background: #eaeaea;
  box-shadow: 0px -1px 14px rgba(0, 0, 0, 0.05);
}
.demands__swiper__slide__imgWrapper img {
  width: 100%;
}
.demands__swiper__slide .cBtn {
  margin-top: 20px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.demands__pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.demands__pattern--1 {
  top: 0;
  right: 0;
  left: auto;
  width: 368.04px;
  height: 368.04px;
  transform: translateY(-50%);
}
.demands__pattern--2 {
  top: 0;
  left: 0;
  right: auto;
  width: 368.04px;
  height: 368.04px;
  transform: scaleX(-1) translateY(-50%);
}

.relative {
  position: relative;
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
}

.jobSwiper {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .jobSwiper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .jobSwiper {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}
.jobSwiper .swiper-wrapper {
  position: relative;
}

.jobList__item {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.jobList__item img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 287px;
  z-index: 4;
  border-radius: 20px 20px 0px 0px;
}
.jobList__item img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 5;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.59) 16.98%, rgba(0, 0, 0, 0) 34.59%), url(image);
}
.jobList__item__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px auto;
}
.jobList__item__text__post {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5E5E5E;
}
.jobList__item__text__country {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #1279BE;
}
.jobList__item:nth-child(n+1) {
  animation-duration: 0.3s;
}
.jobList__item:nth-child(n+2) {
  animation-duration: 0.5s;
}
.jobList__item:nth-child(n+3) {
  animation-duration: 0.7s;
}
.jobList__item:nth-child(n+4) {
  animation-duration: 0.8s;
}
.jobList__item:nth-child(n+5) {
  animation-duration: 1.1s;
}

.CUSTOM-NEXT {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid #757575;
  backdrop-filter: blur(2px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
}
.CUSTOM-NEXT iconify-icon {
  font-size: 30px;
  color: #757575;
}
@media screen and (max-width: 768px) {
  .CUSTOM-NEXT {
    width: 25px;
    height: 25px;
  }
  .CUSTOM-NEXT iconify-icon {
    font-size: 22px;
    color: #757575;
  }
}
.CUSTOM-NEXT:hover {
  background: rgba(18, 121, 190, 0.2);
  color: #fff;
}

.CUSTOM-PREV {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid #757575;
  backdrop-filter: blur(2px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
}
.CUSTOM-PREV iconify-icon {
  font-size: 30px;
  color: #757575;
}
@media screen and (max-width: 768px) {
  .CUSTOM-PREV {
    width: 25px;
    height: 25px;
  }
  .CUSTOM-PREV iconify-icon {
    font-size: 22px;
    color: #757575;
  }
}
.CUSTOM-PREV:hover {
  background: rgba(18, 121, 190, 0.2);
  color: #fff;
}

.whoweare {
  background: #1279be;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 90px;
  position: relative;
  overflow: hidden;
}
.whoweare .animate__animated {
  animation-duration: 1.2s;
}
@media (max-width: 1439px) {
  .whoweare {
    gap: 45px;
  }
}
@media (max-width: 1023px) {
  .whoweare {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.whoweare__pattern {
  position: absolute;
  right: 0px;
  top: 0px;
  animation-name: fadeinOut;
  animation-direction: normal;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .whoweare__pattern {
    display: none;
  }
}
@keyframes fadeinOut {
  0% {
    opacity: 100%;
    scale: 1;
  }
  50% {
    opacity: 0%;
    scale: 2;
  }
  100% {
    opacity: 100%;
  }
}
.whoweare::after {
  position: absolute;
  content: "";
  background: rgba(79, 220, 255, 0.43);
  width: 22.5%;
  height: 52%;
  bottom: 0;
  left: 0;
  animation-name: rightToLeft;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media (max-width: 1023px) {
  .whoweare::after {
    display: none;
  }
}
.whoweare::before {
  position: absolute;
  content: "";
  background: rgba(79, 220, 255, 0.43);
  width: 20%;
  height: 200px;
  left: 14.8%;
  top: 0;
  animation-name: leftToRight;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1024px) {
  .whoweare::before {
    left: calc(5% + 45px);
  }
}
@media screen and (max-width: 768px) {
  .whoweare::before {
    left: calc(3.5% + 45px);
    display: none;
  }
}
@keyframes rightToLeft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftToRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
.whoweare__mainImg {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whoweare__mainImg img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0px 130px;
  border: 10px solid #1279be;
}
@media screen and (max-width: 1023px) {
  .whoweare__mainImg img {
    max-width: 360px;
  }
}
.whoweare__desc .cTitle {
  margin-bottom: 25px;
}
.whoweare__desc .cSectionText {
  text-align: left;
  max-width: 605px;
  margin-bottom: 35px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 36px;
}
.whoweare__desc__detail {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 44px;
}
.whoweare__statList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1752px) {
  .whoweare__statList {
    gap: 15px;
  }
}
@media (max-width: 1546px) {
  .whoweare__statList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .whoweare__statList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.whoweare__statList__stat {
  display: grid;
  gap: 20px;
  align-items: flex-start;
  grid-template-columns: max-content auto;
  cursor: pointer;
}
.whoweare__statList__stat iconify-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF8BA;
  color: #1279be;
  font-size: 4rem;
  width: 100px;
  height: 90px;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1439px) {
  .whoweare__statList__stat iconify-icon {
    height: auto;
    width: auto;
    padding: 20px;
    font-size: 2.8rem;
  }
}
@media (max-width: 1752px) {
  .whoweare__statList__stat iconify-icon {
    width: 80px;
    height: 70px;
  }
}
.whoweare__statList__stat:hover iconify-icon {
  transform: translateY(-10px);
  background-color: #ED4B38;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.whoweare__statList__stat:hover .number {
  transform: translateY(-2.5px);
  color: #ED4B38;
}
.whoweare__statList__stat .whoweare__desc__detail {
  margin-bottom: 0px;
}
.whoweare__statList__stat__desc {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.whoweare__statList__stat__desc .number {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 40px;
  color: #FFF8BA;
  display: flex;
  gap: 4px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.whoweare__statList__stat:nth-child(n+1) {
  animation-duration: 0.2s;
}
.whoweare__statList__stat:nth-child(n+2) {
  animation-duration: 0.6s;
}
.whoweare__statList__stat:nth-child(n+3) {
  animation-duration: 0.8s;
}
.whoweare__statList__stat:nth-child(n+4) {
  animation-duration: 1.2s;
}
.whoweare__statList__stat:nth-child(n+5) {
  animation-duration: 1.6s;
}

.missionVision {
  padding-top: 0px;
  padding-bottom: 0px;
}
.missionVision__wrapper {
  display: grid;
  grid-template-columns: 1fr 530px;
  gap: 0px 100px;
}
@media (max-width: 1024px) {
  .missionVision__wrapper {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .missionVision__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 0px;
  }
}
@keyframes bgSWAP {
  0% {
    background-color: rgba(79, 220, 255, 0.43);
  }
  50% {
    background-color: #1279BE;
  }
  100% {
    background-color: rgba(79, 220, 255, 0.43);
  }
}
.missionVision__imgWrapper {
  grid-row: 1/3;
  grid-column: 2/3;
  animation-duration: 5s;
  animation-name: bgSWAP;
  animation-iteration-count: infinite;
  border-radius: 20px;
}
.missionVision__imgWrapper img {
  width: 100%;
}
.missionVision__content__desc {
  margin-top: 23px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  color: #474747;
}
.missionVision__content .aboutUs__content__list__item iconify-icon {
  background: #1279BE;
}

.parallax-layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
}

.services--page {
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.services--page::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(90.91% 90.91% at 50% 44.94%, #1279be 0%, #1279be 100%);
  mix-blend-mode: normal;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: 0;
}
.services--page .top {
  position: relative;
  z-index: 1;
}

.chairman {
  background-position: 0px -160px;
  padding-top: 0px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 90px;
  align-items: flex-start;
  position: relative;
}
.circularpattern {
  position: absolute;
  top: auto;
  bottom: 100px;
  animation: scaleyPattern 2s infinite;
}
 .circularpattern:nth-child(1) {
  left: 85px;
}
 .circularpattern:nth-child(2) {
  top: auto;
  right: 85px;
}
@media (max-width: 767px) {
 .circularpattern {
    display: none;
  }
}
@keyframes scaleyPattern {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1440px) {
  .chairman {
    padding-bottom: 55px;
    background-position: center;
  }
}
@media (max-width: 1024px) {
  .chairman {
    gap: 45px;
  }
}
@media (max-width: 768px) {
  .chairman {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .chairman {
    grid-template-columns: 1fr;
  }
}
.chairman .cTitle {
  margin-bottom: 25px;
}
.chairman__img img {
  width: 100%;
}
.chairman__desc__subTitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 36px;
  color: #464646;
  margin-bottom: 37px;
}
.chairman__desc__detail {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 170%;
  color: #757575;
  margin-bottom: 39px;
}
.chairman__desc .cBtn {
  width: max-content;
  margin-bottom: 45px;
}
.chairman__desc .cBtn span {
  padding: 7px 27px;
}
.chairman__desc__user {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 157%;
  color: #464646;
}
.chairman__desc__user__designation {
  color: #757575;
}

.certificates {
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 71.4%, #f8f8f8 88.44%);
  position: relative;
}
.certificates__sticker {
  position: absolute;
  right: 4.5%;
  top: 0px;
}
@media (max-width: 767px) {
  .certificates__sticker {
    display: none;
  }
}
.certificates .cTitle {
  margin: 0 auto;
  margin-bottom: 21px;
}
.certificates__display {
  margin-top: 41px;
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.certificates__display__item {
  border: 12px solid #3a3b3b;
  height: max-content;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.certificates__display__item.noframe {
  border: none;
  box-shadow: none;
}
.certificates__display__item.noframe img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  width: 280px !important;
  height: auto !important;
  object-position: top;
  background: none !important;
}
.certificates__display__item:nth-child(n+1) {
  animation-duration: 0.3s;
}
.certificates__display__item:nth-child(n+2) {
  animation-duration: 0.6s;
}
.certificates__display__item:nth-child(n+3) {
  animation-duration: 0.9s;
}
.certificates__display__item:nth-child(n+4) {
  animation-duration: 1.2s;
}
.certificates__display__item:nth-child(n+5) {
  animation-duration: 1.5s;
}
.certificates__display__item:nth-child(n+6) {
  animation-duration: 1.8s;
}
.certificates__display__item:nth-child(n+7) {
  animation-duration: 2.1s;
}
.certificates__display__item:nth-child(4n+1) img, .certificates__display__item:nth-child(4n+2) img, .certificates__display__item:nth-child(4n+3) img, .certificates__display__item:nth-child(4n+4) img {
  width: 300px;
  height: 200px;
  object-fit: contain;
  background: #fff;
}
.certificates__display__item:nth-child(4n+5) img, .certificates__display__item:nth-child(4n+6) img, .certificates__display__item:nth-child(4n+7) img, .certificates__display__item:nth-child(4n+8) img {
  width: 200px;
  height: 300px;
  object-fit: contain;
  background: #fff;
}

.recritmentProcess .cTitle {
  margin: 0 auto;
  margin-bottom: 21px;
  width: max-content;
}
.recritmentProcess .cSectionText {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.recritmentProcess__mainImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recritmentProcess__mainImg img {
  max-width: 90%;
  margin: 0 auto;
}

.Cswiper__btns {
  display: flex;
  gap: 12px;
  margin-top: 42px;
}
.Cswiper__btns-prev, .Cswiper__btns-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  font-size: 2.6rem;
  transition: all 0.3s ease-in-out;
}
.Cswiper__btns-prev:hover, .Cswiper__btns-next:hover {
  background-color: #fcff58;
  color: rgb(70, 70, 70);
}

.testimonialsandpartners {
  display: grid;
  grid-template-columns: 60vw auto;
}
@media (max-width: 1023px) {
  .testimonialsandpartners {
    display: flex;
    flex-direction: column;
  }
}
.testimonialsandpartners .whoweare__desc__detail {
  margin-bottom: 30px;
}
.testimonialsandpartners .testimonial {
  background: #1278bc;
  padding-right: 88px;
}
@media (max-width: 767px) {
  .testimonialsandpartners .testimonial {
    padding-right: 3.5%;
  }
}
.testimonialsandpartners .testimonial .cTitle {
  margin-bottom: 20px;
}
.testimonialsandpartners .testimonial__swiper__btns {
  display: flex;
}
.testimonialsandpartners .testimonial .cSectionText {
  text-align: left;
  max-width: 619px;
  margin-bottom: 20px;
}
.testimonialsandpartners .testimonial__icon {
  color: rgba(255, 255, 255, 0.4);
  font-size: 7.2rem;
  margin-bottom: 10px;
  line-height: 100%;
}
.testimonialsandpartners .testimonial__identityname {
  color: #fbff25;
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  margin-bottom: 5px;
}
.testimonialsandpartners .testimonial__identitylocation {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  line-height: 130%;
}
.testimonialsandpartners .partners {
  background: #fdfdfd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testimonialsandpartners .partners .cTitle {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.testimonialsandpartners .partners__list {
  max-width: 525px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .testimonialsandpartners .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.testimonialsandpartners .partners__list__item {
  background: #ffffff;
  box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.testimonialsandpartners .partners__list__item img {
  width: 100%;
  max-width: 103px;
}
.testimonialsandpartners .partners__list__item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.testimonialsandpartners .partners__list__item:nth-child(3) {
  grid-column: 3/4;
}
.testimonialsandpartners .partners__list__item:nth-child(5) {
  grid-column: 2/3;
}

.hero-wrapper {
  position: relative;
}
.hero-wrapper .hero__points {
  z-index: 85;
  position: relative;
  bottom: 0%;
  top: auto;
  right: 0;
  background: rgba(18, 121, 190, 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-wrapper .hero__points__wrapper {
  max-width: 882px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  backdrop-filter: blur(2.5px);
}
@media (max-width: 767px) {
  .hero-wrapper .hero__points__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .hero-wrapper .hero__points__wrapper .hero__points__item {
    padding: 0px 15px;
  }
  .hero-wrapper .hero__points__wrapper .hero__points__item::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .hero__points {
    position: relative;
  }
}
.hero-wrapper .hero__points__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0px 35px;
  gap: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.hero-wrapper .hero__points__item::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 85%;
  content: "";
  background-color: #fff;
}
.hero-wrapper .hero__points__item:nth-child(1) {
  padding-left: 0px;
}
.hero-wrapper .hero__points__item:hover {
  transform: scale(1.2);
}
.hero-wrapper .hero__points__item:last-child {
  border-right: none;
  padding-right: 0px;
}
.hero-wrapper .hero__points__item:last-child::after {
  display: none;
}
.hero-wrapper .hero__points__item iconify-icon {
  font-size: 3.5rem;
}
.hero-wrapper .hero__points__item__text {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 27px;
  text-align: center;
}

.aboutUs {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  grid-gap: 90px;
  position: relative;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .aboutUs {
    gap: 40px;
  }
}
@media (max-width: 1300px) {
  .aboutUs {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .aboutUs {
    grid-template-columns: 1fr;
  }
}
.aboutUs__bgImg {
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 0.2;
  max-width: 700px;
  right: 0px;
  bottom: 0;
  z-index: 2;
}
.aboutUs::after {
  position: absolute;
  top: 10%;
  z-index: 3;
  content: "";
  left: 0px;
  height: 565px;
  width: 13%;
  background: #f0efff;
  border-radius: 0px 40px 40px 0px;
}
.aboutUs::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 30%;
  height: 288px;
  background: #ddf9f8;
  border-radius: 40px;
  bottom: 100px;
  left: 6%;
}
@media (max-width: 1440px) {
  .aboutUs::before {
    bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .aboutUs::before {
    display: none;
  }
}
.aboutUs__img {
  z-index: 4;
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 1023px) {
  .aboutUs__img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
.aboutUs__img img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 5;
}
@media (max-width: 1023px) {
  .aboutUs__img img {
    height: auto;
  }
}
.aboutUs__content {
  position: relative;
  z-index: 100;
  padding-bottom: 25px;
}
.aboutUs__content .cTitle {
  margin-bottom: 20px;
}
.aboutUs__content .cSectionText {
  text-align: left;
  margin-bottom: 33px;
}
.aboutUs__content .cDescText {
  margin-bottom: 33px;
}
.aboutUs__content__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 25px;
}
.aboutUs__content__list__item {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 115%;
  text-align: justify;
  color: #464646;
  gap: 15px;
}
.aboutUs__content__list__item iconify-icon {
  color: #fff;
  padding: 5px;
  font-size: 1.2rem;
  background: #1279BE;
  border-radius: 5px;
}
.aboutUs__content .cBtn {
  width: max-content;
}
.aboutUs__content .cBtn span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 10px 35px;
  line-height: 157%;
}
.aboutUs__content__heading {
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 157%;
  color: #128a89;
  margin-bottom: 22px;
}
.aboutUs__content__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #6a6a6a;
  margin-bottom: 25px;
}

.cutoff-text {
  --max-lines: 2;
  --line-height: 1.5;
  height: calc(var(--max-lines) * 1em * var(--line-height));
  line-height: var(--line-height);
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
.cutoff-text:has(+ .vehicle-detail__carousel-item-left__expand-btn:not(:checked))::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}
.cutoff-text:has(+ .vehicle-detail__carousel-item-left__expand-btn:checked) {
  height: auto;
}

.vehicle-detail__carousel-item-left__expand-btn {
  margin-top: 25px;
  appearance: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
}
.vehicle-detail__carousel-item-left__expand-btn::before {
  content: "See More";
}
.vehicle-detail__carousel-item-left__expand-btn:checked::before {
  content: "See Less";
}

.counterSection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-column-gap: 120px;
  grid-row-gap: 45px;
}
.counterSection .counter__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.counterSection .counter__item p {
  font-size: 1.8rem;
  color: #4e4e4e;
  text-transform: capitalize;
}

.readMore {
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 21px;
  color: #f37022;
  text-transform: capitalize;
}
.readMore--black {
  color: #888888;
  font-weight: 700;
}

.jobs .cSectionText {
  max-width: 655px;
  margin: 0 auto;
}
.jobs .cTitle {
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #464646;
  margin-bottom: 24px;
}
.jobs__content {
  margin: 0 auto;
  position: relative;
  width: 64%;
  z-index: 10;
}
.jobs__content--fw {
  width: 100%;
}
@media (max-width: 1024px) {
  .jobs__content--fw {
    width: 80%;
  }
}
@media (max-width: 740px) {
  .jobs__content--fw {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .jobs {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.jobs__swiper {
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.jobs__swiper__slide {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  color: #4b4b4b;
}
.jobs__swiper__slide__step {
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 157%;
  color: #fff;
}
.jobs__swiper__slide__desc {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 157%;
  text-align: center;
  color: #fff;
  max-width: 267px;
}
.jobs__swiper__slide__img {
  border-radius: 20px;
}
.jobs__swiper__slide:hover:not(.jobs__swiper__slide--recruiment) {
  cursor: pointer;
}
.jobs__swiper__slide:hover:not(.jobs__swiper__slide--recruiment) .jobs__swiper__slide__img {
  transform: scale(1.1);
}
.jobs__swiper__slide:hover:not(.jobs__swiper__slide--recruiment) *:not(.cBtn--yellow span) {
  color: #fbff25 !important;
}
.jobs__swiper__slide--recruiment {
  background: #339692;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  height: 303px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.jobs__swiper__slide--recruiment img {
  max-width: 155px;
  margin-bottom: 23px;
}
.jobs__swiper__slide--recruiment:hover {
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  cursor: pointer;
}
.jobs__swiper__slide--recruiment:hover .jobs__swiper__slide__desc,
.jobs__swiper__slide--recruiment:hover .jobs__swiper__slide__step {
  color: #7b7b7b !important;
}
.jobs__swiper__slide .img__container {
  width: 100%;
  height: 287px;
  object-fit: cover;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.jobs__swiper__slide .img__container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 16;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.71) 16.38%, rgba(0, 0, 0, 0) 37.28%);
}
.jobs__swiper__slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.jobs__swiper__slide__salary {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  color: #ffffff;
  height: 24px;
}
.jobs__swiper__slide__jobTitle {
  margin-top: 14px;
  line-height: 2.1rem;
  font-weight: 500;
  overflow: hidden;
  display: block;
  height: 4.2rem;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  color: #fff;
}
.jobs__swiper__slide .country {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 18px;
  height: 18px;
  color: #fbff25;
}
.jobs__swiper__slide .cBtn span {
  color: #009796;
}
.jobs__swiper__btns {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-100%);
}
.jobs__swiper__btns--blue .jobs__swiper__btns__next,
.jobs__swiper__btns--blue .jobs__swiper__btns__prev {
  background: #139e9d;
  border: 1px solid #fff;
  color: #fff;
}
.jobs__swiper__btns--blue .jobs__swiper__btns__next:hover,
.jobs__swiper__btns--blue .jobs__swiper__btns__prev:hover {
  background-color: #000000;
}
@media (max-width: 485px) {
  .jobs__swiper__btns__prev, .jobs__swiper__btns__next {
    font-size: 1.4rem;
  }
}
.jobs__swiper__btns__prev {
  margin-left: -80px;
}
@media (max-width: 485px) {
  .jobs__swiper__btns__prev {
    margin-left: -50px;
  }
}
.jobs__swiper__btns__next {
  margin-right: -80px;
}
@media (max-width: 485px) {
  .jobs__swiper__btns__next {
    margin-right: -50px;
  }
}

.jobs__testimonial {
  position: relative;
  padding-top: 0px;
}
.jobs__testimonial .cTitle {
  text-align: center;
  z-index: 10000;
  margin-left: 29.5vw;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .jobs__testimonial .cTitle {
    margin-left: 28.4vw;
  }
}
@media (max-width: 1024px) {
  .jobs__testimonial .cTitle {
    margin-left: 32.6vw;
  }
}
@media (max-width: 1023px) {
  .jobs__testimonial .cTitle {
    margin-left: auto;
    margin-right: auto;
  }
}
.jobs__testimonial__btns {
  display: flex;
  gap: 6px;
  flex-direction: row;
  padding-left: 29.5vw;
  margin-top: 42px;
}
@media (max-width: 1440px) {
  .jobs__testimonial__btns {
    padding-left: 28.5vw;
  }
}
@media (max-width: 1024px) {
  .jobs__testimonial__btns {
    padding-left: 32.5vw;
  }
}
@media (max-width: 1023px) {
  .jobs__testimonial__btns {
    padding-left: 0px;
    justify-content: center;
  }
}
.jobs__testimonial__btns__prev, .jobs__testimonial__btns__next {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  padding: 12px;
  border-radius: 100%;
  color: #fff;
}
.jobs__testimonial__img {
  position: absolute;
  right: 0;
  z-index: 1;
  top: -110%;
}
.jobs__testimonial::after {
  background: rgba(7, 153, 152, 0.95);
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 283px);
}
.jobs__testimonial__swiper {
  z-index: 13;
}
.jobs__testimonial__container {
  position: relative;
  overflow: visible;
}
.jobs__testimonial__container::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px 40px 40px 0px;
  height: 565px;
  width: 250px;
  bottom: 0;
  left: -190px;
  z-index: 1;
}
.jobs__testimonial__container::after {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  content: "";
  bottom: -160px;
  left: 140px;
  width: 310px;
  height: 313px;
  z-index: 1;
  border-radius: 0px 40px 0px 0px;
}
@media (max-width: 1023px) {
  .jobs__testimonial__container::after {
    display: none;
  }
}
.jobs__testimonial__slide {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 90px;
  align-items: center;
}
@media (max-width: 1440px) {
  .jobs__testimonial__slide {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .jobs__testimonial__slide {
    grid-template-columns: 1fr;
  }
}
.jobs__testimonial__slide__content .cTitle {
  text-align: left;
  margin-left: 0;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .jobs__testimonial__slide__content .cTitle {
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
.jobs__testimonial__slide__content__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  text-align: justify;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .jobs__testimonial__slide__content__desc {
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .jobs__testimonial__slide__content__desc {
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center;
  }
}
.jobs__testimonial__slide__content__location {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  text-align: justify;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .jobs__testimonial__slide__content__location {
    margin: 0 auto;
    text-align: center;
  }
}
.jobs__testimonial__slide__content__name {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  text-align: justify;
  color: #fbff25;
}
@media (max-width: 1023px) {
  .jobs__testimonial__slide__content__name {
    margin: 0 auto;
    text-align: center;
  }
}
.jobs__testimonial__slide__content__yellow {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 39px;
  color: #fbff25;
  max-width: 587px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .jobs__testimonial__slide__content__yellow {
    margin: 0 auto;
    text-align: center;
  }
}
.jobs__testimonial__slide__content iconify-icon {
  color: rgba(255, 255, 255, 0.4);
  font-size: 7rem;
}
@media (max-width: 1023px) {
  .jobs__testimonial__slide__content iconify-icon {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.jobs__testimonial__slide__img {
  position: relative;
  border-radius: 40px;
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}

.services {
  background: #963337;
  position: relative;
  padding-bottom: 0px;
}
.services .cTitle {
  margin-bottom: 2px;
}
.services__list {
  margin-top: 45px;
}
.services__item {
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 60px 25px;
  transition: all 0.3s ease-in-out;
  border: 0.5px solid #FFFFFF;
}
@media (max-width: 1024px) {
  .services__item {
    padding: 30px 15px;
  }
}
.services__item::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border: 1px solid transparent;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.services__item iconify-icon {
  color: #fff;
  font-size: 4.2rem;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}
.services__item:hover {
  background-color: radial-gradient(90.91% 90.91% at 50% 44.94%, #1279be 0%, #1279be 100%) !important;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 16px 5px rgba(0, 0, 0, 0.14);
}
.services__item:hover iconify-icon {
  transform: rotate(360deg);
  border-radius: 100%;
}
.services__item:hover::after {
  width: 80%;
  height: 80%;
}
.services__item__title {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 157%;
  color: #FFF8BA !important;
}
.services__item__desc {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 157%;
  text-align: center;
  color: #ffffff;
}
.services__counter {
  position: relative;
  z-index: 1000;
  top: 100%;
  left: 50%;
  max-width: 1200px;
  transform: translateY(50%) translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #339692;
}
@media (max-width: 1024px) {
  .services__counter {
    top: auto;
    margin-top: 45px;
    transform: translateY(0px) translateX(-50%);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__counter {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__counter__item {
  padding: 75px 55px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  animation-duration: 2s;
}
@media (max-width: 1024px) {
  .services__counter__item {
    padding: 45px;
  }
}
.services__counter__item .num {
  font-style: normal;
  font-weight: 900;
  font-size: 5.2rem;
  line-height: 157%;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
.services__counter__item .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 157%;
  text-align: center;
  color: #ffffff;
}
.services__counter__item::after {
  position: absolute;
  content: "";
  right: 0px;
  width: 1px;
  height: 50px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .services__counter__item::after {
    display: none;
  }
}
.services__counter__item:last-child::after {
  display: none;
}

.footer {
  display: grid;
  grid-template-columns: auto max-content max-content auto;
  justify-content: space-between;
  background: #005188;
  grid-gap: 0%;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1439px) {
  .footer {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .footer {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}
.footer a {
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  color: #FCFF58;
}
@media (max-width: 767px) {
  .footer {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.footer .demandList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 20px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer .demandList {
    grid-template-columns: 1fr;
  }
}
.footer__box {
  height: max-content;
  padding-left: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1439px) {
  .footer__box {
    padding-left: 0px;
    height: max-content;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer__box:nth-child(1) {
  border-right: 2px solid #fff;
  padding-right: 50px;
  padding-left: 0px;
}
@media (max-width: 1439px) {
  .footer__box:nth-child(1) {
    border-right: none;
    padding-right: 0px;
  }
}
.footer__box__logo {
  max-width: 260px;
  margin-bottom: 10px;
}
.footer__box:nth-child(2) .footer__box__list__item a {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer__box:nth-child(3), .footer__box:nth-child(4) {
    grid-column: 1/3;
  }
}
.footer__box iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 1024px) {
  .footer__box iframe {
    height: 200px;
  }
}
.footer__box__title {
  text-align: left;
  font-weight: 500;
  font-size: 2rem;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-style: normal;
  font-size: 2rem;
  line-height: 157%;
  text-align: left;
  color: #FCFF58;
}
.footer__box__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 145%;
  text-align: left;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (max-width: 1386px) {
  .footer__box__desc {
    font-size: 14px;
  }
}
.footer__box__list {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .footer__box__list {
    gap: 2px;
  }
}
.footer__box__list__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  grid-gap: 10px;
  transition: all 0.2s ease-in-out;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: left;
  color: #ffffff;
}
.footer__box__list__item.fdc {
  flex-direction: column;
  gap: 1px;
}
.footer__box__list__item__timespan {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 10px;
}
.footer__box__list__item__timespan::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.footer__box__list__item iconify-icon {
  padding-top: 5px;
  font-size: 2rem;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.footer__box__list__item__icon {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px;
  transition: all 0.3s ease-in-out;
}
.footer__box__list__item__icon iconify-icon {
  padding: 0px;
  font-size: 2.6rem;
  color: #EF5642;
  transition: all 0.3s ease-in-out;
}
.footer__box__list__item__icon:hover {
  background-color: #1279BE;
}
.footer__box__list__item__icon:hover iconify-icon {
  padding: 0px;
  font-size: 2.6rem;
  color: #fff;
}
.footer__box__list__item a {
  display: flex;
  gap: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: justify;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.footer__box__list__item a iconify-icon {
  transition: all 0.2s ease-in-out;
}
.footer__box__list__item a:hover {
  color: #FCFF58;
}
.footer__box__list__item a:hover iconify-icon {
  color: #FCFF58 !important;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  background: #151515;
  align-items: center;
  grid-gap: 0px;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-bottom: 18px;
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__bottom__copyright {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
}
.footer__bottom__copyright .clargeText {
  font-size: 1.4rem;
  line-height: 15px;
  text-transform: none;
  color: #1279BE;
  transition: all 0.3s ease-in-out;
}
.footer__bottom__copyright .clargeText:hover {
  color: #FCFF58;
}

.news .cSectionText {
  margin: 0 auto;
  max-width: 760px;
}
.news__swiper {
  margin-top: 42px;
}
.news__swiper .swiper-slide {
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.news__swiper .swiper-slide:nth-child(n+1) {
  animation-duration: 0.5s;
}
.news__swiper .swiper-slide:nth-child(n+2) {
  animation-duration: 0.8s;
}
.news__swiper .swiper-slide:nth-child(n+3) {
  animation-duration: 1.2s;
}
.news__swiper .swiper-slide:nth-child(n+4) {
  animation-duration: 1.6s;
}
.news__swiper .swiper-slide:hover .news__swiper__img {
  transform: scale(1.08);
}
.news__swiper__img {
  margin-bottom: 15px;
  height: 260px;
  object-fit: cover;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.news__swiper__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
  color: #313131;
  margin-bottom: 8px;
}
.news__swiper .author {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 157%;
  color: #963337;
  padding-bottom: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.news__swiper .author iconify-icon {
  font-size: 2rem;
}
.news__swiper .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #e4e4e4;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.clients {
  position: relative;
}
.clients .cTitle {
  margin: 0 auto;
  margin-bottom: 15px;
  color: #464646;
}
.clients .cSectionText {
  margin: 0 auto;
  max-width: 685px;
}
.clients__swiper {
  width: 70%;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
}
.clients__swiper__btns {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 60%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1024px) {
  .clients__swiper__btns {
    top: 70%;
  }
}
@media (max-width: 768px) {
  .clients__swiper__btns {
    top: 72%;
  }
}
@media (max-width: 425px) {
  .clients__swiper__btns {
    top: 75%;
  }
}
.clients__swiper .swiper-slide {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e7e7e7;
}
.clients__swiper .swiper-slide:hover {
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.clients__swiper .swiper-slide img {
  width: 75.54px;
  height: 70px;
  object-fit: contain;
}
.clients__swiper .swiper-pagination {
  position: relative;
  margin-top: 45px;
}
.clients__swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #e4e4e4;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
.clients__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #963337;
}

.counterStatus {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px 50px;
  align-items: center;
}
@media (max-width: 1023px) {
  .counterStatus {
    flex-direction: column;
  }
}
.counterStatus__item {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
  flex: 1;
}
.counterStatus__item__count {
  font-weight: 800;
  font-size: 8rem;
  line-height: 92%;
  text-align: center;
  color: #fbff25;
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  align-items: center;
  margin-bottom: 12px;
}
.counterStatus__label {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.playpauseBtn {
  border-radius: 100%;
  width: 76.15px;
  height: 76.15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.playpauseBtn:hover {
  background-color: #1279BE;
}

.grandSuiteModal {
  z-index: 100000000;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .grandSuiteModal .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}
.grandSuiteModal .btn-close {
  margin: 10PX;
  margin-left: auto;
  font-size: 26PX;
  background: none;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grandSuiteModal__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .grandSuiteModal__body {
    display: flex !important;
    flex-direction: column;
  }
}
.grandSuiteModal__body__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.grandSuiteModal__body__container__header {
  font-weight: 700;
}
.grandSuiteModal__body__container:nth-child(1) {
  border-right: 2px solid #ED4B38;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .grandSuiteModal__body__container:nth-child(1) {
    padding-right: 0px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 2px solid #ED4B38;
  }
}
.grandSuiteModal__body__container:nth-child(2) .desc {
  font-family: "Ek Mukta" !important;
}
.grandSuiteModal__body__container .desc {
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2em;
  color: #757575;
}
.grandSuiteModal__body__container__footer {
  font-style: normal;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 20px;
  color: #1279BE;
}
.grandSuiteModal__body__container__footer a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.organisationalChart {
  background-size: cover;
  background-repeat: no-repeat;
}
.organisationalChart .cTitle {
  margin: 0 auto;
  margin-bottom: 25px;
}

.containerMax {
  overflow: auto;
}

.organisationalChart__img {
  width: 100%;
  min-width: 500px;
}

.jobListUpdated__item {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: block;
  cursor: pointer;
}
.jobListUpdated__item .img-container {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.jobListUpdated__item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top left;
  margin-bottom: 3px;
  transition: all 0.3s ease-in-out;
}
.jobListUpdated__item__btn {
  border-radius: 0px;
  position: absolute;
  bottom: -45px;
  width: 100%;
  height: 112px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.jobListUpdated__item__btn .applyBtn {
  color: #fff;
  position: relative;
  z-index: 4;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
  background-color: #ED4B38;
  line-height: 100%;
  padding: 8px 15px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.jobListUpdated__item__btn .applyBtn:hover {
  background-color: #FCFF58;
  color: #1279BE;
}
.jobListUpdated__item__btn span {
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 157%;
  text-align: center;
  display: block;
  position: relative;
}
.jobListUpdated__item__btn span::after {
  content: "";
  width: 0px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  height: 2px;
  background-color: #fff;
  transition: all 0.8s ease-in-out;
  transform: translateX(-50%);
}
.jobListUpdated__item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.jobListUpdated__item:hover img {
  transform: scale(1.1);
}
.jobListUpdated__item:hover .cBtn span {
  color: #fff;
  animation: none;
}
.jobListUpdated__item:hover .jobListUpdated__item__btn {
  height: 100%;
  background: rgba(18, 121, 190, 0.8);
  bottom: 0px;
}
.jobListUpdated__item:hover .jobListUpdated__item__btn .relative {
  overflow: visible;
}
.jobListUpdated__item:hover .jobListUpdated__item__btn span {
  height: max-content;
}
.jobListUpdated__item:hover .jobListUpdated__item__btn span:after {
  width: 100%;
}

.map__and__media {
  position: relative;
}
.map__and__media__media {
  background-attachment: fixed;
  background-size: cover;
  width: 55vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  box-shadow: 5px 0px 14px rgba(0, 0, 0, 0.22);
  z-index: 2;
}
@media (max-width: 767px) {
  .map__and__media__media {
    width: 99vw;
    position: relative;
    height: 250px;
    clip-path: none;
  }
}
.map__and__media__media::after {
  background: #ED4B38;
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.map__and__media__media__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.map__and__media__media .content {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.map__and__media .web-map {
  height: 400px;
  width: 74%;
  position: relative;
  transform: translateX(50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .map__and__media .web-map {
    width: 100%;
    transform: unset;
  }
}

.hero__slide img, .hero__slide video {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}

.grandSuiteModal__body {
  overflow-x: hidden;
}

.hero__slide img, .hero__slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background-color: #1279BE;
}

.parallax-layer {
  width: 100%;
}

.place-card.place-card-large, .place-desc-large {
  position: absolute !important;
  left: 22vw !important;
  display: none !important;
}

.gm-style .place-card div, .gm-style .place-card a, .gm-style .default-card div, .gm-style .default-card a {
  color: #5b5b5b;
  font-family: Roboto, Arial;
  font-size: 12px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  display: none;
}

.jobsPage__layout__item .jobsPage__layout__item__body {
  background-color: rgba(18, 121, 190, 0.2);
  height: 100%;
}

table {
  border: 1px solid #888888;
}
table tr:nth-child(odd) {
  background-color: #c1dcee;
}
table td {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 120%;
}

.listingabout {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 35px;
}
.listingabout p strong {
  background: rgba(18, 121, 190, 0.2);
  z-index: 0;
  width: 40px;
  height: 100%;
  content: "";
  border-radius: 10px;
  top: 0;
  left: 0;
  color: #000;
  border-bottom: 3px solid #000;
  display: block;
  width: 100%;
  width: max-content;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 5px 10px;
}

.listingaboutgrid {
  list-style: unset;
  list-style-type: decimal;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-word;
  display: flex;
  gap: 55px;
  margin-top: 45px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .listingaboutgrid {
    display: flex;
    flex-direction: column;
  }
}
.listingaboutgrid ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.listingaboutgrid .listingabout__item__heading {
  margin-bottom: 20px;
}

.listingabout__item__content__codes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .listingabout__item__content__codes {
    grid-template-columns: 1fr;
  }
}
.listingabout__item__content__codes li {
  background-color: #1279be;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  color: #fff;
}
.listingabout__item__content__codes li .listindex {
  background-color: rgb(235, 57, 36);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  height: 100%;
}
.listingabout__item__content__codes li .content {
  padding: 10px 15px;
  padding-left: 0px;
}

.whoweare__side__header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .whoweare__side__header .whoweare--autogrid {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .whoweare--autogrid {
    display: flex;
    flex-direction: column;
  }
}
.companyIntro {
  background-size: cover;
  position: relative;
}
.companyIntro__content {
  background: rgba(18, 121, 190, 0.9);
  padding: 45px;
  border-radius: 2px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  position: relative;
  z-index: 3;
}
.companyIntro__content * {
  margin: 0 auto;
  text-align: center;
}
.companyIntro__content .cTitle {
  margin-bottom: 20px;
}
.companyIntro::after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, transparent 20%, rgba(255, 255, 255, 0.8) 70%, rgb(255, 255, 255) 85%);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.aboutUs--page {
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .aboutUs--page {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .aboutUs--page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.aboutUs--page::before {
  display: none;
}
.aboutUs--page::after {
  display: none;
}
.aboutUs--page .aboutUs__img {
  background: #1279BE;
  border-radius: 0px 130px;
  overflow: hidden;
  box-shadow: 18px 25px 12px rgba(0, 0, 0, 0.12);
  border-top: 10px solid #1279BE;
  border-left: 10px solid #1279BE;
}
.aboutUs--page .chairman__desc__detail i {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #474747;
}

.chooseUs--aboutPage {
  border-top: 1px solid #e7e7e7;
  background-size: 100% 60%;
  background-repeat: no-repeat;
}
.chooseUs--aboutPage .services__item {
  background-color: #128A89;
  border-radius: 20px;
  cursor: pointer;
}
.chooseUs--aboutPage .services__item:hover {
  background-color: #fff;
  border: 1px solid #128A89;
}
.chooseUs--aboutPage .services__item:hover * {
  color: #128A89;
}
.chooseUs--aboutPage .cTitle {
  margin: 0 auto;
  margin-bottom: 15px;
}

.team {
  background-color: #1279BE;
}
.team .cSectionText {
  margin: 0 auto;
  max-width: 1200px;
}
.team .jobs__swiper__slide__jobTitle {
  color: #fff;
}
.team .cTitle {
  margin: 0 auto;
  margin-bottom: 15px;
}

.jobs__swiper {
  margin-top: 35px;
}

.globalNetwork {
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 71.4%, #F8F8F8 88.44%);
}
.globalNetwork .cTitle {
  margin: 0 auto;
  margin-bottom: 30px;
}
.globalNetwork__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
.globalNetwork__item {
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.globalNetwork__item img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}
.globalNetwork__item__name {
  margin-top: 20px;
  font-size: 2rem;
}

.organisationChart__img {
  max-width: 800px;
  margin: 0 auto;
}
.organisationChart .cTitle {
  margin: 0 auto;
  margin-bottom: 20px;
}
.organisationChart .cSectionText {
  margin: 0 auto;
  margin-bottom: 35px;
  max-width: 1000px;
}

.missionVision.missionVision--blue {
  background-color: #1279BE;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .missionVision.missionVision--blue {
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .missionVision.missionVision--blue {
    padding-bottom: 40px;
  }
}
.missionVision.missionVision--blue .missionVision__wrapper {
  grid-template-columns: 1fr 720px;
  gap: 0px 225px;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .missionVision.missionVision--blue .missionVision__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 100px;
  }
}
@media (max-width: 1023px) {
  .missionVision.missionVision--blue .missionVision__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.missionVision.missionVision--blue .missionVision__wrapper .missionVision__imgWrapper {
  grid-row: 1/3;
  grid-column: 2/3;
  height: 100%;
}
.missionVision.missionVision--blue .missionVision__wrapper .missionVision__imgWrapper img {
  height: 100%;
  object-fit: contain;
  object-position: top right;
}
@media (max-width: 1023px) {
  .missionVision.missionVision--blue .missionVision__wrapper .missionVision__imgWrapper {
    order: -1;
  }
}
.missionVision.missionVision--blue .missionVision__wrapper .missionVision__content {
  padding-bottom: 0px;
}
.missionVision.missionVision--blue .missionVision__wrapper .missionVision__content:not(:first-child) {
  padding-top: 44px;
}
.missionVision.missionVision--blue .missionVision__wrapper .aboutUs__content__list {
  margin-bottom: 0px;
}
.missionVision.missionVision--blue .missionVision__wrapper .aboutUs__content__list__item {
  text-align: left;
}
.missionVision.missionVision--blue * {
  color: #fff;
}
.missionVision.missionVision--blue *::after, .missionVision.missionVision--blue *::before {
  background: rgba(255, 255, 255, 0.46);
}

.globalNetworksection {
  background-color: #fff;
}
.globalNetworksection .cTitle {
  margin-bottom: 20px;
}
.globalNetworksection img {
  width: 100%;
}

.gallery--page {
  padding-top: 0px;
}
.gallery--page .cSectionText {
  max-width: 900px;
  margin: 0 auto;
}
.gallery--page .cTitle {
  margin: 0 auto;
  margin-bottom: 24px;
}
.gallery--page__list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1440px) {
  .gallery--page__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .gallery--page__list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .gallery--page__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery--page__list__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.gallery--page__list__item img {
  width: 100%;
  height: 285.98px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.gallery--page__list__item iconify-icon {
  opacity: 0;
  z-index: 10;
  position: absolute;
  color: #fff;
  font-size: 3.6rem;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
}
.gallery--page__list__item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
.gallery--page__list__item::after {
  transition: all 0.3s ease-in-out;
  z-index: 7;
  position: absolute;
  width: 0%;
  height: 0%;
  content: "";
  left: 0;
  top: 0;
  background-color: #1279BE;
  mix-blend-mode: normal;
  opacity: 0.9;
  backdrop-filter: blur(31px);
}
.gallery--page__list__item:hover iconify-icon {
  opacity: 1;
}
.gallery--page__list__item:hover::after {
  width: 100%;
  height: 100%;
}
.gallery--page__list__item:hover img {
  filter: blur(1px);
}
.gallery--page__list__item:hover .gallery--page__list__item__title {
  opacity: 1;
  top: 65%;
}

.contactPageUpdate__contentWrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  gap: 60px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 1023px) {
  .contactPageUpdate__contentWrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.contactPageUpdate__info {
  padding: 40px 30px;
  background: #F8F8F8;
}
@media (max-width: 1023px) {
  .contactPageUpdate__info {
    padding: 40px;
  }
}
@media (max-width: 425px) {
  .contactPageUpdate__info {
    padding: 25px;
  }
}
.contactPageUpdate__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #1279be;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .contactPageUpdate__title {
    font-size: 24px;
  }
}
.contactPageUpdate__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #757575;
  margin-bottom: 55px;
}
@media (max-width: 1023px) {
  .contactPageUpdate__desc {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.contactPageUpdate .footerUpdate__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .contactPageUpdate .footerUpdate__links {
    margin-bottom: 40px;
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .contactPageUpdate__formWrapper {
    padding: 40px;
  }
}
@media (max-width: 425px) {
  .contactPageUpdate__formWrapper {
    padding: 25px;
  }
}
.contactPageUpdate .footerUpdate__link {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #757575;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contactPageUpdate .footerUpdate__link iconify-icon {
  color: #1279be;
  padding-top: 9px;
  font-size: 2.6rem;
}
@media (max-width: 1023px) {
  .contactPageUpdate .footerUpdate__link {
    font-size: 15px;
  }
}
.contactPageUpdate__socialIcons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.contactPageUpdate__icon {
  background: #1279be;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.contactPageUpdate__icon iconify-icon {
  font-size: 20px;
  color: #fff;
}
.contactPageUpdate__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .contactPageUpdate__form {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
.contactPageUpdate__form .cBtn {
  display: inline-block;
  width: max-content;
}
.contactPageUpdate__form .form-group label {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #757575;
  display: block;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.contactPageUpdate__form .form-group input, .contactPageUpdate__form .form-group textarea, .contactPageUpdate__form .form-group select {
  padding: 10px;
  width: 100%;
  resize: none;
  font-size: 1.8rem;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  /* line-height: 100%; */
}

.services--page {
  background-color: transparent;
}
.services--page .cSectionText {
  max-width: 1024px;
  margin: 0 auto;
}
.services--page .cTitle {
  margin: 0 auto;
  margin-bottom: 25px;
}
.services--page .services__item {
  border-radius: 0px;
  cursor: pointer;
}
.services--page .services__item iconify-icon {
  color: #fff;
  position: relative;
  z-index: 100;
}
.services--page .services__item__title {
  color: #fff;
  position: relative;
  z-index: 100;
}
.services--page .services__item__desc {
  color: #fff;
  position: relative;
  z-index: 100;
}
.services--page .services__item .vehicle-detail__carousel-item-left__expand-btn::before {
  color: #fff;
}
.services--page .services__item:hover {
  background-color: rgba(239, 86, 66, 0.7);
  border: 1px solid #fff;
  box-shadow: 0px 4px 16px 5px rgba(0, 0, 0, 0.14);
}
.services--page .services__item:hover iconify-icon {
  transform: rotate(360deg);
  border-radius: 100%;
}
.services--page .services__item:hover::after {
  width: 85%;
  height: 85%;
  border: 1px solid #fff;
}
.services--page .services__item:hover .services__item__title {
  color: #fff !important;
}
.services--page .services__item:hover .services__item__desc {
  animation-name: fadeInOut;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.demandsPage {
  padding-top: 0px;
}
.demandsPage .cTitle {
  margin: 0 auto;
  margin-bottom: 15px;
  width: max-content;
}
.demandsPage__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .demandsPage__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .demandsPage__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .demandsPage__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.demandsPage__list img {
  width: 100%;
  height: auto;
}
.demandsPage__list__item {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(18, 121, 190, 0.25);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.demandsPage__list__item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.demandsPage__list__item:hover *:not(.cBtn--blue span) {
  color: #1279BE !important;
}
.demandsPage__list__item__detailList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.demandsPage__list__item__detailList__item {
  font-size: 1.6rem;
}
.demandsPage__list__item__top {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
.demandsPage__list__item__top__right {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  text-align: justify;
}
.demandsPage__list__item__top__right__type {
  font-size: 1.6rem;
}
.demandsPage__list__item__title {
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 29px;
  text-align: left;
  margin-top: 20px;
}
.demandsPage__list__item__workingHrs {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.demandsPage__list__item__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 14px;
  color: #585858;
  margin-bottom: 25px;
}
.demandsPage__list__item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 21px;
  color: #000000;
  margin-top: 15px;
}
.demandsPage__list__item__bottom .cBtn span {
  padding: 10px 15px;
}

.jobCategory {
  background: #ecf0f5;
}
.jobCategory__title {
  margin: 0 auto;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 70px;
  display: inline-block;
}
.jobCategory__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1440px) {
  .jobCategory__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .jobCategory__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .jobCategory__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jobCategory__list__item {
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 24px 44px rgba(180, 191, 225, 0.4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .jobCategory__list__item {
    padding: 60px 25px;
  }
}
.jobCategory__list__item:hover {
  background-color: #1E2246;
}
.jobCategory__list__item:hover * {
  color: #fff;
}
.jobCategory__list__item:hover .jobCategory__list__item__pos {
  color: #1E2246;
}
.jobCategory__list__item:hover iconify-icon {
  transform: rotate(360deg);
}
.jobCategory__list__item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 36px;
  color: #1E2246;
  text-align: center;
}
.jobCategory__list__item__pos {
  width: 100%;
  padding: 16px 20px;
  background: #FFFFFF;
  border: 1px solid #C2C5E2;
  border-radius: 8px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #1E2246;
}
.jobCategory__list__item .header {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.jobCategory__list__item .header iconify-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  color: #1E2246;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jobCategory__list__item:nth-child(4n) .header iconify-icon {
  background: linear-gradient(131.94deg, #BBCBFB 5.22%, #F1D5FF 100.41%);
}
.jobCategory__list__item:nth-child(4n+1) .header iconify-icon {
  background: linear-gradient(131.94deg, #FBBBDA 5.22%, #FFD5D5 100.41%);
}
.jobCategory__list__item:nth-child(4n+2) .header iconify-icon {
  background: linear-gradient(131.94deg, #BBEBFB 5.22%, #EFD5FF 100.41%);
}
.jobCategory__list__item:nth-child(4n+3) .header iconify-icon {
  background: linear-gradient(131.94deg, #BBFBE4 5.22%, #D5E0FF 100.41%);
}

.jobDetail {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 25px;
}
.jobDetail .cBtn {
  width: max-content;
  margin-right: 0px;
  margin-left: auto;
}
.jobDetail__main {
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.jobDetail__main__mainImg {
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin-bottom: 20px;
}
.jobDetail__main__date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  justify-content: space-between;
  margin-bottom: 10px;
}
.jobDetail__main__date__item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.jobDetail__main__date iconify-icon {
  font-size: 2.1rem;
}
.jobDetail__main__desc {
  margin-bottom: 20px;
}
.jobDetail__main__title {
  color: #963337;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 2px solid #963337;
  margin-bottom: 10px;
}
.jobDetail__main__subTitle {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.jobDetail__main__jobDetails {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 30px;
}
.jobDetail__main__jobDetails__point {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
  color: #313131;
}
.jobDetail__side {
  height: max-content;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}
.jobDetail__side__title {
  color: #963337;
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.jobDetail__side__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.jobDetail__side__list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #963337;
}
.jobDetail__side__list__item__img {
  width: 100px;
  object-fit: contain;
  height: 100px;
}
.jobDetail__side__list__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 19px;
  color: #4e4e4e;
  margin-bottom: 10px;
}
.jobDetail__side__list__item__desc {
  margin-bottom: 16px;
}
.jobDetail__side__list__item .cBtn {
  margin-left: 0px;
  margin-right: auto;
}

.demandsDetailPage {
  background-image: linear-gradient(to bottom, #FFFFFF, #F4FAFF);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .demandsDetailPage {
    grid-template-columns: 1fr;
  }
}
.demandsDetailPage__main {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 1px 4px rgba(7, 153, 152, 0.25);
}
@media (max-width: 768px) {
  .demandsDetailPage__main {
    padding: 25px;
  }
}
.demandsDetailPage__main .cBtn {
  display: inline-block;
  margin-left: auto;
  margin-right: 0px;
}
.demandsDetailPage__main__locationDate {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.demandsDetailPage__main__locationDate__item {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 160%;
  text-align: justify;
  color: #464646;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
.demandsDetailPage__main__locationDate__item iconify-icon {
  color: #464646;
  font-size: 1.8rem;
}
.demandsDetailPage__main__img {
  margin-bottom: 15px;
}
.demandsDetailPage__main__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
.demandsDetailPage__main__jobTitle {
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 39px;
  color: #313131;
  padding: 5px 15px;
  border-radius: 10px;
  text-transform: capitalize;
  background-color: #E6F4F1;
  margin-bottom: 35px;
}
.demandsDetailPage__main__descHeader {
  font-size: 1.7rem;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.demandsDetailPage__main__desc {
  color: rgb(70, 70, 70);
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 160%;
  text-align: justify;
  margin-bottom: 35px;
}
.demandsDetailPage__main .aboutUs__content__list {
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.demandsDetailPage__main .aboutUs__content__list iconify-icon {
  padding: 3px;
}
.demandsDetailPage__main .aboutUs__content__list__item {
  gap: 10px;
}
.demandsDetailPage__side {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 1px 4px rgba(7, 153, 152, 0.25);
  height: max-content;
}
@media (max-width: 768px) {
  .demandsDetailPage__side {
    padding: 25px;
  }
}
.demandsDetailPage__side .demandsDetailPage__main__descHeader {
  margin-bottom: 20px;
}
.demandsDetailPage__side__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.demandsDetailPage__side__list__item {
  display: grid;
  grid-template-columns: 8vw 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .demandsDetailPage__side__list__item {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .demandsDetailPage__side__list__item {
    grid-template-columns: 100px 1fr;
  }
}
.demandsDetailPage__side__list__item img {
  width: 100%;
  border-radius: 10px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .demandsDetailPage__side__list__item img {
    height: 80px;
  }
}
.demandsDetailPage__side__list__item__desc__head {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: justify;
  color: #464646;
  text-transform: capitalize;
}
.demandsDetailPage__side__list__item__desc__body {
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 120%;
}
.demandsDetailPage__side__list__item__desc .viewBlock {
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
}
.demandsDetailPage__side__list__item__desc .cBtn {
  display: inline-flex;
}
.demandsDetailPage__side__list__item__desc .cBtn span {
  padding: 5px 18px;
}

.vacancyDetail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.vacancyDetail .bottomSection {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .vacancyDetail {
    display: flex;
    flex-direction: column;
  }
}
.vacancyDetail__top {
  grid-column: 1/4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  background: #FFFFFF;
  border: 0.5px solid #EEEEEE;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.05);
  gap: 40px 30px;
}
@media (max-width: 435px) {
  .vacancyDetail__top {
    padding: 30px;
  }
}
.vacancyDetail__top__main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.vacancyDetail__top__main img {
  max-width: 95px;
  height: auto;
}
.vacancyDetail__top__main__profile {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.vacancyDetail__top__main__profile__title {
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 35px;
  color: #1279BE;
  text-align: left;
  margin-bottom: 15px;
}
.vacancyDetail__top__main__profile__others {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.vacancyDetail__top__main__profile__others__item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #474747;
  gap: 10px;
}
.vacancyDetail__top__main__profile__others__item iconify-icon {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacancyDetail__main {
  padding: 30px;
  border: 1px solid #EEEEEE;
  grid-column: 1/3;
}
.vacancyDetail__main .contentlist {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}
.vacancyDetail__main__item p, .vacancyDetail__main__item ul, .vacancyDetail__main__item iframe {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  color: #757575;
  list-style: disc;
}
.vacancyDetail__main__item li {
  list-style: disc;
  list-style-position: inside;
}
.vacancyDetail__main__item iframe {
  width: 100%;
  height: 271px;
}
.vacancyDetail__sectionHeader {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 157%;
  color: #1279BE;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.vacancyDetail__side__wrap {
  border: 1px solid #EEEEEE;
  padding: 30px;
  padding-bottom: 0px;
}
.vacancyDetail__side__list__item {
  padding: 24px 0px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}
.vacancyDetail__side__list__item iconify-icon {
  font-size: 3rem;
  color: #757575;
}
.vacancyDetail__side__list__item__text {
  display: flex;
  flex-direction: column;
}
.vacancyDetail__side__list__item__text__label {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  color: #757575;
}
.vacancyDetail__side__list__item__text__jobname {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  color: #1279BE;
}
.vacancyDetail__side .cBtn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
}
.vacancyDetail__side .newsletter {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 35px;
  border: 2px;
}
.vacancyDetail__side .newsletter__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
.vacancyDetail__side .newsletter__item__img {
  width: 100%;
  height: 115px;
}
.vacancyDetail__side .newsletter__item__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.vacancyDetail__side .newsletter__item__content__title {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 28px;
  color: #1F1F27;
}
.vacancyDetail__side .newsletter__item__content__desc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #1F1F27;
}
.vacancyDetail__side .newsletter__item__content .cBtn {
  margin-left: 0px;
  margin-top: 10px;
}

.companyprofile {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  padding-top: 20px;
  gap: 30px;
}
@media (max-width: 767px) {
  .companyprofile {
    grid-template-columns: 1fr;
  }
}
.companyprofile ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: disc;
}
.companyprofile li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  color: #757575;
  list-style: disc;
  list-style-position: inside;
}
.companyprofile__main ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: disc;
}
.companyprofile__main li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  color: #757575;
  list-style: disc;
  list-style-position: inside;
}
.companyprofile__side .companyprofile__list__item.companyprofile__capitalStr__item .companyprofile__list__item__desc__header {
  margin-bottom: 0px;
}
.companyprofile__capitalStr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 515px) {
  .companyprofile__capitalStr {
    grid-template-columns: 1fr;
  }
}
.companyprofile__capitalStr__item {
  padding: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.companyprofile__capitalStr__item .companyprofile__list__item__desc__header {
  margin-bottom: 15px;
}
.companyprofile__capitalStr__item__data {
  color: #474747;
  font-size: 1.6rem;
  line-height: 100%;
}
.companyprofile__item {
  margin-bottom: 30px;
}
.companyprofile__header {
  font-size: 2.2rem;
  line-height: 100%;
  margin-bottom: 20px;
  color: #464646;
  font-weight: 5600;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.companyprofile__desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  color: #757575;
}
.companyprofile__list {
  background: #EFFAFF;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1399px) {
  .companyprofile__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .companyprofile__list {
    padding: 15px;
  }
}
.companyprofile__list__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.companyprofile__list__item iconify-icon {
  color: #1279BE;
  font-size: 2.5rem;
  padding: 10px;
  background: rgba(18, 121, 190, 0.2);
}
.companyprofile__list__item__desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 100%;
  color: #757575;
}
.companyprofile__list__item__desc__header {
  font-size: 14px;
  font-weight: bold;
  color: #464646;
}
.companyprofile__list__item__desc__detail .designation {
  color: #005188;
  margin-bottom: 10px;
}
.companyprofile__list__item__desc__detail .contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.companyprofile__list__item__desc__detail a {
  font-size: 14px;
  line-height: 100%;
  color: #757575;
  display: block;
}

.requiredDocs {
  padding-top: 10px;
}
.requiredDocs .cTitle {
  width: auto;
  max-width: 500px;
  margin: 0px auto;
  display: block;
  margin-bottom: 20px;
}
.requiredDocs .companyprofile__item {
  position: relative;
  padding-top: 15px;
}
.requiredDocs .companyprofile__header {
  position: relative;
  padding-bottom: 15px;
}
.requiredDocs .companyprofile__header::before {
  position: absolute;
  width: 100px;
  background-color: #1279BE;
  height: 2px;
  content: "";
  bottom: 0px;
  left: 0;
}
.requiredDocs .demandsDetailPage__main__desc {
  text-align: center;
  color: #757575;
}
.requiredDocs .companyprofile__main {
  margin-top: 20px;
}
.requiredDocs .companyprofile__desc img {
  margin-top: 20px;
  display: block;
  width: 100%;
  max-width: 480px;
}

.CompanyCountries__flags {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 60px;
  justify-content: center;
}
.CompanyCountries__flags__flag {
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.CompanyCountries__flags__flag img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  padding: 4px;
  background: #F1F1F1;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
}
.CompanyCountries__flags__flag__name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 157%;
  color: #474747;
  transition: all 0.3s ease-in-out;
}
.CompanyCountries__flags__flag:nth-child(n) {
  animation-duration: 0.4s;
}
.CompanyCountries__flags__flag:nth-child(2n) {
  animation-duration: 0.8s;
}
.CompanyCountries__flags__flag:nth-child(3n) {
  animation-duration: 1.2s;
}
.CompanyCountries__flags__flag:nth-child(4n) {
  animation-duration: 1.6s;
}
.CompanyCountries__flags__flag:nth-child(5n) {
  animation-duration: 2s;
}
.CompanyCountries__flags__flag:nth-child(6n) {
  animation-duration: 2.4s;
}
.CompanyCountries__flags__flag:nth-child(7n) {
  animation-duration: 2.8s;
}
.CompanyCountries__flags__flag:hover {
  cursor: pointer;
}
.CompanyCountries__flags__flag:hover img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transform: translateY(-3px);
  scale: 1.05;
  background: rgba(18, 121, 190, 0.2);
}
.CompanyCountries__flags__flag:hover .CompanyCountries__flags__flag__name {
  color: #1279BE;
}

.whoweareCarosuel .swiper-pagination {
  display: flex;
  padding-left: 33%;
  position: absolute;
  bottom: 11%;
  top: auto;
}
.whoweareCarosuel .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #FFFFFF;
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
}
.whoweareCarosuel .swiper-pagination .swiper-pagination-bullet-active {
  background: #FCFF58;
  border-color: #FCFF58;
}
@media (max-width: 1440px) {
  .whoweareCarosuel .swiper-pagination {
    padding-left: 31%;
  }
}
@media (max-width: 1024px) {
  .whoweareCarosuel .swiper-pagination {
    padding-left: 29%;
  }
}
@media (max-width: 1023px) {
  .whoweareCarosuel .swiper-pagination {
    position: absolute;
    bottom: 4%;
    padding-left: unset;
    width: 100%;
    justify-content: center;
  }
}

.jobsPage {
  overflow: hidden;
}
.jobsPage .cTitle {
  margin-bottom: 21px;
}
.jobsPage .cSectionText {
  max-width: 1024px;
}
.jobsPage__layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 35px;
}
@media (max-width: 1439px) {
  .jobsPage__layout {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .jobsPage__layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .jobsPage__layout {
    display: flex;
    flex-direction: column;
  }
}
.jobsPage__layout__item {
  background: #FFFFFF;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #EAEAEA;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.jobsPage__layout__item:nth-child(n+1) {
  animation-duration: 0.3s;
}
.jobsPage__layout__item:nth-child(n+2) {
  animation-duration: 0.6s;
}
.jobsPage__layout__item:nth-child(n+3) {
  animation-duration: 0.9s;
}
.jobsPage__layout__item:nth-child(n+4) {
  animation-duration: 1.2s;
}
.jobsPage__layout__item:nth-child(n+5) {
  animation-duration: 1.5s;
}
.jobsPage__layout__item:nth-child(n+6) {
  animation-duration: 1.8s;
}
.jobsPage__layout__item:nth-child(n+7) {
  animation-duration: 2.1s;
}
.jobsPage__layout__item:nth-child(n+8) {
  animation-duration: 2.1s;
}
.jobsPage__layout__item:nth-child(n+9) {
  animation-duration: 2.1s;
}
.jobsPage__layout__item__header {
  background-size: cover;
  height: 140px;
  padding: 25px;
  display: flex;
  align-items: flex-end;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.jobsPage__layout__item__header--h-lg {
  height: 273px;
}
.jobsPage__layout__item__header--h-lg::after {
  background: linear-gradient(90deg, rgba(235, 84, 64, 0.68) -49.59%, rgba(18, 121, 190, 0.83) 135.31%) !important;
}
.jobsPage__layout__item__header::after {
  z-index: 2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1279BE;
  opacity: 0.8;
}
.jobsPage__layout__item__header__title {
  position: relative;
  z-index: 3;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 36px;
  color: #FFFFFF;
}
.jobsPage__layout__item__body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}
.jobsPage__layout__item__body * {
  transition: all 0.3s ease-in-out;
}
.jobsPage__layout__item__body--block {
  display: block;
}
.jobsPage__layout__item__body__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #474747;
}
.jobsPage__layout__item__body__post {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  color: #474747;
}
.jobsPage__layout__item__body__item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #474747;
  display: flex;
  align-items: center;
  gap: 15px;
}
.jobsPage__layout__item__body__item iconify-icon {
  font-size: 20px;
}
.jobsPage__layout__item__footer {
  display: flex;
}
.jobsPage__layout__item__footer .cBtn {
  flex-grow: 1;
  border-radius: 0px;
}
.jobsPage__layout__item__footer .cBtn span {
  padding-top: 19px;
  padding-bottom: 19px;
  line-height: 100%;
}
.jobsPage__layout__item:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.jobsPage__layout__item:hover .jobsPage__layout__item__header {
  transform: scaleX(1.1);
}
.jobsPage__layout__item:hover .jobsPage__layout__item__body {
  background-color: rgba(18, 121, 190, 0.2);
}

.grandSuiteModal__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 100px;
  padding-top: 0px;
}

.grandSuiteModal__body__container .desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2em;
  color: #757575;
  text-align: justify;
}

.requiredDocs {
  padding-top: 30px;
}

.wow {
  visibility: hidden;
}

.footer__box__list__item a {
  line-height: 150%;
}

.footer__box__list {
  grid-gap: 10px;
}

.footer__box__desc {
  font-weight: 300;
}

.footer__box__list__item {
  font-weight: 300;
}

.hero-wrapper .hero__points__wrapper {
  max-width: 980px;
}

.missionVision__imgWrapper {
  height: max-content;
}

.grandSuiteModal__body__container:nth-child(1) {
  border: none;
}

@media (min-width: 576px) {
  .grandSuiteModal .modal-dialog {
    max-width: 990px;
    margin: 1.75rem auto;
  }
}
.grandSuiteModal__body {
  gap: 60px;
  padding-top: 50px;
}

.grandSuiteModal__body__container .desc {
  line-height: 150%;
}

.aboutUs__content__list__item {
  line-height: 142%;
}

.aboutUs__content__list {
  gap: 15px;
}

@media (max-width: 1023px) {
  .grandSuiteModal__body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .grandSuiteModal__body {
    padding: 50px;
    padding-top: 25px;
  }
}
@media (max-width: 424px) {
  .grandSuiteModal__body {
    padding: 25px;
    padding-top: 12.5px;
  }
}
.footer__box__desc span {
  font-weight: 700;
  width: 140px;
  word-wrap: break-word;
  display: inline-block;
}

#up {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: rgb(235, 57, 36);
  color: #fff;
  align-items: center;
  justify-content: center;
  box-shadow: 0.5px 1px 5px 5px rgba(0, 0, 0, 0.5);
  transition: var(--transition-speed);
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  font-weight: bolder;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100000000;
  display: none;
  transition: all 0.3s ease-in-out;
}

#up:hover {
  background-color: #1279BE;
}

.mfp-bg {
  z-index: 1000000 !important;
}

.mfp-wrap {
  z-index: 1000000 !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-title {
  font-size: 1.8rem;
  padding: 10px;
  background-color: #1279BE;
}

.demands__pattern--1 {
  width: auto;
  height: auto;
}

.demands__pattern--2 {
  width: auto;
  height: auto;
}

@media (max-width: 1439px) {
  .footer__box {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1023px) {
  .footer__box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1439px) {
  .footer__box__desc {
    font-size: 13px;
  }
  .footer__box__list__item {
    font-size: 13px;
  }
  .footer__box__list__item a {
    font-size: 13px;
  }
  .footer .demandList {
    gap: 0px 8px;
  }
  .footer__box__logo {
    max-width: none;
    margin-bottom: 20px;
    width: auto;
    max-width: 125px;
  }
}
.footer__box:nth-child(1) {
  border-right: none;
}

.cTitle--footerYellow {
  font-weight: 500;
  font-size: 1.5rem;
}

@media (max-width: 1300px) {
  .footer.wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer.wrapper {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
.demands {
  overflow: hidden;
}

@media (max-width: 767px) {
  .demands__pattern--1 {
    display: none;
  }
  .demands__pattern--2 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .hero-wrapper .hero__points__item__text {
    font-size: 1.6rem;
  }
}
.jobsPage__layout__item__body__title small {
  font-weight: 400;
}

.whoweare .jobsPage__layout__item__body {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 15px;
}
.whoweare .jobsPage__layout__item__body * {
  color: #fff;
}
.whoweare .jobsPage__layout__item__body:hover {
  cursor: pointer;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  background-color: #fff;
}
.whoweare .jobsPage__layout__item__body:hover * {
  color: #1279BE;
}

.whoweare__desc .cTitle {
  margin-bottom: 5px;
}

.whoweare--autogrid {
  grid-template-columns: auto 1fr;
  background-attachment: fixed;
  position: relative;
}
.whoweare--autogrid::after {
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: none;
  background: radial-gradient(90.91% 90.91% at 50% 44.94%, #1279be 0%, #1279be 100%) !important;
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .whoweare--autogrid::after {
    display: block;
  }
}
.whoweare--autogrid::before {
  display: none;
}
@media (max-width: 767px) {
  .whoweare--autogrid {
    grid-template-columns: auto;
  }
}
.whoweare .whoweare__side {
  background: rgba(12, 76, 103, 0.3);
  padding: 30px;
  border-radius: 15px;
  height: max-content;
}
@media (max-width: 767px) {
  .whoweare .whoweare__side {
    padding: 10px;
  }
}
.whoweare .whoweare__side, .whoweare .whoweare__desc {
  position: relative;
  z-index: 2;
}
.whoweare__side .logo {
  margin-bottom: 30px;
}
.whoweare__side__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.hero__slide img, .hero__slide video {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background-color: #1279BE;
}

.hero {
  height: auto;
}

.clientPage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  position: relative;
}

.clientPage .nav {
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  height: max-content;
  position: sticky;
  top: 0;
  z-index: 1; /* Add a z-index to ensure the nav appears above the content */
}

.clientPage .nav .nav-link {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0px;
}

.clientPage .nav .nav-link.active {
  border: none;
}

.clientPage .nav .nav-link:hover,
.clientPage .nav .nav-link:focus,
.clientPage .nav .nav-link:active {
  border: none !important;
  outline: none !important;
  transform: scale(1);
}

.clientPage .nav .nav-link.active .clientPage__countryName {
  color: #EF4D3C;
}

.clientPage .nav .nav-item {
  width: 100px;
}

.clientPage__countryImg {
  width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.clientPage__countryName {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 157%;
  text-align: center;
  color: #636363;
  padding: 7px;
}

.clientPage__content {
  padding: 30px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 157%;
  text-align: left;
  color: #636363;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}