@charset "UTF-8";
/* CSS Document */

body,html {
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
	width: 100%;
}
.navbar-inverse {
    background-color: #4985b9;
    border-color: none;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    color: #fff;

}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.call-now{
	margin-top: -20px;
	width: 100%;
	height: 100px;
	background-color: #4985b9;
	text-align:center;
	color: #fff;
}
.carousel-caption{
	bottom: 150px;
}
.carousel-caption h1{
font-family: 'Raleway', sans-serif;
font-weight:100;
    font-size: 7em;
}
.carousel-caption h2{
    font-size: 9em;
}
.services{
	background-color:#4176a2;
	color: #fff;
	width:100%;
	height: 80%;
}
.pad{
	padding: 25px;
}
.pricing{
	width:100%;
	height: 100%;
	padding:100px;
	background-color: #fff;
}
.pricing h1{
	font-size: 6em;
}
.thin{
	font-family: 'Raleway', sans-serif;
	font-weight:100;
}
.blue-font{
	color:#4176a2;
}
.red-font{
	color:#FF0004;
}
.about{
	width: 100%;
	height: 70%;
	padding-left: 100px;
	background-color: #ebebeb;
	padding-bottom: 100px;
	padding-right: 100px;
	

}
.about h1{
	text-align:center;
	font-size:6em;
}
.contact{
	width: 100%;
	height: 80%;
	padding: 100px;
	background-color: #fff;
}
footer{
	width: 100%;
	height: 50px;
	background-color:#4176a2;
}



@media screen and (max-width:414px){
	.about h1{
	text-align: left;
	font-size: 1em;
}
}
@media(max-width:414px) {
    .map {
	height: 100px;
	width: 100px;
    }
	h1{
	text-align:center;
	font-size: 1em;
}
}


	
	
	