/* Reset and Base Styles */

:root {
    --font-title: "IBM Plex Serif", serif;
    --font-body:  'Inter 18pt';
    --color-primary: #F05323;
    --color-dark: #0D0D0D;
    --color-text: #000000;
      --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 20s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

*,
::after,
::before {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    height: 100%;

}

body {
    
      font-family: "Inter 18pt";
       color: #fff;
    background-color: #0A101E;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
}
.margin-left{
margin-left: calc((100% - (1280px - 0rem))/2);
}

.margin-right{
margin-right: calc((100% - (1280px - 0rem))/2);
}

.padding-left{
padding-left: calc((100% - (1280px - 0rem))/2);
}

.padding-right{
padding-right: calc((100% - (1280px - 0rem))/2);
}



.otgs-development-site-front-end{
       display: none !important;
}

  .padding_top_50{
       padding-top: 50px;
   }

     .padding_top_100{
       padding-top: 100px;
   }


    .padding_bottom_50{
       padding-bottom: 50px;
   }


   .padding_50{
    padding: 50px 0;
   }

   .padding_botton_zero{
    padding-bottom: 0 !important;
   }

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

img{
       display: block;
}

/* Typography and Container */

/* main{
      overflow: hidden;
} */

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-title);
    font-weight: 500;
    color: #ffffff;
    font-weight: 500;
}

p {
    font-family: var(--font-body);
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}


p:last-child{
     margin-bottom: 0;
}

a:hover{
    cursor: pointer;
}



/* home banner */
.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
  }

  .hero-banner::after{
    content: "";
       width: 100%;
       height: 100%;
       position: absolute;
       left: 0;
       bottom: 0;
     background: #0A101E;
background: linear-gradient(360deg, rgba(10, 16, 30, 1) 0%, rgba(10, 16, 30, 0.5) 50%);
  }

    .hero-banner::before{
    content: "";
       width: 100%;
       height: 100%;
       position: absolute;
       left: 0;
       bottom: 0;
     background-image: url(../images/bg-banner.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 0 -40px;
     z-index: 1;
  }

  .hero-banner video{
      opacity: 0.7;
  }
  
  .hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  .hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
  }

  .hero-content p{
    max-width: 600px;
  }
  
  .hero-label {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid rgba(74, 85, 110, 1);
    border-radius: 25px;
      font-family: "IBM Plex Serif", serif;
  font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
   background: linear-gradient(
    60deg,
    rgba(74, 85, 110, 1) 0%,
    rgba(27, 30, 38, 1) 100%
  );
  }
  
  .hero-heading {
    font-size: 60px;
    line-height: 65px;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0;
  }

  .relative{
    position: relative;
  }
  
  .hero-heading span {
      font-family:"IBM Plex Serif", serif;
font-weight: 400;
    display: block;
    font-size: 44px;
    line-height: 50px;
  }
  
  .hero-description p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;

    color: #e0e0e0;
  }
  
  .hero-cta-button {
    background: #007bff;
    color: #fff;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-family: "IBM Plex Serif", serif;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: inline-block;
  }
  
  .hero-cta-button:hover {
    background: #0056b3;
  }
  
  /* scrolling text */
  
.about-blurb {
    
    color: #fff;
    padding: 80px 0;
    display: flex;
    justify-content: center;
  }
  
  .about-blurb-inner {
    max-width: 1240px;    
    text-align: left;
    color: #e5e7eb;
    
  }
  
  .about-blurb-inner p {
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.2);
    font-size: 44px;
    line-height: 56px;
     font-family: "IBM Plex Serif", serif;
     font-weight: 400;
  }
  

  /* overview section */

  
