/*font */
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/Product Sans Regular.ttf");
}
.cTitle {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  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(7, 153, 152, 0.2);
  z-index: 0;
  width: 50%;
  height: 100%;
  content: "";
  border-radius: 10px;
  top: 0;
  left: 0;
}
.cTitle--white {
  color: #fff;
}
.cTitle--white::before {
  background: rgba(255, 255, 255, 0.38);
}
.cTitle--black {
  color: #464646;
}
.cTitle--brown {
  color: #963337;
}

.cSectionText {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 39px;
  text-align: center;
}
.cSectionText--white {
  color: #fff;
}
.cSectionText--black {
  color: #757575;
}

@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: #339692;
}
.cBtn--brown {
  background: #963337;
}
.cBtn--yellow {
  background: #FBFF25;
}
.cBtn--yellow span {
  color: #079998;
}
.cBtn:hover {
  background: #000;
}
.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.4rem;
  line-height: 16px;
  color: #FFFFFF;
  padding: 10px 36px;
}
.cBtn--white {
  background-color: #fff;
}
.cBtn--white span {
  color: #009f4f;
}
.cBtn--white:hover span {
  color: #fff;
}
@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%);
  }
}

.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 {
  position: relative;
  background: #079998;
  position: relative;
  background-attachment: fixed;
  height: 30vh;
}
.banner::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 196.33%);
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.banner__content {
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 100;
  transform: translateX(-50%);
  justify-content: center;
  text-align: center;
  display: flex;
  grid-gap: 0px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 157%;
  color: #FFFFFF;
}
.banner h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 157%;
  color: #FFFFFF;
  text-transform: capitalize;
}
.banner__title {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.banner__breadCrumb {
  padding: 14px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  background: #147777;
  mix-blend-mode: normal;
  color: #fff;
}
.banner__breadCrumb iconify-icon {
  font-size: 2.4rem;
}
.banner__breadCrumb a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
  color: #fff;
  text-transform: capitalize;
}

.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: "Product Sans" !important;
}

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

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-family: "Lato", sans-serif;
  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-family: "Lato", sans-serif;
  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;
  }
}

