/* aircraft-carriers slider css 01-03-2023 */
.swipe_main .swiper {
  width: 100%;
  height: 100%;
}

.slide__inner {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.swipe_main .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swipe_main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swipe_main .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swipe_main .swiper.base__Section {
  height: 525px;
}

.swipe_main .swiper-slide {
  background-size: cover;
  background-position: center;
}

.swipe_main .mySwiper2 {
  height: 80%;
  width: 100%;
}

.swipe_main .mySwiper_3 {
  height: 62vh;
  box-sizing: border-box;
  padding: 0px;
}

.swipe_main .mySwiper_3 .swiper-slide {
  width: 25%;
  height: 100%;
  margin-bottom: 0px !important;
}

.swipe_main .mySwiper_3 .swiper-slide-thumb-active {
  opacity: 1;
}

.swipe_main .mySwiper_3 .swiper-slide::after {
  content: '';
  height: 100%;
  width: 6px;
  display: inline-block;
  position: absolute;
  background: #D9D9D9;
  right: -22px;
  top: 0;
  cursor: pointer;
}

.swipe_main .mySwiper_3 .swiper-slide.swiper-slide-thumb-active::after {
  background: #003B4D;
}

.swipe_main .mySwiper_3 .swiper-slide::before {
  content: '';
  height: calc(100% + 31px);
  width: 6px;
  display: inline-block;
  position: absolute;
  background: #D9D9D9;
  right: -22px;
  top: -30px;
}

.swipe_main .mySwiper2 .swiper-slide img {
  height: 62vh;
  display: block;
  width: calc(100% - 70px);
  object-fit: cover;
}

.swipe_main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start !important;
}

.swipe_main .mySwiper2 {
  width: calc(100% - 130px);
}

.swipe_main .mySwiper_3 {
  width: 130px;
  display: flex;
}

.swipe_main .mySwiper_3 .swiper-wrapper {
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.swipe_main .mySwiper_3 .swiper-wrapper .thums__slide:last-child {
  margin-bottom: 0px !important;
}

.swipe_main .thums__slide {
  width: 70px !important;
  height: 70px !important;
  cursor: pointer;
}

.swipe_main {
  align-items: center;
}


span.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  padding: 0px 6px;
  background-color: #fff;
  opacity: .5;
}

.swipe_main .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset !important;
  top: calc(62vh - 35px);
  width: auto !important;
  left: 0;
  right: 0;
}

.swipe_main span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003B4D;
  opacity: 1;
}

.swipe_main .slide__inner h2 {
  text-align: left;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  padding-left: 35px;
  margin: 10px 0px;
  text-transform: uppercase;
}

.swipe_main .slide__inner iframe {
  width: 100%;
  height: 65vh;
}

/* NEw Slider Css */

.swipe_main {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  /* padding: 0px 24px 0px 24px; */
}


/* NEw Slider Css */

/* accordian css 02-03-2023 */
.accordian_main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.accordion-heading {
  padding-bottom: 0px;
}

.accordion-heading .accordian_h1 {
  display: inline-flex;
  position: relative;
  align-items: center;
  width: 100%;
  gap: 25px;
  transition: all 0.5s ease-in-out;
}

.accordion-heading .accordian_h1 span {
  display: inline-block;
  width: auto;
}

.accordion-heading .accordian_h1::after {
  content: "";
  display: inline-block;
  transform: rotate(0);
  transition: all 0.5s;
  background-image: url('images/Vector.png');
  background-size: 100%;
  width: 40px;
  height: 30px;
  position: relative;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.accordion-heading .accordian_h1.active::after {
  transform: rotate(90deg);
}

.active.accordion-heading::after {
  transform: rotate(-180deg);
}

.not-active.accordion-heading::before {
  transform: rotate(0deg);
}

.accordion-content {
  display: none;
  padding-top: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.accordian_h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 30px 0px;
  text-transform: uppercase;
  line-height: 42.33px;
}

.accordian_h1.active {
  color: #75ABD1;
}

.accordian_p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.accordian_p span {
  font-style: italic;
}

.head_part {
  display: flex;
  cursor: pointer;
}

.head_images {
  width: 300px;
  display: inline-flex;
  align-items: start;
  transition: all 0.5s ease-in-out;
}

.head_images img {
  max-width: 160px !important;
  min-width: 160px;
  padding-right: 25px;
  min-height: 80px;
  transition: all 0.5s ease-in-out;
}

/* .head_part:hover .head_images .images_line {
  max-width: 180px !important;
  min-width: 180px;
  transition: all 0.5s ease-in-out;
} */

/* .head_part:hover .head_images {
  width: 315px;
  transition: all 0.5s ease-in-out;
} */

.head_part:hover ::after {
  margin-left: 20px !important;
}

.head_part:hover .main_heading {
  /* width: calc(100% - 315px); */
  transition: all 0.5s ease-in-out;
}

.main_heading {
  width: calc(100% - 300px);
  transition: all 0.5s ease-in-out;

}

.main_heading .accordian_p {
  width: 60%;
  transition: all 0.5s ease-in-out;
  padding-right: 70px;
}

.accordian_p p {
  margin-top: 0px;
}

.accordion-content .accordian_inner {
  display: flex;
}

.spacer_sec {
  width: 300px;
}

.content_sec {
  width: calc(100% - 300px);
}

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

.paragraph_sec {
  width: 60%;
  padding-right: 70px;
}

.contant_images {
  width: 40%;
}

#careers__sec__id .btn__outer__main {
  width: 726px;
}


/* short code sec */
.short__sec .base__content .content__data.small {
  max-width: 730px;
}

.content__data.small.aos-init.aos-animate span {
  font-style: italic;
}

.short__sec .base__content .content__title {
  max-width: 730px;
  text-align: left;
}

.short__sec .base__inner {
  background-image: url('images/Lifecycle.png');
  padding-top: 80px;
  min-height: 975px;
  padding-bottom: 120px;
}

.National__sec .base__inner {
  background-image: url('images/LHA\ Facts.jpg');
  padding-top: 80px;
}

.careers__sec .base__inner {
  background-image: url('images/careersnew.png');
  padding-top: 80px;
}

.careers__sec .base__inner .sec__title {
  font-size: 50px;
  line-height: 62.225px;
  font-weight: 800;
  color: #fff;
}

.careers__sec .base__inner .sec__title {
  margin-bottom: 12px;
}

.careers__sec .col__wrapper__sec {
  margin-top: 80px;
}

.careers__sec h4 {
  width: 726px;
  text-align: left;
}

.careers__sec .base__content .content__data.small {
  max-width: 726px;
}

.careers__sec .linked__details {
  display: flex;
  width: 726px;
  gap: 20px;
}

.Amc__sec .base__inner {
  background-image: url('images/lhanews.jpg');
  padding-top: 80px;
}

.short__sec .base__inner .sec__title {
  font-size: 50px;
  line-height: 62.225px;
  font-weight: 800;
  padding-bottom: 80px;
  color: #fff;
}


.mySwiper_3 {
  position: relative;
}

.mySwiper_3 .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: #D9D9D9 !important;
  width: calc(80vh + 15px) !important;
  height: 6px;
  transform: rotate(90deg);
  left: unset;
  right: calc(-40vh + 12px);
  top: 40vh;
  border-radius: 0px !important;
}

.mySwiper_3 .swiper-scrollbar-drag {
  background: #003B4D !important;
  border-radius: 0px !important;
}

.short__sec .inner__col_data {
  width: 70%;
}

.short__sec .inner__col {
  width: 30%;
}

.swipe_main.media__gall h2.for__mobile {
  display: none;
}

.mobile__Content_set {
  display: none;
}



@media only screen and (max-width: 1440px) {
  .short__sec .base__inner .sec__title {
    padding-bottom: 50px;
  }

  .short__sec .inner__col {
    width: 40%;
  }

  .short__sec .base__content .content__data.small {
    max-width: 570px;
  }

  .short__sec .base__content .content__title {
    max-width: 570px;
  }

  .swipe_main .mySwiper_3 .swiper-wrapper {
    gap: 25px;
  }

  .paragraph_sec {
    padding-right: 40px;
  }

  .careers__sec .base__content .content__title {
    width: 550px;
    text-align: left;
  }

  .careers__sec .base__content .content__data.small {
    width: 550px;
  }

  .careers__sec .base__inner p {
    width: 550px;
  }

  .careers__sec .linked__details {
    width: 550px;
  }

  .careers__sec .linked__details {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .main_heading .accordian_p {
    width: 100%;
  }

  .paragraph_sec {
    width: 100%;
    padding-right: 0px;
  }

  .contant_images {
    width: 100%;
    margin-top: 20px;
  }

  .head_images {
    width: 200px;
  }

  .head_images img {
    width: 50%;
    min-width: 0;
    padding-right: 20px;
  }

  .spacer_sec {
    width: 200px;
  }

  .content_sec {
    width: calc(100% - 200px);
  }

  /* .swipe_main .mySwiper2 .swiper-slide img,
  .swipe_main .mySwiper_3,
  .swipe_main .slide__inner iframe {
    height: 500px;
  } */

  .swipe_main .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 470px;
  }

  .swipe_main .mySwiper2 {
    width: calc(100% - 100px);
  }

  .swipe_main .mySwiper_3 {
    width: 100px;
  }

  .swipe_main .thums__slide {
    width: 60px !important;
    height: 60px !important;
  }

  .careers__sec .base__content .content__title {
    width: 450px;
    text-align: left;
  }

  .careers__sec .base__content .content__data.small {
    width: 450px;
  }

  .careers__sec .base__inner p {
    width: 450px;
  }

  .careers__sec .linked__details {
    width: 450px;
  }

  .careers__sec .base__inner p.sec__content {
    width: 90%;
  }

  .careers__sec .linked__details {
    padding-top: 0;
  }
}


