/* mobile css */
@media (min-width: 992px) {  /* Remove Media query to enable in responsive */

  .opacity-on-hover .menu-container > .menu-item > .menu-link {
      transition: color .3s ease;
      color: #111 !important;
  }

  .opacity-on-hover .menu-container:hover > .menu-item:not(:hover):not(.current) > .menu-link { color: #D5D5D5 !important; }

}
.logo {
  display: flex;
  align-items: center; /* Vertically center the logo */
}
@media (min-width: 768px) and (max-width: 1024px) {
  
	.padding-tab{
		padding: 10px !important;
	}

	.iframe-vdo{
		height: 300px;
	}

	.banner-tab{
		min-height: 292px !important;
	}

	.slider-top .swiper-slide{
		min-height: 0px !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: #28e200;
}

.loader__dot:nth-child(2) {
	animation-delay: 0.2s;
	background: #ff251b;
}

.loader__dot:nth-child(3) {
	animation-delay: 0.3s;
	background: #f9dd05;
}

.loader__dot:nth-child(4) {
	animation-delay: 0.4s;
	background: #00bfa3;
}

.loader__dot:nth-child(5) {
	animation-delay: 0.5s;
	background: #7803e9;
}

@keyframes slide {
	0% {
		scale: 1;
	}
	50% {
		scale: 2;
		opacity: 0.3;
	}
	100% {
		scale: 1;
	}
}

/* Hide the loader after 5 seconds */
.hidden {
	display: none;
}

.logo img {
  max-height: 50px; /* Adjust the height as needed */
}

.border-add {
  border: 1px solid #E1E4ED;
  border-radius: 10px !important;
}

.card {
  border: 1px solid #E1E4ED;
  border-radius: 20px !important;
}

.sub-heading {
  font-size: 30px !important;
  font-weight: 800 !important;
}

img.padding-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
.sub-card{
  font-size: 20px !important;
}

.owl-next{
  opacity: 1 !important;
  right: -10px !important;
}

.owl-prev{
  opacity: 1 !important;
  left: -10px !important;
}


.text-larger {
  font-size: 24px !important;
}

.text-extralarger {
  font-size: 24px !important;
  line-height: 2rem !important;
}

#video-slider-mute {
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cnvs-contrast-0);
  color: var(--cnvs-contrast-1000);
  font-size: 1.25rem;
  border: 0;
}

#video-slider-mute i {
  position: relative;
  left: 1px;
}

#video-slider-mute i:nth-of-type(2),
#video-slider-mute.video-muted i:nth-of-type(1) {
  display: none;
}

#video-slider-mute.video-muted i:nth-of-type(2) {
  display: block;
}

.display-6 {
  font-size: 30px !important;
}

.info-box {
  background-color: #D0EBFF;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.info-box .info-item {
  border-right: 1px solid #ccc;
}

.info-box .info-item:last-child {
  border-right: none;
}

.owl-dots {
  display: none;
}

.text-sublarger {
  font-size: 22px !important;
}

.btn-yellow {
  background-color: #FFDD38 !important;
  color: #000;
}

.grid-switch-content:not(.col-grid)>div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.grid-switch-content .card-img {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  border-radius: 0.25rem 0.25rem 0 0;
}

@media (min-width: 768px) {
  .grid-switch-content:not(.col-grid) .card-img {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .grid-switch-content .col-full .card-img {
    border-radius: 0.25rem 0 0 0.25rem;
  }

}

@media (max-width: 768px) {
  .mobile-vh-10 {
    height: 15vh !important;
  }
  .card-hei-blog{
    min-height: auto;
    height: 340px !important;
  }

  .padding-mobile-0 {
    padding: 5px !important;
    padding-top: 25px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .padding-mobile-2 {
    padding-right: 0px !important;
        padding-left: 20px !important;
        padding-top: 0px !important;
  }
  .margin-mob-none{
    margin-top: 0px !important;
  }
  .padding-mb-c{
    padding: 20px !important;
  }
  .btn-yellow {
    font-size: 16px !important;
  }

  img.padding-banner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .banner-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: x-large;
  }

  .mobile-display-2 {
    font-size: 24px !important;
  }

  .footer-logo{
		margin: auto !important;
	}
	.text-center-mobile{
		text-align: center !important;
	}
	.center-icon-mob{
		display: flex;
		justify-content: space-evenly;
	}
	.padding-mob-footer{
		padding-left: 30px !important;
	}
	#searchQueryInput {
		padding: 0 1.5rem 0 1.5rem !important;
		height: 2.3rem !important;
	}
	.sb-mobile{		
		width: 50% !important;
	}

  .text-larger {
    font-size: 15px !important;
  }

  .mobile-margin-top {
    margin-top: 3rem !important;
  }

  .mobile-display-6 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }



  .margin-mobile {
    margin-top: 40px !important;
  }

  .padding-mobile-1 {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 10px !important;
  }

  .p-md {
    padding: 0 !important;
  }

  .sub-heading,
  .display-4,
  .display-6 {
    font-size: 24px !important;
  }

  .logo img {
    padding: 10px !important;
  }
}
.card-equal{
  min-height: auto;
  height: 235px;
}

