* {
  margin: 0;
  padding: 0;
}

:root {
  --white: #ffffff;
  --blacke: #000000;

  --black2: #212121;
  --black3: #1c1b1f;
  --Primary-blue: #233061;
  --gray: #606060;
  --cream: #f5f5f5;
  /* --hex-w: 232px; 
  --hex-h: 140px; 
  --hex-tri: 64px;  */
  --hex-side: calc(var(--hex-w) / 2);
  --gradiant: linear-gradient(90deg, #233061 0%, #0b4c96 100%);
}

body {
  font-family: "Archivo", sans-serif;
  /* position: relative;
  top: 73pxpx; */
  position: relative;
  top: 97px;
}

.indx-body {
  top: 73px;
}

a {
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1600px;
  padding: 0;
}

.container {
  padding: 0;
}

/* header-start */

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  /* gap: 326px; */
  display: flex;
  flex-wrap: initial;
  align-items: center;
  justify-content: space-between;
}

header {
  background-color: var(--white);
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(270deg, #0b4c96 0%, #409dd7 20%, #1d7e52 40%, #f59c04 60%, #cc4e52 80%, #233061 100%);
  border-image-slice: 1;
}

header #navbarSupportedContent {
  /* width: 320px; */
  justify-content: center;
  background: #fff;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
}

.navbar {
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-brand {
  margin: 0;
}

.navbar-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  margin-left: 0;
}

.nav-item a {
  color: var(--blacke);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
}

.navbar-toggler {
  border: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-item .dropdown-toggle {
  color: var(--blacke);
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  top: 59px;
  margin-left: -7px;
  padding: 0;
  border-radius: 0;
}

/* .acc-header-img {
  transition: transform 0.5s ease;
  
}
.rotate-360 {
  transform: rotateX(360deg);
}
.rotate-180 {
  transform: rotateX(180deg);
} */


.dropdown-item {
  padding: 15px;
}

.dropdown-divider {
  margin: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 213px;
  padding: 0;
  top: 58px;
  box-shadow: 0px 10px 35px 0px #00000040;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--Primary-blue);
}

/* header-end */

/* index-herrosection */

.index-herrosection {
  /* background-image: url("../images/index/index-herro.png"); */
  background-size: cover;
  margin-bottom: 100px;
}

.indx-herro-info {
  padding: 291px 0;
}

.cargo-herro-name {
  margin-bottom: 20px;
}

.indx-herro-h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  color: var(--white);
  max-width: 800px;
  margin-bottom: 42px;
}

.indx-herro-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  background-color: #e8ebf2;
  padding: 12px 28px;
  margin-bottom: 0;
}

/* index-herrosection-end */

/* index-about-section */
.index-about-section {
  margin-bottom: 100px;
}

.index-about-info {
  padding: 169px 0;
}

.index-about-h3 {
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  color: var(--Primary-blue);
  border-bottom: 2px solid;
  border-image-source: linear-gradient(270deg,
      #0b4c96 0%,
      #409dd7 20%,
      #1d7e52 40%,
      #f59c04 60%,
      #cc4e52 80%,
      #233061 100%);
  border-image-slice: 1;
  padding-bottom: 16px;
  margin-bottom: 32px;
  max-width: 100%;
}

.index-about-info .index-about-h3 {
  max-width: 90%;
}

.index-about-p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray);
  max-width: 842px;
  margin-bottom: 16px;
}

.index-about-p2 {
  margin-bottom: 42px;
}

.index-about-a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  display: inline-block;
  background: linear-gradient(90deg, #233061 0%, #0b4c96 100%);
  padding: 12px 28px;
  margin-bottom: 0;
  border: transparent;
}

.index-about-col-bgi {
  background-image: url("../images/index/indx-about.png");
  background-size: cover;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.index-about-col-info {
  padding: 46% 0;
}

.index-about-col-h4 {
  font-weight: 400;
  font-size: 60px;
  letter-spacing: 0%;
  color: var(--black2);
  text-align: center;
}

.index-about-col-h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: var(--black2);
  margin-bottom: 0;
  max-width: 225px;
  text-align: center;
}

/* index-about-section-end */

/* sector-com-section */
.sector-com-section {
  margin-bottom: 100px;
  background-color: var(--cream);
}

