/* ==========================================================================
   Insert Your Custom Styles Below. All styles located in this file will
   override existing main.css stylesheets.
   ========================================================================== */ 


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.hero-text.text-left .lead{
	color:#F4F4F4;
}

.darkbg-lesspadding {
  background-color: #ececec;
  padding: 0 10px 10px 10px;
}

.index textarea {
  width: 91%;
}
.blue-box h4 {transition:font-size 0.5s ease;font-size:19px; font-weight:400}
.blue-box h4:hover {font-size:20px}
.blue-box {background-color:#d8d8d8;text-align:center;padding:13px;transition: background-color 0.5s ease;}
.blue-box:hover {background-color:#badff5}