.portfolio-desc{
  min-height: auto;
  height: 340px;
}
.owl-carousel.with-carousel-dots .owl-nav [class*="owl-"] {
  background-color: #000 !important;
  color: #fff !important;
}

.card-hei-blog{
  min-height: auto;
  height: 250px;
}
.grey-dot {
  width: 7px;
  height: 7px;
  background-color: #4E9FFF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}


.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.sub-text1 {
  color: rgb(109, 117, 143);
  font-size: 14px !important;
  font-weight: 400 !important;
}

.btn-color {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 600;
}

.curve-search {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
  border: 1px solid #E8E8E8;
}

.curve-search-left {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
  border: 1px solid #E8E8E8;
}

input::placeholder {
  font-size: 12px !important;
}


.button-header {
  background-image: linear-gradient(to bottom, #00B1FF, #006BFF);
  border: 0 !important;
}

.w-15 {
  width: 10% !important;
}

.button-dark,
.rounded-face {
  color: #2C96FF !important;
  border: 2px solid #2C96FF !important;
}

.button-dark:hover {
  color: #FFF !important;
  background-color: #2C96FF !important;
}

.container-fluid {
  background-color: var(--cnvs-body-bg) !important;
}

.btn-color {
  color: #2C96FF !important;
  font-size: 16px !important;
  font-weight: 600;
}

/* .bg-img{
  background-image: url('/images/our-team-texture.png');
} */


.background-image-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../images/our-team-texture.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 70% !important;
  height: 70% !important;
}






.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  }
  
  #searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 10.5rem 0 1.5rem;
  font-size: 1rem;
  }
  
  #searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
  }
  
  #searchQuerySubmit:hover {
  cursor: pointer;
  }


  .button-header {
  background-image: linear-gradient(to bottom, #00B1FF, #006BFF);
  border: 0 !important;
}


.menu-container .menu-link{
  padding: 20px !important;
}

.container.padding-mb-c {
  padding: 45px;
  padding-top: 0px !important;
}

.bottom-stick{
  bottom: 20px;
  position: absolute;
}


.popupformmodel button.btn-close {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  right: -9px;
  top: -15px;
  padding: 0px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 100;
  font-size: 17px !important;
  line-height: 29px !important;
  border: 2px solid #ffffff;
  border-radius: 26px !important;
  box-shadow: 0px 0px 15px 1px rgb(2 2 2 / 75%);
  text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
  background-color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 15px;
  opacity: 1;
  background-size: 16px;
  z-index: 3;
  position: absolute;
  text-align: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");

}

@media only screen and (max-width: 768px) {
  .iframe-vdo{
    height: 200px !important;
  }
}


.new-badge {
 background-color: #ff4757;
 color: white;
 font-size: 10px;
 padding: 2px 6px;
 border-radius: 9px;
 margin-left: 8px;
 vertical-align: middle;
 position: relative; /* Required for the shine effect */
 overflow: hidden; /* Ensures the shine stays within the badge */
 font-weight: 400;
}

.new-badge::after {
 content: "";
 position: absolute;
 top: 0;
 left: -100%; /* Start the shine from the left */
 width: 100%;
 height: 100%;
 background: linear-gradient(
 90deg,
 transparent,
 rgba(255, 255, 255, 0.5),
 transparent
 );
 animation: shine 2s infinite; /* Apply the shine animation */
}

@keyframes shine {
 0% {
 left: -100%; /* Start from the left */
 }
 100% {
 left: 100%; /* Move to the right */
 }
}