/* 03-03-2023 */
@media only screen and (max-width: 767px) {
  .accordion-items {
    border-bottom: 1px solid #fff;
  }

  img.images_line {
    display: none;
  }

  .head_images img {
    max-width: 110px;
    min-width: 110px;
    width: 100%;
    padding-right: 20px;
  }

  .head_part {
    display: block;
  }

  .main_heading {
    width: 100%;
  }

  .accordion-content .accordian_inner {
    display: block;
  }

  .content_sec {
    width: 100%;
  }

  .accordion-heading .accordian_h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .accordion-heading .accordian_h1::after {
    width: 20px;
    position: absolute;
    right: 0;
    top: 6px;
  }

  .accordion-heading .accordian_h1 span {
    display: inline-block;
    width: calc(100% - 40px);
  }

  .swipe_main .mySwiper_3 {
    width: 100%;
    height: 25vw;
    margin-top: 10px !important;
  }

  .swipe_main .mySwiper_3 .swiper-slide::after,
  .swipe_main .mySwiper_3 .swiper-slide::before {
    display: none !important;
  }

  .swipe_main .mySwiper_3 .swiper-wrapper {
    flex-direction: row;
    gap: 5px;
  }

  .swipe_main .mySwiper_3 .swiper-slide {
    width: calc(33.33% - 4px) !important;
    height: 25vw !important;
    border-radius: 6px;
    overflow: hidden;
    align-items: flex-start;
  }

  .swipe_main .mySwiper_3 .swiper-slide.swiper-slide-thumb-active img {
    border: 3px solid #75ABD1;
  }

  .swipe_main .mySwiper_3 .swiper-slide img {
    height: 24vw;
    border-radius: 6px;
  }

  .swipe_main .mySwiper_3 .swiper-slide {
    overflow: visible !important;
  }

  .swipe_main .media_button_next,
  .swipe_main .media_button_prev {
    display: none !important;
  }

  .swipe_main.media__gall .media_button_next,
  .swipe_main.media__gall .media_button_prev {
    display: block !important;
    top: 50% !important;
    border: none !important;
    right: 0px !important;
  }

  .swipe_main.media__gall .media_button_prev {
    left: 0px !important;
    right: unset !important;
  }

  .swipe_main .mySwiper2 {
    width: 100%;
    padding-bottom: 28px !important;
  }

  .swipe_main .mySwiper2 .swiper-slide img {
    width: 100%;
  }

  span.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    padding: 0px;
  }

  .swipe_main span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.4);
    background-color: #D0CFCD;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-image: none !important;
    display: inline-flex !important;
    bottom: 0px !important;
    top: unset !important;
    border: solid 2px #fff;
    width: 33px !important;
    height: 33px !important;
    border-radius: 30px;
    left: unset !important;
    right: 27px !important;
  }

  .swipe_main .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px !important;
    top: unset;
  }

  .swiper-button-prev {
    right: 70px !important;
  }

  .swipe_main .slide__inner h2 {
    /* display: none !important; */
    display: block;
  }

  .swipe_main.media__gall .slide__inner h2 {
    display: none !important;
  }

  .swipe_main.media__gall h2.for__mobile {
    position: absolute;
    text-align: left;
    color: #fff;
    width: 100vw;
    left: 0;
    margin: 10px 0px;
    text-transform: uppercase;
    margin-top: 25vw;
    display: none;
    font-size: 16px;
    line-height: 18.75px;
    font-family: "Gilroy", Sans-serif;
    font-weight: 300;
  }

  .swipe_main .mySwiper_3 .swiper-slide.swiper-slide-thumb-active h2.for__mobile {
    display: none !important;
  }


  .swipe_main .mySwiper2 .swiper-slide img,
  .swipe_main .mySwiper2 .swiper-slide iframe {
    height: 320px;
  }

  .domains_Sec .link__hover {
    font-size: 16px;
    line-height: 18px;
  }

  .head_part:hover .main_heading {
    width: 100%;
    transition: all 0.5s ease-in-out;
  }

  .mobile__Content_set {
    display: block;
    text-align: left;
    color: #fff;
    width: 100%;
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18.75px;
    font-family: "Gilroy", Sans-serif;
    font-weight: 300;
  }

  .swipe_main {
    padding: 0px 0px 0px 0px;
  }

}


/* base section responsive section start */
/* .base_sec_res  .swipe_main .swiper-slide {
  min-height: 350px;
  max-height: 350px;
 } */
.base_sec_res .slide__inner {
  padding: 60px 24px 100px;
  margin-bottom: 80px;
  min-height: 500px;
  max-height: 500px;
  background-size: cover;
  justify-content: center;
}

.postid-9055 .base_sec_res .slide__inner {
  padding: 60px 24px 50px;
}


.slide__main_info {

  overflow: hidden;
  font-family: 'Gilroy';
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-weight: 400;
  display: inline-block;
  position: relative;
  width: 100%;
}

.slide__main_info p {
  font-family: 'Gilroy';
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-weight: 400;
}

.base_sec_res .swiper-button-next,
.base_sec_res .swiper-button-prev {
  bottom: 0px !important;
}

.base_sec_res h2.slide__title {
  font-size: 20px !important;
  line-height: 24px;
  padding-left: 0px;
}

.base_sec_res p {
  font-size: 16px;
  line-height: 18.75px;
  color: #fff;
  font-weight: 300;
}

/* base section responsive section end */



/* 06-03-2023 */

.National__sec .base__content .content__data.small {
  max-width: 730px;
  text-align: left !important;

}

.National__sec .base__content .content__title {
  max-width: 730px;
  text-align: left !important;
}

.National__sec .base__inner {
  background-image: url('images/Lifecycle.png');
  padding-top: 80px;
}

.National__sec .base__inner {
  background-image: url('images/LHA\ Facts.jpg');
  padding-top: 80px;
}

.National__sec .base__inner .sec__title {
  font-size: 60px;
  line-height: 62.225px;
  font-weight: 800;
  padding-bottom: 200px;
  color: #fff;
}

.National__sec .base__inner {
  padding: 100px 120px;
  min-height: 900px;
  display: flex;
  flex-direction: column;
}

#national__sec__id .base__inner {
  padding: 100px 165px;
}

#national__sec__id .base__inner.active::before {
  background: rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width: 1440px) {
  .National__sec .base__inner .sec__title {
    padding-bottom: 50px;
  }

  .National__sec .inner__col {
    width: 40%;
  }

  .National__sec .base__content .content__data.small {
    max-width: 570px;
  }

  .National__sec .base__content .content__title {
    max-width: 570px;
  }

  .National__sec .base__inner {
    padding: 96px 60px;
    min-height: 700px;
  }

  #national__sec__id .base__inner {
    padding: 96px 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .National__sec .base__inner {
    min-height: 600px;
    padding: 80px 24px 80px 60px;
  }

  #national__sec__id .base__inner {
    padding: 80px 24px 80px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .career__wrapper {
    width: 100% !important;
    display: inline-block !important;
  }

  .career__wrapper .content__wrapper {
    width: 100% !important;
    padding: 0px 13px 0px 8px !important;
  }

  .career__wrapper .image__wrapper {

    width: 100% !important;
  }

  .career__wrapper .career__name::after {
    max-width: 100%;
  }
}

/* filter css start 06-03-2023 */



/* san__sec 11-03-2023  */
.san__sec .base__content .content__data.small {
  max-width: 730px;
}

.san__sec .base__content .content__title {
  max-width: 730px;
  text-align: left;
}

.san__sec .base__inner {
  background-image: url('images/LPD.png');
  padding-top: 80px;
  min-height: 1086px;
  padding-bottom: 80px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.san__sec .base__inner .sec__title {
  font-size: 50px;
  line-height: 62.225px;
  font-weight: 800;
  padding-bottom: 80px;
  color: #fff;
}

.short__sec .inner__col_data {
  width: 70%;
  margin-top: 55px;
}


.short__sec .inner__col {
  width: 30%;
}

#san__sec__id .base__inner {
  background-image: url('images/LHAFacts.jpg');
}

#alreigh__sec__id .base__inner {
  background-image: url('images/PAUL-IGNATIUS-1.jpg');
}

#zumwalt__sec__id .base__inner {
  background-image: url('images/Zumwalt.png');
}

#spectrum__sec__id .base__inner {
  background-image: url('images/Spectrum-Engineering.jpg');
}

#spectrum__sec__id .base__inner {
  padding: 180px 165px;
}

#zumwalt__sec__id .default.needto_active {
  display: none;
}

#zumwalt__sec__id .base__content {
  margin-top: 52px;
}

.apprentice__sec .base__inner h3 {
  font-size: 50px;
  font-weight: 800;
  color: #003b4d;
  margin: 0px;
  line-height: 42px;
}

.apprentice__sec .sec__content {
  color: #003b4d;
}

.apprentice__sec li {
  color: #003b4d;
}

.apprentice__sec .inner_tabs li::before {
  content: '';
  width: 130px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -160px;
  background: #003b4d;
  transition: all 0.5s;
}

.apprentice__sec .inner_tabs li:hover::before {
  width: 150px;
}

.apprentice__sec .inner_tabs li.active::before {
  width: 190px;
  transition: all 0.5s;
}

.apprentice__sec .base__inner.active::before {
  background: none;
}

.apprentice__sec .base__inner {
  padding: 60px 160px 200px 160px;
}

.apprentice__sec .col__wrapper__sec {
  margin-top: 80px;
}

.apprentice__sec .col__wrapper__sec h4.content__title {
  display: none;
}

.apprentice__sec .base__content .content__data.small {
  max-width: 1080px;

}

.loadbutton a {
  font-size: 20px;
  line-height: 25px;
}

.apprentice__sec .content__data tbody {
  text-align: center;
}