.overview-section {
    padding: 100px 0;
         position: relative;
    color: #fff;
    overflow: hidden;
  }

  .overview-section::after{
      content: "";
      width: 100%;
      height: 100%;
      background-image: url(../images/overview-bg.png);
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
  }
  
  .overview-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  
  .overview-image {
    flex: 1 1 45%;
    text-align: center;
  }
  
  .overview-image img {
    max-width: 100%;
    height: auto;
  }
  
  .overview-content {
    flex: 1 1 45%;
  }
  
  .sub-heading {
    font-size: 24px;
    line-height: 30px;
 font-family: "IBM Plex Serif", serif;
  font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .main-title {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 15px;
    color:#fff;
     font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  }


    
  .third-title {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 15px;
    color:#fff;
     font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  }


    .fourth-heading {
    font-size: 28px;
    line-height: 30px;
    font-family: var(--font-body);
  font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
  }


    .second-title {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 15px;
    color:#fff;
     font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  }
  
  .main-title span {
     font-family: "IBM Plex Serif", serif;
  font-weight: 600;
    display: block;
  }
  
  .overview-description p{
     line-height: 30px;
    margin-bottom: 30px;
    color: #fff;
  }
  
  .main-button {
    display: inline-flex;
    background:  rgba(0, 0, 0, 0);
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    position: relative;
    font-family: "IBM Plex Serif", serif;
    font-weight: 500;
    min-width: 180px;
    font-size: 16px;
    border-radius: 25px;
    overflow: hidden;
        transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    text-decoration: none;
  }


  .main-button::after {
        transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    text-decoration: none;
    content: ""; display: block; 
    width: calc(100% - 2px); 
    height:calc(100% - 2px); 
    background: #002563; position: absolute;
    background: linear-gradient(
    180deg,
    rgba(5, 72, 184, 1) 0%,
    rgba(97, 230, 254, 1) 100%
  );
    color: #fff;


    cursor: pointer;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
    z-index: 3;
  
  }
  .main-button::before { content: ""; display: block; width: 100%; height: 100%; 
     position: absolute; z-index: 2; 
  animation: animation-m1cydg 4s linear infinite;
     top: 50%;
    left: 50%;
  width:120px;
    height: 300px;
    opacity: 0;
    
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+16,ffffff+49,dddfe3+87,f5f6f6+100&0+0,1+23,1+73,0+100 */
background: linear-gradient(to right,  rgba(245,246,246,0) 0%,rgba(219,220,226,0.7) 16%,rgba(227,227,232,1) 23%,rgba(255,255,255,1) 49%,rgba(234,235,237,1) 73%,rgba(221,223,227,0.48) 87%,rgba(245,246,246,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  }

  
  .main-button:hover {
    background: linear-gradient(
    180deg,
    rgba(5, 72, 184, 1) 0%,
    rgba(97, 230, 254, 1) 100%
  );
     /* background: radial-gradient(
      closest-side,
      rgba(190, 226, 255, 0.6) 0%,
      rgba(201, 231, 255, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(12, 89, 218, 1) 0%,
      rgba(134, 236, 255, 1) 100%
    ); */
  }
  

.main-button::after{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}


  .main-button:hover::after {
     background: linear-gradient(
    180deg,
    rgba(97, 230, 254, 1) 0%,
    rgba(5, 72, 184, 1) 100%
  );
  }


  
  .main-button:hover::before { opacity: 1;}


  

.text-wrap{ position: relative; z-index: 5; color: #fff; text-decoration: none;cursor: pointer;}


@keyframes animation-m1cydg {
  from { transform: translate(-50%, -50%) rotate(0); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}


  /* counter section */

  
.counter-section {

    padding: 100px 0 60px;
    color: #0A101E;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .counter-section .main-title,
  .counter-section .sub-heading{
     color: #0A101E;
  }

  
  
  .counter-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .counter-header {
    margin: 0 0 40px 0;
  }
  
  .counter-eyebrow {
    font-size: 1rem;
    opacity: 0.6;
    margin-bottom: 10px;
  }
  
  .counter-heading {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
  }
  
  .counter-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .counter-highlight {
    flex: 1 1 45%;
 background: linear-gradient(
    -50.63deg,
    rgba(10, 16, 30, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
    border-radius: 30px;
    padding: 40px;
 border-color: transparent;
  border-width: 1px;
  padding: 45px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-end;
    height: auto;
    position: relative;
  }

   
  
  .counter-stats {
   width: 100%;
    display: flex;
    flex-wrap: wrap;
     gap: 20px 1.2%;
  }
  
  .stat-item {
    width: 24%;
  background: #f3f3f3;
  -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 30px;
    min-height: 268px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
 
    position: relative;
  }


  
  .stat-number {
    font-family: "IBM Plex Serif", serif;
  font-weight: 500;
    font-size: 76px;
    line-height: 100%;
        letter-spacing: -4px;
  background: linear-gradient(
    90deg,
    rgba(5, 72, 184, 1) 0%,
    rgba(97, 230, 254, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Optional for non-webkit browsers */
  background-clip: text;
  color: transparent;
  width: 100%;
  margin-bottom: 20px;
  }

  .stat-number .sub-text{
      font-size: 44px;
      letter-spacing: 0;
  }
  
  .stat-label {
      font-family: "IBM Plex Serif", serif;
    font-size: 20px;
    color: #0A101E;
    font-weight: 400;
    line-height: 120%;
  }
  

  /* testimonial section */

  
.testimonial-section {
    padding: 100px 0 ;
    background-color: #fff; 
    position: relative;

  }

  .testimonial-section::after{
       content: "";
       position: absolute;
       width: 100%;
       height: 650px;
           background-image: url(../images/testimonial-bg.png); 
    background-repeat: no-repeat; 
    background-size: cover; 
    top: -200px;
    left: 0;
  }

  .testimonial-swiper{
 position: relative;
     width: 70%;
    margin: 0 auto;
     overflow: hidden;
  }


  .testimonial-item{
       width: 100%;
       max-width: 930px;
       margin: 0 auto;
       padding-bottom: 50px;
  }
   
  
  .testimonial-swiper .swiper-container {
    width: 100%;
    margin: 0 auto;
   
  }
  
  .testimonial-swiper.swiper-wrapper {
    display: flex;
  }
  
  .testimonial-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  

  
  .testimonial-quote {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
  }
  .testimonial-quote p{
    font-size: 36px;
    line-height: 130%;
    color: #000000;
      font-family: "IBM Plex Serif", serif;
      font-weight: 400;
    margin-bottom: 35px;
  }
  .testimonial-author {
    display: flex;
    align-items: center;
  }
  
  .author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
  }
  
  .author-details {
    color: #000000;
  }
  
  .author-name {
    font-size: 24px;
    line-height: 120%;
    font-family: "IBM Plex Serif", serif;
  font-weight: 500;
    color: #000000;
  }
  
  .author-role {
      font-family: "IBM Plex Serif", serif;
  font-weight: 400;
    font-size: 24px;
    color: #000000;
  }
  
  .swiper-pagination {
    text-align: center;
    padding-top: 30px;
  }
  
  .swiper-pagination-bullet {
    background: #007bff;
    opacity: 1;
  }
  
  .swiper-pagination-bullet-active {
    background: #0056b3;
  }
  
  .swiper-button-next, .swiper-button-prev {
    color: #007bff;
    font-size: 20px;
  }

  .customer_section{
       width: 100%;
       padding: 100px 0 60px;
  }
  

  .service_list_section{
       padding: 70px 0 100px;
       background-color: #0A101E;
       background-image: url(../images/slack-bg.png);
       background-repeat: no-repeat;
       background-size: 100%;
    
  }

    .services_title{
      width: 100%;
         -webkit-position: sticky;
       position: sticky;
       top: 110px;
    }

  .service-list_main{
       width: 100%;
       margin-top: 30px;

  }

  .stack_content{
       width: 45%;
       padding: 30px 0 30px 50px;
  }

  .stack_img{
       width: 55%;
       padding-left: 10%;
  }




  .marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 16px;
}

.marquee_group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: scroll-x var(--duration) linear infinite;
}

.marquee-reverse .marquee_group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

.fa {
  font-size: 70px !important
}

.relative{
  position: relative;
}

.marquee .fa {
  width: 250px;
  height: 180px;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee .fa-inner {
  display: grid;
  place-items: center;
  fill: var(--color-text);
  /* aspect-ratio: 19/9; */
  padding: 20px;
  margin: 2px;
}




.wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: auto;
  max-width: 100vw;
  overflow: hidden;
  margin-top: 50px;
}

@media (max-width: 600px) {
 


  .marquee .fa {
    font-size: 32px !important;
    padding: calc(var(--size) / 16);
    border-radius: 0.35rem;
  }
    .service_detail_image_text .more-details {
      margin-top: 0 !important;
    }
}

@media (max-width: 400px) {
  :root {
    --size: clamp(4rem, 1rem + 20vw, 8rem);
    --gap: calc(var(--size) / 22);
    --duration: 30s;
  }

  body {
    font-size: 0.9rem;
  }

  .marquee .fa {
    font-size: 22px !important;
    padding: calc(var(--size) / 20);
    border-radius: 0.25rem;
  }
}


  .news_section{
       width: 100%;
       padding: 30px 0 60px;
  }

 .testimonials .swiper-button-next, 
 .testimonials .swiper-button-prev{
        top: 40%;
        width: 44px;
        height: 44px;
       background: linear-gradient(
    -50.63deg,
    rgba(17, 27, 50, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }

   .testimonials .swiper-button-next{
       right: 100px;
   }

   .testimonials .swiper-button-prev{
       left: 100px;
   }

   .testimonials .swiper-button-next:hover, 
 .testimonials .swiper-button-prev:hover{
    background: linear-gradient(180deg, rgba(5, 72, 184, 1) 0%, rgba(97, 230, 254, 1) 100%);
 }

   .testimonials .swiper-button-next::after, 
 .testimonials .swiper-button-prev::after{
         font-size: 15px;
         color: #fff;
 } 

 .newsSwiper{
     margin-top: 45px;
 }

 .news_image{
     width: 100%;
     -webkit-border-radius: 24px;
     border-radius: 24px;
     overflow: hidden;
     position: relative;
 }

  .news_image img{
       width: 100%;
       height: 290px;
       object-fit: cover;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
  }

   .news_image:hover img{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
       transform: scale(1.1, 1.1);
   }

  .news-content{
    padding-top: 15px;
  }

    .news-content .date {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 10px;
}

.news-content .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.news-content .learn-more {
      font-family: var(--font-title);
  font-size: 16px;
  font-weight: 500;
  color: #36b1f0;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.learn-more:hover {
  text-decoration: underline;
  color: #0548b8;
}

.news-content .learn-more:hover {
  text-decoration: underline;
  color: #0548b8;
}


.security-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/row-bg.jpg);
  background-size: cover;
  background-position: top right;
  min-height: 350px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: white;
  font-family: "Segoe UI", sans-serif;
  overflow: hidden;
  position: relative;
}

.security-content {
  max-width: 55%;
  padding-left: 60px;
}

.security-content h2 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 45px;
}

.security-content h2 span {
      font-family: "IBM Plex Serif", serif;
  font-weight: 100 !important;
  font-size: 36px;
}

.security-content p {
  margin-bottom: 20px;
}

.security-content .main-button{
    margin-top: 10px;
    background-color: #0B1223;
}

.security-content .main-button:hover{
  background-color: #007bff;
}

.security-graphic img {
  animation: float 6s ease-in-out infinite;
}

.security-graphic{
     width: 50%;
}

.security-graphic img{
     width: 100%;
}

.linkedin-section{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0;
  overflow: hidden;
}

.insta_card,
.insta_card img{
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
}

.linkedin-text-content {
  width: 35%;
  padding-right: 35px;
}

.linkedinSwiper{
  width: 65%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}


.custom-nav {
    margin-top: 35px;
    display: flex;
    gap: 10px;
    height: 40px;
}

.custom-nav .swiper-button-prev,
.custom-nav .swiper-button-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(
    -50.63deg,
    rgba(17, 27, 50, 0) 0%,
    #9EC5FF 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: background 0.3s;
  position: relative;
      left: inherit;
    right: inherit;
}

.custom-nav .swiper-button-prev::after,
.custom-nav .swiper-button-next::after{
font-size: 14px;
}

.custom-nav .swiper-button-prev::before,
.custom-nav .swiper-button-next::before{
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;

    background: linear-gradient(309.37deg, #0c1326 45.71%, #000000 131.99%);
  z-index: -1;
  border-radius: 100%;
      top: 1px;
    left: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-nav .swiper-button-prev:hover::before,
.custom-nav .swiper-button-next:hover::before{
        background: linear-gradient(180deg, rgba(5, 72, 184, 1) 0%, rgba(97, 230, 254, 1) 100%);
   
}



.custom-nav .swiper-button-prev:hover,
.custom-nav .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.3);
}

.bottom_bg{
     background-image: url(../images/bg-bottom.svg);
     background-repeat: no-repeat;
     background-size: 100%;
     background-position: top left;
}

.bg-white{
     background-color: #fff;
     overflow: hidden;
}

.has-mask-fill>span {
  position: relative;
  display: inline;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 200%;
}

.main-navigation .register_btn{
     display: none;
}

.mobile-toggle {
  width: 30px;
  height: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.mobile-toggle span {
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
}

/* Toggle Animation to "X" */
.mobile-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 3px);
}
.mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.open span:nth-child(3) {
      transform: rotate(-45deg) translate(9px, -5px);
}

.dropdown-arrow-extra{
  display: none;
}

.testimonial-swiper .swiper-pagination{
     bottom: -5px;
}

.testimonial-swiper .swiper-pagination-bullet{
     width: 12px;
     height: 12px;
     margin: 0 3px !important;
     background-color: #E6E6E6;
}

.testimonial-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
           background-color: #284484;
} 

.main{
    min-height: 500px;
    background-repeat: no-repeat;
}

.sub-banner-inner-page{
  width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 90px;
}

.sub-banner-inner-page::after{
           content: "";
           /* width: 906px;
           height: 1200px; */
           aspect-ratio: 1 / 1;
           background-image: url(../images/about_bg_01.svg);
           background-repeat: no-repeat;
           background-position: top right;
           position: absolute;
           right: 0;
           top: 0;
           z-index: 0;
           width: 75%;
           background-size: contain;
}

.career-inner-page::before{
           content: "";
           /* width: 906px;
           height: 1200px; */
           aspect-ratio: 1 / 1;
           background-image: url(../images/ellipse-career-02.png);
           background-repeat: no-repeat;
           background-position: top left;
           position: absolute;
           left: 0;
           top: 0;
           z-index: 0;
           width: 40%;
           background-size: contain;
}


/* .bg-right-02{
  background: url(../images/career_cercle_05.png) -85% 0 no-repeat; background-size: contain;
}
 */
.bg-right-02{ position: relative;}


.bg-right-02::before{
           content: "";
           /* width: 906px;
           height: 1200px; */
           aspect-ratio: 1 / 1;
           background-image: url(../images/career_cercle_05.png);
           background-repeat: no-repeat;
           background-position: top left;
           position: absolute;
           left: 0;
           top: 0;
           z-index: 0;
           width: 40%;
           background-size: contain;
}



.bg-right-02::after{
           content: "";
           /* width: 906px;
           height: 1200px; */
           aspect-ratio: 1 / 1;
           background: url(../images/career_right.png)  right bottom no-repeat;
           background-repeat: no-repeat;
           
           position: absolute;
           right:  0;
           bottom:  0;
           z-index: 0;
           width: 35%;
           background-size: contain;
}


.bg-right-03::before{
           content: "";
           /* width: 906px;
           height: 1200px; */
           aspect-ratio: 1 / 1;
           background-image: url(../images/car-detail-left.png);
           background-repeat: no-repeat;
           background-position: top left;
           position: absolute;
           left: 0;
           bottom: 0;
           z-index: 0;
           width: 56%;
           background-size: contain;
}

.bg-right-03{ position: relative;}




.career-inner-page::after{
           content: "";
           /* width: 906px;
           height: 1200px; */
           aspect-ratio: 1 / 1;
           background-image: url(../images/ellipse-career-01.png);
           background-repeat: no-repeat;
           background-position: top right;
           position: absolute;
           right: 0;
           top: 0;
           z-index: 0;
           width: 50%;
           background-size: contain;
}









.top_right_bg::after{
           content: "";
           /* width: 906px;
           height: 1200px; */
           aspect-ratio: 1 / 1;
           background-image: url(../images/ellipse-career-01.png);
           background-repeat: no-repeat;
           background-position: top right;
           position: absolute;
           right: 0;
           top: 0;
           z-index: 0;
           width: 50%;
           background-size: contain;
}


.z_10{ position: relative; z-index: 10;}





.sub-banner-inner-page .flex{
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.sub_banner_content{
    max-width: 49%;
    padding-left: 40px;
}

.sub_banner_content h1{
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 20px;
}

.sub_banner_image{
     width: 49%;
}


.service_page_list{
     padding: 50px 0 0;
}

.service_page_list ul{
     display: flex;
     flex-wrap: wrap;
     row-gap: 10px;
}

.service_page_list ul li.stack-cards__item{
  position: relative;
  top: 0;
}

.service_page_list ul li .stack-cards-inner{
  justify-content: space-between;
  padding: 0 10%;
}

.service_page_list ul li .stack-cards-inner::after{
  z-index: 1;
}

.service_page_list ul li .stack-cards-inner .stack_img{
 padding-left: 0;
    padding-right: 0;
    width: 45%;
    position: relative;
    z-index: 2;
}

.service_page_list ul li:nth-child(2n) .stack-cards-inner{
         flex-direction: row-reverse;
}



.service_page_list ul li .stack-cards-inner .stack_content{
        padding: 0;
         width: 45%;
          position: relative;
    z-index: 2;
}

.breadcrumb{
    margin-bottom: 20px;
}

.breadcrumb ul{
     display: flex;
     flex-wrap: wrap;
     gap: 10px 30px;
}

.breadcrumb ul li{
          font-size: 16px;
          color: #fff;
               font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  position: relative;
}

.breadcrumb ul li::after{
    content: "";
    width: 7px;
    height: 1px;
    background-color: #86B0D8;
    position: absolute;
    right: -18px;
    top: 13px;
}

.breadcrumb ul li:last-child:after{
     display: none;
}

.breadcrumb ul li a{
  color: #86B0D8;
  text-decoration: none;
}

.breadcrumb ul li a:hover{
     color: #00bfff;
}

.banner_video{
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     opacity: 0.5;
}

.banner_video img,
.banner_video video{
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.service_detail_section{
padding: 50px 0 0 0;
margin-bottom: 50px;
  position: relative;
}

.service_detail_image_text{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
}

.service_detail_image_text.flex_reverse{
      flex-direction: row-reverse;
}

.service_detail_image{
     width: 45%;
     height: auto;
}

.service_detail_text{
     width: 47%;
}

.service_detail_text h2{
    margin-bottom: 20px;
}

.service_detail_text h4{
    margin-bottom: 20px;
}

.anchor-link-position{ position: absolute; top: 0; right: 0;}

.detail_list_text{ padding-right: 3%;}

.service_detail_text p{ max-width: 80%;}

.service_detail_colum_wrap{
position: sticky;
    width: 100%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    border-radius: 30px;
     overflow: hidden;
    margin-top: 60px;
}

 
.service_detail_colum_wrap_inner{
     width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 70px 70px;
    align-items: center;
}

.detail_list{
     width: 100%;
     height: auto;
}

.detail_list_text{
    width: 100%;
    padding-top: 25px;
}

.detail_list_text h3{
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 15px;
}

.detail_list_text p{
     margin-bottom: 0;
}

.detail_list_iocn{
     width: 100px;
     height: 100px;
     padding: 15px;
     -webkit-border-radius: 15px;
     border-radius: 15px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 1px; /* thickness of the border */
  background: linear-gradient(180deg, rgba(22, 78, 161, 1), rgba(86, 134, 207, 1));
  position: relative;
}

.detail_list_iocn::after{
  content:"";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
     background: #0A235D;
background: linear-gradient(351deg, rgba(10, 35, 93, 1) 0%, rgba(9, 43, 122, 1) 100%);

  border-radius: 8px; /* optional */
  display: inline-block;
    -webkit-border-radius: 15px;
     border-radius: 15px;
     position: absolute;
     top:1px;
     left: 1px;
     z-index: 0;
}

.detail_list_iocn img{
     position: relative;
     z-index: 1;
     max-height: 80px;
     max-width: 80px;
}

.detail_colum_tree{
      display: flex;
      flex-wrap: wrap;
      margin-left: -1.5%;
     margin-right: -1.5%;
     row-gap: 50px;
}

.detail_colum_tree.colum_four{
    margin-left: -1.3%;
    margin-right: -1.3%;
}

.detail_colum_tree.colum_four li{
width: 22.4%;
    margin-left: 1.3%;
    margin-right: 1.3%;
}

.detail_colum_tree li{
     width: 30.3%;
     margin-left: 1.5%;
     margin-right: 1.5%;
}

.bg-center{
      background-image: url(../images/detail-shadow-center.svg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain;
}

.bg-left{
   background-image: url(../images/bg_contact.svg);
      background-repeat: no-repeat;
      /* background-position: 0 10%; */
}

.bg-right{
   background-image: url(../images/detail-shadow-right.svg);
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: contain;
}

.about_main_wrap{
     width: 100%;
     padding: 50px 0 80px;
     position: relative;
     z-index: 2;
}

.about_nav_inner{
    width: 100%;
    max-width: 1075px;
    margin: 0 auto;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    border: 1px solid #8DAFFF;
    background-color: #2A3651;
    min-height: 56px;
    padding: 5px;
    overflow: hidden;

}

.about_nav_inner ul{
     display: flex;
     /* flex-wrap: wrap; */
     justify-content: space-between;
      white-space: nowrap;
      overflow-x: auto;

     /* -ms-overflow-style: none;  
      scrollbar-width: none;      */
}

/* .about_nav_inner ul::-webkit-scrollbar {
  display: none;
} */

.about_nav_inner ul li.current_page_item a{
     /* background-color: #0548B8; */
       background: linear-gradient(
    180deg,
    rgba(71, 171, 255, 1) 0%,
    rgba(5, 72, 184, 1) 100% 
  );
}

.about_nav_inner ul li.current_page_item a:hover{
     color: #fff;
}

.about_nav_inner ul li a{
padding: 0 30px;
     line-height: 50px;
     
         -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 500;
    display: block;
    text-decoration: none;
}

html[lang="az"] .about_nav_inner ul li a {
  padding: 0 25px;
}

.about_nav_inner ul li a:hover{
     color: #00bfff;
}

.about_nav_inner ul li.active a:hover{
      color: #fff;
}

.about_who_section{
     width: 100%;
     margin-top: 30px;
}

.about_who_section_inner{
    position: sticky;
    width: 100%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    border-radius: 30px;
 

    overflow: hidden;
    }


    .bg_Style{/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: linear-gradient(185deg, rgb(185 193 207) 0%, rgba(10, 16, 30, 0.75) 37%, rgba(10, 16, 30, 0) 100%);
border-radius: 30px;
    }



        .bg_Style::after{
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    /* background: linear-gradient(0deg, rgba(10, 16, 30, 1) 22%, rgba(10, 29, 73, 1) 90%); */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#092b7a+37,0b162d+99&1+12,0+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#092b7a+0,0a101e+56 */
background: linear-gradient(to bottom,  rgba(9,43,122,1) 0%,rgba(10,16,30,1) 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 30px;
    z-index: -1;
    margin: 0;

        }
/* 
  .about_who_section_inner::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);

background: linear-gradient(to bottom,  rgba(9,43,122,1) 0%,rgba(10,16,30,1) 56%);  

    position: absolute;
 
    top: 0px;
    border-radius: 30px;
    z-index: -1;
    margin: 1px;
} */


   .about_who_section_inner_main {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 120px 50px;
    align-items: center;
}

.who_main_wrap{
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
}

.who_main_text{
     width: 46%;
}

.who_main_image{
      width: 46%;
      -webkit-border-radius: 22px;
      border-radius: 22px;
      overflow: hidden;
}

.who_main_image img{
     width: 100%;
}


.vision_mission_wrap{
      width: 100%;
      margin-top: 90px;
}

.vision_mission_wrap ul{
  width: 100%;
     display: flex;
     flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}


.vision_mission_wrap ul li{
      width: 46%;
}

.leadership_team_section{
      width: 100%;
      margin-top: 50px;
}



.team_inner{
    position: sticky;
    width: 100%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    
    /* background: linear-gradient(184deg, rgba(158, 197, 255, 0.4) 0%, rgb(10 18 37) 35%); */
    overflow: hidden;
    }

  /* .team_inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(10, 16, 30, 1) 60%, rgba(10, 29, 73, 1) 90%);
    position: absolute;
    left: -1px;
    top: 1px;
    border-radius: 30px;
    z-index: -1;
} */

.team_inner_content{
      width: 100%;
      padding: 50px 50px 70px;
}

.team_colum_three{
     width: 100%;
     margin-top: 30px;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     margin-left: -1%;
     margin-right: -1%;
     row-gap: 30px; 
}

.team_colum_three.four_colum li{
   width: 23%;
}

.team_colum_three li{
  width: 31.3%;
        margin-left: 1%;
     margin-right: 1%;
}

.team_colum_three li img{
     /* height: 340px; */
     object-fit: cover;
     object-position: top center;
}

.team_image{
      position: sticky;
    width: 100%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: linear-gradient(184deg, rgba(158, 197, 255, 1) 0%, rgb(10 18 37) 35%);
    overflow: hidden;
    padding: 8px;
}

.padding_zero{
    padding-bottom: 0 !important;
}

  .team_image::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(10, 16, 30, 1) 22%, rgba(10, 29, 73, 1) 90%);
    position: absolute;
    left: -1px;
    top: 1px;
   -webkit-border-radius: 40px;
    border-radius: 40px;
    z-index: -1;
}

.team_image img{
     width: 100%;
        -webkit-border-radius: 30px;
    border-radius: 30px;
}

.team_content{
     width: 100%;
     padding-top: 20px;
     text-align: center;
}

.team_content h4{
          font-size: 24px;
          line-height: 120%;
              font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.who_main_wrap.flex_reverse{
     flex-direction: row-reverse;
}

.who_main_bottom{
     width: 100%;
     /* max-width: 1030px; */
     margin: 0 auto;
     margin-top: 50px;
}

.about_top_content{
     width: 100%;
     padding: 80px 0 30px;
}

.about_top_content_inner{
     max-width: 60%;
}

.customers_section{
     width: 100%;
     margin-top: 30px;
}



.customer_inner{
    position: sticky;
    width: 100%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    border-radius: 30px;
    /* background: linear-gradient(184deg, rgba(158, 197, 255, 0.4) 0%, rgb(10 18 37) 35%); */
    overflow: hidden;
    }

  /* .customer_inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(10, 16, 30, 1) 60%, rgba(10, 29, 73, 1) 90%);
    position: absolute;
    left: -1px;
    top: 1px;
    border-radius: 30px;
    z-index: -1;
} */

.customer_inner_content{
      width: 100%;
      padding: 50px 35px 100px;
}

.customer_inner_content ul{
     display: flex;
     flex-wrap: wrap;
     row-gap: 20px;
}

.customer_inner_content ul li{
        width: 20%;
         display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
}

.certificate_content{
     width: 100%;
     padding: 50px;
}

.certificate_content ul{
      display: flex;
      /* grid-template-columns: repeat(3,1fr); */
      /* gap: 16px; */
      flex-wrap: wrap;
      justify-content: space-between;
      
}

.certificate_content ul li{
  width: 24%;
  aspect-ratio: 282 / 275;
  align-items: center;
      position: sticky;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    /* width: 100%; */
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    /* background: linear-gradient(184deg, rgba(158, 197, 255, 0.4) 0%, rgb(10 18 37) 35%); */
    overflow: hidden;
    padding: 8px;
    margin-bottom: 20px;
}

.certificate_content ul li a{
    text-decoration: none;
}

/* .certificate_content ul li::after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(10, 16, 30, 1) 22%, rgba(10, 29, 73, 1) 90%);
    position: absolute;
    left: -1px;
    top: 1px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    z-index: -1;
} */

.cerfificate-box{
     width: 100%;
     height: 340px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 30px;
     /* background-color: #2A3651; */
     display: flex;
     justify-content: center;
     align-items: center;
}

.cerfificate_name{
     width: 100%;
     padding: 25px 0 20px;
     text-align: center;
     min-height: 100px;
}

.cerfificate_name h5{
   font-size: 24px;
    line-height: 30px;
 font-family: "IBM Plex Serif", serif;
  font-weight: 500;
    color: #fff;
    
}

.solution-counter-section{
      width: 100%;
      padding: 80px 0;
      background-color: #fff;
}

.solution-counter-section .sub-heading,
.solution-counter-section .main-title{
     color: #0A101E;
}

.solution_detail_image{
     width: 50%;
}

.solution_detail_image img,
.solution_detail_image video{
      width: 100%;
}

.solution_detail_image video{
     height: 460px;
     object-fit: cover;
     display: block;
}


.industry_detail_image{
     width: 48%;
}

.industry_detail_image img{
      width: 100%;
}

.solution_detail_text{
      width: 45%;
}

.solution_detail_text .third-title{
     margin-bottom: 25px;
}
.service_detail_image_text .more-details{
  margin-top: 50px;
}

.border_radius_45{
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
     border-radius: 45px;
     overflow: hidden;
}

.border_radius_20{
    -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
     border-radius: 20px;
     overflow: hidden;
}

.title_24 .detail_list_text h3{
      font-size: 24px;
}

.service_detail_colum_wrap_inner .third-title{
     margin-bottom: 40px;
}

.solution_detail_section{
     padding: 100px 0 80px;
}

.industries_list_section {
    width: 100%;
    padding: 30px 0 80px;
}

.btn_center{
     width: 100%;
     margin-top: 55px;
     display: flex;
     justify-content: center;
}

.btn_center .main-button{
     min-width: 180px;
     text-align: center;
}

.industry_detail_section{
     padding: 50px 0 20px;
}

.about_nav_inner.blog_nav{
     width: max-content;
}

.blog_listing{
   padding: 50px 0;
   position: relative;
   z-index: 2;
}

.blog_listing_inner{
     padding-top: 10px;
}

.blog_listing_inner ul{
       display: flex;
       flex-wrap: wrap;
       margin-left: -2%;
       margin-right: -2%;
       row-gap: 50px;
}

.blog_listing_inner ul li{
      width: 29.3%;
         margin-left: 2%;
       margin-right: 2%;
}


   .custom-select-wrapper {
      position: relative;
      display: inline-block;
    background-color: transparent;
    color: #fff;
    padding: 0px 15px 0px 15px;
    font-family: sans-serif;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    right: 0;
    bottom: 0;
    }

    .custom-select-wrapper select{
      padding-right: 20px !important;
    }

    .custom-select-wrapper select option{
      padding: 4px 15px !important;
    }

    .custom-select-wrapper::after {
      content: "";
      width: 15px;
      height: 15px;
      background-image: url(../images/arrow.svg);
      background-repeat: no-repeat;
      background-position: calc();
      position: absolute;
      right: 15px;
      top: 22px;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .custom-select-wrapper select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 10px 8px;
      width: 100%;
      cursor: pointer;
    }

        .custom-select-wrapper select option{
   color: #000;
   cursor: pointer;
        }   

        .webinar_overlay{
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1;
          background: rgba(10, 49, 113, 0.8);
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .webinar_overlay img{
             width: 68px !important;
             height: 68px !important;
        }

        .news-grid-container{
            display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin: auto;
        }

        .news-grid-item{
             margin-bottom: 20px;
        }

      .news-grid-item img {
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      display: block;
    
        }
.blog_detail_wrap{
  width: 100%;
     padding-top: 160px;
}

.related_blog_section{
     padding: 90px 0;
}

        .blog_detail_banner{
            width: 100%;
            height: auto;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            border-radius: 24px;
            overflow: hidden;
        }
         .blog_detail_banner img{
               width: 100%;
         }

         .related_blog_inner{
              width: 100%;
              position: relative;
         }

         .related_blog_inner .main-button{
             position: absolute;
             right: 0;
             top: 0;
         }

         .blog_detail_content{
             width: 100%;
             padding-top: 40px;
         }

         .blog_detail_title{
              width: 100%;
              position: relative;
              margin-bottom: 50px;
              padding-right: 280px;
         }

         .blog_detail_title p{
             margin-bottom: 10px;
         }

         .blog_share{
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              gap: 8px;
                  position: absolute;
    bottom: 0;
    right: 0;
         }

          .blog_share label{
               font-size: 18px;
               padding-right: 10px;
                   font-family: "IBM Plex Serif", serif;
    font-weight: 400;
          }

         .blog_share a {
    background: #002563;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

   .blog_share a:hover{
             background: #007bff;
   }

   .event_detail_spec{
       width: 100%;
       background-color: #15203B;
       border: 1px solid #8DAFFF;
       min-height: 90px;
       padding: 16px 20px 16px 60px;
       -webkit-border-radius: 46px;
       -moz-border-radius: 46px;
       border-radius: 46px;
       display: flex;
       flex-wrap: wrap;
       align-items: center;
   }

      .event_detail_spec ul{
        width: 100%;
            display: flex;
            flex-wrap: wrap;
            row-gap: 15px;
      }

           .event_detail_spec ul li{
                 width: 25%;
                 padding-right: 25px;
           }

          

            .event_detail_spec ul li h4{
                  font-size: 18px;
                  font-family: "IBM Plex Serif", serif;
    font-weight: 400;
    margin-bottom: 10px;
            }

            .event_details_list_main{
                  display: flex;
                  flex-wrap: wrap;
                  justify-content: space-between;
                      align-items: baseline;
            }

                    .event_detail_spec ul li p{
                        margin-bottom: 0;
                    }

                    .service_detail_colum_wrap_inner.event_details_list_main .third-title{
                          margin-bottom: 20px;
                    }

                    .event_details_list_main h5{
                          font-size: 18px;
                  font-family: "IBM Plex Serif", serif;
    font-weight: 400;
                    }

                    .event_details_list_main ul{
                          margin-bottom: 20px;
                          margin-top: 10px;
                    }

                    .event_details_list_main ul li{
                          position: relative;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 25px;
                    }

                    .event_details_list_main ul li::after{
                         content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 9px;
                    }

                    .event_detail_left{
                           width: 52%;
                    }

                    .event_detail_right{
                          width: 35%;
                    }
 
                    .solution_detail_text.careers .third-title {
    margin-bottom: 15px;
}

.career_detail_main{
     width: 100%;
     padding: 60px 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
}

.career_detail_main.flex_reverse{
     flex-direction: row-reverse;
}

.career_detail_section{
     width: 100%;
     padding-bottom: 20px;
}

.career_list_section{
     width: 100%;
     padding: 100px 0;
     background-color: #fff;
}

.w-100{
     width: 100%;
}

 .job-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
        }

        .job-card {
            background: #F3F3F3;
            -webkit-border-radius: 20px;
            border-radius: 20px;
          
            transition: box-shadow 0.2s ease;
            cursor: pointer;
            display: flex;
            flex-wrap: wrap;
        }

         .job-card a{
             padding: 24px;
           display: flex;
            flex-wrap: wrap;
           aspect-ratio: 412/268;
           text-decoration: none;
         }

        .job-card:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .job-title {
            font-size: 24px;
            font-weight: 500;
            color: #000000;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .job-posted {
            font-size: 16px;
            color: #000000;
            margin-bottom: 20px;
            width: 100%;
        }

        .job-location {
            font-size: 16px;
            color: #007bff;
            text-decoration: none;
            font-weight: 500;
            align-self: self-end;
                font-family: var(--font-title);
        }

 

        .career_list_section .third-title{
                   color: #000000;
        }   
        
        .career_list_section .related_blog_inner{
             margin-bottom: 25px;
        }

        .career_form_section{
             width: 100%;
             padding: 40px 0 60px;
        }



        .application-form {
  background: transparent;
  width: 100%;
}

 .application-form  .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 20px;
}

 .application-form  input[type="text"],
 .application-form  input[type="email"],
 .application-form  input[type="tel"],
 .application-form  input[type="url"],
 .application-form  select {
  /* flex: 1; */
  width: 100%;
  padding: 0 24px;
     font-family: "IBM Plex Serif", serif;
    font-weight: 400;
   height: 54px;
   
  border: 1px solid #4d84ff;
  border-radius: 8px;
  background-color: transparent;
  color: white;
  font-size: 16px;
  outline: none;
}

input::placeholder,
select::placeholder,
textarea::placeholder{
           color: #fff !important;
}


 .application-form  select {
  appearance: none;
  background-image: url(../images/select_down.svg);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
}

 .application-form  select option{ color: #000;}


 .application-form input::placeholder,
 .application-form  select:invalid {
  color: #c0c0c0;
}

 .application-form .file-upload {
  flex: 1;
 width: 49%;
    padding: 0 24px;
  height: 54px;
   line-height: 54px;
  border: 1px dashed #4d84ff;
  background: #092B7A;
background: linear-gradient(360deg,rgba(9, 43, 122, 1) 0%, rgba(10, 35, 93, 0.99) 50%);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
     font-family: "IBM Plex Serif", serif;
    font-weight: 400;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.application-form .file-upload .wpcf7-form-control-wrap{
      width: auto;
}

 .application-form .file-upload input {
  display: none;
}

 .application-form .file-upload span {
  pointer-events: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

 .application-form .btn-wrapper {
  text-align: center;
  margin-top: 35px;
}

.application-form .main-button{
     border: none;
}

.career_select .custom-select-wrapper select{
                  color: #000;
}

.career_select .custom-select-wrapper::after{
          background-image: url(../images/arrow-black.svg);
}

.career_form_section{
     background-image: url(../images/career_form_bg.svg);
     background-repeat: no-repeat;
     background-position: left top;
}

.career_detail_section .service_detail_colum_wrap{
     margin-top: 0;
     margin-bottom: 50px;
}

.contact_map{
      width: 100%;
      -webkit-border-radius: 24px;
      border-radius: 24px;
      overflow: hidden;
}

.contact_map iframe{
       margin-bottom: 0;
       display: block;
}

.contact_main_wrap{
      width: 100%;
      padding: 100px 0 60px;
}

.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 140px;
  flex-wrap: wrap;
}

.contact-left {
  flex: 1;
  min-width: 300px;
}



.contact-right {
  flex: 1;
  min-width: 300px;
}

.contact-form form{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      row-gap: 20px;
}

.contact-form form .wpcf7-form-control-wrap{
      width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output{
      border: 1px solid #cf2223 !important;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

.wpcf7 form.sent .wpcf7-response-output{
       border: 1px solid #46b450 !important;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.wpcf7-not-valid-tip{
    font-size: 12px;
    padding-top: 4px;
}

.contact-form input[type="text"],.contact-form input[type="email"],
.contact-form input[type="tel"],.contact-form input[type="url"],.contact-form select,
.contact-form textarea{
    width: 100%;
        padding: 0 24px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 400;
    height: 54px;
     line-height: 52px;
    border: 1px solid #4d84ff !important;
    border-radius: 8px;
    background: transparent !important;
    color: white !important;
    font-size: 16px;
    outline: none;
    resize: none;
}

.contact-form .main-button{
     border: none;
}

.contact-form{
     display: flex;
     flex-wrap: wrap;
     row-gap: 20px;
}

.event_detail_spec.contact_detail{
      margin-top: 90px;
}

.event_detail_spec ul{
      justify-content: space-between;
}

.event_detail_spec.contact_detail ul li{
    width: auto;
 }

 .contact_main_wrap{
     background-image: url(../images/bg_contact2.svg);
     background-repeat: no-repeat;
     background-position: top left;
 }


 .l_team{ 
  aspect-ratio: 356 / 341;
 }

  .l_team img{ height: 100%; }

  .inner-banner-h02{  min-height:600px; padding-top: 200px; padding-bottom:  50px;} 
  .inner-banner-h03{  min-height:700px; padding-top: 200px; padding-bottom:  50px;} 
  .w_100{ width: 100%; }

  .w_02{ width: 45%; }
  .w_02 .detail_colum_tree li{ width: 100%; }

  .pt-0{ padding-top: 0 !important; }
  .service_detail_image_texts{ display: flex; flex-wrap: wrap; align-items: center;}


.contact-list h4 {
  position: relative;
  padding-left: 2rem;
}


.contact-list a{ 
  color: #fff; text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-list a:hover{
    color: #00bfff;
}

.contact-list h4::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.contact-list h4.email::before {
  background-image: url('../images/email.svg');
}

.contact-list h4.phone::before {
  background-image: url('../images/phone.svg');
}

.contact-list h4.address::before {
  background-image: url('../images/location.svg');
}


.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #ffffff;
}


.bg-left-right{ position: relative;}
.bg-left-right::after{
  
    content: "";
           /* width: 906px;
           height: 1200px; */
          
           background-image: url(../images/ellipse-left.svg);
           background-repeat: no-repeat;
           background-position: top left;
           position: absolute;
           left: 0;
           top: 0;
           z-index: 0;
           width: 75%;
           background-size: contain;
               height: 100%;
}
.bg-left-right::before{ 
  
    content: "";
           /* width: 906px;
           height: 1200px; */
          
           background-image: url(../images/ellipse-right.png);
           background-repeat: no-repeat;
           background-position: top right;
           position: absolute;
           right: 0;
           top: 0;
           z-index: 0;
           width: 75%;
           background-size: contain;
               height: 100%;
}

.mb-0{margin: 0;}


.footer-brand p{ line-height: 22px;}

.security-banner .main-button{ background: #0B1223!important; }
.security-banner .main-button:hover{ background: #1a6dc8 !important; }
.security-banner .main-button::after{ background: #0B1223 !important; }

 

.service_list_section .bg_Style::after{ z-index: 1;}
.service_list_section .bg_Style .stack_content, .service_list_section .bg_Style .stack_img{ z-index: 2; position: relative;}

.career_form_section  .service_detail_colum_wrap_inner{
     padding-bottom: 30px;
}


.rotate_image img {
  animation: continuous-rotate 30s linear infinite;
}

@keyframes continuous-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.faq_section{
     width: 100%;
     padding: 70px 0;
}



.faq-accordion {
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #2e2e2e;
}

.faq-item:last-child{
     border-bottom: none;
}

.faq-question {
  position: relative;
  margin: 0;
  padding: 16px 40px 16px 0;
  cursor: pointer;
  font-size: 22px;
  transition: background 0.2s;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: content 0.2s;
}
.faq-item.active .faq-question::after {
  content: '−';
}
.faq-answer {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* adjust as needed for your content */
  opacity: 1;
  padding: 0 16px 16px 0;
}
.faq-item{ padding-top: 10px; padding-bottom: 10px;}


.application-form .wpcf7-form-control-wrap{
        width: 49%;
}

.page_content{
     padding: 60px 0 80px;
}

.page_content h2{
     margin-bottom: 10px;
         font-size: 27px;
}

.page_content ul{
    margin-bottom: 20px;
}

.page_content ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 6px;
    font-family: var(--font-body);
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}

.page_content ul li::after{
       content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 11px;

}

.page_content a{
   color: #00bfff;
}


.chat-toggle {
    position: fixed;
     bottom: 80px;
    right: 10px;
    background: #2c3e50;
    color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    z-index: 99;
}

  .about_main_nav{
position: sticky;
    top: 92px;
    z-index: 999;
    padding: 5px 0;
    }

    .about_main_nav.padding_bottom_50{
       padding-bottom: 50px;
    }

    .linkedin_icon_hover{
    position: absolute;
    z-index: 99;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 37px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #3792ed;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

       .linkedin_icon_hover:hover{
           background-color: #3792ed;
           color:#fff
       }

       .testimonial-section .swiper-pagination{ padding-top: 0;  bottom: 43px;}

       .position_placement { position: absolute;     top: -30px;}
.position_relative{ position: relative;}

.contact-form form textarea.wpcf7-textarea{
          resize: none;
          height: 54px !important;
          line-height: 52px !important;
} 

.wpcf7-not-valid-tip, 
.wpcf7 form .wpcf7-response-output{
     font-family: "IBM Plex Serif", serif;
    font-weight: 500;
}

.blog_detail_wrap ul{
    margin-bottom: 20px;
}

.blog_detail_wrap ul li{
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.blog_detail_wrap ol {
  padding-left: 15px;
}

.blog_detail_wrap ol li{
               list-style: auto;
                  margin-bottom: 10px;
  
}

.blog_detail_wrap ul li::after{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}