body {
  margin: 0;
  font-family: Manrope;
  background-color: #fbfbfb;
}

.btn1 {
  border: 2px solid navy;
  color: navy;
  font-family: arial;
  font-size: 16px;
  text-decoration: none;
  padding: 7px 15px;
  width: 150px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

.btn1::after {
  background-color: navy;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}

.btn1:hover {
  color: #fff;
}

.btn1:hover::after {
  width: 100%;
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.644);
  position: absolute;
  bottom: 0; /* Ensure it stays at the bottom */
  left: 0;
  padding-top: 23rem !important;
  width: 100%;
  color: white;
  padding: 1rem; /* Add padding for better appearance */
  height: 500px;
}
.carousel-inner{
  /* position: relative; */
}

.hbhjb {
  position: relative;
}

.hbhjb .circle {
  position: absolute;
  bottom: 20px;
  border-radius: 50%;
  background-color: #007bff;
  width: 160px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  color: white;
  right: 60px;
}

.circle span {
  font-size: 30px;
}

.color_headings p:nth-child(1) {
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}

.color_headings p:nth-child(2) {
  display: block;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  font-family: Manrope;
  color: navy;
}

.color_headings p:nth-child(3) {
  display: block;
  font-size: 18px;
  line-height: 30px;
}

.color_headinges h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.color_headinges h6 {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: unset !important;
}

.icons i {
  color: #007bff;
  border: 1px solid #007bff;
  padding: 10px;
  border-radius: 50%;
}

.service-section {
  position: relative;
  /* background: #F6F6F6; */
  padding: 20px;
  background-image: url("../bfsi/Images/what we do.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
}

.service_card .card {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.service_card .card::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: navy;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.6s all;
}

.service_card .card:hover::before {
  width: 100%;
}

.service_card .card:hover {
  color: #fff !important;
}

.service_card .card:hover i {
  color: #fff !important;
}

.service_card .card .card-text {
  text-align: justify;
}

.service_card .card:hover a {
  color: #fff !important;
  border: 2px solid white !important;
}

.enquiry_form {
  background-image: linear-gradient(#3c72fc, #007aff);
  width: 80%;
  float: right;
  padding: 30px;
}

.enquiry_form label {
  color: #fff;
}

.kjbiugui .card:hover img {
  border: 3px solid #f37261;
  /* padding: 5px; */
}

.kjbiugui .card {
  background-color: #fff;
  height: auto;
  padding: 20px;
  border: none;
}

.footer_quick a {
  color: #fff;
  font-size: 17px;
  margin-left: 5px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 30px;
}

/* .footer_quick a:hover {
  font-size: 18px;
} */

.counter {
  text-align: center;
  color: #fff;
  padding-top: 50px;
}

.counter p {
  font-size: 30px;
}

.counter h1 {
  margin-top: 10px;
}

.aboutus_banner {
  background-color: rgba(0, 0, 0, 0.644);
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  color: white;
}

@media screen and (max-width: 600px) {
  .hbhjb {
    width: 100%;
  }

  .tag-c p {
    font-size: 22px;
    line-height: 32px;
  }

  .kenburns-top {
    height: 400px !important;
  }

  .circle {
    display: none;
  }

  .service-section {
    height: unset !important;
  }

  .service_card {
    margin-top: 15px;
  }

  .service-section .color_headings p:nth-child(2) {
    line-height: 31px !important;
  }

  .counter_back {
    height: unset !important;
  }

  .enquiry_form {
    float: unset;
    width: 100%;
  }

  .footer_quick a {
    font-size: 15px;
  }

  .footer_quick a:hover {
    font-size: 15px;
  }

  #aboutus .color_headings p:nth-child(2) {
    font-size: 27px;
    line-height: 37px;
  }

  .reviews {
    margin-left: unset !important;
  }
  .counters{
    height: unset !important;
    position: unset !important;
  }
  .counters .aboutus_banner {
    position: unset !important;
  }
}

.logo img {
  width: 100px;
}

@media (max-width: 610px) {
  .aboutus_banner {
    z-index: 1 !important;
  }
}

/* .nav-bar a.active {
  color: #007BFF; 
  font-weight: bold; 
  border-bottom: 2px solid #007BFF;
} */
#services .card {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

#services .card:hover .card-body {
  background-color: navy !important;
  color: white !important;
}

#services .card:hover .card-body .btn1 {
  background-color: white;
  /* color: navy; */
  border: 1px solid white;
}

#service .card:hover .card-body .btn1::after:hover {
  transition: unset !important;
  color: white !important;
}
.form-control{
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
  border: 1px solid black !important;
}