/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

* {
	font-family: 'DM Sans', sans-serif !important;
  }


  .loader__container {
	--dot-size: 15px;
	--bs-white-rgb: 255, 255, 255;
	position: fixed;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(1rem);
	z-index: 999999;
	display: flex;
	place-items: center;
	place-content: center;
	gap: calc(var(--dot-size) / 4);
}

.loader__dot {
   width: var(--dot-size);
   height: var(--dot-size);
   aspect-ratio: 1 / 1;
   border-radius: calc(var(--dot-size) / 2);
   background-color: var(--bs-primary);
   animation: slide 1.5s infinite;
}

.loader__dot:nth-child(1) {
   animation-delay: 0.1s;
   background: #00A1E9;
}

.loader__dot:nth-child(2) {
   animation-delay: 0.2s;
   background: #000000;
}

.loader__dot:nth-child(3) {
   animation-delay: 0.3s;
   background: #00A1E9;
}

.loader__dot:nth-child(4) {
   animation-delay: 0.4s;
   background: #000000;
}

.loader__dot:nth-child(5) {
   animation-delay: 0.5s;
   background: #00A1E9;
}

@keyframes slide {
   0% {
	   scale: 1;
   }
   50% {
	   scale: 2;
	   opacity: 0.3;
   }
   100% {
	   scale: 1;
   }
}

/* Hide the loader after 5 seconds */
.hidden {
   display: none;
}

  .submenu-colr{
	color: #00A1E9 !important;
}  

@media (min-width: 320px) and (max-width: 480px) {
.img-hed {
		width: 50% !important;
		height: 35% !important;
	}
  }

  .is-expanded-menu #header.full-header.transparent-header #header-wrap {
    border-bottom: transparent !important;
}

.is-expanded-menu .full-header #logo {
    padding-right: 30px;
    border-right: transparent;
}

.is-expanded-menu .full-header .primary-menu .menu-container {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    border-right: transparent;
}
.h-bg-light:hover {
	background:linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(34,34,34,1) 41%) !important;
}
.img-hed{
	width: 25% !important;
    height: 35% !important;
}


  .fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}

.bg-blackgradient{
	background: linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(34,34,34,1) 41%);
}

.gradient-ocean{
	background: linear-gradient(90deg, rgba(96,187,238,1) 0%, rgba(10,114,173,1) 100%) !important;
}

.highlightblue{
	color: #2387C0;
}

.text-space {
    letter-spacing: 2px; /* Adjust as needed */
  }

  .heading-section {
	text-align: center;
	position: relative;
}
.heading-section::before,
.heading-section::after {
	content: "";
	display: block;
	width: 100px; /* Adjust the width of the lines */
	height: 3px;  /* Adjust the height of the lines */
	background-color: #00a2ff; /* Customize the color */
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
}
.heading-section::before {
	left: -151px;
	margin-left: calc(50% - 325px); /* Adjust this value to position the line */
}
.heading-section::after {
	right: -151px;
	margin-right: calc(50% - 325px); /* Adjust this value to position the line */
}

.download-b{
	padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.owl-carousel .owl-dots .owl-dot{
	background-color: #000000 !important;
}

.bg-section-one{
	background-color: #E8EEF1 !important;
}

.bg-section-two{
	background-color: #F4FCFF !important;
}


.text-seo-font{
	font-size: calc(0.8vw + 0.7vh) !important;
}

.text-seo-heading{
	font-size: calc(1vw + 1vh) !important;
	line-height: 1.2 !important;
}



.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #000000 !important;
}


.time-line-box {
	width: 100%;
	background-color: #F4FCFF;
  }
  
  .time-line-box .timeline {
	list-style-type: none;
	display: flex;
	padding: 0;
	text-align: center;
  }
  
  .time-line-box .timestamp {
	margin: auto;
	margin-bottom: 5px;
	padding: 0px 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .time-line-box .status {
	padding: 0px 10px;
	display: flex;
	justify-content: center;
	border-top: 3px solid #455EFC;
	position: relative;
	transition: all 200ms ease-in;
  }
  .time-line-box .status span {
	padding-top: 8px;
  }
  .time-line-box .status span:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #455EFC;
	border-radius: 12px;
	border: 2px solid #455EFC;
	position: absolute;
	left: 50%;
	top: 0%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 200ms ease-in;
  }
  
  .swiper-container {
	width: 95%; 
	margin: auto;
	overflow-y: auto;
  }
  .swiper-wrapper{
	display: inline-flex;
	flex-direction: row;
	overflow-y:auto;
	justify-content: center;
  }
  .swiper-container::-webkit-scrollbar-track{
	 background:#a8a8a8b6;
  }
  .swiper-container::-webkit-scrollbar{
	height: 2px;
  }
  .swiper-container::-webkit-scrollbar-thumb{
	 background: #4F4F4F !important;
  }
  .swiper-slide {
	text-align: center;
	font-size: 12px;
	width: 200px;
	height: 100%;
	position: relative;
  }



  .heading-color{
	color: #01adf7 !important;
  }


  .team-person {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.person-container {
	border-radius: 50%;
	height: 312px;
	-webkit-tap-highlight-color: transparent;
	transform: scale(0.48);
	transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
	width: 400px;
}
.person-container:hover {
	transform: scale(0.54);
}
.person-container-inner {
	position: relative;
	clip-path: path( "M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z" );
	transform-origin: 50%;
	top: -200px;
}
.person-circle {
	border-radius: 50%;
	cursor: pointer;
	height: 380px;
	left: 10px;
	pointer-events: none;
	position: absolute;
	top: 210px;
	width: 380px;
}
.person-img {
	pointer-events: none;
	position: relative;
	transform: translateY(20px) scale(1.16);
	transform-origin: 50% bottom;
	transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
	width: 380px;
	left: 22px;
	top: 164px;
}
.person-container:hover .person-img {
	transform: translateY(0) scale(1.2);
}
.person-divider {
	height: 1px;
	width: 160px;
}

.ic-color{
	color: #00a1e4 !important;
}