.navbar {
  background-color: transparent !important;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  border-bottom: 6px solid #fff;
  height: 130px;
  z-index: 1000000;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .navbar {
    transition: all 0.3s ease-in-out;
    height: auto;
  }
}
.navbar.sticky {
  background: rgba(0, 0, 0, 0.7) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  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: 85px;
}
@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;
}
@media (min-width: 768px) {
  .navbar #navbarNav {
    height: 100%;
  }
}
.navbar-nav {
  height: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 10px;
  align-items: center;
}
@media (max-width: 1023px) {
  .navbar-nav {
    grid-column-gap: 0.5vw;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.navbar-nav .nav-item {
  height: max-content;
}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .dropdown {
    top: unset;
    transform: unset;
  }
}
.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: rgba(0, 0, 0, 0.9);
  min-width: max-content;
  width: 100%;
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .dropdown .dropdown-menu {
    background: rgba(0, 0, 0, 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: 400;
  font-size: 1.6rem;
  line-height: 157%;
  color: #fff;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 2px 30px;
}
.navbar-nav .nav-item .nav-link.active {
  background: #079998;
  border-radius: 20px;
}
.navbar-nav .nav-item .nav-link.active:hover {
  color: #fff;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #079998;
}
@media (max-width: 1770px) {
  .navbar-nav .nav-item .nav-link {
    padding: 2px 15px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item:last-child {
    padding-bottom: 10px;
  }
}
.navbar .navbar-toggler iconify-icon {
  color: #079998;
  font-size: 2.8rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hero {
  height: 937px;
  position: relative;
}
.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;
}
@media (max-width: 600px) {
  .hero {
    height: 100vh;
  }
}
.hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 196.33%);
  z-index: 0;
}
.hero__captions {
  font-style: normal;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.hero__captions__title {
  font-family: "Product Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 8rem;
  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: #4bd8d7;
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .hero__captions__sub {
    font-size: 2rem;
    line-height: 25px;
    margin-top: 24px;
  }
}
.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: 7.5%;
  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(7, 153, 152, 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: 7.5%;
  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(7, 153, 152, 0.2);
  color: #fff;
}
@media (max-width: 600px) {
  .hero .ph-caret-right {
    font-size: 1.4rem;
    padding: 6px;
  }
}

.hero-wrapper {
  position: relative;
}
.hero-wrapper .hero__points {
  z-index: 1000;
  position: absolute;
  bottom: 0%;
  top: auto;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(7, 153, 152, 0.85);
  backdrop-filter: blur(10px);
  padding: 30px 25%;
  width: 100%;
  color: #fff;
}
@media (max-width: 1024px) {
  .hero-wrapper .hero__points {
    padding: 30px 15%;
  }
}
@media (max-width: 768px) {
  .hero-wrapper .hero__points {
    padding: 30px 8%;
  }
}
@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;
}
@media (max-width: 767px) {
  .hero-wrapper .hero__points {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .hero-wrapper .hero__points .hero__points__item {
    padding: 0px 15px;
  }
  .hero-wrapper .hero__points .hero__points__item::after {
    display: none;
  }
}

.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: 60px;
}
.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: #079998;
  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;
}
.jobs__swiper__btns__prev, .jobs__swiper__btns__next {
  border: 1px solid #cacaca;
  padding: 15px;
  font-size: 1.8rem;
  color: #cacaca;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  backdrop-filter: blur(2px);
}
.jobs__swiper__btns__prev:hover, .jobs__swiper__btns__next:hover {
  background-color: #fbff25;
}
@media (max-width: 485px) {
  .jobs__swiper__btns__prev, .jobs__swiper__btns__next {
    padding: 10px;
    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 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .services__list {
    gap: 15px;
  }
}
@media (max-width: 850px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__item {
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ffffff;
  padding: 60px 25px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .services__item {
    padding: 30px 15px;
  }
}
.services__item:hover {
  background-color: #339692;
}
.services__item iconify-icon {
  color: #fff;
  font-size: 4.2rem;
  margin-bottom: 30px;
}
.services__item__title {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 157%;
  color: #ffffff;
}
.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: 2fr 1fr max-content 2fr 2fr;
  justify-content: space-between;
  background: #128a89;
  grid-gap: 5%;
}
@media (max-width: 1439px) {
  .footer {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer .footer__box:last-child {
    grid-column: 2/-1;
  }
}
@media (max-width: 1023px) {
  .footer {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .footer .footer__box:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .footer {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.footer__box {
  height: max-content;
}
.footer__box__logo {
  max-width: 260px;
}
.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: justify;
  color: #fbff25;
}
.footer__box__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 145%;
  text-align: justify;
  color: #ffffff;
  margin-top: 14px;
}
.footer__box__list {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
}
@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;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: justify;
  color: #ffffff;
}
.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: 0px;
  padding: 4px;
  border-radius: 100%;
}
.footer__box__list__item__icon iconify-icon {
  padding: 0px;
  font-size: 2.3rem;
  color: #009796;
}
.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: #212121;
}
.footer__box__list__item a:hover iconify-icon {
  color: #212121 !important;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  background: #212121;
  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: #139e9d;
  transition: all 0.3s ease-in-out;
}
.footer__bottom__copyright .clargeText:hover {
  color: #fff;
}

.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;
}
@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;
}

.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;
}

.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: #128A89;
}
.team .cSectionText {
  margin: 0 auto;
  max-width: 900px;
}
.team .jobs__swiper__slide__jobTitle {
  color: #fff;
}
.team .cTitle {
  margin: 0 auto;
  margin-bottom: 15px;
}

.jobs__swiper {
  margin-top: 35px;
}

.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::after {
  transition: all 0.3s ease-in-out;
  z-index: 7;
  position: absolute;
  width: 0%;
  height: 0%;
  content: "";
  left: 0;
  top: 0;
  background-color: #128A89;
  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);
}

