@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,700&display=swap");
body {
  font-family: "Comic Neue", cursive !important; }

.bg-purple {
  background-color: #00408e; }

.bg-purple-dark {
  background-color: #00408e; }

.text-purple {
  color: #00408e; }

.border-purple {
  border-color: #00408e; }

.banner-bg {
  background: url("../images/bg-banner.jpg") no-repeat left; }

.bg-white {
  background-color: #fff; }

.text-white {
  color: #fff; }

.about-us-img {
  min-width: 320px;
  width: 100%; }

#naviRaman ul li a {
  color: #00408e; }

#naviRaman ul li.active {
  border-bottom: 2px solid #00408e; }
  #naviRaman ul li.active a {
    color: #00408e !important;
    font-weight: 500; }

.display-5 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 768px) {
    .display-5 {
      /* For mobile phones: */
      font-size: 1.5rem; } }

@media only screen and (max-width: 768px) {
  .display-3 {
    /* For mobile phones: */
    font-size: 2.5rem; } }

.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.img-200 {
  height: 200px; }

.home-testimonial {
  background-color: #00408e;
  height: 380px; }

#testimonial {
  padding: 30px 0px 20px;
  color: #fff;
  background-color: #00408e; }
  #testimonial h2 {
    font-style: italic;
    color: #fff;
    font-size: 26px;
    text-align: center; }
  #testimonial .client-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 3px solid #fff;
    margin: 0px auto;
    border-radius: 100%;
    position: absolute;
    left: 0px; }
  #testimonial .carousel-content {
    padding: 20px 0px 20px 100px;
    width: 70%;
    margin: 0 auto;
    position: relative; }
  #testimonial h3 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px;
    font-style: italic;
    text-align: right; }
  #testimonial p {
    font-size: 15px; }
  #testimonial .client-img img {
    width: 100%; }
  #testimonial .carousel-control-prev,
  #testimonial .carousel-control-next {
    font-size: 36px; }
  @media (max-width: 576px) {
    #testimonial .carousel-content {
      padding: 20px 0px 20px 0px;
      width: 100%; }
    #testimonial .client-img {
      margin: 20px auto;
      position: static; }
    #testimonial h3,
    #testimonial p {
      text-align: center; } }

/*-- End Testimonial Section CSS --*/
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020; }

.ml-24 {
  margin-left: 24px; }