.apprentice__sec .content__data p {
  margin-bottom: 65px;
}

.apprentice__sec .content__data table {
  /* border: 1px solid; */
  padding: 20px 0px;
  font-size: 12px;
  border-collapse: collapse;
}

/* .apprentice__sec .content__data tr {
  border: 1px solid #FFFFFF90;
} */

.apprentice__sec p {
  /* background-color: #F2F4F7; */
  padding-top: 16px;
  margin-bottom: 0px !important;
  font-size: 14px;
  line-height: 20px;
}

.apprentice__sec .inner_tabs li {
  font-size: 16px;
  margin-bottom: 40px;
}

.apprentice__sec .inner__col_data p {
  background-color: #F2F4F7;
}

.apprentice__sec .base__content {
  margin-top: -17px;
}

.apprentice__sec .inner__col_data {
  margin-top: 0px;
}

.apprentice__sec tr:nth-child(even) {
  background-color: #F2F4F7;
}

.apprentice__sec .base__content .content__data.small {
  color: #101828;
}

.apprentice__sec .content__data td {
  padding: 12px;
}

.apprentice__sec .content__data th {
  padding: 26px 8px;
}

.apprentice__sec .base__inner {
  /* background-image: url('images/Apprenticeships.png'); */
  padding-top: 80px;
  background-color: #FFFFFF;
}


.hisorts__sec .base__inner {
  background-image: url('images/Section 2.jpg');
}

.hisorts__sec .click__title {
  display: none;
}


@media only screen and (max-width: 1440px) {
  .apprentice__sec .base__inner {
    padding: 60px 90px 200px 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .apprentice__sec .base__inner {
    padding: 60px 32px 200px 60px;
  }

  .apprentice__sec .content__data p {
    margin-bottom: 35px;
  }

  .apprentice__sec .inner_tabs li.active {
    padding-left: 40px;
  }

  .title__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sub_title_link__sec {
    padding-left: 32px;
    padding-right: 32px;
  }
}


/* news room newsroom__list css */

.newsroom__outer {
  display: flex;
  flex-direction: column-reverse;
}

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

.newsroom__inner {
  width: 20%;
  padding: 50px;
  background: linear-gradient(180deg, #000000 0%, #003B4D 100%);
  border: 1px solid #fff;
}

.newsroom__meta {
  margin-bottom: 10px;
}

.newsroom__meta span.newsroom__mdata {
  font-size: 12px;
  font-weight: 300;
  line-height: 14.06px;
  color: #fff;
}

.newsroom__title {
  line-height: 18.75px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

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

.feature__post:before {
  content: "";
  width: 100%;
  height: 100%;
  /* background-image: url(https://hiienhancemstg.wpengine.com/wp-content/uploads/2023/03/Hero-article-option-21.png); */
  position: absolute;
  background-size: cover;
  left: 0;
  background-repeat: no-repeat;
  background: linear-gradient(90deg, rgba(1, 2, 3, 0.51) 30.47%, #003B4D 50%);
}

.feature__post .col__60__sec {
  width: 60%;
}

.feature__post .col__40__sec {
  position: relative;
  width: 40%;
  padding: 0px 165px 0px 50px;
}

.feature__post span.newsroom__mdata {
  line-height: 14.61px;
  font-size: 14px;
  margin-right: 10px;
}

.feature__post a.newsroom__mdata {
  font-size: 14px;
  line-height: 16.75px;
  color: #fff;
  font-weight: 700;
}

.feature__post .newsroom__title {
  font-size: 30px;
  line-height: 35.16px;
  font-weight: 700;
}

.feature__post .post__content {
  font-family: 'Gilroy';
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  font-weight: 400;
}

.single__media__gallery .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}

.single__media__gallery .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px;
  right: auto;
}

.single__media__gallery .swipe_main span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 0.5;
}

.single__media__gallery .swipe_main .swiper-pagination-bullets.swiper-pagination-horizontal {
  align-items: center;
  display: flex;
  justify-content: center;
}

.single__media__gallery .swipe_main .mySwiper_3 .swiper-slide::before {
  display: none;
}

.swipe_main .mySwiper_3 .swiper-slide::after {
  display: none;
}

.single__media__gallery .swipe_main .mySwiper2 .swiper-slide img {
  width: 100%;
}

/* Career Toggle */
.carrer__gall {
  width: 100%;
  display: inline-block;
  position: relative;
}

.career__wrapper {
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.career__wrapper .image__wrapper {
  display: inline-flex;
  position: relative;
  align-items: baseline;
  width: 40%;
}

.career__wrapper .image__wrapper .image__secc {
  width: 25%;
  display: inline-block;
  padding: 8px;
  position: relative;
  cursor: pointer;
}

.career__wrapper .image__wrapper .image__secc:nth-child(2n + 2) {
  height: calc(100% - 50px);
}

.career__wrapper .image__wrapper .image__secc.active {
  width: 40%;
}

.career__wrapper .image__wrapper .image__secc img {
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;

}

.career__wrapper .image__wrapper .image__secc:nth-child(2n + 2) img {
  min-height: 360px;
  max-height: 360px;
  object-fit: cover;
}

.career__wrapper .image__wrapper .image__secc.active {
  width: 100%;
  transition: all 0.5s;

}

.career__wrapper .content__wrapper {
  align-items: center;
  width: 60%;
  display: inline-block;
  position: relative;
  padding-left: 55px;
}

.career__wrapper .career__quote {
  width: 100%;
  display: inline-block;
  position: relative;
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 24px;

}

.career__wrapper .career__name {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  font-weight: 700;
  padding-bottom: 4px;
}

.career__wrapper .career__name::after {
  content: '';
  display: block;
  position: relative;
  border: 1px solid #75ABD1;
  max-width: 220px;
  width: 100%;
  margin-top: 5px;
}

.career__wrapper .career__position {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-weight: 300;
}

img.image__1 {
  width: 100%;
}


.career__form {
  width: 100%;
  display: inline-block;
  position: relative;
}

.career__form #jobs__form {
  width: 100%;
  display: inline-flex;
  position: relative;
  gap: 30px;
}

.career__form .fomr_col_40 {
  width: 40%;
  display: inline-block;
  position: relative;
}

.career__form .job__box {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 8px 10px 8px 38px;
  border: 0px;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
  font-family: "Gilroy", Sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  font-weight: 400;
}

.career__form ::placeholder,
.career__form ::-moz-placeholder,
.career__form ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}

.career__form .fomr_col_40 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
  width: 100%;
  display: inline-block;
  left: 8px;
}

.dropdown__division {
  display: inline-block;
  width: 100%;
  position: relative;
}

.dropdown__division .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 8px 10px 8px 38px;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
  font-family: "Gilroy", Sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  width: 100%;
  font-weight: 400;
}

.dropdown__division .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown__division ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  top: 50px;
}

.dropdown__division ul.items li {
  list-style: none;
  font-family: "Gilroy", Sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #003B4D;
  font-weight: 400;
  margin-bottom: 8px;
}

.dropdown__division ul.items li input {
  margin: 0px 10px 0px 0px !important;
}


.dropdown__division.visible .items {
  display: block;
}

.career__form .form__submit_btn {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  padding: 5px 20px;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.dropdown__division ul.items {
  z-index: 1;
}

@media only screen and (max-width: 1440px) {
  .feature__post .col__40__sec {
    padding: 0px 90px 0px 40px;
  }

  .newsroom__outer__main {
    padding: 40px 90px;
  }

  .newsroom__col2 {
    gap: 16px;
  }

  .newsroom__card {
    width: calc((100% - 32px) / 3);
  }

  .newsroom__title__main {
    font-size: 16px;
    line-height: 18px;
  }

  input.button__submit {
    font-size: 16px;
  }

  .newsroom__col1 {
    padding-right: 10px;
  }


}

@media only screen and (max-width: 1024px) {
  .newsroom__inner {
    padding: 20px 20px !important;
  }

  .feature__post .col__40__sec {
    padding: 40px 32px 40px 0px;
  }

  .newsroom__outer__main {
    padding: 40px 32px;
  }

  .news_room__content {
    padding: 10px !important;
  }

  .form__title {
    font-size: 16px;
    line-height: 20px;
  }

  input.button__submit {
    font-size: 16px;
    padding: 3px;
  }

  input.input__text__field {
    padding: 8px 10px;
  }

  .career__wrapper .content__wrapper {
    padding-left: 30px;
  }

}

@media only screen and (max-width: 767px) {
  .slide__main_info {
    overflow-y: auto !important;
    padding-right: 10px;
    min-height: 200px;
  }

  .career__wrapper .career__quote {
    font-size: 16px !important;
    line-height: 18px !important;
    font-style: normal !important;
  }

  .feature__post .col__60__sec {
    width: 100%;
  }

  .feature__post {
    display: inline-block;

  }

  .feature__post .col__40__sec {
    width: 100%;
  }

  .feature__post:before {
    background: linear-gradient(180deg, rgba(1, 2, 3, 0.51) 20%, #003B4D 50%);
  }


  .feature__post .newsroom__title {
    font-size: 16px;
    line-height: 19px;
  }

  .feature__post .col__40__sec {
    padding: 40px 24px 40px 24px;
    margin-top: -80px;
  }

  .feature__sec img {

    height: 300px !important;
    object-fit: cover !important;
  }

  .newsroom__outer__main {
    padding: 24px 24px;
  }

  .feature__post .post__content {
    font-size: 14px;
    line-height: 16px;
  }

  #hii__next__base__sec .slide__inner {
    margin-bottom: 0px;
  }

  #hii__next__base__sec .swiper-button-next,
  #hii__next__base__sec .swiper-button-prev {
    bottom: 40px !important;
  }

  .slide__main_info table {
    width: 100%;
    text-align: left;
  }

  .career__form #jobs__form {
    width: 100%;
  }

  .career__form .fomr_col_40 {
    width: 100% !important;
    margin-bottom: 15px !important;

  }

  .fomr_col_20 {
    width: 100%;
    max-width: 40%;
    padding-top: 20px !important;
    margin-bottom: 15px !important;
  }

  .career__form #jobs__form {
    display: inline-block;
  }

  .career__form .form__submit_btn {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .base_sec_res h2.slide__title {
    font-size: 24px !important;
    line-height: 28px;
    padding-left: 0px;
    margin-top: 50px;
  }

  .image__secc:after {
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
  }

  .image__secc.active:after {
    opacity: 0;
  }

  .image__secc.active {
    width: 25% !important;
  }

  .image__secc {
    width: 25% !important;
  }

  .career__wrapper .career__name::after {
    max-width: 100%;
  }

  .career__wrapper .image__wrapper .image__secc img {
    min-height: 300px;
    max-height: 300px;
  }

  .career__wrapper .image__wrapper .image__secc:nth-child(2n + 2) img {
    min-height: 260px;
    max-height: 260px;
  }
}