.sector-com-row {
  padding: 64px 0 80px 0;
}

.sector-com-section .index-about-h3 {
  max-width: 49%;
}

/* .....hex.... */


/* ...................... */

/* ================= COMMON HEX STYLE ================= */
/* .hex {
  width: var(--hex-w);
  height: var(--hex-h);
  background: var(--hex-color);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hex::before,
.hex::after {
  content: "";
  position: absolute;
  width: 0;
  border-left: var(--hex-side) solid transparent;
  border-right: var(--hex-side) solid transparent;
}

.hex::before {
  bottom: 100%;
  border-bottom: var(--hex-tri) solid var(--hex-color);
}

.hex::after {
  top: 100%;
  border-top: var(--hex-tri) solid var(--hex-color);
} */

/* ================= HEX COLORS ================= */

.hex {
  background-size: cover;
}

.hex1 {
  /* --hex-color: hsla(227, 47%, 26%, 0.9); */
  background-image: url("../images/index/hexa-img/hexa-bg-1.png");
}

.hex2 {
  /* --hex-color: hsla(24, 89%, 49%, 0.9); */
  background-image: url("../images/index/hexa-img/hexa-bg-2.png");

}

.hex3 {
  /* --hex-color: hsla(38, 100%, 57%, 0.9); */
  background-image: url("../images/index/hexa-img/hexa-bg-3.png");
}

.hex4 {
  /* --hex-color: hsla(204, 70%, 46%, 0.9); */
  margin-top: 27px;
  background-image: url("../images/index/hexa-img/hexa-bg-4.png");
}

.hex5 {
  /* --hex-color: hsla(347, 78%, 39%, 0.9); */
  margin-top: 27px;
  background-image: url("../images/index/hexa-img/hexa-bg-5.png");
}

.hex6 {
  /* --hex-color: hsla(183, 62%, 23%, 0.9); */
  margin-top: 27px;
  background-image: url("../images/index/hexa-img/hexa-bg-6.png");
}

/* ================= LAYOUT GROUPS ================= */

/* .................. */
.hexa-i-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 2;
  padding: 66px 0;
}

.hexa-i-info-2 {
  padding: 74px 0;
}

.hexa-i-info i {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  transition-delay: 0s;
  font-size: 21px;
  color: var(--white);
}

.hex1:hover .hexa-i-info i {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.hex2:hover .hexa-i-info i {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.hex3:hover .hexa-i-info i {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.hex4:hover .hexa-i-info i {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.hex5:hover .hexa-i-info i {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.hex6:hover .hexa-i-info i {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.hexa-i-img {
  height: auto;
  margin-bottom: 24px;
}

.hexa-i-h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  margin-bottom: 16px;
}

/* hex-end */

/* sector-com-section-output-img */

/* #output img {
  width: 100%;
  height: auto;
} */

.content-box #rightTitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  vertical-align: middle;
  margin: 16px 0 15px 0;
}

/* #outputh i {
  rotate: -37deg;
  font-size: 27px;
}

#outputh a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
} */

.content-box #rightDesc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #606060;
  margin: 0;
}

/* sector-com-section-output-img-end */

/* sector-com-section-end */

/* galary-section */
.index-galary-section {
  margin-bottom: 100px;
}

.index-galary-section .slide-box {
  background-image: url("../images/index/galary-slide-1.png");
  background-position: center;
  background-size: cover;
  min-height: 548px;
  position: relative;
}

.index-galary-section .slide-box .slick-slider-index-info {
  padding: 55px 32px;
  background-color: #0000006e;
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-slider-index-info-h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 4px;
}

.slick-slider-index-info .index-about-p {
  color: var(--white);
  max-width: 100%;
  margin-bottom: 0;
}


#galchabg2 {
  background-image: url('../images/about/Rectangle-322.png');
  color: #ffffff;
}

/* slider-button */
.index-galary-section .slick-prev,
.slick-next {
  height: 32px;
  width: 64px;
  border-radius: 30px;
  background-color: #ffffff80;
  backdrop-filter: blur(10px);
  font-size: 0;
  color: transparent;
  color: transparent;
}

.slick-prev:before,
.slick-next:before {
  color: transparent;
}

.index-galary-section .slick-prev {
  left: 33px;
  z-index: 3;
  background-image: url("../images/index/galary-slid-l-arrow.png");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.index-galary-section .slick-next {
  right: 33px;
  background-image: url("../images/index/galary-slid-r-arrow.png");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  width: 64px;
  border-radius: 30px;
}

/* slider-button-end */


/*galary-section-end */

/* footer */
footer {
  background-color: var(--cream);
}

.footer-row {
  padding: 52px 0;
}

.f-logo {
  margin-bottom: 24px;
}

.f-tiial,
.footer-menu li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray);
  margin-bottom: 58px;
  /* max-width: 367px; */
}

.footer-menu li a:hover {
  color: var(--Primary-blue);
}

.f-icon-div {
  display: flex;
  gap: 15px;
}

.f-icon-div a {
  background: var(--gradiant);
  color: var(--white);
  border-radius: 50%;
  font-size: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  aspect-ratio: 1;
}

/* .f-icon {
  border-radius: 50%;
} */

.f-second-row {
  /* padding: 40px 0; */

}

.f-s-row-col ul {
  margin-bottom: 0;
  padding: 0;
}

.f-s-row-col li {
  list-style: none;
  /* line-height: 0px; */
}

.f-s-row-col-h {
  color: var(--Primary-blue);
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 32px;
}

.f-s-row-col-tital,
.footer-menu li {
  margin-bottom: 10px;
}

.fotter-end {
  background: linear-gradient(90deg, #233061 0%, #0b4c96 100%);
}

.fotter-end-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.fotter-end-info-h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
  margin-bottom: 0;
}

.fotter-end-info-h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
}

