body{
  font-family: 'Roboto', sans-serif; 
  color: #333;
  overflow-x: hidden;
}

	.navbar-brand{height:80px;}
    
    .navbar-toggler {
      color: #01275B;
    }

    .info-icon {
      color: red;
      font-size: 1.2rem;
    }
    .info-text {
      font-size: 15px;
      line-height: 1.2;
    }
    .info-text p{
      font-size: 13px;
      font-family: sans-serif;
    }
    .nav-link {
        font-weight: 600;
        color: black;
    }
    .nav-link:hover {
        color: black;
    }
    .navbar{
      border-top: 1px solid #dddee0;
      padding: 20px 0;
    }
    /*.navbar {
      background-color: #0F6EFB;
    }*/
    .dropdown-item:hover {
      background-color: #FF0000;
      color: white;
    }
    .carousel-image {
      position: relative;
      background-image: url("../image/carousel-1.png");
      padding: 18% 0;
      text-align: center;
      color: white;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .carousel-image1 {
      background-image: url("../image/carousel-2.jpeg");
      padding: 18% 0;
      text-align: center;
      color: white;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
    }
    .carousel-image1::before,
    .carousel-image2::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(88, 75, 75, 0.3);
      z-index: 1;
    }

    .carousel-image1 h1,
    .carousel-image1 a,
    .carousel-image2 h1,
    .carousel-image2 a {
      position: relative;
      z-index: 2; 
    }
    .carousel-image2 {
      background-image: url("../image/carousel-3.jpeg");
      padding: 18% 0;
      text-align: center;
      color: white;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }

section{
	padding:50px 0px;
	height:auto; 
	overflow:hidden;	
}

    .counter-section {
      /*background-image: linear-gradient(to left,#4586d5, #5a82bf,#386cab); */
      display: flex;
      color: #101010;
      flex-wrap: wrap;
      padding: 20px 0px;
      justify-content: center;
      text-align: center;
    }
    .counter-box {width: 280px;}

    .counter-section .counter{
		font-size: 3.7rem;
		font-weight:500;
	}


    .why-choose-us {
        background-color: azure;
    }
    .why-choose-text h4{
        font-weight: 700;
        padding-top: 20px;
    }
	/*
    .why-choose-text p{
        font-size: 22px;
    }
    .why-choose img{
        border-radius: 50%;
        width: 400px;
		height: 400px;
    }
	*/

  .hr-services {
  display: flex;
  align-items: flex-start;
  }
.check-icon {
    padding: 2px 5px;
    border: 2px solid #1f1f20;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    font-weight: bold;
    font-size: 16px;
}


.video-section {
  position: relative;
  width: 100%;
  height: 500px; 
  overflow: hidden;
  display: flex;
  justify-content: center;   
  align-items: center; 
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
  z-index: -1; 
}

.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 30px 40px;
  width: 650px;
  margin: 0 auto; 
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px); 
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 100px;
}
.client-reviews {
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}


.marquee-small {
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}

.marquee-text {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 40s linear infinite;
}

.marquee-small img {
    margin: 0 1em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}


/* footer section */
.footer-section {
  background-color: #0D6EFD;
  background-color: #121212;
  color: white;
}
.footer-section a{
    text-decoration: none;
    color: rgb(219, 212, 212);
    line-height: 32px;
}
.icon-call {
    padding: 10px;
    background-color: red;
    border-radius: 50px;
    margin: 10px;
}
.subscribe-button {
    background-color: red;
    cursor: pointer;
    color: white;
}
.subscribe-button:hover {
    background-color: rgb(130, 206, 23);
    color: white;
}
.footer-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.social-icon {
    padding: 10px;
    background-color: red;
    border-radius: 50px;
    margin-left: 6px;
    font-size: 18px;
}
.social-icon:hover {
  background-color:  rgb(130, 206, 23);
}

/* About Us */
.about-us-text p{
  padding-right: 100px;
  padding-top: 10px;
  line-height: 25px;
}

.vision-mission {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px 0px;
}

