body{padding:0px; margin:0 auto}
	a{
		color: #fff;
    text-decoration: none;
	}
	a:hover{
		color: #fff;
    text-decoration: none;
	}
.logo img{
	padding-top: 15%;
    padding-bottom: 15%;
}
.contain {
    background: #ee1d23;
    height: 100px;
}
.row.content {
    padding-top: 2%;
    padding-bottom: 2%;
}
.content h1{
	font-family: impact;
    font-size: 80px;
}
.content h2{
	border-bottom: 3px solid #ee1d23;
    font-size: 50px;
    padding-top: 5%;
    color: #ee1d23;
    font-family: ui-sans-serif;
    font-weight: bold;
}
.content h3{
	margin-top: -10px;
}
.contain-txt{
	 background: #ee1d23;
	 padding-top:3%;
	 padding-bottom: 1%;
	 color:#fff;
	 float: left;
    width: 100%;
}
.contain-txt h1{
	font-family: impact;
    font-size: 40px;
text-align:center;	
}
.contain-txt p{
	text-align:center;
	font-size:25px;
}
.contain-txt h3{
	text-align:right;
	font-family: impact;
    font-size: 25px;
	letter-spacing: 1px;
    padding-top: 10%;
}
.contain-txt-1{
	 background: #ee1d23;
	 margin-top:3%;
	 margin-bottom: 3%;
	 color:#fff
}
.contain-txt-1 h1{
	font-family: impact;
    font-size: 50px;
text-align:center;	
padding-top:3%; padding-bottom:3%;
}
.content-txt{
	 background: #ee1d23;
	 margin-top:3%;
	 margin-bottom: 3%;
	 color:#fff;
	 padding-top:5%; padding-bottom:5%;
	 width: 100%;
    float: left;
}
.content-txt h1 {
    font-size: 19px;
    font-family: impact;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.content-txt ul{
	padding-left:0px;
}
.content-txt ul li {
    text-transform: uppercase;
    font-size: 12px;
    font-family: ui-sans-serif;
    padding-bottom: 8px;
}
.content-txt-1{
	margin-top:3%; margin-bottom:3%; 
}
.content-txt-1 h1{
	color: #ee1d23;
	text-align:center;
	font-family:impact;font-size: 45px
}
.services {
    border: 1px solid #ee1d23;
    margin-top: 10%;
    border-radius: 10px;
    padding: 0;
}
.services h3{
	background: #ee1d23;
    margin-top: 0;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-align: center;
    text-transform: uppercase;
}
.services p{
	    font-size: 16px;
    padding: 10px;
}
.footer {
    background: red;
    color: #fff;
    text-align: center;
    margin-top: 8%;
    margin-bottom: 3%;
}
.footer p{
	    font-size: 30px;
    text-transform: uppercase;
    padding-top: 3%;
}
.footer h6{
	font-size: 22px;
    padding-bottom: 2%;
    font-family: ui-sans-serif;
    font-weight: normal;
}