/* footer-end */

/* ...........................................About .............................................*/

.about-herrosection {
  /* background-image: url("../images/about/about-herro.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-herro-h1 {
  padding: 215px 0;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  color: var(--white);
  margin-bottom: 0;
}

/* breadcrumb-section */
.breadcrumb-section {
  margin: 24px 0 50px 0;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--black2);
}

.breadcrumb-item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--Primary-blue);
}

/* breadcrumb-section-end */

.over-mainrow-se-col {
  padding-left: 60px;
}

/* about-page-list */
.about-page-list {
  position: sticky;
  top: 120px;
}

.about-page-list .menu-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--blacke);
  /* padding: 11px 0 11px 22px; */
  padding: 11px 22px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.about-page-list .current-menu-item a {
  background: linear-gradient(90deg, #233061 0%, #0B4C96 100%);
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  color: var(--white);
}


/* about-page-list-end */

/* about-cg-section */
.about-cg-section {
  margin-bottom: 100px;
}

.about-cg-section .index-about-p {
  margin-bottom: 16px;
  max-width: 100%;
}

.about-cg-section .index-about-p2 {
  margin-bottom: 0px;
}

/* about-cg-section-end */

/* about-founder-section */
.about-founder-section {
  margin-bottom: 100px;
}

.about-f-pasport-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 75%;
}

.about-f-pasport-img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  /* border-bottom: 3px solid;
  border-image-source: linear-gradient(270deg,
      #0b4c96 0%,
      #409dd7 20%,
      #1d7e52 40%,
      #f59c04 60%,
      #cc4e52 80%,
      #233061 100%);
  border-image-slice: 1; */
}

.about-f-pasport-img-2 {
  border: transparent;
}

.about-f-pasport-h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: var(--Primary-blue);
  margin-bottom: 0;
}

.about-f-pasport-h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray);
  margin-bottom: 0;
}

/* about-founder-section-end */

.about-founder-section .index-about-p {
  max-width: 100%;
  margin-bottom: 16px;
}

.about-founder-section .index-about-p2 {
  margin-bottom: 0px;
}

/* ....................... */
.vvm-section {
  background-color: #f5f5f5;
  margin-bottom: 100px;
}

.vvm-section .nav-tabs {
  border-bottom: transparent;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}

.vvm-section .nav-tabs .nav-link {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  color: var(--black2);
  border: transparent;
  text-align: center;
  padding: 20px 155px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #f5f5f5;
}

