
.featured-desc {
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}

.text-size {
  font-weight: 600 !important;
  color: #000;
}

.readmore-btn{
  font-size: 14px;
}

.back-color:hover{
  background-color: rgb(5, 97, 185);
}
.back-color:hover a{
  color: white;
}
.back-color:hover .text-size{
  color: white;
}
.back-color:hover .featured-desc{
  color: white;
}
.back-text-color:hover{
  color: white;
}
.card {
  height: 100%;
}
.nav-tabs .font-weight-bold a:hover{
  text-decoration: none;
}
.nav-tabs .font-weight-bold .active{
  color:#fff!important;
  padding: 8px 10px;
  border-radius: 5px;
  border:2px solid #1c75bc!important;
  background-color:  #1c75bc !important;
}

/* Quality Statement Section */
#quality-statement {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#quality-statement .quality-content {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
}

#quality-statement .quality-content p {
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

#quality-statement .quality-content p strong {
  color: #568be1;
  font-weight: 600;
}
