@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;700;100;1500&family=Rubik&display=swap");


* {
    font-family: "Fira Sans", sans-serif;
}
.text-black{
  color: #000 !important;
}
.bg-black {
  background-color: #000 !important;
}



/* Header Styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 8%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.NavBar a {
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  margin: 0 15px;
  text-transform: uppercase;
}

.NavBarLogo {
  cursor: pointer;
}

.NavBar a::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: .3s;
}

.NavBar a:hover::before {
  width: 100%;
}

.main {
  display: flex;
  align-items: right;
}

#menu-icon {
  font-size: 35px;
  color: #000 !important;
  cursor: pointer;
  z-index: 10001;
  display: none;
}

/* CSS for the submenu */
.header .NavBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .NavBar a {
  text-decoration: none;
  color: #333;
}

.header .NavBar a:hover {
  color: #555;
}

.header .dropdown {
  position: relative;
  display: inline-block;
}

.header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.header .dropdown:hover .dropdown-content {
  margin-top: 5%;
  padding-top: 15%;
  display: block;
  width: 280px;
}

.header .dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.header .dropdown-content a:hover {
  background-color: #f5f5f5;
}

/* Nav Bar */


/* Main Heading */
.main-heading
{
  font-size: 28px;
  font-weight: 800 !important;
  margin-bottom: 10px;
  line-height: 2.5rem !important;
}
.sub-heading{
  
}
/* Counter */
.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 50px;
  }

/* Counter */

/* Form Image */
.form-image{
    border-radius:60px !important;
}
/* Form Image */
/* Expertise Section */
.countryNnumber
{
  padding:1rem 6.5rem 1rem 5.5rem !important;
  width: 100%;
}
.card-expertise-title{
  font-size: 19px;
}

.card:hover{
  transform: scale(0.99);
}
/* Expertise Section */

/* Services */
/* Services Section Styles */

.Services-Title {
  font-size: 50px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  /* padding-left: 10%; */
  padding-bottom: 90px;
}

.Services-Container {
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  flex-direction: row;
  justify-content: space-between;
  overflow: visible;
}

.Service {
  display: flex;
  flex-direction: column;
  background: #f1f1f2;
  align-items: center;
  text-align: center;
  width: 330px;
  height: 450px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s, transform 0.5s, color 0.5s;
  overflow: hidden;
  cursor: pointer;
  padding: 20px 15px;
  position: relative;
  border: #ececec solid 1px;
}

.Service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #000;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}

.Service:hover:before {
  height: 100%;
  color: #fff;
}


/* Service Icon */
.Service-Ico {
  width: 100px !important;
  height: 100px !important;
  position: absolute;
  bottom: 30px !important;
  left: 115px !important;
  z-index: 1;
  transition: 0.5s;
}

/* .Service-Ico:hover {
  filter: brightness(0) invert(1);
} */


.Service:hover, .Service:focus, .Service:active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}
.Service:hover .Service-Ico{
  filter: brightness(0) invert(1);
}

.Service-Name {
  padding-top: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 30px;
}

.Service-Description {
  padding-left: 4%;
  padding-right: 4%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

/* Services */
/* testimonial section styles */
.testimonial-container{
    background-color: #ffffff;
}
.carousel-control-prev, .carousel-control-next {
     color: #000;
    }
  .carousel-item {
    background-color: #ffffff; /* Set background color for testimonial items */
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    border: #e9e9e9 1px solid;
  }
  .quote-icon {
    font-size: 36px;
    color: #888;
  }
  .testimonial p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555; /* Set text color for testimonials */
  }
  .author-name {
    font-weight: bold;
    color: #333; /* Set color for author's name */
  }
  .author-designation {
    font-style: italic;
    color: #777; /* Set color for author's designation */
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1); /* Invert icon colors for carousel controls */
  }
  .carousel-control-prev:hover, .carousel-control-next:hover {
    /* transform: scale(1.2); */
    visibility: visible;
  }

  /* End Testimonial */

/* Contact us */
.rounded-contact-us{
  border-radius: 100px !important;
}
.rounded-contact-us a{
  text-decoration: none;
}
.rounded-contact-us p{
  font-size: 15px;
}
.rounded-contact-us:hover{
  cursor: pointer;
}
/* Contact us */


/* FAQ's */
.accordion-item button.accordion-button:not(.collapsed) {
  background-color: black;
  color: white; /* Text color on activation */
}

/* FAQ's */





/* footer */
  .footer-section i.fa{
    color: #ffffff;
  }
  .footer-section i.fa:hover{
    transform: scale(1.3);
  }
  /* footer */



/*  WhatsApp */
.whatsapp{
  position:fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-color:#26cc64;
  border-radius: 50%;
}
i.fa-whatsapp{
  color: #fff;
  padding: 11px 12px 15px 12px;
  font-size: 30px;
  border-radius: 50px;
}
/* Whatsapp */




















/* Mobile Responsive */
  @media (max-width: 575.98px) {
    /* top bar */



    /* main section */
.main-heading{
  font-size: 24px !important;
  line-height: 1.5rem !important;
}
.main-text{
  font-size: 15.5px;
}
/* main section */
/* Form */
img.w-100.p-5.img-fluid.form-image{
  display: none;
}
/* Form */
/* Counter */
.counter-section{
  justify-content: center !important;
}
.counter-section .border-start.border-3.border-white{
  display: none;
}
.counter-container{
  margin: 20px 30px;
}
/* Counter */
/* Services */
.Services-Container{
  flex-wrap: wrap;
}
.Service{
     width: 90% !important;
     height: 400px !important;
     margin: 10px auto;
}
.Services-Title{
      display: block;
      font-size: 24px;
      margin-top: 10rem;
}
.Service-Name{
      font-size: 24px;
}
.Service-Description{
  font-size: 14px;
  font-weight: 400;
}
.Service-Ico{
  width: 70px !important;
  height: 70px !important;
  left: 35% !important;
}
/* End Services */

/* Who we are */
.who-we-are-img img{
  display: none;
}
.who-we-are-text{
  width: 100%;
}
.who-we-are-text p{
  text-align: center;
  font-size: 16px !important;
}

/* Who we are end */
/* Cards */

.row .card{
  height: 100% !important;
}

.empower-img img{
  height: 335px !important;
}
/* Cards */

/* Carousal Start */
.carousel-inner.w-50.mx-auto.my-5.testimonial-inner{
  margin: 0px !important;
}
 /* testimonials */
 .testimonial-container{
  margin: 30px 0px;
  padding: 10px;
}
.testimonial-inner{
  width: 100% !important;
  padding: 0px !important;
}
/* Carousal End */

/* Footer */
.extra-col{
    display: none;
}
.flex-column{
    margin: 0px;
    align-items: center;
}
.footer-main-section{
    /* margin-left: 3rem; */
    text-align: center;
}
.footer-main-section h5{
    /* margin-left: 50%; */
    margin-bottom: 2rem;
    text-align: center;
}
.footer-end{
    margin: 0px;
    text-align: center;
    align-items: center;
}
.footer-para{
    font-size: 14px;
}
.contact-us-footer{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-logo{
  width: 50%;
}
}



/* Header Styles for Mobile */
@media (max-width: 767px) {
  div#navbarNavDropdown {
    position: fixed;
    top: 100px;
    z-index: 1;
    left: 0;
    background-color: white;
    padding: 30px;
    width: 100%;
}
}