.vvm-section .nav-tabs .nav-link.active {
  background: none;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  color: var(--black2);
  text-align: center;
  padding: 20px 155px;
  background-color: #f5f5f5;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(270deg,
      #0b4c96 0%,
      #409dd7 20%,
      #1d7e52 40%,
      #f59c04 60%,
      #cc4e52 80%,
      #233061 100%);

  border-image-slice: 1;
}

/* .vvm-section .nav-tabs .nav-link:hover {
  border-bottom: 2px solid;
  border-image-source: linear-gradient(
    270deg,
    #0b4c96 0%,
    #409dd7 20%,
    #1d7e52 40%,
    #f59c04 60%,
    #cc4e52 80%,
    #233061 100%
  );
  border-image-slice: 1;
} */

.vvm-row {
  padding: 0 37.5px;
}

.vvm-col1 {
  padding-right: 40px;
}

.vvm-h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 16px;
}

.vvm-tital-h {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  max-width: 842px;
  margin-bottom: 0;
}

.vvm-col1 .index-about-p {
  margin-bottom: 5px;
}

.vvm-col1 .index-about-p2 {
  margin-bottom: 0px;
  padding-bottom: 41px;
}

.vvm-img {
  width: 100%;
  height: auto;
}

.vvm-row2 {
  padding: 0 37.5px 100px 37.5px;
}

.vvm-col2 {
  padding-right: 40px;
}

.vvm-col2 .vvm-h5 {
  margin-bottom: 24px;
}

.vvm-col2 .index-about-p {
  margin-bottom: 0;
}

.vvm-row3 {
  padding: 0 37.5px 100px 59px;
}

.vvm-col3 {
  padding-right: 40px;
}

.vvm-col3 .vvm-h5 {
  margin-bottom: 24px;
}

.vvm-col3 .index-about-p {
  margin-bottom: 10px;
}

.vvm-col3 .index-about-p2 {
  margin-bottom: 0px;
}

.vvm-col3 ul {
  margin: 0;
}

.vvm-col3 li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray);
  max-width: 100%;
}

/* * ............................................................................................................................................................................ */
/* ..................................................................................chair-man....................................................................................*/
/* ............................................................................................................................................................................ */


.about-chairman-section {
  margin-bottom: 32px;
}

/* .about-chairman-section .index-about-p {
  margin-bottom: 16px;
  max-width: 100%;
} */

.about-chairman-section .index-about-p2 {
  margin-bottom: 0px;
}

/* .cha-icon-section */
.cha-icon-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #233061 0%, #0b4c96 100%);
  /* gap: 125px; */
  padding: 32px 86.5px;
  margin-bottom: 108px;
}

.cha-icon-info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cha-icon-info-h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--white);
  max-width: 107px;
  margin-bottom: 0;
}

/* cha-icon-section-end */


/* ==========================================
               Leadership-Team 
==========================================*/


/* .leadership-herrosection {
  background-image: url("../images/leadership/leadership-herro.png");
  background-size: cover;
} */

.lead-it-section .nav-tabs {
  border-bottom: transparent;
  gap: 42px;
  margin-bottom: 64px;
}

.lead-it-section .nav-tabs .nav-link.active {
  background: linear-gradient(90deg, #233061 0%, #0B4C96 100%);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--white);
  padding: 15px 16px;

}

.lead-it-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  background: linear-gradient(90deg, #233061 0%, #0b4c96 100%);
  padding: 15px 16px;
}

.lead-it-section .nav-link {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--black2);
  background-color: #f5f5f5;
  padding: 15px 16px;
  border-radius: 0;
}

.kmt-section .index-about-h3 {
  max-width: 91.3%;
  margin-bottom: 32px;
}

.kmt-row-1 {
  margin-bottom: 32px;
}

.kmt-row {
  gap: 26px;
}

.kmt-row .mini-profile {
  max-width: 200px;
}

.mini-profile .kmt-img {
  margin-bottom: 16px;
  /*  width: 100%;
      border-bottom: 5px solid;
      border-image-source: linear-gradient(270deg,
      #0b4c96 0%,
      #409dd7 20%,
      #1d7e52 40%,
      #f59c04 60%,
      #cc4e52 80%,
      #233061 100%);
      border-image-slice: 1; */
}

