body {
  font-family: 'Poppins', sans-serif !important;
}
.blue-btn{ background-color: #3A4E91; color: #fff; border-radius: 0;}
.blue-btn:hover{ background-color: #3A4E91; color: #fff; border-radius: 0;}
.green-btn{ background-color: #61ce70; color: #fff; border-radius: 0; border: 1px solid #61ce70;}
.green-btn:hover{ background-color: #61ce70; border-radius: 0; border: 1px solid #61ce70;}

#carouselExample {
  position: relative;
}

.carousel-control-prev, 
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.carousel-control-prev {
  left: 15px;
}

.carousel-control-next {
  right: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #fff;
  border-radius: 50%;
}

.carousel-item img {
  object-fit: cover;
}
.about h1{font-size: 36px; font-weight: 700;} 
.asp-btn {background-color: #3A4E91; border-radius: 0; color: #fff; padding: 12px; font-size: 17px; font-weight: 600;}
.asp-btn:hover {background-color: #24315C; border-radius: 0; color: #fff;}
.pq-section-title h3{color: #395090; font-size: 25px; font-weight: 700;}
.pq-section-title p{text-align: justify; font-size: 17px; font-weight: 500; color: #222222; line-height: 29px;}
#pq-footer h2{font-size: 25px; font-weight: 600; padding-top: 50px; padding-bottom: 50px;}