.logo img {max-height: 150px;}
.nav-logo img {max-height: 100px;}

.footer img {max-height: 100px;}

.main-menu .navigation > li > a {
 
  padding: 3px 5px;
}

.banner-section .content-box .text {
  color: #fff;
}

.error-message {
  color: #d93025;           /* Red color commonly used for errors */
  font-size: 14px;          /* Slightly smaller text */
  margin-top: 5px;          /* Space from input field */
  display: block;           /* Make it behave like a block element */
}

 label.error {
color: red;
  font-size: 14px;
  margin-bottom: 25px;
  display: block;
  margin-top: -20px;
  }


.banner-section .content-box h1 {
  font-size: 40px;
}

.about-us-section  .icon img {max-height: 70px;}
.cta-section.style-two .wrapper-box {
  padding: 25px 25px; 
}