.jumbotron {
  background-image: url('../images/jumbo.jpg');
  background-size: cover;
  width: 100%;
}


.carousel-indicators li {
    background-color: rgb(34, 32, 32);
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  
  .carousel-indicators .active {
    background-color: #0e0e3f;;
    width: 10px;
    height: 10px;
  }


.search-box {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 0.5rem;
    box-shadow: 5px 10px #b8b9ec;
}
.logo-image{
    width: 150px;
    height: 50px;
}
.navbar{
        background-color: #ffffff!important;
    
}
.nav-link:hover {
  color: #0e0e3f;
}

.card{
    background-color: #222732;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    border-color: transparent;

}
.trans-type{
    
    color: #687083;
}
hr{
    background-color: #687083;
}
.searchhr{
  background-color: #7c819b;
}
.s-row {
    margin-top: 20px;
  }
.s-row img{
    border-radius: 10px;
}
.cardetails{
    border-radius: 10px;
    background-color: #e8ecf5;
}
.text-bonafide{
    color: #131586;
}
.bg-bonafide-light{
    background-color: #e8ecf5;
}
.bg-bonafide-dark{
    background-color: #131586;;
}
.btn-bonafidebody{
    background-color:#131586 ;
}

.contact form {
    font-family: Arial, sans-serif;
    
  }

.contact .form-group {
  margin-bottom: 15px;
}

.contact .card {
  margin: 0 20px 20px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.contact button[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  
.contact  button[type="submit"]:hover {
    background-color: #0069d9;
  }

.contact .card-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
.contact .card-text {
    font-size: 16px;
  }
  
.contact .card-text i {
    margin-right: 5px;
  }

.contact input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  
.contact input:focus {
    outline: none;
    border-color: #007bff;
  }
  #error-message {
    color: #721c24;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
  }
  footer{
    color: #131586;
    background-color: #e6e6e6;

  }

  
  
  footer .mb-4 {
    margin-bottom: 1.5rem;
  }
  
  .social-links li a {
    font-size: 25px;
    transition: color 0.2s ease;
  }
  
  .social-links li a:hover {
    color: #131586;
    font-size: 27px;
  }
  
 
  .search-box:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }
  @media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 90%;
  }
  .card:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }
  
}
.w-33{
  width: 33.33%;
}
.link-bonafide{
  text-decoration: none;
  color: rgba(0,0,0,.9);

}
.link-bonafide:hover{
  text-decoration: none;
  color: #131586;

}
.contactform{
  border-radius: 20px;
}



 /* Add rounded corners and shadow to the pagination links */
.pagination .page-item a.page-link {
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Add a hover effect to the pagination links */
.pagination .page-item a.page-link:hover {
  background-color: #ddd;
}

/* Make the current page link stand out */
.pagination .page-item.active .page-link {
  background-color: #333;
  color: #fff;
  border-radius: 50%;
}

/* testimonial */
.testimonial {
  background-color: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
.testimonial::before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f7f7f7;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial::after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f7f7f7;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial img {
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.testimonial h3 {
  margin: 0 0 10px;
}
.testimonial p {
  font-style: italic;
  margin: 0;
}
.testimonial .rating {
  color: #ffc107;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.testimonial .fa-star {
  cursor: pointer;
}
.testimonial .fa-star.selected {
  color: #ffc107;
}

/* about us styles */
.quote {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


  

@media only screen and (min-width: 992px) {
  .ceo.bg-80::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    /* background-color: #f2f5fb; */
    background-color: #e8ecf5;
    border-radius: 10px;
}
}
@media only screen and (max-width: 992px) {
  .ceo{
    /* background-color: #f2f5fb; */
    background-color: #e8ecf5;
    border-radius: 10px;
  }
  
}
