.head2{
font-size: 20px;
text-align: center;
padding-top: 20px;
color: #fdfdfd;
font-weight: 501;
}
.customer-logos1{
background-color: #0060a8;
}
.customer-logos1 a{
color: #fafafa;
/*! background-color: #fdfdfd; */
padding: 2px 10px 2px 10px;
font-weight: 500;
border: 1px solid #fdfdfd;
border-radius: 5px;
/*! padding-bottom: 18px; */
}
.wh1{
    width: 400px;
    height: 333px;
}
.mt12{
    margin-top: 50px;
    margin-bottom: 80px;
}
.counter1 i{
color: #0060a8 !important;
}
.head3{
    margin-top: 1rem !important;
    font-size: 24px;
    font-weight: 501;
}

/* fun fact  */
.heading-border {
  width: 10%;
  height: 5px;
  display: flex;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.heading-border::before,
.heading-border::after {
  content: "";
  height: 80%;
  flex: 1;
}

.heading-border::before {
  background-color: #18212e; /* Left side color */
}

.heading-border::after {
  background-color: #fa9928; /* Right side color */
}
.head4{
    font-size: 17px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    color: #0060a8;
}