
body{
	  font-family: Myriad Pro;
}

h1,h2,h3,h4{
color:#ff0303;
font-weight: bold;
}
h2{
	font-size: 30px;
	margin-bottom: 30px;
}

img{
	max-width: 100%;
}
.hero-img{
	width: 100%;
	height: 410px;
	background: url('../img/hero.png');
	background-size: cover;
	background-position: bottom center;
	border-bottom: 1px solid #fff;
	position: relative;
}

.hero-img:after{
	content:"";
	width: 100%;
	float: left;
	height: 5px;
	background:#ddd;
	position: absolute;
	bottom:-7px;
}

.hero1-img{
	width: 100%;
	height: 180px;
	background: url('../img/banners.jpg');
	background-size: cover;
	background-position: bottom center;
	border-bottom: 1px solid #fff;
	position: relative;
}

.hero1-img:after{
	content:"";
	width: 100%;
	float: left;
	height: 5px;
	background:#ddd;
	position: absolute;
	bottom:-7px;
}
ul{
	padding:0 25px;
	margin:0;
}

.navbar{
	margin-bottom: 0;
}

.navbar-brand{
	padding:10px 15px;
	height: 90px;
}

.navbar-brand img{
	height: 100%;
	display: inline-block;
}

.navbar-brand .desc{
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  position: relative;
  top: 7px;
  color:#000;
}

.navbar-right p{
font-size: 26px;
}

.navbar-right p small{
	color:#ff0303;
	font-size: 14px;
}

.navbar-brand .desc span{
	color:#ff0303;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.main-menu{
	background: #ff0303;
}

.main-menu ul{
	margin:0;
	padding:0;
}


.main-menu ul li{
	margin:0;
	padding:0;
	float: left;
}

.main-menu ul li a{
	color:#fff;
	margin:0;
	padding:10px 15px;
	display: block;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 16px;
}

@media (max-width: 768px) {
	.main-menu ul li{
		float: left;
		width: 50%;
	}
}


@media (max-width: 475px) {
	.navbar-brand .desc{
		display: none;
	}
	footer .col-sm-4{
		margin-bottom: 30px;
	}
}

.main-menu ul li a:hover{
	background: #fff;
	color:#ff0303;
	text-decoration: none;

}

.btn{
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 100;
}

.btn1{
	font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 100;
}


.ini{
	padding:10px 0;
}


.ini ul li{
	list-style-image: url('../img/check.png');
	font-size: 16px;
	color:#479ad3;
	font-weight: 100;
}

.ini .btn{
	display: block;
	margin-top: 20px;
}

.mid{
	padding: 50px 0;
	background:#ecf5fb;
}



.mid ul li{
	list-style-image: url('../img/check.png');
	font-size: 16px;
	color:#479ad3;
	font-weight: 100;
	margin-bottom: 5px;
}

.mid .btn{
	margin-top: 20px;
}


.servs{
	background: #07afef;
	padding-bottom: 40px;
}

.servs h1{
	color:#fff;
	margin:0 0 10px 0;
	font-size: 50px;
}

.servs h3{
	color:#fff;
	font-weight: 100;
	margin:0;
}


.bott{
	padding:50px 0;
	background-color:#f2f2f2;
}

.bott h3{
	color:#4b4b4b;
	font-weight: 100;
	margin-bottom: 25px;
	font-size: 28px;
}


.bott form input[type="text"],
.bott form input[type="email"],
.bott form input[type="phone"],
.bott form textarea{
	width: 100%;
	border:1px solid #07afef;
	background:#fff;
	padding:8px;
	margin-bottom: 15px;
}

.bott form .btn{
	border-radius: 8px;
	float: right;
	padding:10px 35px;
}

footer{
	border-top:1px solid #ddd;
	padding: 35px 0;
}

footer h5{
	font-size: 18px;
	font-weight: 600;
	color:#07afef;
}


footer a{
	font-size: 12px;
	color:#000;
}

footer .social a{
	display: block;
	margin-bottom: 15px;
}

footer .social a:hover{
	opacity: 0.7;
}

footer .navbar-brand{
	height: 100px;
	padding:10px 0;
}


footer .copy{
	display: block;
	width: 100%;
	font-size: 13px;
	padding: 15px 0;
	float: left;
}

.serv-icos a{
	display: inline-block;
	padding: 2px 5px;
	background: transparent;
	float: left;
	border:1px solid transparent;
	position: relative;
	border-radius: 3px;
}

.serv-icos a img{
	height: 25px;
}

.serv-icos a:hover{
	background: #fff;
	border:1px solid #ddd;
}

.serv-icos a:hover:after{
	content:"";
	display: inline-block;
	position: absolute;
	top: -5px;
	left:50%;
	margin-left: -5px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid #ddd;

}