.kmt-h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--Primary-blue);
  margin-bottom: 5px;
  /* min-width: 222px; */
}

.kmt-h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray);
  margin-bottom: 0;
  /* min-width: 205px; */
}

.kmt-row-2 {
  margin-bottom: 84px;
}

.kmt-row2 {
  margin-bottom: 164px;
}

.bd-section .index-about-h3 {
  max-width: 87.5%;
}

.kmt-row-bd {
  gap: 26px 84px;
  margin-bottom: 40px;
}

.kmt-rowbd {
  margin-bottom: 24px;
}

.kmt-rowbd2 {
  margin-bottom: 40px;
}

/* * .................... Milestones ....................................*/

.milestone-section {
  padding: 140px 0 100px;
}

/* .mileston-herrosection {
  background-image: url("../images/milestone/mileston-herro.png");
  background-size: cover;
} */

/* .milston-mainrow {
  max-width: 1732px;
  margin-right: 0;
  margin-bottom: 100px;
}

.mileston-mainrow-se-col {
  background: linear-gradient(90deg,
      rgba(35, 48, 97, 0.1) 0%,
      rgba(11, 76, 150, 0.1) 100%);
  margin-left: 72px;
}

.years-img-main {
  display: flex;
  padding: 100px 0 96px 32px;
  gap: 24px;
}

.years-img {
  gap: 24px;
  display: flex;
  align-items: center;
}

.years-img-info {
  display: flex;
  align-items: center;
  transition: all 0.8s;
  cursor: pointer;
}

.years-img-info2 {
  transition: all 0.8s;
}

.years-img-info-img {
  margin-bottom: 10px;
}

.years-img-info-h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--black2);
  margin-bottom: 5px;
}

.years-img-info-h6-2 {
  margin-bottom: 0;
} */

/* ................... passenger-vehicle ...................*/

/* .passenger-herrosection {
  background-image: url("../images/Passenger-Vehicle/pasanger-herro.png");
  background-size: cover;
} */

/* pv-option-button-section */