.contactPage {
  background-color: #f2f7ff;
  display: grid;
  position: relative;
  place-items: center;
}
.contactPage .circle {
  width: 20px;
  height: 20px;
  border: 1px solid #C9CFD1;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  z-index: 20;
  animation: goUp 10s infinite;
  opacity: 0;
  left: 7%;
}
@media (max-width: 767px) {
  .contactPage .circle {
    display: none;
  }
}
.contactPage .circle--1 {
  left: 0;
  animation: goUp 15s infinite;
}
.contactPage .circle--3 {
  right: 10%;
  left: auto;
  animation: goUp 12s infinite;
}
.contactPage .circle--2 {
  right: 20%;
  left: auto;
  animation: goUp 15s infinite;
}
.contactPage .circle--4 {
  right: 60%;
  left: auto;
  animation: goUp 6s infinite;
}
.contactPage .circle--5 {
  right: 10%;
  left: auto;
  animation: goUp 12s infinite;
}
.contactPage .circle--6 {
  right: 40%;
  left: auto;
  animation: goUp 12s infinite;
}
.contactPage__content {
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(7, 153, 152, 0.25);
  width: 70%;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .contactPage__content {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .contactPage__content {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    width: 100%;
  }
}
.contactPage__content h2 {
  text-align: left;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: auto;
}
.contactPage__content__form {
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-gap: 20px;
  align-items: flex-end;
  padding: 40px;
}
@media (max-width: 768px) {
  .contactPage__content__form {
    padding: 25px;
  }
}
.contactPage__content__form--grid2 {
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 0px;
}
.contactPage__content__form--grid2 .form-group {
  width: 50% !important;
  padding: 10px 5px;
}
@media (max-width: 767px) {
  .contactPage__content__form--grid2 .form-group {
    width: 100% !important;
  }
}
.contactPage__content__form--grid2 .form-group:nth-last-child(2) {
  width: 100% !important;
}
.contactPage__content__form--grid2 .cBtn {
  margin-top: 20px;
  margin-left: auto;
}
.contactPage__content__form .form-group {
  width: 100%;
}
.contactPage__content__form .inp, .contactPage__content__form input, .contactPage__content__form textarea, .contactPage__content__form select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 0px;
  line-height: 20px;
  font-size: 1.4rem;
  border: 1px solid rgba(149, 157, 165, 0.5);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  resize: none;
  color: rgb(88, 88, 88);
  border-radius: 20px;
}
.contactPage__content__form .inp option, .contactPage__content__form input option, .contactPage__content__form textarea option, .contactPage__content__form select option {
  padding: 15px;
  border-radius: 0px;
}
.contactPage__content__form textarea {
  height: 160px;
  padding: 20px;
}
.contactPage__content__form .cBtn {
  width: 120px;
}
.contactPage__content__form .cBtn span {
  display: inline;
  font-style: 1.6rem;
}
.contactPage__content__img {
  padding: 50px;
  background: #339692;
  height: 100%;
}
.contactPage__content__img__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #963337;
}
.contactPage__content__img__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.contactPage__content__img__list__item iconify-icon {
  font-size: 4rem;
  background-color: #fff;
  border-radius: 0px;
  padding: 10px;
  color: rgb(51, 150, 146);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 100%;
}
.contactPage__content__img__list__item iconify-icon:hover {
  background-color: #FBFF25;
}
.contactPage__content__img__list__item a {
  text-align: center;
  color: #fff;
}
.contactPage__content__img__list__item--social {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-top: 50px;
}
.contactPage__content__img__list__item--social iconify-icon {
  font-size: 2rem;
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  color: rgb(51, 150, 146);
}

