/* Add here all your CSS customizations */

/*header h1.logo img {
    width: 369px !important;
    height: 69px !important; 
}*/
header h1.logo img {
    width: 100% !important;
    height: auto !important; 
    max-width: 300px !important;
}
.form-horizontal input[type='submit']{    background-color: #0088cc; color: white; }


.about ul li {
	
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.about ul li:before {
   /*  background-image: url("/img/blue_tick.png"); */
    /* background-repeat: no-repeat; */
   /*  background-size: 100% 100%; */
    
   /*  height: 16px; */
	content: "\f058";
    left: 5px;	
	color: #0088cc ;
	font-family: FontAwesome;
    position: absolute;
    top: 2px;
	font-size: 15px;
    /* width: 17px; */
}



div.feature-box-icon {
  
    display: table !important;
}

/*
@media (min-width: 992px) {
  nav.mega-menu .nav,
  nav.mega-menu .dropup,
  nav.mega-menu .dropdown,
  nav.mega-menu .collapse {
    position: static;
  }
*/