.pv-option-button-section .lt-button {
  gap: 16px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(270deg,
      #0b4c96 0%,
      #409dd7 20%,
      #1d7e52 40%,
      #f59c04 60%,
      #cc4e52 80%,
      #233061 100%);
  border-image-slice: 1;
  padding-bottom: 16px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.lt-dropdown {
  margin-bottom: 50px;
}

.lt-dropdown select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* .pv-option-button-section .lt-button2 {
  display: flex;
  align-items: center;
  gap: 16px;
  background: none;
  background-color: var(--Primary-blue);
  font-family: Archivo;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  padding: 15px 16px;
  color: var(--white);
} */

.pv-option-button-section .lt-button1 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Archivo;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  background-color: #f5f5f5;
  padding: 15px 16px;
  color: var(--black2);
}

.pv-option-button-section .lt-button1.active {
  color: var(--white);

}

.pv-option-button-section .lt-button1.active svg path {
  fill: var(--white);
}

/* pv-option-button-section-end */

/* pv-card-section */
.pv-card-section {
  margin-bottom: 100px;
}

/* .pv-card-row {
  margin-bottom: 42px;
} */

.pv-card-col1 {
  padding: 14px 0;
  margin-bottom: 32px;
}

.pv-card-col1 .index-about-p {
  margin-bottom: 0px;
  max-width: 100%;
}

.pv-card-col1 .index-about-p2 {
  max-width: 100%;
}

.pvc-logo {
  margin-bottom: 16px;
}

.pv-card-col2 {
  margin-bottom: 32px;
  padding: 14px 0;
}

.pv-card-col2 .index-about-p {
  margin-bottom: 32px;
}

.pv-card-col2 .index-about-p2 {
  margin-bottom: 0px;
}

.location-website-wrap {
  display: flex;
  margin-top: 16px;
  gap: 15px;
}

.pv-location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pv-website {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* pv-card-section-end */

.pv-about-p {
  max-width: 100%;
  margin-bottom: 32px;
}

/* .slick-slide img {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(270deg,
      #0b4c96 0%,
      #409dd7 20%,
      #1d7e52 40%,
      #f59c04 60%,
      #cc4e52 80%,
      #233061 100%);
  border-image-slice: 1;
} */

/* * ............................................................................................................................................................................ */
/* ..................................................................................commercial-vehicle....................................................................................*/
/* ............................................................................................................................................................................ */

/* .commercial-herrosection {
  background-image: url("../images/commersial-vehicle/commersial-\ herro.png");
  background-size: cover;
} */

.cm-button-bg {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  gap: 16px;
  display: flex;
  align-items: center;
  padding: 15px 16px;
}

.cm-section {
  margin-bottom: 60px;
}

.cm-mainrow {
  padding-right: 0px;
}

.cv-col1 {
  max-width: 100%;
}

.cm-company {
  margin-bottom: 12px;
  max-width: 270px;
}

.cv-col1 .index-about-p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
  max-width: 100%;

}

.cv-col1 .pv-location {
  margin-top: 0;
  align-items: center;
}

.location-website-wrap .index-about-p2 {
  margin-bottom: 0;
  font-weight: 500;
}

.slick-slider-cv {
  padding: 42px 0;
}

.slick-slider-cv .slick-slide img {
  margin-left: 35px;
}


/* * ............................................................................................................................................................................ */
/* .......................................................two-wheelers....................................................................................*/
/* ............................................................................................................................................................................ */

/* .two-wheelers-herrosection {
  background-image: url("../images/two-weeler/twowheeler-hero\ \(1\).png");
  background-size: cover;
} */

.slick-slider-twl {
  padding: 59px 0;
}

.slick-slider-twl .slick-slide img {
  margin-left: 35px;

}

/* * ............................................................................................................................................................................ */
/* ...........................................Glass-Processing...................................................................................*/
/* ............................................................................................................................................................................ */

/* .glass-processing-herrosection {
  background-image: url("../images/glass-prossesing/glass-prossesing-herro.png");
  background-size: cover;
} */

.gp-section {
  margin-bottom: 100px;
}

.gp-mainrow {
  padding-right: 0px;
}

.gp-section .cv-col1 {
  max-width: 100%;
}


.gpf-img2 {
  max-width: 100%;
  height: 100%;
}

.cv-col1 .index-about-p2 {
  margin-bottom: 0;
}

/* ....................... Logistics ..........................*/

/* .logistics-herrosection {
  background-image: url("../images/logistics/Logistics-herro.png");
  background-size: cover;
} */

.logistics-section {
  margin-bottom: 94px;
}

/* ......................... Hospitality  ..................*/

/* .hospitality-herrosection {
  background-image: url("../images/hospitality/hospitality-herro.png");
  background-size: cover;
} */

.hosp-mainrow {
  padding-right: 0px;
}

/* .......................... Career .....................*/

/* .career-herrosection {
  background-image: url("../images/career/career-herro.png");
  background-size: cover;
} */

.life-cargo-g-section {
  margin-bottom: 100px;
}

.life-cargo-g-img {
  max-width: 100%;
}

/* benefit-section */
.benefit-section {
  padding-bottom: 100px;
}

/* accordian */
.benefit-section .accordion-item {
  margin-bottom: 16px;
}

/* Plus icon */
.benefit-section .plus-minus::before {
  content: "+";
  font-size: 35px;
  line-height: 1;
  transition: 0.3s ease;
  color: var(--Primary-blue);
}

/* Minus icon on open */
.benefit-section .accordion-item {
  background: linear-gradient(90deg,
      rgba(35, 48, 97, 0.05) 0%,
      rgba(11, 76, 150, 0.05) 100%);
}

.benefit-section .accordion-button:not(.collapsed) .plus-minus::before {
  content: "−";
}

.benefit-section .accordion-button {
  gap: 35px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--black2);
}

.benefit-section .accordion-body {
  padding: 10px 36px 24px 98.5px;
}

.benefit-section .accordion-body .index-about-p {
  max-width: 100%;
  margin-bottom: 0;
}

.benefit-section .accordion-item .accordion-button {
  padding: 24px 0 0 41px;
}

.benefit-section .accordion-item .accordion-button.collapsed {
  padding: 24px 0 24px 41px;
}


.benefit-section .collapse:not(.show) p {
  font-size: 0;
}

.benefit-section .accordion {
  --bs-accordion-border-color: none;
  --bs-accordion-btn-color: none;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
}