#careers__sec__id .col__wrapper__sec {
  min-height: 400px;
}



/* MOdel Css */

.moderl__overlayy {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  display: none;
  text-align: center;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  right: 0;
}

.moderl__overlayy.active {
  display: block !important;
}

.model__inner {
  max-width: 60vw;
  height: 100vh;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.model__wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  text-align: left;
  height: 100vh;
  overflow: auto;
}

.term__list.mobile_only {
  padding: 30px 30px 120px;
}

.close_btnn {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.model__inner a,
.model__inner span,
.model__inner h3,
.model__inner h4,
.model__inner label,
.model__inner .checklist label {
  color: #144554 !important;
}

.model__inner h3,
.model__inner h4 {
  margin-top: 20px !important;
}

.model__inner .term__list .margin_top_0 {
  margin-top: 20px !important;
}

.model__inner .inline_f_btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  flex-wrap: wrap;
}

.model__inner .inline_f_btn a {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}

.model__inner .inline_f_btn a:last-child {
  margin-right: 0px;
}

.model__inner .filter_btn {
  text-align: center;
  background: #5B6670;
  padding: 12px;
  border: solid 2px #5B6670;
  font-family: 'Gilroy';
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  border-radius: 5px;
  width: 100%;
}

.model__inner .clear_btn {
  text-align: center;
  background: #fff;
  padding: 12px;
  border: solid 2px #5B6670;
  font-family: 'Gilroy';
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #5B6670 !important;
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width:767px) {
  .hide_me_in_mob {
    display: none !important;
  }

  .model__wrapper .checkbox_wrapper {
    position: relative !important;
    display: inline-block !important;
    margin-top: 0px !important;
    padding-left: 0px !important;
  }

  .model__wrapper .division__title__main {
    width: 100%;
    display: inline-block;
  }

}

@media screen and (max-width:680px) {
  .model__inner {
    max-width: 100vw;
    height: 100vh;
  }
}


#aircraft-carriers .base__content.needto_active {
  display: none !important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-10b68f4.elementor-section-full_width.elementor-section-stretched.elementor-section-height-default.elementor-section-height-default {
  display: none;
}

/* MOdel Css */

.apprentice__sec .base__content .content__data.small {
  max-width: 100% !important;
  width: 100%;
}

.single__media__gallery .swipe_main .slide__inner h2 {
  text-align: left;
  color: #144554;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  margin: 10px 0px;
  padding: 0px;
  text-transform: uppercase;
  display: none;
}

#spectrum__sec__id .base__inner {
  min-height: 600px;
}

#spectrum__sec__id .inner__col {
  margin-top: 120px;
}

#spectrum__sec__id .inner__col_data {
  margin-top: 113px;
}

@media only screen and (max-width: 600px) {
  .single__media__gallery .swipe_main {
    padding: 0px;
  }
}

/* custom shortcode  */
.vp-center {
  justify-content: left !important;
}

.mySwiper_sec .swiper-slide {
  padding: 40px 40px 0px;
  background-color: rgba(0, 59, 77, 1);
  height: 550px;
  align-items: start;
}

.mySwiper_sec .client_name {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}

.mySwiper_sec .client_des {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #fff;
  font-weight: 300;
  margin-top: 12px;
}

.mySwiper_sec .client_read a {
  color: #fff;
  font-size: 16px;
  line-height: 18.75px;
  font-weight: 300;
  text-decoration: underline;
}

.mySwiper_sec .client_read {
  text-align: left;
  margin-top: 12px;
}

.mySwiper_sec button.client_read {
  background-color: rgba(117, 171, 209, 1);
  border: none;
  padding: 7px 15px;
  border-radius: 20px;
}

