@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

body{
	background:#f7f7f7;
	font-family: 'Lato', sans-serif; 
	}
  
.trs{
	    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
	}
p {
	  font-family: Roboto;
  font-size: 15px;
  line-height:21px;
  text-align: left;
  color: #575756;
  margin-bottom:10px;
}

header{
	background:#ffffff;
	padding:30px 0;
	}
.logo-area{
	width:100%;
	max-width:170px;
	margin:0 auto;
	}
.banner-text{
	background:#edeeef;
	padding:70px 0;
	}

.banner-text h1{
	font-family: 'Lato', sans-serif;
    font-size: 40px;
    color: #4b4a47;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    letter-spacing: 2px;
	}
.banner-text h2{
	font-family: 'Lato', sans-serif;
    font-size: 28px;
    color: #4b4a47;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    letter-spacing: 2px;
	}
.banner-img{
	margin:20px 0;}
	
.quick-turn{
	background:#ff5000;
	padding:100px 0;
	}
.quick-turn h2{
	font-family: 'Lato', sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 700; 
    line-height: 48px; 
	}
.quick-turn-in{
	width:100%;
	max-width:940px;
	margin:0 auto;
	}
	
ul.quick-points{
	margin:0px;
	padding:0px;
	margin-top:30px;
	
	}
ul.quick-points li{
	    position: relative;
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding-left: 30px;
    line-height: 30px;
	}
ul.quick-points li:before{
	content:"";
	position:absolute;
	width:14px;
	height:14px;
	left:0px;
	top:10px;
	background:url(../images/list_icon.png);
	background-size:100% 100%;
}
 
footer{
	background:#edeeef;
	padding:60px 0;
	
	}
footer h3{
	font-family: 'Lato', sans-serif;
    font-size: 32px;
    color: #4b4a47;
    font-weight: 800; 
    text-align: center;
    line-height: 48px;
	margin-bottom:30px; 
	
	}
footer p{ 
    color: #4b4a47;
	font-size:14px;
	letter-spacing:1px; 
	 }
footer p a{ 
    color: #8a8a8d; 
	 }
	 

@media (min-width: 992px) and (max-width: 1199px) {
 
 
}

@media (min-width: 768px) and (max-width: 991px) {
.banner-text h1 { 
    font-size: 28px; 
    line-height: 32px; 
}
.banner-text h2 { 
    font-size: 24px; 
    line-height: 32px; 
}
.quick-turn h2 { 
    font-size: 21px; 
    line-height:32px;
}
footer h3 { 
    font-size: 21px; 
    line-height: 46px; 
}

} 

@media (max-width: 767px) {
 
 .banner-text h1 { 
    font-size: 24px; 
    line-height: 28px; 
}
.banner-text h2 { 
    font-size: 21px; 
    line-height: 26px; 
}
.quick-turn h2 { 
    font-size: 18px; 
    line-height:24px;
}
footer h3 { 
    font-size: 18px; 
    line-height: 24px; 
}

 
}
 