.single-career .modal form p {
  margin-bottom: 0;
}

/* accordian-end */
/* benefit-section-end */

.culture-section {
  padding-bottom: 84px;
}

/* op-po-section */
.op-po-section {
  margin-bottom: 100px;
}

.op-po-section-info {
  background: linear-gradient(90deg, #233061 0%, #0b4c96 100%);
  display: flex;
  align-items: center;
  border-left: 5px solid transparent;
  border-image-source: linear-gradient(180deg,
      #0b4c96 0%,
      #409dd7 20%,
      #1d7e52 40%,
      #f59c04 60%,
      #cc4e52 80%,
      #233061 100%);
  border-image-slice: 1;
  padding: 11px 50px;
  margin-bottom: 20px;
  gap: 20px;
}

.op-po-section-info:last-of-type {
  margin-bottom: 0;
}

.op-po-section-info-h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: var(--white);
  padding: 18px;
  padding-left: 0;
  border-right: 1px solid var(--white);
  margin-bottom: 0;
  max-width: 319px;
}

.op-po-section-info2 {
  /* padding: 4px 0;
  min-width: 30%; */

  flex: 1;
  padding: 0 20px;
  min-width: 220px;
}

.op-po-section-info .index-about-p {
  color: var(--white);
  margin-bottom: 5px;
  /* margin-left: 52px; */
}

.job-status {}

.op-po-section-info .index-about-p2 {
  margin-bottom: 0;
}

/* .op-po-section-button {
  margin-left: auto;
} */

.op-po-section-button a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--Primary-blue);
  background-color: var(--white);
  padding: 10px 28px;
  display: inline-block;
  /* margin-left: 516px; */
}

.sta-span {
  margin-left: 10px;
}

/* op-po-section-end */

/* slider */