.services--page {
  background-color: transparent;
}
.services--page .cSectionText {
  max-width: 900px;
  margin: 0 auto;
}
.services--page .cTitle {
  margin: 0 auto;
  margin-bottom: 25px;
}
.services--page .services__item {
  border: 1px solid #E9E9E9;
  border-radius: 20px;
}
.services--page .services__item iconify-icon {
  color: #128A89;
}
.services--page .services__item__title {
  color: #128A89;
}
.services--page .services__item__desc {
  color: #6A6A6A;
}
.services--page .services__item .vehicle-detail__carousel-item-left__expand-btn::before {
  color: #128A89;
}
.services--page .services__item:hover {
  background-color: #128A89;
}
.services--page .services__item:hover > * {
  color: #fff !important;
}
.services--page .services__item:hover .vehicle-detail__carousel-item-left__expand-btn::before {
  color: #fff;
}

.demandsPage .cTitle {
  margin: 0 auto;
  margin-bottom: 15px;
}
.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(7, 153, 152, 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: #079998 !important;
}
.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;
}

.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-color: #f2f7ff;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@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: rgba(7, 153, 152, 0.1);
  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;
}

.main-timeline {
  position: relative;
}

.main-timeline:before,
.main-timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #079998;
  position: absolute;
  top: 0;
  left: 50%;
}

.main-timeline .timeline {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid rgb(211, 207, 205);
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
}

.main-timeline .timeline:last-child:before {
  top: auto;
  bottom: 0;
}

.main-timeline .timeline:last-child:nth-child(even):before {
  right: auto;
  left: -12px;
  bottom: -2px;
}

.main-timeline .timeline-content {
  text-align: center;
  margin-top: 8px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.main-timeline .timeline-content:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #079998;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
}

.main-timeline .circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  border: 8px solid #079998;
  float: left;
  margin-right: 25px;
  position: relative;
}

.main-timeline .circle:before {
  content: "";
  width: 26px;
  height: 30px;
  background: #079998;
  margin: auto;
  position: absolute;
  top: 0;
  right: -33px;
  bottom: 0;
  z-index: -1;
  box-shadow: inset 7px 0 9px -7px #444;
}

.main-timeline .circle span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 268px;
  font-size: 80px;
  color: #079998;
  overflow: hidden;
}

.main-timeline .circle span:before,
.main-timeline .circle span:after {
  content: "";
  width: 28px;
  height: 50px;
  background: #fff;
  border-radius: 0 0 0 21px;
  margin: auto;
  position: absolute;
  top: -54px;
  right: -33px;
  bottom: 0;
  z-index: -1;
}

.main-timeline .circle span:after {
  border-radius: 21px 0 0 0;
  top: 0;
  bottom: -56px;
}

.main-timeline .circle .img {
  vertical-align: initial;
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
}

.main-timeline .content {
  display: table;
  padding-right: 40px;
  position: relative;
}

.main-timeline .year {
  display: flex;
  padding: 10px 15px;
  margin: 10px 0 50px 0;
  background: #079998;
  border-radius: 7px;
  font-size: 2rem;
  color: #fff;
  gap: 20px;
  align-items: center;
}
.main-timeline .year .number {
  border-radius: 100%;
  background-color: #fff;
  color: #079998;
  padding: 10px;
}

.main-timeline .title {
  font-size: 25px;
  font-weight: bold;
  color: rgb(211, 207, 205);
  margin-top: 0;
}

.main-timeline .description {
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.main-timeline .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid rgb(211, 207, 205);
  position: absolute;
  top: 78px;
  right: -14px;
}

.main-timeline .icon:before {
  content: "";
  width: 15px;
  height: 25px;
  background: #079998;
  margin: auto;
  position: absolute;
  top: -1px;
  left: -15px;
  bottom: 0;
  z-index: -1;
}

.main-timeline .icon span:before,
.main-timeline .icon span:after {
  content: "";
  width: 21px;
  height: 25px;
  background: #fff;
  border-radius: 0 0 21px 0;
  margin: auto;
  position: absolute;
  top: -30px;
  left: -15px;
  bottom: 0;
  z-index: -1;
}

