/* START----------------------------------------Global-Styles---------------------------------------- */
@font-face {
  font-family: "Biome-Pro";
  src: url("fonts/Monotype-BiomePro-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Biome-Pro";
  src: url("fonts/BiomePro-SemiBold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Biome-Pro";
  src: url("fonts/BiomePro-Bold.otf") format("opentype");
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}
.button-style-reset {
  outline: none;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  padding: 0; /* Reset input padding */
}
:root {
  --primary-color: linear-gradient(209deg, #05b4eb 0%, #024883 100%);
  --primary-color-reversed: linear-gradient(209deg, #024883 0%, #05b4eb 100%);
  --primary-color-plain: #05b4eb;
  --secondary-color: #ffffff;
  --nav-cta-color: linear-gradient(209deg, #fff 0%, #dee5e6 100%);
  --nav-cta-color-reversed: linear-gradient(209deg, #dee5e6 0%, #fff 100%);
  --background-color-dark: #0d0f1a;
  --background-color-light-dark: #16192a;
  --background-color-light: #ffffff;
  --text-color-dark: #ffffff;
  --text-color-light: #efefef;
  --text-color-dim: #9699ac;
  --highlight-blue: #04a3db;
  
  --blue-shade-1: #020304;
  --blue-shade-2: #050F10;
  --blue-shade-3: #08161C;
  --blue-shade-4: #0A1D26;
  --blue-shade-5: #102C3A;
  --blue-shade-6: #112E3C;
  --blue-shade-7: #123140;
  --blue-shade-8: #133444;
  --blue-shade-9: #153B4D;
  --blue-shade-10: #163D4F;
  --blue-shade-11: #184155;
  --blue-shade-12: #1F556F;
  --blue-shade-13: #225C78;
  --blue-shade-14: #23607C;
  --blue-shade-15: #24627F;
  --blue-shade-16: #246381;
  --blue-shade-17: #256786;
  --blue-shade-18: #266989;
  --blue-shade-19: #276D8E;
  --blue-shade-20: #2A7497;
  /* --blue-shade-1: #03142c;
  --blue-shade-2: #041739;
  --blue-shade-3: #051b46;
  --blue-shade-4: #061e53;
  --blue-shade-5: #072360;
  --blue-shade-6: #08276d;
  --blue-shade-7: #092b7a;
  --blue-shade-8: #0a2f87;
  --blue-shade-9: #0b3384;
  --blue-shade-10: #0c3781;
  --blue-shade-11: #0d3b7e;
  --blue-shade-12: #0e3f7b;
  --blue-shade-13: #0f4378;
  --blue-shade-14: #104774;
  --blue-shade-15: #114b71;
  --blue-shade-16: #12406e;
  --blue-shade-17: #13446b;
  --blue-shade-18: #144868;
  --blue-shade-19: #154c65;
  --blue-shade-20: #2a4e86; */
}

.blue-shade-1 { background-color: var(--blue-shade-1) !important; }
.blue-shade-2 { background-color: var(--blue-shade-2) !important; }
.blue-shade-3 { background-color: var(--blue-shade-3) !important; }
.blue-shade-4 { background-color: var(--blue-shade-4) !important; }
.blue-shade-5 { background-color: var(--blue-shade-5) !important; }
.blue-shade-6 { background-color: var(--blue-shade-6) !important; }
.blue-shade-7 { background-color: var(--blue-shade-7) !important; }
.blue-shade-8 { background-color: var(--blue-shade-8) !important; }
.blue-shade-9 { background-color: var(--blue-shade-9) !important; }
.blue-shade-10 { background-color: var(--blue-shade-10) !important; }
.blue-shade-11 { background-color: var(--blue-shade-11) !important; }
.blue-shade-12 { background-color: var(--blue-shade-12) !important; }
.blue-shade-13 { background-color: var(--blue-shade-13) !important; }
.blue-shade-14 { background-color: var(--blue-shade-14) !important; }
.blue-shade-15 { background-color: var(--blue-shade-15) !important; }
.blue-shade-16 { background-color: var(--blue-shade-16) !important; }
.blue-shade-17 { background-color: var(--blue-shade-17) !important; }
.blue-shade-18 { background-color: var(--blue-shade-18) !important; }
.blue-shade-19 { background-color: var(--blue-shade-19) !important; }
.blue-shade-20 { background-color: var(--blue-shade-20) !important; }
a {
  color: #ffffff !important;
  text-decoration: none !important;
}
a:hover {
  color: #ffffff;
  text-decoration: none !important;
}
body {
  font-family: "Biome-Pro";
  font-size: 16px;
  font-weight: 400;
  color: black;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h4,
h6 {
  font-family: "Biome-Pro";
  margin-bottom: 1rem;
}
h1 {
  font-weight: 600;
  font-size: 42px;
  padding-bottom: 10px;
}
h2 {
  font-weight: 600;
  font-size: 24px;
}
h3 {
  font-weight: 600;
  font-size: 16px;
}
h4 {
  font-weight: 600;
  font-size: 14px;
  color: #ababab;
}
.accordian-h {
  font-size: 20px !important;
}
.h-small {
  font-size: 20px !important;
}
.h-big {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 145.5%;
  color: #292929;
}
.v-big {
  font-size: 42px !important;
}
p {
  margin-bottom: 1rem;
}


ul li {
  line-height: 187%;
}
.text-primary {
  color: var(--primary-color);
}
.text-light {
  color: #ffffff !important;
}
.text-dark {
  color: #0d0f1a !important;
}
.text-dull {
  color: #9699ac !important;
}
.text-blue {
  color: #04a3db !important;
}
.underline {
  text-decoration: underline;
}
.weight-400 {
  font-weight: 400 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.weight-700 {
  font-weight: 700 !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
/* END----------------------------------------Global-Styles---------------------------------------- */

/* START----------------------------------------navigation-bar---------------------------------------- */

/* END----------------------------------------navigation-bar---------------------------------------- */

/* START----------------------------------------Body-Sections---------------------------------------- */
/*p, h3, h4, h5, h6{*/
/*    text-align: justify !important;*/
/*}*/
.card-curve, .swiper-slide{
  border-radius: 30px 0 30px 0;
}
a.btn-primary {
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(217, 217, 217, 0);
  background: linear-gradient(209deg, #05b4eb 0%, #024883 100%);
  padding: 10px 10px;
  transition: all 0.3s ease-in-out;
}

a.btn-primary:hover {
  background-size: 100% 100%; /* Increase the background size */
  background-position: 50% 50%; /* Move the background position */
  box-shadow: 0 0 40px rgb(0 149 255 / 55%);
  text-decoration: none;
}
.btn-primary {
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(217, 217, 217, 0);
  background: linear-gradient(209deg, #05b4eb 0%, #024883 100%);
  padding: 10px 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn-primary:hover {
  background-size: 100% 100%; /* Increase the background size */
  background-position: 50% 50%; /* Move the background position */
  box-shadow: 0 0 40px rgb(0 149 255 / 55%);
  text-decoration: none;
}
.btn-primary-form {
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(217, 217, 217, 0);
  background: linear-gradient(209deg, #05b4eb 0%, #024883 100%);
  padding: 10px 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn-primary-form:hover {
  background-size: 100% 100%; /* Increase the background size */
  background-position: 50% 50%; /* Move the background position */
  box-shadow: 0 0 40px rgb(0 149 255 / 55%);
  text-decoration: none;
}
a.btn-secondary {
  font-size: 18px;
  color: #000000;
  border: 1px solid rgba(217, 217, 217, 0);
  /* background: #fff;0 */
  background: var(--nav-cta-color);
  padding: 10px 10px;
}
a.btn-secondary:hover {
  color: #000000;
  background: var(--nav-cta-color-reversed);
}

.nav-cta .btn-primary {
  background-color: transparent;
  background: transparent;
  border-width: 1px;
  border-color: #ffffff;
  margin-right: 10px;
}

.about-wrap {
  position: absolute;
  bottom: 80px;
}
.about-wrap-v2 {
  /* position: absolute; */
  /* bottom: 80px; */
}
.about-content p {
  padding: 16px 0 24px 0;
}
.breadcrumb-nav {
  text-align: left;
  padding: 7vh 0;
  color: var(--highlight-blue);
}
.breadcrumb-nav a {
  color: var(--highlight-blue) !important;
}
.breadcrumb-nav .visited {
  color: var(--text-color-light) !important;
}

.banner-scroller {
  width: 100%;
  /* position: absolute; */
  bottom: 0;
}

.basic-card {
  position: relative;
  height: 40%;
}
.service-card {
}
.basic-card-detail {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  align-items: center;
  bottom: 10px;
  color: #ffffff;
}

/* box-card */
.box-card {
  width: 70%;
  position: relative;
  margin: 0 auto; /*align center */
  position: relative;
}
.box-card:hover .box-icon {
  transform: scale(1.2);
  box-shadow: 0 0 60px rgb(0 149 255 / 25%);
  border-radius: 206px;
}
.box-icon {
  transition: all 0.3s ease-in-out;
}
.box-card .box-icon {
  padding: 25px 36px;
  /* width: fit-content; */
  border: 1px solid #373a4a;
  background: #16192a;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
}
.box-card .box-icon img {
  max-width: 57px;
  /* margin-right: 50px; */
  margin-right: 2vw;
}
.card-col .box-card-arrow {
  max-width: 80px;
  position: absolute;
  right: -33px;
  top: 50px;
}
.box-card .box-card-h {
  padding: 45px 0;
}

/* box-card */
.icon-frame {
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  border: 0.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-frame .arrow-icon {
  max-width: 20px;
}
.image-section {
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  background-image: url("../images/about-section-bg.png");
  background-size: cover;
  background-position: center;
}
.about-image-container {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  background-image: url("../images/about-section-bg-v2.webp");
  background-size: cover;
  background-position: center;
}
.approach-wrap .approach-content-wrap {
  position: relative;
  z-index: 1;
  transform: translateY(20%);
}
.about-wrap-v2 .about-content-wrap {
  transform: translateY(-20%);
}

.container-fluid {
  padding: 0 120px !important;
}

.carousel-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height / width) */
  overflow: hidden;
}
.carousel-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel.slide {
 /* margin-top: 136px; */
  position: relative;
}

.dropdown-item-block .nav-item-text {
  width: 100%;
}

#hero-section {
  /*padding-top: 135px;*/
}
#hero-section .hero-img-container {
  background-size: cover; /* Adjust the background size as needed */
  background-position: center; /* Adjust the background position as needed */
  height: 100vh; /* Set the height of the hero section */
  color: white; /* Set text color for contrast */
  text-align: center; /* Center the content horizontally */
  display: flex;
  align-items: center;
  justify-content: left;
}
#hero-section .hero-img-container.innerpage-banner {
  height: 50vh; /* Set the height of the hero section */
  /* display: block; */
}
#hero-section .hero-img-container h1 {
  font-size: 30px;
  font-weight: 400;
  /* width: 100px; */
  text-align: left;
}
/* for old hero container with carousal */
.hero-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-image: url("../images/1_Top-Banner-Image\ 4.png");
  background-size: cover;
  background-position: center;
}
.highlight-blue {
  color: var(--highlight-blue);
}
/* for old hero container with carousal */
.scroll-wrapper h1 {
  color: white;
  padding-bottom: 50px;
}
section,
footer {
  padding: 80px 0;
}
.footer-socials {
  width: 100%;
}
.footer-socials a img {
  padding: 4px 4px;
}
.footer-newsletter {
  width: 100%;
}
.section-dark {
  background-color: var(--background-color-dark);
  position: relative;
}
.section-light-dark {
  background-color: var(--background-color-light-dark);
  position: relative;
}

.section-white {
  background-color: #fff;
  position: relative;
}
.section-light {
  background-color: #efefef;
  position: relative;
}
.section-half-image {
  text-align: right;
}
.section-half-image img {
  max-width: 90%;
}
section .section-saperator {
  position: absolute;
  bottom: 2px;
  width: 35%;
  height: 1px;
  flex-shrink: 0;
  background: linear-gradient(209deg, #05b4eb 0%, #024883 100%);
}
/* ------------service-card----------- */
.service-card-detail {
  position: absolute;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  align-items: center;
  /* bottom: -396px; */
  /* bottom: -70%; */
  /* bottom: -75%; */
  /* bottom: -100%; */
  /* bottom: -390px; */
  bottom: -78%;
  background-color: #fff;
  color: var(--background-color-dark);
  /* width: 390px; */
  /* height: 512px; */
  height: 100%;
  transition: all 0.3s ease-in-out;
}

/* .swiper-slide .basic-card {
  width: 200px !important;
} */
.slider2 .swiper-wrapper .swiper-slide.service-slide {
  /* width: 30% !important; */
  /* height: 512px !important; */
}
.slider4 .swiper-wrapper .swiper-slide {
  /* max-width: 90px !important; */
  /* width: fit-content !important; */
  /* max-width: 100%; */
}
.service-card {
  /* width: 100%; */
  height: 512px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.service-card .service-img {
  max-width: 100% !important;
  height: 100%;
}
.card-head-overlap {
  height: 100px;
  /* height: 30%; */
}
.service-card-detail {
  padding: 38px;
}
.service-card-detail .service-header {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.service-card-detail .service-header img {
  max-width: 50px;
}
.service-card-detail .service-header h2 {
  /* width: 220px; */
  width: 100%;
  text-align: left;
  padding: 0 20px;
}
.service-card-detail .service-header::after {
  content: url(../images/arrow-up.webp);
}
.service-card-detail p {
  text-align: left;
  padding: 30px 0;
}
.service-card-detail ul {
  text-align: left;
  padding: 30px 0;
}

.service-card-detail .card-btn {
  text-align: left;
}

/* ------------service-card----------- */

/* ------------reveal-card----------- */
.card-overlay {
  background: linear-gradient(180deg, rgba(0, 33, 52, 0) 0%, #000000 100%);
  background-blend-mode: multiply;
  position: absolute;
  opacity: 0.5;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: all 0.7s ease-in-out;
}
.reveal-card-detail {
  position: absolute;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  align-items: center;
  /* bottom: -490px; */
  bottom: -82%;
  color: var(--background-color-dark);
  /* width: 390px; */
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.swiper-slide .basic-card {
  /* width: 276px !important; */
}
.slider2 .swiper-wrapper .swiper-slide.reveal-slide {
  width: 390px !important;
  height: 512px !important;
}
.reveal-card {
  /* width: 390px; */
  width: 100%;
  /* height: 512px; */
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.reveal-card .reveal-img {
  max-width: 100% !important;
}
.reveal-card-detail {
  /* padding: 50px; */
}
.reveal-card-detail .reveal-header {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.reveal-card-detail .reveal-header img {
  max-width: 50px;
}
.reveal-card-detail .reveal-header h2 {
  width: 100%;
  text-align: left;
  padding: 0 20px;
}
.reveal-card-detail .reveal-header::after {
  content: url(../images/diagonal-with-box.webp);

  transition: all 0.3s ease-in-out;
}
.reveal-card-detail p {
  text-align: left;
  padding: 30px 0;
  opacity: 0;
}
.reveal-card-detail ul {
  text-align: left;
  padding: 30px 0;
}

.reveal-card-detail .card-btn {
  text-align: left;
}

/* ------------reveal-card----------- */

/* -------------clients------------- */
.swiper-slide .client-img {
  max-width: 160px;
  cursor: pointer;
}
/* -------------clients------------- */

/* -------------news-section---------- */
.feature-news-container {
  position: relative;
  cursor: pointer;
}
.feature-news-container .feature-image {
  max-width: 100%;
}
.feature-news-container .news-detail-strip {
  background-color: #001540;
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
}
.feature-news-container .feature-news-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.feature-news-detail {
  padding: 20px;
  height: 5vw;
  /* padding: 35px 40px; */
}
.feature-news-detail h2 {
  width: 75%;
  font-weight: 400;
}
.news-detail .news-image {
  max-width: 163px !important;
}
.news-item {
  position: relative;
  background-color: #fcfbfb;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.news-detail {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.news-item:hover {
  background-color: #ffffff;
}
.news-detail h2 {
  width: 50%;
  padding-left: 35px;
  align-self: start;
}
.news-detail .news-image {
  max-width: 305px;
}
.news-item .news-item-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.news-scroll {
  overflow: scroll;
  /* height: 556px; */
  height: 30vw;
}
/* -----------scroll-styles------------ */

/* Webkit browsers (Chrome, Safari) */
.news-scroll::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

.news-scroll::-webkit-scrollbar-thumb {
  background-color: #001540; /* Color of the thumb */
  border-radius: 4px; /* Rounded corners */
}

.news-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #092a6e; /* Color of the thumb on hover */
}

.news-scroll::-webkit-scrollbar-track {
  background-color: transparent; /* Color of the track */
}

/* Firefox */
.news-scroll {
  scrollbar-width: thin; /* Width of the scrollbar */
  scrollbar-color: #001540 #ffffff; /* Color of the thumb and track */
}

.split-section-left {
  padding-right: 5vw;
  text-align: justify;
}
.split-section-right {
  text-align: center;
}
.split-section-right img {
  /* max-width: 85vw; */
  text-align: center;
  max-width: 100%;
  /* height: 100%; */
}

/* ---------scroll-styles------------ */
#IOT-AIOT-section {
  padding-top: 0 !important;
}
.slider2 .swiper-wrapper .swiper-slide.service-slide {
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.07);
}
.swiper-container.slider2 {
  padding: 13px 0;
}
/* END----------------------------------------Body-Sections---------------------------------------- */

/* START----------------------------------------Footer-Section---------------------------------------- */
.footer-newsletter {
  /* padding-right: 20px; */
}
.footer-newsletter .footer-logo {
  max-width: 187px;
}
.footer-newsletter h3 {
  padding-top: 35px;
}

.footer-subscribe-btn {
  padding-top: 21px;
}
/* ------- */

.footer-newsletter .input-wrapper label {
  color: var(--text-color-dim);
  font-weight: 400;
}

.input-label {
  position: absolute;
  bottom: 0px;
  left: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
  opacity: 1;
}

.newsletter-input {
  border: none;
  border-bottom: 1px solid #ccc;
  color: var(--text-color-dim) !important;
  padding: 10px;
  outline: none;
  width: 100%;
  z-index: 1;
  background-color: transparent;
}

/* -------new-label--------- */

.input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;

  & label {
    position: absolute;
    margin-left: 10px;
    /* color: #392b58;
    font-size: 16px;
    font-family: "Roboto"; */

    transition: all 0.2s ease-in-out;
  }

  & .newsletter-input:valid {
    /* background: rgba(255, 255, 255, 0.1); */
    color: transparent;
  }

  & .newsletter-input:focus {
    /* border: 2px solid #938ba3; */
  }

  & .newsletter-input:focus + label {
    transform: translate(0, -15px);
    color: transparent;
  }

  & .newsletter-input:valid + label {
    transform: translate(0, -15px);
    color: transparent;
  }

  & .newsletter-input:focus ~ i {
    opacity: 1;
  }

  & .newsletter-input:valid ~ i {
    color: transparent;
  }
}
/* ------new-label--------- */
/* ------ */
.footer-menu-list .menu-h {
  font-weight: 400;
  color: var(--primary-color-plain);
}

.footer-menu-list .list-item {
  color: var(--text-color-dim);
  transition: all 0.1s ease-in;
  font-weight: 400 !important;
}
.footer-menu-list .list-item:hover {
  color: var(--text-color-light);
}
/* ------credits-------- */
#credits-section {
  width: 100%;
  padding: 0 !important;
  height: 111px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ------credits-------- */

/* -----------contact-us---------- */
.contact-form textarea {
}
.contact-form input,
textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #eee;
  background: #fcfcfc;
  color: #9699ac;
  /* height: 51px; */
  padding: 14px 16px;
}
.contact-form input::placeholder,
textarea::placeholder {
  color: #9699ac;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 145.5%;  */
  padding: auto 10px;
}
.contact-icon-element h2 {
  font-weight: 700;
}
.contact-icon-element {
  border-radius: 17px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  padding: 15vh 11vw;
}
.outer-border {
  border-radius: 17px;
  padding: 10px;
  border: 1px solid #04a0d8;
}
.contact-detail-element {
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  width: 100%;
}
.contact-detail-element .img-container {
  width: 100%;
}
.contact-detail-element .img-container img {
  max-width: 100%;
}
.contact-detail-element .element-text {
  padding-left: 30px;
}
.contact-detail-element .element-text h3 {
  margin-bottom: 10px;
}
/* -----------contact-us---------- */
.section-right-img-wrapper {
  /* width: 100%; */
  height: auto;
  /* padding-bottom: 40%; */
  /* background-size: cover; */
  background-position: center;
  position: relative;
}
.section-right-img-wrapper .section-right-img-text {
  position: absolute;
  width: 11.5vw;
  right: 8vw;
  top: 16vh;
}
.split-section-left.left-services ol {
  list-style: none;
  counter-reset: my-counter; /* Reset the counter for the ol */
}
.split-section-left.left-services ol li {
  /* line-height: 149.5%; */
  counter-increment: my-counter; /* Increment the counter for each li */
  position: relative; /* Required for ::before pseudo-element positioning */

  margin-bottom: 25px;
}
.split-section-left.left-services ol li::before {
  content: counter(
    my-counter
  ); /* Set the content to the current counter value */
  display: inline-block;
  width: 30px; /* Adjust the width of the circle */
  height: 30px; /* Equal height and width to create a circle */
  text-align: center;
  line-height: 30px; /* Center the number vertically */
  font-weight: bold;
  color: white; /* Set the color of the numbers */
  background-color: var(
    --highlight-blue
  ); /* Set the background color of the circles */
  border-radius: 50%; /* Create circular shape */
  position: absolute;
  left: -40px; /* Position the circles to the left of the content */
  top: 0;
}
.split-section-left.left-services ol {
  margin-left: 2vw;
}
/* ---------partners-slider-------- */
#partners-section {
  background-size: cover;
  height: 100%;
  /* padding-bottom: 20%; */
  /* padding-bottom: 52vh; */
  background-position: center;
}
.only-img-section {
  background-size: cover;
  height: 0;
  padding-bottom: 43%;
  background-position: center;
}
.swiper-slide .partners-img {
  max-width: 90%;
  /* cursor: pointer; */
  padding: 5px;
}
/* ---------partners-slider---------- */
/* under-hero */
.half-width-text {
  width: 49vw;
  font-weight: 400;
}
/* under-hero */
/* --------horizontal-card----------- */
.horizontal-slim-card {
  background: linear-gradient(0deg, #1d1d37 0%, #0b3951 100%);
  padding: 40px;
}
.vertical-saperator {
  width: 1px;
  height: 100%;
  background: #fff;
}
.five-g-bg-img {
  background-position: top;
  background-size: cover;
}
/* ----------benifit-cards------ */
.benifit .benifit-head {
  /* padding-right: 12vw; */
}
.benifit-head-img{
  width: 45px;
  height: 45px;
}
.half-screen-quote {
  width: 45vw;
}
/* ----------leader-card----- */
.leader-socials {
  display: flex;
  justify-content: space-between;
  width: 35%;
}

.leader-socials img {
  padding: 0 10px;
  margin-top: 30px;
}
.div-verticle-center {
  display: flex;
  align-items: center;
  height: 100%;
}
/* -----------accordian--------------- */
.accordian-card {
  cursor: pointer;
}
.accordian-card .card-header {
  color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
}
.accordian-card .card-header .accordian-h {
  margin: 0;
  /* width: 100%; */
  width: 78vw;
  padding-left: 16px;
}
.accordian-card .card-header .icon-container {
  width: 50px;
}
.accordian-card .card-header .icon-container img {
  max-width: 100%;
}
.accordian-card .card-body {
  color: #9699ac;
}
.accordian-card .card-header .accordian-h::after {
  content: url("../images/accordian-arrow-up.png"); 
  float: right;
  transition: all 0.3s ease-in-out;
}
.accordian-card .card-header.collapsed .accordian-h::after {
  transform: rotate(-180deg);
}
/* -----------accordian------------- */
/* video-carousal */
.video-slide {
 /* height: 85vh; */
  /* background-color: var(--background-color-dark); */
  background-color: #000000;
  /* background: rgba(0, 0, 0, 0) url("../images/1_Top-Banner-Image-4.png"); */
}
.video-item {
  height: 85vh;
  position: relative;
}
.banner-video {
  width: 100%;
  height: 85vh;
  backdrop-filter: blur(10px);
}
.carousel.slide.video-slide {
  /*margin-top: 136px;*/
  position: relative;
}
.video-bg-blur {
  z-index: -1;
  backdrop-filter: blur(10px);
  width: 100%;
  position: absolute;
}
/* video-carousal */
/* ---------news-slider------------ */
.slidernews {
  position: relative;
}
.slidernews .swiper-button-prev-news {
  left: 0;
}
.slidernews .swiper-button-next-news {
  right: 0;
}
/* -----------news-slider----------- */
/* END----------------------------------------Footer-Section---------------------------------------- */


/* ----------drag-Area------------ */
.drop-zone__prompt {
  width: 100%;
}

.drop-zone {
  width: 100%;
  height: 51px;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #9699ac;
  border: 1px solid #eee;
  background: #fcfcfc;
}
.drop-zone--over {
  border-style: solid;
}
.drop-zone__input {
  display: none;
}
.drop-zone__thumb {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;

  height: 50px;
  /* border-radius: 10px; */
  overflow: hidden;
  background-color: #cccccc;
  background-size: contain;
  position: relative;
}
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
/* ----------drag-Area------------ */
/* ------------list-card---------------- */
.list-card-dark:hover,
.list-card:hover {
  box-shadow: 0px 0px 20px 0px rgba(4, 163, 219, 0.2);
  /* padding: 26px; */
}
.list-card-dark {
  background: var(--background-color-light-dark);
  color: var(--background-color-light);
  box-shadow: 0px 0px 7px 0px rgba(4, 163, 219, 0.2);
  padding: 24px;
  width: auto;
  height: 100%;
  margin: 10px;
  transition: all 0.2s ease-in-out;
}
.list-card {
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(4, 163, 219, 0.2);
  padding: 24px;
  width: auto;
  height: 100%;
  margin: 10px;
  transition: all 0.2s ease-in-out;
}
.card-list-no-dark {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color-plain);
  /* padding: 20px; */
  /* margin-top: 8px; */
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: var(--background-color-dark);
}
.card-list-no {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color-plain);
  /* padding: 20px; */
  /*margin-top: 8px; */
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: var(--secondary-color);
}
.list-card-head {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.list-card-head .list-card-h {
  width: 70%;
  /*margin-bottom: 17px;*/
}


/* ------------list-card---------------- */
/* -----------full-width-index-card-------- */
.card-content-end {
  justify-content: end !important;
  text-align: right !important;
}
.card-content-start {
  justify-content: start !important;
  text-align: left !important;
}
.full-width-card {
  width: 100%;
  background-position: center;
  /* background-position: right -43vw center; */
  background-size: cover;
  height: 26vw;
  position: relative;
}
.full-width-card .full-width-card-content {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  /* padding-left: 5vw; */
}
.full-width-card {
  transition: all 0.2s ease-in-out;
}
.full-width-card:hover {
  height: 28vw;
}
.card-content-start h1,
.card-content-end h1 {
  z-index: 100;
  transition: all 0.2s ease-in-out;
}
.full-width-card:hover .card-content-start h1 {
  margin-left: 4vw;
}
.full-width-card:hover .card-content-end h1 {
  margin-right: 4vw;
}
.opacity-0 {
  opacity: 0;
}
.full-width-card:hover .card-overlay {
  opacity: 0.4;
}
.TOU-content ul {
  padding-left: 30px;
}

/* new-video-banner */
.custom-video {
  position: relative;
  bottom: 0;
  left: 0;
  object-fit: initial;
  width: 100%;
  height: 100%;
}
.video-wrap {
  height: 100vh;
  background-color: #0d0f1a;
}
.video-slide {
  height: 100%;
}

.reveal-card-detail ul {
  display: none;
}
.reveal-card:hover .reveal-card-detail ul {
  display: block;
}
.navigation-wrap.scrolled {
  /* background: #0d0f1a; */
  background: linear-gradient(95deg, #000 37.38%, #2a7497 85.71%);
  /* opacity: 1; */
}
/* new add */
.sec-hero-banner-content{
  margin-top: 100px !important;
}

.no_description{
  padding-top: 20px;
}
.no_description_block{
  padding: 10px !important;
}


/* NEWLY ADDED CODE */
.color-dark{
  color: var(--background-color-dark);
}

.object-fit-contain{
  object-fit:contain;
}

.client-card{
  box-shadow:  0 0.5rem 1rem rgba(4, 163, 219, 0.2);
  border:none;
}
.client-card:hover{
  box-shadow:  0 0.5rem 1rem rgba(4, 163, 219, 0.3);
  border:none;
}
.dignitaries-profile-div{
  position: absolute;
  left: -30px;
  bottom: 30px;
  background: linear-gradient(249.24deg, rgba(5, 180, 235, 0.5) 9.65%, rgba(2, 72, 131, 0.5) 170.19%),
  linear-gradient(0deg,rgba(13, 15, 26, 0.5),rgba(13, 15, 26, 0.5)),
  linear-gradient(0deg, rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.5));
  padding: 20px;
  color: #fff;
  width: 75%;
}
.dignitaries-underline{
  background: white;
  width: 50%;
  height: 1px;
}

.media-news-slider-image-height{
  height: 25vw;
  /* height: 450px; */
}

.digital-img-section {
  background-size: contain;
  background-repeat: no-repeat ;
  height: 0;
  padding-bottom: 43%;
  background-position: center;
}

.box-card h3 {
  line-height: 1.5 !important;
}

section, footer {
  padding: 30px 0;
}
/* NEWLY ADDED CODE ENDS */

.admin-nav-bar{
  display: none;
}



/* Career Form */
/* Career Form */
input,
select {
  width: 100% !important;
  margin-bottom: 15px !important;
  border: 1px solid #eee !important;
  background: #fcfcfc !important;
  color: #9699ac !important;
  height: 51px !important;
  padding: 14px 16px !important;
}

.form-check {
  display: inline-block !important;
  margin-right: 15px;
}

.form-check-input {
  width: auto !important;
  height: auto !important;
  margin-left: 5px;
}

.form-check-label {
  display: inline-block !important;
  margin: 0 22px;
}