.life-cargo-g-section .slick-next {
  background-image: url("../images/gallery/right-arrow.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  height: 32px;
  width: 64px;
  border-radius: 30px;
  background-color: #ffffff80;
}

.life-cargo-g-section .slick-prev {
  background-image: url("../images/gallery/left-arrow.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  left: 0px;
  height: 32px;
  width: 64px;
  border-radius: 30px;
  background-color: #ffffff80;

}

/* slider-end */

/* ............................................................................................................................................................................ */
/* .......................................................................career2....................................................................................*/
/* ............................................................................................................................................................................ */
/* job-t-section */
.job-t-section {
  padding-bottom: 34px;
}

.job-t-section .index-about-h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-t-section .index-about-h3 .op-po-section-button a {
  background: linear-gradient(90deg, #233061 0%, #0b4c96 100%);
  margin: 0;
  color: var(--white);
}

.job-t-section .index-about-p span {
  width: 173px;
}

.job-t-section .index-about-p {
  max-width: 100%;
}

.job-t-p-info {
  display: flex;
  align-items: center;
}

.job-t-about-p {
  width: 173px;
}

/* job-t-section-end */

/* job-o-section */
.job-o-section {
  margin-bottom: 100px;
}

.job-o-section .index-about-p {
  max-width: 90%;
}

.job-o-section li .index-about-p {
  margin-bottom: 3px;
}

.job-o-ul {
  margin-bottom: 0;
}

/* job-o-section-end */
/* crrer-form-modrl */
.crrer-form-modrl {
  padding: 64px;
}

.carr-form-placeholder {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* color: var(--gray); */
  padding: 12px 0 12px 20px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
}

.form-city-pin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.form-city-pin p {
  width: 100%;
}

.carr-form-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: var(--blacke);
  padding: 12px 0 0px 0px;
  margin-bottom: 10px;
}

#resume {
  margin-bottom: 32px;
}

.error {
  color: red;
  margin-top: -10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;

}

/* crrer-form-modrl-end */

/* ........................... Contact ...............*/

.contact-herrosection {
  background-image: url("../images/contact/contact-hero.png");
  background-size: cover;
}

/* contact-form-section */
.contact-form-section {
  background: linear-gradient(90deg, #233061 0%, #0b4c96 100%);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 100px;
}

.contact-form-row {
  padding: 62px 0;
}

.contact-form-section .carr-form-placeholder {
  /* margin-bottom: 20px; */
  margin-bottom: 0;
}

.contact-form-section .contact-form-placeholder-massage {
  padding-bottom: 63px;
  margin-bottom: 30px;
}

.contact-form-section .index-about-a {
  margin-bottom: 44px;
}

.contact-f-button {
  display: flex;
  gap: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  padding: 16px 76.5px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.contact-f-button:last-child{
  margin-bottom: 0;  
}

.contact-f-button p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.contact-f-button span {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;

}

.contact-f-button2 {
  margin-bottom: 0px;
}

/* contact-form-section-end */
.contact-col-img {
  height: auto;
  width: 90%;
}

/* .con-del-col-info */
.main-dealership-section {
  padding-bottom: 48px;
}

.main-dealership-section .nav-tabs {
  flex-direction: column;
  border: transparent;
  position: sticky;
  top: 140px;
}


.main-dealership-section .nav-tabs .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--blacke);
  padding: 11px 0 11px 22px;
  border: none;
  width: 100%;
  border-radius: 0;
  text-align: left;
}

.main-dealership-section .nav-tabs .nav-link:hover {
  /* border: transparent; */
  /* text-align: start; */
}

.main-dealership-section .nav-tabs .nav-link.active {
  background: linear-gradient(90deg, #233061 0%, #0B4C96 100%);
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  color: var(--white);
}

.main-dealership-section .nav-tabs .nav-link:hover {
  background: linear-gradient(90deg, #233061 0%, #0B4C96 100%);
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  color: var(--white);
}

.con-del-col-info {
  max-width: 385px;
  background: linear-gradient(90deg,
      rgba(35, 48, 97, 0.1) 0%,
      rgba(11, 76, 150, 0.1) 100%);
  border-bottom: 2px solid;
  border-image-source: linear-gradient(270deg,
      #0b4c96 0%,
      #409dd7 20%,
      #1d7e52 40%,
      #f59c04 60%,
      #cc4e52 80%,
      #233061 100%);
  border-image-slice: 1;
  margin-bottom: 50px;
  height: 90%;
}

.con-dealership-info-2 {
  margin-bottom: 71px;
}

.con-del-col-info-2 {
  /* padding: 32px 0 32px 24px; */
  padding: 32px 24px;
}

.con-del-col-info-h5 {
  color: var(--blacke);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
}

.con-del-col-info .index-about-p {
  color: var(--blacke);
  margin-bottom: 5px;
  max-width: 320px;
}

.con-del-col-info .index-about-p2 {
  min-height: 84px;
}

.con-del-col-info .index-about-p2 {
  min-height: 84px;
}

.con-del-col-info .contact-about-p a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--blacke);
  margin-bottom: 0;
}

.con-del-col-info .contact-about-p {
  margin-bottom: 0;
}

/* .con-del-col-info-end */

/* ............................................................................................................................................................................ */
/* .......................................................................gallery....................................................................................*/
/* ............................................................................................................................................................................ */

.about-gallery {
  margin-bottom: 100px;
}

.about-gallery .slick-prev,
.slick-next {
  width: 31px;
  height: 22.4px;

  border-radius: 0px;
  font-size: 0;
  color: transparent;
  backdrop-filter: var(--white);
}

.about-gallery .slick-next {
  background-image: url("../images/gallery/right-arrow.svg");
  background-size: cover;
  top: -80px;
  right: 0;
}

.about-gallery .slick-prev {
  background-image: url("../images/gallery/left-arrow.svg");
  background-size: cover;
  z-index: 3;
  top: -80px;
  left: 1171px;
}

.gallery-s-img {
  margin-bottom: 24px;
}

.slick-slider-gallery-h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: var(--Primary-blue);
  margin-bottom: 10px;
}

.about-gallery .index-about-p {
  margin-bottom: 0;
}

.about-gallery2 .slick-slider-gallery-h4 {
  text-align: center;
}

.about-gallery2 .index-about-p {
  text-align: center;
}

/* FORCE slick to behave */
.slick-slider-gallery {
  width: 100%;
}

.slick-list {
  width: 100% !important;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}

.slide-box {
  width: 100% !important;
  max-width: 100%;
}

.col-lg-10,
.col-md-10 {
  overflow: hidden;
}