body{
	font-family: Lato;
}
.ls-none{
	list-style: none;
}

header{
	padding: 15px 0;
}
header p{
	font-size: 17px;
	color: #6c6c6c;
}
header p span{
	font-size: 20px;
	font-weight: 600
}
header p a{
	color: #03a39a;
}
.header-social-icon li{
	margin-left: 20px;
}

/* banner */
.banner{
	background: url('../images/banner-img.jpg') no-repeat center center;
	background-size: cover;
	padding: 250px 0;
	color: #fff;
}
.banner h1{
	font-size: 70px;
	font-weight: 700;
	line-height: 60px;
}
.banner h2{
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 35px;
}
.banner p{
	font-size: 22px;
}

/* services */
.services{
	color: #fff;
	background: #03a39a;
	position: relative;
    	height: 150px;
}
.services .inner-section{
	position: absolute;
    	width: 100%;
    	top: -135px;
    	left: 0;
}
.services h3{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 30px;
}
.service-logo {
    width: 265px;
    height: 175px;
    vertical-align: middle;
    display: table-cell;
    border: 5px solid #002182;
    background: #fff;
    transition: all .4s ease-in-out;
}
.service-logo:hover {
    background: #002182;
}
.services p{
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
}

/* footer */
footer {
    padding: 15px 0;
    background: #002182;
    color: #fff;
    font-size: 14px;
}



@media only screen and (max-width: 991px) {
	.banner h1 {
	    font-size: 46px;
	    line-height: 65px;
	}
	.banner h2 {
	    font-size: 28px;
	    margin-bottom: 25px;
	}
	.banner p {
	    font-size: 20px;
	}
	.services {
	    height: auto;
	    padding: 50px 0px;
	    padding-bottom: 20px;
	}
	.services .inner-section {
	    position: relative;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
	.services p {
	    margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	header{
		text-align: center;
	}
	header .logo{
		margin-bottom: 20px;
	}
	header p {
	    	margin-bottom: 20px;
	}
	header p span {
	    	display: block;
	}
	.header-social-icon li {
	    	margin: 0 10px;
	}
	.banner {
		background-position: 68% center;
	    	padding: 100px 0;
	      padding-bottom: 20px;
	}
	.banner h1 {
	    	font-size: 45px;
	}
	.banner h2 {
	    	font-size: 26px;
	    	margin-bottom: 25px;
	}
	.banner p {
	    	font-size: 18px;
	}
}