@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

h1,h2,h3,h4,h5,h6,a,button{
    font-family: "Outfit", sans-serif;
}
p,span,input,.lead{
    font-family: "Roboto", sans-serif;
}
.bg-light{
    background-color: #F5FBFF !important;
}
section{
    overflow-x: hidden;
}
.hero-section {
    position: relative;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden; /* Ensure video doesn't overflow the section */
    
}
.hero-section.not_home{
	    height: 30vh !important;

    background: url('https://images.pexels.com/photos/534219/pexels-photo-534219.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') no-repeat center center;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire background */
    z-index: -1; /* Keeps video behind content */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adds a dark overlay for text readability */
    z-index: 0; /* Overlay behind content but above video */
}

/* .navbar{
    border-top: 2px solid #007bff;
} */
.hero-content {
    z-index: 2;
}
.hero-button {
    background-color: transparent;
    padding: 10px 40px;
    border-radius: 25px;
    position: relative;
    z-index: 1; /* Button on top */
    overflow: hidden; /* Ensure shadow doesn’t spill out */
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); /* Bottom-left shadow */
    color: #fff; /* Text color */
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #007bff; /* Ensures border color doesn't affect the fill effect */
    transition: color 0.4s ease, border-color 0.4s ease; /* Smooth transition for text color and border color */
}

.hero-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007bff; /* Change this color to your desired fill color */
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1; /* Behind the text */
    transition: transform 0.4s ease;
}

.hero-button:hover::before {
    transform: scaleX(1);
}

.hero-button:hover {
    color: #fff; /* Change text color on hover if needed */
    border-color: #007bff; /* Change border color on hover if needed */
}
.about-section .r-info p{
    line-height: 2.4;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
header nav ul li {
    margin: 0 20px;
}
header ul li a{
    padding: 10px 20px !important;
    border: 3px solid transparent;

}
header ul li a.active{
    border-bottom: 3px solid;
    color: #0074b7 !important;
}

header ul li a:hover{
    border-bottom: 3px solid;
}


.title-section {
    text-align: center;
}
.title-section h1{
    text-decoration: wavy;
}


.about-section .mission-image  {
   border-radius: 50%;
}
.service-bx{
    padding: 25px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border:none;
}
.service-bx .icon-bx{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-bx .icon-bx i {
    font-size: 20px;
    background-color: #F5FBFF;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.cursor {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 1px solid #000;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid #000;
}
.section-client_logos .img-box{
    text-align: center;
}
.section-client_logos .img-box img{
    width: 120px;
    height: auto;
    margin: 0 auto;
    filter: grayscale(1);
}
.section-client_logos .img-box img:hover {
    
    filter: grayscale(0);
}
.section-client_logos .img-box img:hover .section-client_logos .img-box {
    
    background-color: rgba(0, 0, 0, 0.5);
}
body {
    padding-top: 75px; /* Adjust this based on your header's height */
}
nav{
border-bottom: 1px solid #0074b7;
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
}

.carousel {
	width: 650px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 340px;
}
.carousel .carousel-item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 30px 0 10px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999;
	text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 20px;
	margin-right: 2px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border: none;
}
.carousel-indicators li.active {		
	background: #888;		
}



.our-mission {
    padding: 90px 0;
    background: #fff;
  }

  .our-mission .pic {
    border-radius: 12px;
  }
  .our-mission .pic {
    height: 400px !important;
    margin: 0 auto;
  }

  .our-mission .text h2 {
    color: #333;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .our-mission .text h5 {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .our-mission .text p {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
  }

  .our-mission span {
    color: #4070f4;
  }

a#scroll-btn {
    position: absolute;
    height: 3.5em;
    width: 2em;
    border: 0.1em solid #ffffff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 8em;
    border-radius: 3em;
  }
  a#scroll-btn:before {
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    top: 1.2em;
    height: 1.2em;
    width: 1.2em;
    background-color: #ffffff;
    border-radius: 50%;
    animation: move-down 2s infinite;
  }
  @media (max-width: 575px) {
    .carousel {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .our-mission{
        padding-top: 10px !important;
        padding-bottom: 0 !important;

    }
    .section-client_logos .img-box img {
        filter: grayscale(0);
    }
	  .cursor{
		  display:none !important;
	  }
    
}

  /* @keyframes move-down {
    80% {
      opacity: 0.5;
    }
    100% {
      transform: translateY(5.3em);
      opacity: 0;
    }
  }
@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
} */

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.mb-8{margin-bottom:4.5rem!important}.mb-9{margin-bottom:5rem!important}.mb-auto{margin-bottom:auto!important}.py-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-9{padding-bottom:5rem!important;padding-top:5rem!important}@media(min-width:576px){.mb-sm-8{margin-bottom:4.5rem!important}.mb-sm-9{margin-bottom:5rem!important}.mb-sm-auto{margin-bottom:auto!important}.py-sm-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:768px){.mb-md-8{margin-bottom:4.5rem!important}.mb-md-9{margin-bottom:5rem!important}.mb-md-auto{margin-bottom:auto!important}.py-md-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:992px){.mb-lg-8{margin-bottom:4.5rem!important}.mb-lg-9{margin-bottom:5rem!important}.mb-lg-auto{margin-bottom:auto!important}.py-lg-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:1200px){.mb-xl-8{margin-bottom:4.5rem!important}.mb-xl-9{margin-bottom:5rem!important}.mb-xl-auto{margin-bottom:auto!important}.py-xl-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:1400px){.mb-xxl-8{margin-bottom:4.5rem!important}.mb-xxl-9{margin-bottom:5rem!important}.mb-xxl-auto{margin-bottom:auto!important}.py-xxl-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-9{padding-bottom:5rem!important;padding-top:5rem!important}}.bsb-ratings{--bsb-star-off:#ddd}.bsb-ratings[data-bsb-star="1"]:before{content:"★"}.bsb-ratings[data-bsb-star="2"]:before{content:"★★"}.bsb-ratings[data-bsb-star="3"]:before{content:"★★★"}.bsb-ratings[data-bsb-star="4"]:before{content:"★★★★"}.bsb-ratings[data-bsb-star="5"]:before{content:"★★★★★"}.bsb-ratings[data-bsb-star-off="1"]:after{color:var(--bsb-star-off);content:"★"}.bsb-ratings[data-bsb-star-off="2"]:after{color:var(--bsb-star-off);content:"★★"}.bsb-ratings[data-bsb-star-off="3"]:after{color:var(--bsb-star-off);content:"★★★"}.bsb-ratings[data-bsb-star-off="4"]:after{color:var(--bsb-star-off);content:"★★★★"}.bsb-ratings[data-bsb-star-off="5"]:after{color:var(--bsb-star-off);content:"★★★★★"}.bsb-blockquote-icon{--bsb-blockquote-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27currentColor%27 class=%27bi bi-quote%27%3E%3Cpath d=%27M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z%27/%3E%3C/svg%3E");--bsb-blockquote-icon-opacity:0.1;position:relative;z-index:1}.bsb-blockquote-icon.bsb-blockquote-icon-2{--bsb-blockquote-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27currentColor%27 class=%27bi bi-chat-quote%27%3E%3Cpath d=%27M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z%27/%3E%3Cpath d=%27M7.066 6.76A1.665 1.665 0 0 0 4 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z%27/%3E%3C/svg%3E")}.bsb-blockquote-icon:before{background-image:var(--bsb-blockquote-icon);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:64px;left:-1rem;opacity:var(--bsb-blockquote-icon-opacity);position:absolute;top:-1rem;width:64px;z-index:-1}
