@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap');
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; 
	font-weight:300;
} 
p{ 
	font-weight:300;
	color: #848484;
}
h1,h2,h3,h4,h5,h6{
	font-weight:700;
	font-family: 'Roboto Slab', serif;
	color:#0e4de1;
}
h1{
	font-size: 45px;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
}
h2{ 
	font-size:40px;
}
h3{
	font-size:35px;
}
h4{
	font-size:25px;
}
h5{
	font-size:24px;
}
h6{
	font-size:18px;
}
a, a:hover, a:focus{
	text-decoration:none;
}
/*** Header Css Start ***/

.main .content ul{
	padding:0;
	margin:0;
}

.main .content ul li{
	list-style-type:none;
	color: #848484;
	line-height: 30px;
}

.service-box{
    background-color: #fff;
    padding: 17px 40px;
    margin-bottom: 10px;
}
.service-box:hover .icon i{
	color:#104cde;
}
.service-box .icon i{
    font-size: 34px;
    position: absolute;
    left: 1px;
    color: rgba(18, 75, 224, 0.51);
    top: 13px;
}
.service-box .content h3{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    color: #6f6d6d;
}

footer{
	background-color:#fff;
}

footer p{
	margin:0;
	font-weight: 500;
	color:#fff;
}
footer p span{
	margin-top: 20px;
	display: block;
}
footer p a{
	color:#fff;
}
footer p a:hover{
	color:#d3dff8;
}
footer ul{
	padding:0;
	margin:0;
}
footer ul li{
	list-style-type: none;
	color:#fff;
	margin-bottom: 12px;
	line-height: 21px;
	font-weight: 500;
}
footer ul li:hover{
	color:#d3dff8;
}
footer h6{
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 25px;
}