.mySwiper_sec button.client_read a {
  font-size: 20px;
  line-height: 23px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.mySwiper_sec .client_btn {
  text-align: left;
}

.mySwiper_sec .client_video {
  margin-top: 12px;
}

.mySwiper_sec .swiper-button-prev.slide_button_prev,
.mySwiper_sec .swiper-button-next.slide_button_next {
  width: 50px !important;
  height: 50px !important;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute !important;
  top: unset;
  bottom: 20px;
}

.mySwiper_sec .swiper-button-prev.slide_button_prev {
  right: 200px;
  left: unset;
}

.mySwiper_sec .swiper-button-next.slide_button_next {
  right: 140px;
  left: unset;
}

.swiper.mySwiper_sec {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1700px) {
  .mySwiper_sec iframe {
    height: 26vh;
  }
  .mySwiper_sec .swiper-slide {
    height: 520px;
  }

}

@media only screen and (max-width: 1600px) {
  .mySwiper_sec iframe {
    height: 23vh;
  }
  .mySwiper_sec .swiper-slide {
    height: 500px;
  }
}

@media only screen and (max-width: 1500px) {
  .mySwiper_sec iframe {
    height: 21vh;
  }

  .mySwiper_sec .swiper-slide {
    padding: 30px 40px 0px;
  }
  .mySwiper_sec .swiper-slide {
    height: 480px;
  }
  .swiper.mySwiper_sec {
    padding-bottom: 100px;
  }

  .mySwiper_sec .swiper-button-next.slide_button_next {
    right: 80px;
  }

  .mySwiper_sec .swiper-button-prev.slide_button_prev {
    right: 140px;
  }
}

@media only screen and (max-width: 1300px) {
  .mySwiper_sec iframe {
    height: 19vh;
  }
}

@media only screen and (max-width: 1200px) {
  .mySwiper_sec iframe {
    height: 24vh;
  }

  .mySwiper_sec .swiper-slide {
    height: 510px;
  }
  .mySwiper_sec .swiper-slide {
    padding: 30px 25px 0px;
}
}

@media only screen and (max-width: 1024px) {
  .mySwiper_sec .client_name {
    font-size: 24px;
    line-height: 28px;
  }

  .mySwiper_sec .client_name {
    font-size: 20px;
    line-height: 24px;
  }

  .mySwiper_sec .client_des {
    margin-top: 15px;
  }

  .mySwiper_sec .swiper-slide {
    padding: 30px 30px 0px;
  }

  .mySwiper_sec iframe {
    height: 28vh;
  }
  .mySwiper_sec .swiper-slide {
    height: 520px;
  }

  .mySwiper_sec .client_video {
    margin-top: 15px;
  }

  .mySwiper_sec .client_read {
    margin-top: 15px;
  }

  .mySwiper_sec button.client_read a {
    font-size: 18px;
    line-height: 22px;
  }

  .mySwiper_sec .swiper-button-next.slide_button_next {
    right: 35px;
  }

  .mySwiper_sec .swiper-button-prev.slide_button_prev {
    right: 80px;
  }

  .mySwiper_sec .swiper-button-prev.slide_button_prev,
  .mySwiper_sec .swiper-button-next.slide_button_next {
    width: 40px !important;
    height: 40px !important;
  }

  .swiper.mySwiper_sec {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 900px) {
  .mySwiper_sec iframe {
    height: 24vh;
  }
}

@media only screen and (max-width: 767px) {
  .swiper.mySwiper_sec {
    padding-bottom: 50px;
  }

  .mySwiper_sec .client_des {
    font-size: 12px;
    line-height: 14px;
  }

  .mySwiper_sec .swiper-button-prev.slide_button_prev,
  .mySwiper_sec .swiper-button-next.slide_button_next {
    width: 24px !important;
    height: 24px !important;
    padding: 16px;
  }

  .mySwiper_sec .swiper-button-next:after,
  .mySwiper_sec .swiper-button-prev:after {
    font-size: 12px !important;
  }

  .mySwiper_sec .swiper-slide {
    padding: 20px 20px 0px;
  }

  .mySwiper_sec iframe {
    height: 22vh;
  }

  .mySwiper_sec .swiper-button-next.slide_button_next {
    right: 0 !important;
  }

  .mySwiper_sec .swiper-button-prev.slide_button_prev {
    right: 45px !important;
  }
  .mySwiper_sec .swiper-slide {
    height: 490px;
  }
}




/* hestory swiper */



.history_event_slide_container {
	width: 100%;
	/*height:fit-content;*/
		height: 100vh;
	position: relative;
}

.history_event_slide_container .swiper {
	width: 100%;
	height: 100%;
}
.history_event_year_iner  .swiper .swiper-wrapper{
  margin-left: -60px;
}

.history_event_year_slide .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
  justify-content: flex-start;

}

.history_event_slide_container .history__event {
	display: flex;
	flex-wrap: wrap;
    font-family: 'Urbanist', sans-serif;
	    width: 100%;
	/* align-items: center; */
  padding: 202px 0 0 0;
}

.history_event_slide_container .history_event_inner {
	width: 50%;
}

.history_event_slide_container .history_event_inner.content p{
	color: #fff;
	font-size: 14px;
	max-width: 500px;
	text-align: left;
	line-height: 22px;
	font-weight: 400;
}
.history_event_slide_container .swiper-button-next:after,
.history_event_slide_container .swiper-button-prev:after{
    display: none;
}
.history_event_slide_container .swiper-button-next svg,
.history_event_slide_container .swiper-button-prev svg {
    width: 15px !important;
    height: 15px !important;
    object-fit: cover;
}
.history_event_slide_container .swiper-button-next,
.history_event_slide_container .swiper-button-prev {
    width: fit-content !important;
    height: fit-content;
    position: unset;

}
.history_event_slide_container .event_button {
    background: #DCE1E2;
    padding: 8px 11px;
    border-radius: 50px;
    gap: 12px;
    font-size: 16px;
    line-height: 19.2px;
    font-family: 'Urbanist', sans-serif;
    display: flex;
    align-items: center;
    color: #000 !important;
}

.history_event_slide_container .history_event_button {
    position: absolute;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
     top: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 60px;
    max-width: fit-content;
    width: 100%;
    gap: 10px;
    background: #FFFFFF33;
    padding: 12px;
    border-radius: 30px;
        z-index: 5;
         font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
}
/*.history_event_inner img {*/
/*    border-radius: 10px;*/
/*    width: 100%;*/
/*    max-width: 349px;*/
/*    max-height: 237px;*/
/*}*/
/*.history_event_inner.images {*/
/*    display: grid;*/
/*    flex-wrap: wrap;*/
/*}*/
.history_event_content p {
  margin: 0 0 20px 0;
}
.history_event_content p:nth-last-child(1) {
  margin:0;
}

.history_event_year_slide {
    top: 48px;
    left: 0;
    position: absolute;
    max-width: 540PX;

    width: 100%;
    color: #fff;
}

/*year slide*/
.history_event_year_slide .swiper:before {
    content: "";
    position: absolute;
    background: radial-gradient(62.53% 864.11% at 37.47% 51.11%, rgba(0, 59, 77, 0) 0%, rgba(25, 31, 33, 0) 7.84%, rgba(25, 31, 33, 0.49708) 28.27%, #191F21 55.49%);
    width: 540PX;
    height: 100%;
    z-index: 2;
    top: 0;
}


.history_event_year_slide .event_year h3 {
    font-size: 32.4px;
    /* font-size: 1vw; */
    line-height: 39.6px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
}
.history_event_slide_container .event_year{
    position: relative;
    padding: 8px 15px;
    display: flex;
    gap: 15px;
    align-items: center;

}
/* .history_event_slide_container .history_event_year_slide .swiper-slide {
  width: fit-content !important;
} */

.history_event_year_slide .event_year svg{
  width: 0px;
  transition: all 0.5s ease-out;
}
.history_event_year_slide .swiper-slide.swiper-slide-active .event_year svg{
  width: 19px;
  transition: all 0.5s ease-out;
}
.history_event_slide_container .swiper-scrollbar {
    height: 100% !important;
    width: 40px !important;
    display: flex;
/* transform: rotate(180deg);  */
    background: #0000;
    position: unset !important;
    display: flex;

}


.history_event_slide_container .scrollbar_bot:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 2px;
    transform: translate(-50%, 0%);
    height: 100%;
    background-image:url('data:image/svg+xml,<svg width="2" height="1117" viewBox="0 0 2 1117" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="1280.08" x2="1" y2="-164" stroke="%2375ABD1" stroke-dasharray="12 12"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.history_event_slide_container .swiper-scrollbar-drag {
      background: #0000;
    width: 40px;
    height: 88px !important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url('data:image/svg+xml,<svg width="39" height="88" viewBox="0 0 39 88" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_ii_1_20)"><path d="M0.0377657 35.4938C0.0131477 35.2886 0.050196 35.0808 0.144185 34.8968L17.5827 0.756669C17.9592 0.0195672 19.004 -0.00372434 19.413 0.715868L38.8434 34.9035C38.9455 35.0831 38.9917 35.2891 38.9763 35.4951L35.1722 86.2168C35.1315 86.7595 34.6793 87.1791 34.1351 87.1791H7.16266C6.63621 87.1791 6.19279 86.7857 6.13007 86.263L0.0377657 35.4938Z" fill="%23EAEAEA"/></g><defs><filter id="filter0_ii_1_20" x="0.0303574" y="0.189743" width="41.9488" height="90.9893" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="11"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="shape" result="effect1_innerShadow_1_20"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="3" dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="effect1_innerShadow_1_20" result="effect2_innerShadow_1_20"/></filter></defs></svg>');
    background-size: cover;
}



/**/
.history_event_slide_container .scrollbar_bot {
    position: absolute;
    width: 100%;
    display: flex;
    top: 0;
    height: 100%;
    justify-content: center;
    padding: 215px 0;
}
.history_event_slide_container .history_event_inner.images img {
    width: 100%;
    max-width: 349px;
    height: 237px;
    object-fit: cover;
   border-radius:  9.48px;
}
.history_event_slide_container .event_img:nth-child(even){
    justify-content: flex-start;
}
.history_event_slide_container .event_img {
    display: flex;
    width: 100%;

}


.history_event_slide_container .history__event.historyevent1 .history_img_box {
    max-width: 625px;

}
.history_event_slide_container .history_img_box {
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
}
.history_event_slide_container .history_event_inner.images {
    display: flex;
    justify-content: end;
    height: fit-content;
}
.history_event_slide_container .historyevent1 .event_img.image2 {
    margin: 24px 0 0 0;
}
.history_event_slide_container .historyevent1 .event_img.image2 {
  margin: -96px 0 -15px 0;
}
.history_event_slide_container .historyevent1 .event_img.image3 {
    padding: 0 0 0 70px;
}
.history_event_slide_container .event_img:nth-child(even) {
    justify-content: end;
    transition: all 0.5s ease-out;
}
.history_event_slide_container .history_event_content {
  padding: 50px 0 0 0;
}

.history_event_slide_container .swiper.main_history_slider {
  overflow: visible !important;
}

/* historyevent slide 2 */

.history_event_slide_container .historyevent2 .history_img_box {
  max-width: 669px;

}
.history_event_slide_container .historyevent2 .event_img.image1{
  margin: 0 0 0 43px;
}
.history_event_slide_container .historyevent2 .event_img.image2 {
  margin: -140px -29px -70px 0;
}
.history_event_slide_container .historyevent2 .event_img.image3 {
  margin:0 0 -120px 0  ;
}

/* historyevent slide 3 */

.history_event_slide_container .historyevent3 .history_img_box {
  max-width: 585px;
}
.history_event_slide_container .history__event.historyevent3 {
  align-items: flex-start;
}
.history_event_slide_container .historyevent3 .event_img.image1 img{
  max-width: 585px !important;
  height: 315px !important;
}


/* historyevent slide 4 */
.history_event_slide_container .historyevent4 .history_img_box {
  max-width: 725px;
}
.history_event_slide_container .historyevent4 .event_img.image1{
  margin: 44px 0 0 50px;
}
.history_event_slide_container .historyevent4 .event_img.image2{
  margin: -160px -56px -58px 0;
}
/* .history_event_slide_container .historyevent4 .event_img.image3{
  margin: -122px 0 0 0;
} */
.history_event_slide_container .historyevent4 .event_img.image4{
  margin: -202px 0 0 0;
}


/* historyevent slide 5 */
.history_event_slide_container .historyevent5 .history_img_box {
  max-width:  595px;
}
.history_event_slide_container .historyevent5 .event_img.image2{
  margin: -98px -28px -92px 0;
}
.history_event_slide_container .historyevent5 .event_img.image3 img{
  max-width: 196px !important;
  height: 288px !important;
  margin: 0 0 0 99px ;
}


/* historyevent slide 6 */
.history_event_slide_container .historyevent6 .history_img_box {
  max-width: 575px;
}
.history_event_slide_container .historyevent6 .event_img.image2{
  margin: -237px -28px -92px 0;
}
.history_event_slide_container .historyevent6 .event_img.image1 img{
  max-width: 224.47px !important;
  height: 329px !important;
}
.history_event_slide_container .historyevent6 .event_img.image3{
  margin: -35px 0 0 49px ;
}

/* historyevent slide 7 */
.history_event_slide_container .historyevent7 .history_img_box {
  max-width: 575px;
}
.history_event_slide_container .historyevent7 .event_img.image2{
  margin: -237px -28px -92px 0;
}
.history_event_slide_container .historyevent7 .event_img.image1 img{
  max-width: 224.47px !important;
  height: 329px !important;
}
.history_event_slide_container .historyevent7 .event_img.image3{
  margin: 35px 0 0 49px ;
}

/* historyevent slide 8 */
.history_event_slide_container .historyevent8 .history_img_box {
  max-width: 710px;
}
.history_event_slide_container .historyevent8 .event_img.image1{
  margin: 0 0 0 120px;
}
.history_event_slide_container .historyevent8 .event_img.image2{
  margin: -119px -30px -92px 0;
}
.history_event_slide_container .historyevent8 .event_img.image4{
  margin: -99px -12px 0 0;
}

/* historyevent slide 9 */
.history_event_slide_container .history__event.historyevent9 {
  align-items: flex-start;
}
.history_event_slide_container .historyevent9 .history_img_box {
  max-width: 585px;
}
.history_event_slide_container .historyevent9 .event_img.image1 img{
  max-width: 585px !important;
  height: 315px !important;
}


  /* historyevent slide 10 */
  .history_event_slide_container .history__event.historyevent10 {
    align-items: flex-start;
  }
  .history_event_slide_container .historyevent10 .history_img_box {
    max-width: 669px;
  }
  .history_event_slide_container .historyevent10 .event_img.image1{
  margin:22px 0 0 43px;
  }
  .history_event_slide_container .historyevent10 .event_img.image2{
  margin:-140px -29px -70px 0;
  }
  .history_event_slide_container .historyevent10 .event_img.image4{
    margin: -121px 0 0 24px;
    }



/* historyevent slide 11 */
.history_event_slide_container .history__event.historyevent11 {
  align-items: flex-start;
}
.history_event_slide_container .historyevent11 .history_img_box {
  max-width: 677px;
}
.history_event_slide_container .historyevent11 .event_img.image1 {
  margin:17px 0 0 0;
  }
.history_event_slide_container .historyevent11 .event_img.image2 {
margin:-62px 0 -142px 0;
}
.history_event_slide_container .historyevent11 .event_img.image3 {
  margin:0 0 0 8px;
  }
.history_event_slide_container .historyevent11 .event_img.image4 {
  margin:-18px 78px 0 0;
}

/* historyevent slide 12 */

.history_event_slide_container .history__event{
  height: 100%;

}
.history_event_slide_container .historyevent12 .history_img_box {
  max-width: 655px;
}
.history_event_slide_container .historyevent12 .event_img.image1 img{
  max-width: 349px !important;
  height: 341px !important;
  margin: -62px 0 0 44px;
  }
.history_event_slide_container .historyevent12 .event_img.image2 img{
  max-width: 349px !important;
  height: 353px !important;
  margin:  -100px 0 -158px 0;
}
.history_event_slide_container .historyevent12 .event_img.image3 img{
  max-width: 349px !important;
  height: 274px !important;
}

  /* historyevent slide 13 */

  .history_event_slide_container .historyevent13 .history_img_box {
    max-width: 622px;
  }
  .history_event_slide_container .historyevent13 .event_img.image1 img{
    max-width: 349px !important;
    height: 214px !important;
    }
  .history_event_slide_container .historyevent13 .event_img.image2 img{
    max-width: 481px !important;
    height: 241px !important;
    margin:  -18px 0 19px 0;
  }
  .history_event_slide_container .historyevent13 .event_img.image3 img{
  max-width: 370px !important;
  height: 245px !important;
  }

/* historyevent slide 14 */

.history_event_slide_container .historyevent14 .history_img_box {
  max-width:710px;
}
.history_event_slide_container .historyevent14 .event_img.image2{
  margin: -148px 0 -82px 0;
}

.history_event_slide_container .historyevent14 .event_img.image3{
  margin: 0 0  -60px 75px;
}
.history_event_slide_container .historyevent14 .event_img.image5 img{
  margin:-237px 0 0 17px;
  max-width: 258px !important;
  height: 175.2px !important;
  }

/* historyevent slide 15 */
.history_event_slide_container .historyevent15 .history_img_box {
  max-width:710px;
}
.history_event_slide_container .historyevent15 .event_img.image2{
  margin: -150px 0 -81px 0;
}

.history_event_slide_container .historyevent15 .event_img.image3{
  margin: 0 0  -60px 75px;
}
.history_event_slide_container .historyevent15 .event_img.image5 img{
  margin:-237px 0 0 17px;
  max-width: 258px !important;
  height: 175.2px !important;
  }

/* historyevent slide 16 */
.history_event_slide_container .history__event.historyevent16 {
  align-items: flex-start;
}
.history_event_slide_container .historyevent16 .history_img_box {
  max-width:585px;
}
.history_event_slide_container .historyevent16 .event_img.image1 img{
  max-width: 585px !important;
  height: 315px !important;
}

  .history_mobile_img_box{
    display: none;
  }
  .history_event_year_slide .close_button {
    display: none;
}

/* slider img 2 opacity left effect #1  */
.history_event_slide_container .history_event_inner.images .history_img_box .event_img:nth-child(odd){
  transition: transform 900ms cubic-bezier(.100, .80, .80, .67);
  transform: translateX(150px);
}
.history_event_slide_container .swiper-slide.swiper-slide-active .history_event_inner.images .history_img_box .event_img:nth-child(odd){
  transition: transform 900ms cubic-bezier(.100, .80 , .80, .67);opacity: 1;
  transform: translateX(0);
}


/* slider img 2 opacity right effect #1  */
.history_event_slide_container .history_event_inner.images .history_img_box .event_img:nth-child(even){
  transition: transform 900ms cubic-bezier(.17, .67, .83, .67);
  transform: translateX(-150px);
}
.history_event_slide_container .swiper-slide.swiper-slide-active .history_event_inner.images .history_img_box .event_img:nth-child(even){
  /* transition: transform 0.3s cubic-bezier(.17, .67, .83, .67); */
  transition: transform 900ms cubic-bezier(.17, .67, .83, .67);
  transform: translateX(0);
}

/* slider img 2 opacity effect #1  */
.history_event_slide_container .history_event_inner.images .history_img_box .event_img:nth-child(odd) img{
  opacity: 0;
  transition: all 0.8s ease-out !important;
}
.history_event_slide_container .swiper-slide.swiper-slide-active .history_event_inner.images .history_img_box .event_img:nth-child(odd) img{
  opacity: 1;
  transition: all 0.8s ease-out;
}
/* slider img 2  opacity effect #2 */
.history_event_slide_container .history_event_inner.images .history_img_box .event_img:nth-child(even) img{
  opacity: 0;
  transition: all 0.8s ease-out !important;
}
.history_event_slide_container .swiper-slide.swiper-slide-active .history_event_inner.images .history_img_box .event_img:nth-child(even) img{
  opacity: 1;
  transition: all 0.8s ease-out;
}

.mobile_line_svg{display: none;}
/* .history_event_year_iner  .swiper .swiper-wrapper {
    margin-left: -98px !important;
} */
/* .history_event_year_slide {
    max-width: 540px;
} */

@media only screen and (max-width: 1460px) and (min-width: 1281px) {
  .history_event_slide_container .history_event_inner.content p{ font-size: 15PX; }
  .history_event_content p{ margin: 0px 0 10px 0; }
  .history_img_box {
      max-width: 514px !important;
      row-gap: 12px;
  }
  .history_event_slide_container .historyevent11 .history_img_box,
  .history_event_slide_container .historyevent12 .history_img_box{  transform: translate(0px, -100px) scale(0.7); }


  .history_event_slide_container .history__event.historyevent1 .history_img_box {
    max-width: 460px !important;
}
.history_event_slide_container .historyevent1 .event_img.image2 {
    margin: -96px 0 -25px 0;
}
.history_event_slide_container .historyevent2 .history_img_box {
    max-width: 490px !important;
}
.history_event_slide_container .historyevent4 .event_img.image2 {
    margin: -120px -20px -60px 0 !important;
}
.history_event_slide_container .historyevent4 .history_img_box {
    max-width: 570px !important;
}
.history_event_slide_container .historyevent4 .event_img.image4 {
    margin: -162px 30px 0 0 !important;
}
.history_event_slide_container .historyevent5 .history_img_box {
    max-width:  435px !important;
}
.history_event_slide_container .historyevent5 .event_img.image3 img {
    margin: 0 0 0 20px;
}
.history_event_slide_container .historyevent5 .event_img.image2 {
    margin: -80px -28px -82px 0;
}
.history_img_box {
    max-width: 490px !important;
}
.history__event.historyevent6 .history_img_box {
    max-width: 490px !important;
}
.history_event_slide_container .historyevent6 .event_img.image2 {
    margin: -197px -18px -32px 0;
}
.history_event_slide_container .historyevent6 .event_img.image3 {
    margin: 0;
    justify-content: center;
}
.history_event_slide_container .historyevent7 .event_img.image2 {
    margin: -119px 0 -92px 0;
}
.history_event_slide_container .historyevent7 .event_img.image4 {
    margin: -99px 10px 0 0;
}
.history_event_slide_container .historyevent7 .event_img.image1 {
    margin: 0 0 0 70px;
}
.history__event.historyevent9 .history_img_box {
    max-width: 490px !important;
}
.history_event_slide_container .historyevent10 .history_img_box {
    max-width: 500px !important;
}
.history__event.historyevent11 .history_img_box {
    max-width: 650px !important;
}
.history_event_slide_container .historyevent13 .event_img.image3, .history_event_slide_container .historyevent14 .event_img.image3 {
    margin: -15px 0  -60px 75px;
}
.history_event_slide_container .historyevent13 .event_img.image5 img {
    max-width: 200px !important;
    height: 135.2px !important;
}
.history_event_slide_container .historyevent14 .event_img.image5 img {
    margin: -192px 0 0 17px;
    max-width: 200px !important;
    height: 135.2px !important;
}
.history_event_slide_container .historyevent13 .history_img_box, .history_event_slide_container .historyevent14 .history_img_box {
    max-width: 530px !important;
}
}

@media only screen and (max-width: 1576px) and (min-width: 1281px) {
  /* .history_event_slide_container .historyevent4 .event_img.image2 {
    margin: -160px -56px 12px 0;
} */
}
@media only screen and (max-width: 1576px) and (min-width: 1025px) {

   .history_event_slide_container .history__event {
    padding: 140px 0 0 0;
}
.history_event_year_iner  .swiper .swiper-wrapper {
    margin-left: -10px;
}
.history_event_slide_container .history_event_content {
  height: 74vh;
  overflow-y: scroll;
  width: fit-content;
  padding: 0 20px 0 0;

}

.history_event_slide_container .history_event_content::-webkit-scrollbar-track {
  background: #0000;
}
.history_event_slide_container .history_event_content::-webkit-scrollbar-thumb {
  background: #828282;
}
.history_event_slide_container .history_event_content::-webkit-scrollbar {
  width: 5px;
}
.event_img img {
  max-width: 260px !important;
  height: 180px !important;
}
.history_img_box {
  max-width: 540px !important;
}
.history_event_year_slide .event_year h3 {
  font-size: 16px;

}
.history_event_year_iner svg{
  max-width: 250px;   height: 30px;
}
.history_event_year_slide .swiper:before, .history_event_year_iner{
  max-width: 250px;
  height: 30px;
}
.history_event_year_slide .swiper-slide.swiper-slide-active .event_year svg {
  width: 12px;
}
.history_event_slide_container .historyevent4 .event_img.image2 {
    margin: -160px -56px 22px 0;
}
.history_event_slide_container .historyevent4 .event_img.image4 {
    margin: -162px 0 0 0;
}
.history_event_slide_container .historyevent4 .event_img.image1 {
    margin: 0px 0 0 50px;
}
}

@media only screen and (max-width: 1280px) and (min-width: 1025px){

  .history_event_year_slide .swiper-slide.swiper-slide-active .event_year svg {
    width: 8px;
    transition: all 0.5s ease-out;
}
.history_img_box {
  max-width: 370px !important;
  margin: 0 auto;
}
.history_event_slide_container .event_button {
  font-size: 10px ;
  padding: 5px 8px ;
}
.history_event_slide_container .history_event_button {
  padding: 5px;
}

.history_event_slide_container .history_event_inner.images img {
  width: 100%;
  max-width: 190px;
  height: 140px;
  object-fit: cover;
  border-radius: 9.48px;
}
.history_event_slide_container .event_img img {
  max-width: 180px !important;
  height: 135px !important;
}
.history_event_slide_container .history_event_content {
  /* height: 350px; */
  height: 75vh;
  overflow-y: scroll;
  width: fit-content;
  padding: 0 20px 0 0;

}
/* .history__event.historyevent14 .event_img.image5 img {
    max-width: 182px !important;
    height: 135px !important;
} */
.history__event.historyevent14 .event_img.image5 img, .history_event_slide_container .historyevent13 .event_img.image5 img {
    max-width: 150px !important;
    height: 115px !important;
      margin: -100px 0 0 17px;
}
.history_event_slide_container .historyevent14 .event_img.image3 {
    margin: 0 0  -30px 75px;
}
.history_event_slide_container .historyevent9 .event_img.image1 img,
.history_event_slide_container .historyevent12 .event_img.image1 img,
.history_event_slide_container .historyevent12 .event_img.image2 img,
.history_event_slide_container .historyevent12 .event_img.image3 img,
.history_event_slide_container .historyevent3 .event_img.image1 img,
.history_event_slide_container .historyevent13 .event_img.image1 img,
.history_event_slide_container .historyevent13 .event_img.image2 img,
.history_event_slide_container .historyevent13 .event_img.image3 img {
    max-width: 182px !important;
    height: 135px !important;
}

.history_event_slide_container .historyevent8 .event_img.image1 {
    margin: 0 0 10px 30px;
}
.history_event_slide_container .historyevent7 .event_img.image1 img {
    max-width: 180px !important;
    height: 135px !important;
}
.history_event_slide_container .historyevent7 .event_img.image2 {
    margin: -40px -28px -40px 0;
}
.history_event_slide_container .historyevent7 .event_img.image3 {
    margin: 0;
}
.history_event_slide_container .historyevent13 .event_img.image2 img,  .history_event_slide_container .historyevent12 .event_img.image2 img{
    margin: -40px 0 -40px 0;
}

.history_event_slide_container .history_event_content::-webkit-scrollbar-track {
  background: #0000;
}
.history_event_slide_container .history_event_content::-webkit-scrollbar-thumb {
  background: #828282;
}
.history_event_slide_container .history_event_content::-webkit-scrollbar {
  width: 5px;
}
.history_event_slide_container .historyevent16 .event_img.image1 img {
    max-width: 1200px !important;
    height: 140px !important;
}
.history__event.historyevent6 .history_img_box {
    max-width: 310px !important;
}
.history_event_slide_container .historyevent5 .event_img.image3 img {
    max-width: 166px !important;
    height: 168px !important;
    margin: 15px 0 0 99px;
}
.history_event_slide_container .historyevent2 .event_img.image1 {
    margin: 0 0 5px 32px;
}
}


  /* @media only screen and (min-width: 1025px) {
  .history_event_year_slide .swiper-slide {
    width: fit-content !important;
} */
  /* } */
  @media only screen and (max-width: 1024px) and (min-width: 767px) {
    .history_img_box {
      max-width: 315px !important;
  }
}
  @media only screen and (max-width: 1024px) {
    .history_event_year_iner  .swiper .swiper-wrapper {
    margin-left: 10px;
}
.history_event_slide_container .history__event {
  padding: 140px 0 0 0;
  justify-content: space-between;
}
.history_event_slide_container .history_event_inner {
  width: 45%;
}
.history_event_slide_container .history_event_inner.images img {
  width: 100%;
  max-width: 172px;
  height: 150px;
}
.history_event_year_slide .event_year h3{
font-size: 16px;
font-weight: 400;
line-height: 22px;
}
.history_event_year_slide .swiper-slide.swiper-slide-active .event_year svg {
  width: 10px;
}
.history_event_slide_container .event_year {
  padding: 4px 8px;
  gap: 8px;
}
.history_event_year_slide, .history_event_year_slide .history_event_year_iner > svg {
  max-width: 310px;
}

.history_event_slide_container .history__event {
  align-items: center !important;
}
.history_event_content {
  /* overflow-x: hidden;
  height: 630px; */
  padding: 0 !important;
}
.history_event_slide_container .history_event_button {
  bottom: 0;
}
.history_event_content {
  height: 550px;
  overflow-y: auto;
}
.history_event_slide_container .historyevent1 .event_img.image3{
  padding: 0;
}
.history_event_slide_container .historyevent2 .event_img.image2 {
  margin: -90px 0 -35px 0;
}
.history_event_slide_container .historyevent2 .event_img.image3 {
  margin: 0 0 -90px 0;
}
.history_event_slide_container .historyevent2 .event_img.image1 {
  margin: 0;
}
.history_event_slide_container .historyevent2 .event_img.image1 {
  margin: 0;
}
.history_event_slide_container .historyevent4 .event_img.image1 {
  margin: 0;
}
.history_event_slide_container .historyevent3 .event_img.image1 img {
  height: 175px !important;
}
.history_event_slide_container .historyevent4 .event_img.image4 {
  margin: -90px 0 0 0;
}
.history_event_slide_container .historyevent4 .event_img.image2 {
  margin: -90px 0 -35px  0;
}
.history_event_slide_container .historyevent5 .event_img.image2 {
  margin: -70px 0 -31px 0;
}
.history_event_slide_container .historyevent5 .event_img.image3 img {
  max-width: 150px !important;
  height: 170px !important;
  margin: 0 0 0 0px;
}
.history_event_slide_container .historyevent6 .event_img.image2 {
  margin: -90px 0px -92px 0;
}
.history_event_slide_container .historyevent6 .event_img.image3 {
    margin:50px 0 0 0;
}
.history_event_slide_container .historyevent6 .event_img.image3 img {
    max-width: 300px !important;
}
.history_event_slide_container .historyevent6 .event_img.image1 img {
  max-width: 185px !important;
  height: 220px !important;
  object-position: top;
}
.history_event_slide_container .historyevent7 .event_img.image2 {
  margin: -90px 0px -92px 0;
}
.history_event_slide_container .historyevent7 .event_img.image1 img {
  max-width: 185px !important;
  height: 150px !important;
}
.history_event_slide_container .historyevent8 .event_img.image1 {
  margin: 0;
}
.history_event_slide_container .historyevent8 .event_img.image2 {
  margin: -120px 0 -90px 0;
}
.history_event_slide_container .historyevent8 .event_img.image2 {
  margin: -90px 0 -35px 0;
}
.history_event_slide_container .historyevent5 .event_img.image3 img {
  max-width: 180px !important;
  height: 150px !important;
}
.history_event_slide_container .historyevent16 .event_img.image1 img, .history_event_slide_container .historyevent9 .event_img.image1 img {
  height: 175px !important;
}
.history_event_slide_container .historyevent10 .event_img.image2 {
  margin: -90px -0  -35px 0;
}
.history_event_slide_container .historyevent10 .event_img.image4 {
  margin: -90px 0 24px;
}
.history_event_slide_container .historyevent10 .event_img.image4 {
  margin: -90px 0 24px;
}
.history_event_slide_container .historyevent8 .event_img.image4 {
  margin: -90px -12px 0 0;
}
.history_event_slide_container .historyevent10 .event_img.image1 {
  margin: 0;
}
.history_event_slide_container .historyevent11 .event_img.image1 {
  margin: 0;
}
.history_event_slide_container .historyevent11 .event_img.image2 {
  margin: -90px 0 -35px 0;
}
.history_event_slide_container .historyevent11 .event_img.image4 {
  margin: -90px 0 0 0;
}
.history_event_slide_container .historyevent13 .event_img.image1 img, .history_event_slide_container .historyevent12 .event_img.image1 img {
  max-width: 172px !important;
  height: 150px !important;
  margin: 0;
}
.history_event_slide_container .historyevent12 .event_img.image2 img {
  max-width: 172px !important;
  height: 150px !important;
  margin: -90px 0 -35px 0;
}
.history_event_slide_container .historyevent13 .event_img.image3 img, .history_event_slide_container .historyevent12 .event_img.image3 img {
    max-width: 172px !important;
    height: 150px !important;
}
.history_event_slide_container .historyevent13 .event_img.image2 img {
  max-width: 172px !important;
  height: 150px !important;
  margin: -90px 0 -35px 0;
}
.history_event_slide_container .historyevent14 .event_img.image2, .history_event_slide_container .historyevent14 .event_img.image4 {
  margin: -90px 0 -35px 0;
}
.history_event_slide_container .historyevent14 .event_img.image3 {
  margin: 0;
}
.history_event_slide_container .historyevent14 .event_img.image5 img {
  margin: 0;
  max-width: 172px !important;
  height: 150px !important;
}
.history_event_slide_container .historyevent15 .event_img.image2, .history_event_slide_container .historyevent12 .event_img.image4 {
  margin: -90px 0 -35px 0;
}
.history_event_slide_container .historyevent14 .event_img.image3 {
  margin: 0;
}
.history_event_slide_container .historyevent15 .event_img.image5 img {
  margin: 0;
  max-width: 172px !important;
  height: 150px !important;
}
}

@media only screen and (max-width: 767px) {

.scrollbar_bot {
  display: none !important;
}
 .history_event_slide_container .history_event_inner {
  width: 100%;
}
.history_event_slide_container .history__event {
  padding: 90px 0 0 0;
  justify-content: space-between;
}
.history_event_slide_container .history__event {
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: start;
}
.history_event_content {
  max-height: 60vh;
}
.history_event_inner.content {
      overflow: scroll;
}
.history_event_slide_container  .event_img, .history_event_slide_container  .event_img img {
  margin: 0 !important;
}
.history_event_slide_container .history_img_box {
  flex-wrap: nowrap;
}
/* .history_event_slide_container .history_event_inner.images img{
  max-width: 174px;
} */
.history_event_year_slide {
  top: 24px;
  z-index: 9;
}
.history_event_year_slide .swiper:before{
  background: linear-gradient(89.98deg, rgba(25, 31, 33, 0) 50.1%, rgba(25, 31, 33, 0.49708) 63.97%, #191F21 81.42%);
  width: 210px;
  height: 43px;
}
.history_event_year_slide, .history_event_year_slide .history_event_year_iner > svg{
  max-width: 208px;
  height: 25px;
}
.history_event_year_slide > svg{
  width: 208px;
  height:25px;
}
.history_event_slide_container .history_event_button {
  padding: 0;
  justify-content: space-between;
  max-width: 767px;
  padding: 0 24px 0 0px;
  bottom: 44px;
  background-color: transparent;
}
.history_event_button .close_button {
  display: none;
}
.history_event_slide_container .event_button {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background: transparent;
  color: #fff !important;
  height: 45px !important;
}
.history_event_slide_container .event_button svg{display: none;}
.history_event_button:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #191F21 70.77%, rgba(25, 31, 33, 0.65) 86.27%, rgba(25, 31, 33, 0) 100%);
  background: linear-gradient(180deg, #191f218a 0%, #191F21 25%, #191F21 50%);
  width: 100%;
  height: 154px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.history_event_slide_container .history_event_content {
  margin: 25px 24px 0 0 ;
  padding: 0 14px 0 0 !important;
}
.event_button.swiper-button-disabled {
  opacity: 0 !important;
}
.history_img_box {
  display: none !important;
}
.history_event_slide_container .history_mobile_img_box {
  display: flex;
  width: 767px;
  gap: 4px;
  overflow: scroll;
}
.history_event_slide_container .history_mobile_img_box::-webkit-scrollbar{
  display: none;
}

.history_event_slide_container .history_mobile_img_box  a{
  width: 174.5px;
  height: 118.5px;
  display: contents;
}
.history_event_slide_container .history_mobile_img_box {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.history_mobile_img_box img{
width: 174.5px !important;
height: 118.5px !important;
border-radius: 4px;
object-fit: cover;

 }
 .history_event_year_iner {
  max-width: 210px;
}
.history_event_year_slide {
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  display: flex;
  max-width: 767px;
  padding: 0 24px 0 0;
}
.history_event_year_slide a.event_button {
  border: 1px solid;
}
.history_event_year_slide .close_button {
  display: block;
}
.swiper.slide_timeline.swiper-initialized.swiper-horizontal {
  height: auto;
}
.history_event_slide_container .history_event_inner.content p{
  max-width: 100%;
}
.desktop_line_svg{
  display: none;
}
.mobile_line_svg{
  display: block;
}
.history_event_year_slide .swiper-slide {
  justify-content: flex-start;
}
}

@media only screen and (max-width: 375px) {
.history_event_year_iner {
  max-width: 186px;
}
.history_event_slide_container .swiper.slide_timeline.swiper-initialized.swiper-horizontal.swiper-pointer-events {
  height: inherit !important;
}
}



/* Build It Slider start */

.built_it-slider-container {
    max-width: 1580px;
    margin: 0 auto;
}
.built_it-slide {
    height: 550px;
}

.built_it-slider-wrapper {
    position: relative;
    width: 100%;
    height: 550px /* Adjust the height automatically */
    overflow: visible; /* Allow content to be visible */
}

.built_it-slider {
    display: flex;
    height: auto; /* Adjust height to fit content */
    width: 100%;
}

.built_it-slide {
    position: relative;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
}

.built-it-img {
    height: 100%!important;
    max-width: 100%!important;
    border: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
    object-fit: cover;
}

.built_it-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.built_it-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    color: #FFF;
}

.built_it-slide-content h3 {
    color: #FFF;
    font-family: Urbanist, sans-serif;
    font-size: 24px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    margin-bottom: 10px;
}

.built_it-slide-content a {
    color: #75ABD1;
    font-family: Urbanist, sans-serif;
    font-size: 16px!important;
    font-weight: 800!important;
    text-transform: uppercase!important;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

/* Desktop View */
@media (min-width: 1451px) {
    .built_it-slide {
        width: 25%; /* 25% width for desktop screens */
    }
    .built_it-slider-wrapper {
        overflow: visible; /* Allow content to be visible */
    }
}

/* Laptop View */
@media (max-width: 1450px) and (min-width: 1025px) {
    .built_it-slide {
        width: 26%; /* 26% width for laptop screens */
    }
    .built_it-slider-wrapper {
        overflow: visible; /* Allow content to be visible */
    }
}

/* Tablet View */
@media (max-width: 1024px) and (min-width: 768px) {
    .built_it-slide {
        width: 50%; /* Two slides in a row for tablet screens */
        height: 446px; /* Set the slide height for tablet */
    }
.built_it-slider {
    display: flex;
    flex-wrap: wrap;
}
}

/* Mobile View */
@media (max-width: 767px) {
    .built_it-slide {
        width: 100%; /* Stack slides vertically for mobile */
        height: 446px; /* Set the slide height for mobile */
    }

    .built_it-slider-wrapper {
        height: auto; /* Adjust height to fit slides */
        overflow-x: visible; /* Remove horizontal scrolling */
    }
.built_it-slider {
    display: flex;
    flex-wrap: wrap;
}
}

/* Hide all navigation elements */
.built_it-slider-navigation,
.built_it-navigation-buttons {
    display: none; /* Completely hide the navigation */
}



/* Build It Slider end */

/* leaddership_cpt_data start */

.leader-container {
    display: flex;
    gap: 20px;
    flex-direction: row; /* Ensures items are side-by-side on larger screens */
}

.leader-image {
    flex: 1 1 50%;
    max-width: 40%;
    text-align: center;
}

.leader-details {
    flex: 1 1 50%;
    max-width: 60%;
    padding: 10px; /* Add padding for better spacing */
    display: flex;
    flex-direction: column;
   
}

h2.leader-name {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 30px!important;
    font-weight: 800!important;
    line-height: 63px!important;
    color: var(--e-global-color-primary);
    margin: 0px;
}
h3.leader-position {
    font-size: 18px!important;
    text-transform: uppercase!important;
    line-height: 20px!important;
    margin: 0px;
    color: white;
}
.download-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    background-color: #75ABD1;
    color: white;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 22px 22px 22px 22px;
    font-size: 20px;
    text-transform: uppercase;
}

.download-button:hover {
    background-color: #5b90b8; /* Slightly darker shade on hover */
}

.leader-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.divider {
    width: 450px;
    height: 1px;
    background: #75ABD1;
    margin: 10px 0;
}

.leader-position {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.short-bio-text {
    font-size: 18px;
    font-weight: 400;
    color: white;
    font-family: 'Urbanist', sans-serif !important;
}
.short-bio-text p{
	margin-bottom:0;
}

.long-bio-text {
    font-size: 18px;
    font-weight: 400;
    color: white;
    font-family: 'Urbanist', sans-serif !important;
    margin: 0px;
}

@media screen and (max-width: 768px) {
    .leader-container {
        flex-direction: column; /* Stack items on mobile */
    }
.short-bio-text {
    font-size: 16px!important;
}
.long-bio-text {
    font-size: 16px!important;
}
    h3.leader-position {
    font-size: 16px!important;
}
h2.leader-name {
    font-size: 24px !important;
}
       .leader-image {
        max-width: 70%;
        flex: 1 1 60%;
        margin-left: .5em;
    }
 .leader-details {
        max-width: 100%; 
        flex: 1 1 100%;
    }
.leader-image {
   
    text-align: left!important;
}
a.download-button {
    font-size: 16px;
}

    .divider {
        width: 100%; /* Adjust divider width on mobile */
    }
}



.leadership-buttons-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.leadership-button {
    background-color: #75ABD1;
    color: white;
    padding: 0.5em 1em;
    border-radius: 22px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.leadership-button:hover {
    background-color: #5b90b8;
}

@media screen and (max-width: 1024px) {
    .leadership-button {
        font-size: 15px; /* Adjust button font size on tablets */
    }
}

@media screen and (max-width: 768px) {
    .leadership-buttons-container {
 
        gap: 10px;
    }

    .leadership-button {
        font-size: 14px; /* Adjust button font size on mobile */
        
    }
}


/* leaddership_cpt_data end */

sup {
    font-size: 0.5em;
    vertical-align: super;
    line-height: 0;
}

