@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body{
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}
/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 30px;
	color: #0066cc;
	line-height: 55px;
	font-weight: 500;
}
h2 {
	font-size: 26px;
	color: #0066cc;
	line-height: 35px;
	margin-bottom: 25px;
}
h3 {
	font-size: 20px;
	color: #0066cc;
	line-height:40px;
	margin-top: 25px;
	margin-bottom: 15px;

}
h4 {
	font-size: 18px;
	line-height: 35px;
	color: #0683FF;
}
h5 {
	font-size: 18px;
	line-height:30px;
}
h6 {
	font-size: 16px;
	line-height:25px;
}
p{
	line-height:2em;
}

@media(max-width:480px){
	h1{
	line-height: 50px;
}
}
/*==========
style
============*/
.top-list li a {
	padding: 6px 12px;
}
.footer-top h5 span {
	padding-bottom:1px;
}

.imgbox_center{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.footer-top h5 span {
	padding-bottom:4px;
}
}
.flexslider .caption h3 {
	font-size:22px;
}
/*------
innerpage
----------*/
.client-list li:before {
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	content: "\f105";
	left: 0;
	top: 2px;
	font-size: 16px;
}




