.site-header .header-menu .menu { background-color: #fff; top: 100px; }
.owl-stage-outer { width: 100%; }
@media (max-width: 992px) {
    .site-header .header-menu .menu { max-height: 90vh; }
    .meeting-div { font-size: 20px; }
    .blockquote { font-size: 18px; }
    .home-hero-section .item .overlay .heading { font-size: 32px; }
    
    
    .home-hero-section .item .container { min-height: 250px; }
    .home-hero-section .item .overlay { max-width: 80%; bottom: 10px; }
    
}
@media (max-width: 600px) {
    .site-header .header-menu .menu { top: 80px; }
    .title-section .overlay { position: absolute; }
    .blockquote { font-size: 14px; }
    .home-hero-section .item .overlay { padding: 20px 15px; max-width: 100%; bottom: 0px;  }
    .home-hero-section .item .overlay .heading { font-size: 20px; }
    .home-hero-section .item .overlay .btn { font-size: 16px; }
}
    
}
@media (max-width: 1024px) { .title-section .overlay .heading { font-size: 25px; } }



.home-hero-section .item .overlay, .title-section .overlay {
    background-color: #7ed957;
    box-shadow: 10px 10px #000;
}

a { color: #7ed957; }

.gravity-form-control input[type="submit"], .gravity-form-control input[type="button"], .gform_wrapper input[type="submit"], .gform_wrapper input[type="button"] {
  background-color: #7ed957;
  border: 3px solid #7ed957;
}

.site-header .header-menu .menu li:hover > a {
    background-color: #7ed957;
}