.vision {
  width: 310px;
  text-align: center;
  background-color: #BFDDDF;
  border-radius: 50%;
  padding: 20px 50px;
}
.value-for-money {
  background-color: #BFDDDF;
}
.value-for-money p{
  font-size: 22px;
  font-weight: 700;
  padding:50px;
}

.pan-india-image{
  transition: transform 0.5s ease;
}
.pan-india-image:hover {
  transform: scale(1.1);
}


.Growth-Journey {
  background-color: #f5f2f2;
  margin-top: -20px;
}
.core-value-contant {
  width: 1050px;
  font-size: 19px;
  padding-bottom: 30px;
}
.value-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.value-card:hover {
  background-color: #5f86bd;
  color: white;
}
.value-icon {
  font-size: 34px;
  margin-right: 21px;
}

.location-we-serve {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.loction-image {
  border: none;
  padding: 10px 40px;
  width: 150px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: white;
  justify-content: center;
}
.loction-image:hover {
  color: #98C93B;
}

/*industry-we-serve*/
.industry-we-serve {
  border: none;
  padding: 50px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  height: 100%;
}
.industry-we-serve i{
  color: rgb(200, 48, 48);
  margin-bottom:20px;
}
.industry-we-serve:hover i{
  color: white;
}

.industry-we-serve:hover {
  background-color: #0D6EFD;
  color: white;
}

.Future-Ready {
  width: 900px;
  margin: 0 auto; 
  text-align: center; 
  flex-wrap: wrap;
}
.number-circle {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f1f1f1;
  color: black;
  font-weight: bold;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/*our teem*/
.our-managment-name{
  Font-Family: Poppins or Open Sans;
}
/*Post resum*/
.post-resum {
  background-color: #EEEEEE;
  box-shadow: 0 0 10 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.availability-table {
    width: 100%;
    margin-top: 10px;
  }

/* privacy Policy */
    .accordion-item {
      background-color: #efefef;
      margin-bottom: 10px;
      border-radius: 10px;
      overflow: hidden;
      transition: 0.3s ease;
    }
    .accordion-header {
      padding: 10px;
      cursor: pointer;
    }
.accordion-button {
  background-color: #efefef;
}

/* Contact US */
.contact-banner {
  background-image: url("../image/subheading.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0%;
  color: white;
}
.contact-banner a{ 
  text-decoration: none;
  color: white;
  padding-right: 5px;
}

.contact-us-image {
  border-top-left-radius: 120px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.locatoin-number {
  border: 1px solid rgb(87, 80, 80);
  padding: 50px;
  background-color: #F7F7F7;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

/*our-services*/

.our-services-text{
  color: #7A7A7A;
}
.our-services-text i{
  color: #E60000;
  font-size: 12px;
  padding-right: 8px;
}
.our-services-text h5{
  color: #000000;
  font-weight: 700;
  padding-top: 13px;
}
.our-services-text li{
  color: #54595F;
}
.services-section-text{
  background-color: #01275B;
  padding: 10px;
  color: white;
  margin: 2px;
}
.Impression-services {
  background-color: #687373;
  padding: 40px 0;
}
.impression-services-section {
  background-color: white;
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.impression-services-section:hover  {
  background-color: #5f86bd;
  transform: scale(1.04);
  color: white;
}
.recurit {
  border: none;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.recurit:hover {
  transform: translateY(-10px);
}
/*owl carousel*/

.carousel-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.logo-section{
 margin-top: 20px;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 padding: 15px;
 border-radius: 10px;
}


@media (max-width:767px){
	.navbar-brand{height:60px;}
	.Future-Ready { width: auto;}
  .about-us-text p{padding-right: 10px;}
  .value-for-money p{padding:10px; font-size: 17px;}
  .vision-mission {gap: 10px;}
  .footer-icon {display: flex; flex-direction: column;}
  .counter-section {gap: 10px; }
}

@media (max-width:576px){
	.Future-Ready { width: auto;}
  .about-us-text p{padding-right: 10px;}
  .value-for-money p{padding:10px; font-size: 17px;}
  .vision-mission {gap: 10px;}
  .footer-icon {display: flex; flex-direction: column;}
  .counter-section {gap: 10px; }
}