/********** General **********/
a,
button {
   transition: all .3s ease-in-out !important;
}
.btn4 {
   display: inline-block;
   padding: 12px 45px;
   background-color: #fb1004;
   color: #ffffff;
   border-radius: 10px;
   margin-top: 25px;
}
.btn4:hover {
   background-color: #b00b03;
   color: #ffffff;
}
/********** General End **********/


/********** Contact Us **********/
.info_contact a,
.info_links a {
   color: #ffffff;
}
.info_links a:hover,
.info_contact a:hover {
   color: #0CAA7D;
}
/********** Contact Us End **********/


/********** Testimonial **********/
.client-id .img-box img {
   max-width: 150px;
}
/********** Testimonial End **********/


/********** 992px and below **********/
@media (max-width: 992px) {
   body .info_links ul {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
   }
   body .info_contact > div {
      justify-content: flex-start;
   }
}
/********** 992px and below End **********/