@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SF-Pro-Display-Bold.woff2') format('woff2'),
        url('../fonts/SF-Pro-Display-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SF-Pro-Display-Light.woff2') format('woff2'),
        url('../fonts/SF-Pro-Display-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SF-Pro-Display-Medium.woff2') format('woff2'),
        url('../fonts/SF-Pro-Display-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SF-Pro-Display-Regular.woff2') format('woff2'),
        url('../fonts/SF-Pro-Display-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SF-Pro-Display-Semibold.woff2') format('woff2'),
        url('../fonts/SF-Pro-Display-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Eiko';
    src: url('../fonts/PPEiko-LightItalic.woff2') format('woff2'),
        url('../fonts/PPEiko-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
      url('../fonts/HelveticaNeueLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
      url('../fonts/HelveticaNeue-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
      url('../fonts/HelveticaNeue-Thin.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-LightItalic.woff2') format('woff2'),
      url('../fonts/HelveticaNeue-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
      url('../fonts/HelveticaNeue-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-ThinItalic.woff2') format('woff2'),
      url('../fonts/HelveticaNeue-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
      url('../fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}




:root {
  --white: #fff;
  --black: #000000;
  --off-black:#393939;
  --logo-blue: #0C73C4;
  --dark-blue: #052C66;
  --bg-darkblue: #001D45;
  --bg-lightblue:#EEF7FF;
  --bg-offwhite: #F0F0F0;
  --light-blue:#007AFE;
  --dark-blue-2:#0B73C4;
  --bold: 700;
  --normal: 400;
  --medium: 500;
  --light:300;
  --semi-bold: 600;
  --base-font-size: 16px;
  --base-small-font: 14px;
  --h1-font: 66px;
  --h1-line-height: 80px;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
  scroll-behavior: smooth;
}

body {
	font-family: 'Helvetica Neue';
	color: #2e2e2e;
  font-weight: normal;
  font-style: normal;
	font-size: 13px;
	background-color: #f8f8f8 ;
	overflow-x: hidden;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}




form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}



textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
	display: block;
	margin: 0px;
	padding: 0;
}

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative;
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/

*{
	box-sizing: border-box;
}

.flex{
	display: flex;
}

/* Customize the label (the checkbox-container) */
.checkbox-container {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 5px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: solid 1px #005388;
    border-radius: 5px;
	z-index: 1;
  }



  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }

  .checkbox-container input:checked ~ .checkmark{
	background-color: #005388;
  }

  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .checkbox-wrapper .checkbox-text{
    padding-left: 25px;
  }

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

  .text-right,.members-list-main-wrapper table tr th.text-right{
    text-align: right;
  }

  .text-center{
    text-align: center;
  }
  .bg-darkblue {
    background-color: var(--bg-darkblue) !important;
  }
  .bg-blue {
    background-color: var(--logo-blue) !important;
  }
  .bg-white ,.member-btn.bg-white{
    background-color: var(--white);
  }

  .bg-light-blue{
    background-color: var(--bg-lightblue);
  }
  .bg-offwhite {
    background-color: var(--bg-offwhite) !important;
  }
  .justify-start {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .bg-gradient {
    background: linear-gradient(74.91deg, #001C45 39.38%, #00337E 100%);
  }

  /* STORY TIMELINE STYLES STARTS */

  .more-link {
    color: var(--logo-blue);
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline !important;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px !important;
    text-decoration-color: var(--logo-blue) !important;
    transition: 0.3s all ease-in-out;
  }

    .more-link:hover {
      color: var(--light-blue);
      text-decoration-color: var(--light-blue) !important;
    }

  .img-tile.ifln-tech-img {
    width: 66%;
  }
  .story-btn {
    margin-top: 30px;
  }
  .values-headings {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 40px;
    margin: 20px 0;
  }
  .values-headings li {
    font-size: 28px;
    line-height: 39px;
    color: #00000080;
    cursor: pointer;
    font-weight: 200;
  }

  .values-headings li.active {
    color: var(--light-blue);
    cursor: pointer;
  }

    .values-list li {
      font-size: 16px;
      line-height: 35px;
    }

    .values-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: none;
    }
    .values-list.active {
      display: block;
    }

    .values-list li::before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #007AFE;
      margin-right: 11px;
    }

    .three-col-section {
      padding: 81px 92px;
    }

    .three-col-wrap {
      display: flex;
      gap: 90px;
    }

    .three-col-wrap .col1 p {
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
    }

    .three-col-section h3 {
      margin: 0;
      padding-bottom: 48px;
      font-size: 36px;
      line-height: 43px;
      min-height: 54px;
      font-weight: 300;
      font-family: "SFProDisplay";
      color: var(--dark-blue);
    }

    .three-col-wrap .col1 img {
      margin-bottom: 21px;
    }

    .three-col-section h3 em {
      font-family: "PP Eiko";
      font-style: italic;
      font-weight: 300;
    }

    .two-col-section {
      padding: 62px 40px 0px 40px;
    }

    .two-col-section .content-tile {
      /* padding: 35px 40px; */
      padding: 82px 60px;
    }

    .two-col-section.partnership-section .content-tile {
      border:solid 1px #E2E8F0;
      border-top: none;
    }

    .two-col-section.partnership-section .partnership-row .content-tile:nth-child(odd){
        border-right: none;
    }

    .two-col-section.partnership-section  .content-tile:last-child,
    .two-col-section.partnership-section  .content-tile:nth-last-child(2)  {
      border-bottom: none;
    }

    .two-col-section.partnership-section{
      padding: 0;
    }

    .partnership-row{
      border-top: solid 1px #E2E8F0;
    }


    .two-col-section h3 {
      font-size: 36px;
      line-height: 42px;
      color: var(--dark-blue);
      font-weight: 300;
      margin: 0;
      padding: 0;
      font-family: "SFProDisplay";
    }


    /* slider style */

    /* .swiper-container {
      transition-timing-function: cubic-bezier(0.17, 0.67, 0.21, 0.99);
    }

    .thumbContainer {
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .thumbContainer:hover {
      transform: scale(1.05);
    }

    .fadeInSlide {
      animation: fadeIn 0.5s ease forwards;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    } */

    /* slider custom style  */

    .timeline-item {
      width: 264px;
      height: 131px;
      padding-bottom: 9px;
      position: relative;
      cursor: pointer;
    }
    /* .timeline-top-row {
      padding-left: 132px;
    } */
    .timeline-top-row, .timeline-bottom-row {
      display: flex;
      position: relative;
    }
    .timeline-top-row .timeline-item {
      border-left: 1px solid #00000033;
      padding-top: 40px;
      padding-left: 13px;
    }
    .timeline-bottom-row .timeline-item {
      border-right: 1px solid #00000033;
      padding-right: 13px;
      padding-top: 13px;
      text-align: right;
    }

    .timeline-bottom-row .timeline-item.null-data-item{
      border-right: 0;
    }

     .timeline-top-row .timeline-item.null-data-item{
      border-left: 0;
    }

    .timeline-bottom-row .timeline-item .blue-rectangle ,
    .timeline-top-row .timeline-item .blue-rectangle {
      content: "";
      position: absolute;
      width: 34px;
      height: 34px;
      background-color: #007AFE;
      z-index: 5;
    }


    .timeline-bottom-row .timeline-item .blue-rectangle{
      bottom: 0;
      left: 100%;
    }
    .timeline-top-row .timeline-item .blue-rectangle {
      inset: 0;
    }
    .timeline-item h2 {
      font-size: 28px;
      line-height: 34px;
      font-weight: 200;
      font-family: "SFProDisplay";
      text-transform: uppercase;
      margin: 0;
      padding: 0;
    }
    .timeline-item h3 {
      font-size: 16px;
      line-height: 19px;
      font-weight: 700;
      font-family: "inter";
      margin: 0;
      padding: 0;

    }
    .timeline-top-row .timeline-item h3 {
      position: absolute;
      right: calc(100% + 13px);
      bottom: 9px;
    }

    .timeline-top-row {
      border-bottom: 1px solid #00000033;
      transform: translateX(50%);
    }

    .timeline-top-row .loc-img {
      position: absolute;
      bottom: calc(100% - 18px);
      right: calc(50% - 30px);
      filter: grayscale(1);
      transition: all ease .3s;
    }

    .timeline-top-row .loc-img:hover,
    .timeline-bottom-row .loc-img:hover,
    .timeline-item.active img
    {
      filter: grayscale(0);
    }

    .timeline-bottom-row .loc-img {
      position: absolute;
      top: calc(100% - 60px);
      left: 76px;
      filter: grayscale(1);
      transition: all ease .3s;
    }

    .timeline-slider {
      width: 100%;
      height: 470px;
      margin: 40px 0;
      padding-right: 100px;
      transition-timing-function: cubic-bezier(0.17, 0.67, 0.21, 0.99);
    }

    .timeline-slider .swiper-pagination-bullet {
      width: 37px;
      height: 3px;
      border-radius: 0;
      opacity: 1;
    }

    .timeline-slider .swiper-pagination-bullet-active {
      width: 55px;
    }

    .timeline-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .timeline-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 0.5px;
    }

    .timeline-slider .swiper-horizontal>.swiper-pagination-bullets,
    .timeline-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
    .timeline-slider .swiper-pagination-custom, .swiper-pagination-fraction
 {
    bottom: -10px;
 }



    .swiper-slide {
      width: auto;
      padding: 0px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .timeline-row {
      display: flex;
    }

    .swiper-slide:first-child .timeline-top-row:after {
      content: "";
      position: absolute;
      width: 132px;
      top: 100%;
      background: #00000033;
      height: 1px;
      transform: translateX(-100%);
  }
    /* .swiper-slide:last-child .timeline-bottom-row:after {
      content: "";
      position: absolute;
      width: 132px;
      top: 0;
      background: #00000033;
      height: 1px;
      transform: translateX(100%);
  } */

  .timeline-heading h1 {
    font-size: 66px;
    line-height: 80px;
    font-weight: 300;
    color: var(--dark-blue);
    font-family: 'Helvetica Neue';
    text-align: center;
    margin: 0;
  }

  .timeline-heading {
    padding: 92px 0 32px;
  }

  .timeline-slider .swiper-button-next{
    width: 45px;
    height:45px;
    background-color: rgb(12 115 196 / 60%);
    top: 0px;
    z-index: 9;
    right: 0px;
  }

   .timeline-slider .swiper-button-prev{
      width: 45px;
      height: 45px;
      background-color: rgb(12 115 196 / 60%);
      top:0px;
      z-index: 9;
      left: 0;
   }

  .timeline-slider-button-wrapper{
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: calc(50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    margin: auto;
    }


     .timeline-slider .swiper-button-next::after,.timeline-slider .swiper-button-prev::after{
      width: 18px;
      height: 18px;
     }

  .gallery-slider {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 165px;
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    background: #001D45E0;
    position: absolute;
    top: 100px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }

  .gallery-white-bg{
    height: 490px;
    background: rgb(255 255 255 / 88%);
    position: absolute;
    left: -2px;
    top: 100%;
    width: calc(100% + 5px);
    backdrop-filter: blur(4px);
  }

  .gallery-close{
    background: url(../images/close-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 25px;
    right: 20px;
    position: absolute;
    cursor: pointer;
  }

   /* Swiper container */
   .gallery-slider .swiper {
    width: 100%;
    /* height: 0; */
    /* padding-bottom: 56.25%; 16:9 aspect ratio */
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.gallery-slider .swiper-wrapper {
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.gallery-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.gallery-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Custom Navigation buttons */
.gallery-slider .custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
}

.gallery-slider .custom-prev, .gallery-slider .custom-next {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    pointer-events: auto;
    transition: transform 0.3s ease;
}

.gallery-slider .custom-prev {
    background-image: url('left-arrow.png');
    margin-left: 20px;
}

.gallery-slider .custom-next {
    background-image: url('right-arrow.png');
    margin-right: 20px;
}

.gallery-slider .custom-prev:hover {
    transform: translateX(-5px);
}

.gallery-slider .custom-next:hover {
    transform: translateX(5px);
}

.three-col-section.bg-gradient {
  color: var(--white);
}
.three-col-section.bg-gradient h3 {
  color: var(--white);
}
.tile-content-section h1 {
  font-size: 66px;
  line-height: 80px;
  color: var(--white);
  margin: 0;
  font-family: 'Helvetica Neue';
  font-weight: 300;
}
/* .partner-section .content-tile {
  padding: 62px 95px 62px 92px;
} */
.partnership-section .tile-content-section {
  flex-wrap: wrap;
}
.partner-link {
  font-size: 16px;
  line-height: 28px;
  color: var(--logo-blue);
  text-decoration: underline var(--logo-blue) !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px !important;
  font-weight: 600;
  /* padding-left: 5px; */
}

.two-col-section.partnership-section h3 {
  padding: 125px 0 55px;
}

.partnership-section .content-tile img {
  max-width: 185px;
  margin-bottom: 33px;
}

.content-tile h4 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  color: var(--black);
  padding-bottom: 34px;
  margin: 0;
}
.partnership-section .tile-content-section {
  /* row-gap: 120px; */
}

.tile-content-wrapper .tile-heading{
  font-size: 36px;
  line-height: 42px;
  color: var(--dark-blue);
  font-weight: 300;
  margin: 0;
  font-family: "SFProDisplay";
  padding: 125px 0 55px;
  text-align: center;
}
/* .three-col-section.ifln-partner{
  margin: 40px 0;
} */

.content-tile.bg-blue h3 {
  color: var(--white);
}

.content-tile.bg-white h3.text-blue{
  color: var(--dark-blue);
}

.team-page h1 em {
  font-family: 'PP Eiko';
  font-weight: 300;
}
.technologies-page  .content-tile h3{
   color: #0C73C4
}


/* Responsive adjustments */
/* @media (max-width: 768px) {
    .swiper {
        padding-bottom: 75%;
    }

    .custom-prev, .custom-next {
        width: 40px;
        height: 40px;
    }
} */

.team-grid-container,
.profile-grid {
  display: flex;
  flex-wrap: wrap;
}
.grid-pair {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.grid-pair:nth-child(even) .profile-grid {
  flex-direction: row-reverse;
}
.profile-grid,
.profile-grid .profile-image,
.profile-grid .profile-description {
  flex-basis: 50%;
}
.profile-grid .profile-image,
.profile-grid .profile-description,
.profile-image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1.22 / 1;
}
.profile-grid .profile-description:hover {
  background-color: var(--logo-blue);
}
.profile-grid .profile-description:hover h4,
.profile-grid .profile-description:hover p {
  color: var(--white);
}
.profile-grid .profile-description {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
.profile-grid .profile-description h4 {
  font-size: 30px;
  line-height: 36px;
  font-family: "SFProDisplay";
  font-weight: 300;
  color: var(--black);
  transition: 0.3s all ease-in-out;
}
.profile-grid .profile-description h4 em {
  font-family: 'PP Eiko';
}
.profile-grid .profile-description p {
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  font-weight: 400;
  padding-top: 19px;
  transition: 0.3s all ease-in-out;
}

.member-linekedIn{
  background: url(../images/linkedin-grey.svg) no-repeat 0 0;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  transition: all ease-in-out .3s;
}

.member-linekedIn:hover{
  background: url(../images/linkedin-white.svg) no-repeat 0 0;
  background-size: 100%;
}
.banner-img-v1 img {
  max-height: 364px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.map-page .section-logo {
  max-width: 50px;
  max-height: 50px;
}

.content-tile.bg-darkblue {
  background-color: var(--bg-darkblue);
  color: var(--white);
}
.content-tile.bg-offwhite {
  background-color: var(--bg-offwhite);
  color: var(--black);
}
.content-tile.bg-blue {
  color: var(--white);
}
.db-banner-wrapper {
  position: relative;
}
.db-banner-wrapper .banner-text {
  position: absolute;
  top: 40%;
  left: 93px;
  transform: translateY(-50%);
  color: var(--white);
  max-width: 40%;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
.technologies-page .banner-img-section .db-banner-wrapper {
  height: 633px;
}

 .timeline-slider {
    width: 100%;
    overflow: hidden;
}

.swiper-button-prev{
  left: -50px;
}

.swiper-button-next{
  right: -50px;
}

.swiper-button-next::after{
  transform: rotate(180deg);
}

.swiper-button-next:after, .swiper-button-prev:after{
  content: '';
  background: url(../images/arrow-left.png) no-repeat 0 0;
  background-size: 100%;
  width: 24px;
  height: 24px;
  z-index: 999;
}

.gallery-slider-inner{
  position: relative;
}

.tech-banner-wrapper img{
  width: 100%;
  height: 512px;
  object-fit: cover;
  display: block;
}
.join-banner-wrapper img{
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.tech-banner-wrapper{
  position: relative;
}

.tech-banner-wrapper h2{
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  font-size: 66px;
  font-weight: 300;
  color: #fff;
  padding: 10px 50px 20px 108px ;
  width: 100%;
}
.profile-grid .profile-image:hover img{
   transform: scale(1.2);
}

.profile-grid .profile-image{
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);;
  transform-origin: center center;
  overflow: hidden;
}

.profile-description-bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.partnership-row-in{
    padding-left: 20px;
    padding-right: 20px;
}
.join-banner-wrapper img{
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}


.tech-banner-wrapper{
  position: relative;
}

.tech-banner-wrapper h2{
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  font-size: 66px;
  font-weight: 300;
  color: #fff;
  padding: 10px 50px 20px 108px ;
  width: 100%;
}

.join-banner-wrapper h2{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-40%);
  font-size: 66px;
  font-weight: 300;
  color: #fff;
  /* padding: 10px 50px 20px 108px ; */
  width: 100%;
  text-align: center;
}

.join-banner-wrapper h2 span{
  font-family: 'PP Eiko';
}

.join-us-main-wrapper{
  padding: 42px 20px 98px;
  background: #F0F0F0;
  font-size: 16px;
}

.join-form-header{
  text-align: center;
  padding: 0 95px;
}

.join-form-item{
  padding: 25px 0 30px;
  border-top: solid 1px #D9D9D9;
}

.join-form-item.btm-border{
   border-bottom: solid 1px #D9D9D9;
}

.join-form-main-wrapper{
  padding: 0 95px;
  color: #000;
}

.join-form-header h3{
  font-size: 36px;
  font-weight: 400;
  padding: 25px 0 30px;
}

.join-form-header .desc{
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  border-top: solid 1px #D9D9D9;
  padding: 25px 0 30px;
}

.join-form-item h3{
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}

.join-form-item .form-group-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 70px;
}

.join-form-item .form-group-wrapper .form-group{
  max-width: calc(50% - 35px);
  width: 100%;
}

.join-form-item .form-group-wrapper .form-group.full-width{
  max-width: 100%;
}

.form-group-wrapper .form-group input[type ='text'],
.form-group-wrapper .form-group input[type ='password'],.form-group-wrapper .form-group input[type ='email'],
.form-group-wrapper .form-group input[type ='date'],.form-group-wrapper .form-group input[type ='tel']
{
  width: 100%;
  height: 40px;
  background: #fff;
  border: solid 1px #D9D9D9;
  border-radius: 8px;
  font-family: 'SFProDisplay';
  padding: 3px 17px;
  font-size: 16px;
   -webkit-appearance:none ;
   outline: none;
}


.form-group-wrapper .form-group textarea{
  width: 100%;
  height: 160px;
  background: #fff;
  border: solid 1px #D9D9D9;
  border-radius: 8px;
  font-family: 'SFProDisplay';
  padding: 10px 17px;
  font-size: 16px;
   -webkit-appearance:none ;
   outline: none;
}

.form-group-wrapper .form-group select{
  width: 100%;
  height: 40px;
  background: #fff url(../images/down-arrow-grey-icon-sm.png) no-repeat 97%  center;
  border: solid 1px #D9D9D9;
  border-radius: 8px;
  font-family: 'SFProDisplay';
  padding: 3px 17px;
  font-size: 16px;
  -webkit-appearance:none ;
  outline: none;
}

.form-group-wrapper .form-group select:disabled {
  background: #FFFFFF4D url(../images/down-arrow-grey-icon-sm.png) no-repeat 97%  center;
}

.form-group-wrapper .form-group input:disabled{
   background: #FFFFFF4D ;
}

.form-group-wrapper .form-group input[type ='text']::placeholder,
.form-group-wrapper .form-group input[type ='password']::placeholder,
.form-group-wrapper .form-group input[type ='email']::placeholder{
  color: #00000099;
}

.form-group .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 24px;
}

.form-group .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-group .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-group  .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  right: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-group  input:checked + .slider {
  background-color: #0B73C4;
}

.form-group  input:focus + .slider {
  box-shadow: 0 0 1px #0B73C4;
}

.form-group  input:checked + .slider:before {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

/* Rounded sliders */
.form-group  .slider.round {
  border-radius: 34px;
}

.form-group  .slider.round:before {
  border-radius: 50%;
}

.toggle-switch-wrapper{
  font-weight: bold;
  font-size: 16px;
}

.toggle-switch-wrapper table td.toggle-switch-label{
  padding-right:40px;
}

.toggle-switch-wrapper table td{
  padding: 15px 0;
}

.privacy-agreement{
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}

.join-form-btn-wrapper{
  padding: 20px 0 0;
  display: flex;
  justify-content: flex-end;
}
/* events page css starts */

.event-banner-wrapper{
  position: relative;
}

.event-banner-description{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 10px 10px 10px 140px;
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.event-banner-description-left{
  max-width: 55%;
  flex-basis: 55%;
  flex-shrink: 0;
}

.event-banner-description p{
  padding: 50px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.event-banner-btn-wrapper{
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
      padding-right: 50px;
}

.event-banner-btn-wrapper button{
  font-weight: 500;
}

.event-main-wrapper-description{
  flex-grow: 1;
}

.event-main-bg{
  max-width: 425px;
  width: 100%;
}

.event-banner-wrapper img.event-banner-bg{
  height: 500px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.event-main-bg img{
  display: block;
}




.event-item{
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.event-item img.event-img{
  display: block;
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.event-description{
  padding: 80px 96px 80px 140px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.event-description-right{
  padding: 100px 125px 68px  35px;
}

.event-description-button-wrapper{
  padding: 100px 0px 68px  35px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.event-row{
  width: 100%;
}

.event-row .bg-darkblue {
  background-color: var(--bg-darkblue);
  color: var(--white);
}

.event-team-img{
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.event-button-wrapper{
  justify-content: flex-end;
}

.event-button-wrapper button.member-btn{
  flex-shrink: 0;
  align-items: center;
  padding: 11px 72px;
}

.event-video-wrapper{
  width: 100%;
  /* height: 665px; */
  position: relative;
}
.event-video-wrapper iframe{
    display: block;
}

.event-video-description{
  position: absolute;
  bottom:100px;
  left:140px;
  max-width: 580px;
  width: 100%;
  color: #fff;
}

.event-video-description h4{
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  width: 90%;
}

.event-video-description p{
  padding-top: 20px;
  font-size: 23px;
}

.event-video-wrapper img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.previous-events-header{
    padding: 54px 54px 54px 54px;
    background: linear-gradient(74.91deg, #001c45 39.38%, #00337e 100%);
    text-align: center;
    color: var(--white);
}

.previous-events-header h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    font-weight: 300;
}

.previous-events-header h3 em {
    font-family: "PP Eiko";
}

.previous-events-listing{
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* benefits page */

.benefits-page .two-col-section h3{
  color: var(--logo-blue)
}
.benefits-banner-wrapper img{
  width: 100%;
  height: 365px;
  object-fit: cover;
  display: block;
}

.benefits-banner-wrapper h2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    font-size: 66px;
    font-weight: 300;
    color: #fff;
    /* padding: 10px 50px 20px 108px; */
    width: 100%;
    text-align: center;
}

.benefits-banner-wrapper  h2 span {
    font-family: 'PP Eiko';
}

.two-col-section.benefits-top-section {
    padding: 110px 40px 0px 40px;
}

.two-col-section.benefits-top-section .content-tile {
    padding: 48px 60px 145px;
}

.benefits-listing-wrapper{
  display: flex;
  align-items: flex-start;
  padding: 95px 100px;
  gap: 100px 10px;
  flex-wrap: wrap;
}

.benefits-item{
  max-width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  display: flex;
  align-items: flex-start;
  gap: 20px;

}

.benefits-icon-bg{
  position: relative;
  background: #001D45;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefits-icon-bg img{
  width: 38px;
  display: block;
  position: relative;
  top: -5px;
}

.benefits-icon-bg::after{
  position: absolute;
  content: '';
  background: #007AFE;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
}

.benefits-item:nth-child(2n+2){
  padding: 0 0 0 60px;
}

.benefits-item-description h3{
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  padding-bottom: 5px;
}

.benefits-item-description p{
  font-size: 16px;
  line-height: 28px;
}

.benefits-item-description{
  flex-grow: 1;
}

.benefits-item-description-in{
  width: 77%;
}

.benefits-tools-main-wrapper .event-item h3{
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
  padding-bottom: 20px;
}

.benefits-tools-main-wrapper .event-item h3 em{
  font-family: "PP Eiko";
}

.benefits-tools-main-wrapper .event-description{
  padding: 80px 96px 80px 100px;
}

.benefits-tools-main-wrapper .event-row:nth-child(2n+2) .event-item{
    justify-content: flex-end;
}

/* projects page */
.project-page .two-col-section h3{
  color: var(--logo-blue);
  font-size: 28px;
  line-height: 32px;
}



.projects-top-section .content-tile p:not(:last-child){
  padding-bottom: 40px;
}

.testimonials-wrapper{
  padding: 117px 40px 150px 40px;
}

.testimonials-wrapper h3{
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 65px;
}

.testimonial-text-wrapper{
  width: 100%;
  padding: 30px 30px 30px;
  font-size: 16px;
  line-height: 28px;
  border: solid 14px #CBECFF;
  position: relative;
}

.testimonial-text-wrapper::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom:-46px;
  background: url(../images/down-blue.jpg) no-repeat 0 0;
  width: 50px;
  height: 58px;
}

.testimonial-writer-details{
  padding: 45px 0 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  text-align: center;
}

.testimonial-writer-name{
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 8px;
}

.testimonial-company-name{
  font-size: 18px;
}

.testimonial-company-logo{
  margin-top: 40px;
}

.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #CBECFF;
  opacity: 1;
}

.swiper-pagination-bullet-active {
    background:#0B73C4;
}

.testimonialSwiper{
  padding-bottom: 90px;
}

.bg-darkblue-2{
  background: var(--dark-blue-2);
  color: var(--white);
}

.our-background-wrapper .event-description h3{
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 28px;
}

.global-coverage{
  padding: 80px 0 0;
}

.global-coverage .map-title{
  padding-bottom: 20px;
}

.blurred-bg{
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.check-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: solid 1px #ccc;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #0B73C4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.valign-baseline{
  vertical-align: baseline;
}

.popup-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background:rgb(12 115 196 / 10%) ;
  top: 0;
  left: 0;
  display: none;
}