.main-timeline .icon span:after {
  border-radius: 0 21px 0 0;
  top: 0;
  left: -15px;
  bottom: -30px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle {
  float: right;
}

.main-timeline .timeline:nth-child(2n) .circle {
  margin: 0 0 0 25px;
}

.main-timeline .timeline:nth-child(2n) .circle:before {
  right: auto;
  left: -33px;
  box-shadow: -7px 0 9px -7px #444 inset;
}

.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after {
  right: auto;
  left: -33px;
  border-radius: 0 0 21px 0;
}

.main-timeline .timeline:nth-child(2n) .circle span:after {
  border-radius: 0 21px 0 0;
}

.main-timeline .timeline:nth-child(2n) .content {
  padding: 0 0 0 40px;
  margin-left: 2px;
}

.main-timeline .timeline:nth-child(2n) .icon {
  right: auto;
  left: -14px;
}

.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after {
  left: auto;
  right: -15px;
}

.main-timeline .timeline:nth-child(2n) .icon span:before {
  border-radius: 0 0 0 21px;
}

.main-timeline .timeline:nth-child(2n) .icon span:after {
  border-radius: 21px 0 0 0;
}

.main-timeline .timeline:nth-child(2) {
  margin-top: 180px;
}

.main-timeline .timeline:nth-child(odd) {
  margin: -175px 0 0 0;
}

.main-timeline .timeline:nth-child(even) {
  margin-bottom: 180px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .main-timeline:before {
    left: 100%;
  }
  .main-timeline .timeline {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
  }
  .main-timeline .timeline:first-child:before,
  .main-timeline .timeline:last-child:before {
    left: auto !important;
    right: -13px !important;
  }
  .main-timeline .timeline:nth-child(2n) .circle {
    float: left;
    margin: 0 25px 0 0;
  }
  .main-timeline .timeline:nth-child(2n) .circle:before {
    right: -33px;
    left: auto;
    box-shadow: 7px 0 9px -7px #444 inset;
  }
  .main-timeline .timeline:nth-child(2n) .circle span:before,
  .main-timeline .timeline:nth-child(2n) .circle span:after {
    right: -33px;
    left: auto;
    border-radius: 0 0 0 21px;
  }
  .main-timeline .timeline:nth-child(2n) .circle span:after {
    border-radius: 21px 0 0 0;
  }
  .main-timeline .timeline:nth-child(2n) .content {
    padding: 0 40px 0 0;
    margin-left: 0;
  }
  .main-timeline .timeline:nth-child(2n) .icon {
    right: -14px;
    left: auto;
  }
  .main-timeline .timeline:nth-child(2n) .icon:before,
  .main-timeline .timeline:nth-child(2n) .icon span:before,
  .main-timeline .timeline:nth-child(2n) .icon span:after {
    left: -15px;
    right: auto;
  }
  .main-timeline .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 21px 0;
  }
  .main-timeline .timeline:nth-child(2n) .icon span:after {
    border-radius: 0 21px 0 0;
  }
  .main-timeline .timeline:nth-child(2),
  .main-timeline .timeline:nth-child(odd),
  .main-timeline .timeline:nth-child(even) {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .main-timeline:before {
    left: 0;
  }
  .main-timeline .timeline:first-child:before,
  .main-timeline .timeline:last-child:before {
    left: -12px !important;
    right: auto !important;
  }
  .main-timeline .circle,
  .main-timeline .timeline:nth-child(2n) .circle {
    width: 130px;
    height: 130px;
    float: none;
    margin: 0 auto;
  }
  .main-timeline .timeline-content:before {
    width: 99.5%;
    top: 68px;
    left: 0.5%;
  }
  .main-timeline .circle span {
    line-height: 115px;
    font-size: 60px;
  }
  .main-timeline .circle:before,
  .main-timeline .circle span:before,
  .main-timeline .circle span:after,
  .main-timeline .icon {
    display: none;
  }
  .main-timeline .content,
  .main-timeline .timeline:nth-child(2n) .content {
    padding: 0 10px;
  }
  .main-timeline .year {
    margin-bottom: 15px;
  }
  .main-timeline .description {
    text-align: center;
  }
}