@charset "utf-8";
/* CSS Document */
/* General Style Start */
/*fontface end*/

h1, .h1{
	font-size:2.8rem;
	line-height:3.4rem;
	margin:0 0 10px;
	color:#fff;
}
h2, .h2{
	font-size:2.4rem;
	line-height:3.0rem;
	margin:0 0 10px 0;
	color:#142236;
}
.light-font{
	font-family: 'Poppins-Light', sans-serif;
    font-weight: normal;
}
h3, .h3{
	font-size:1.9rem;
	line-height:2.5rem;
	margin:0 0 8px;
	color:#206fc1;
}
h4, .h4{
	font-size:1.8rem;
	line-height:2.4rem;
	margin:0 0 7px;
	color:#4c4c4c;
}
h5, .h5{
	font-size:1.7rem;
	line-height:2.3rem;
	margin:0 0 7px;
	color:#363636;
}

.body-cont{
	padding: 50px 0 35px 0;
}
.client-partnership-sec h2{
	position: relative;
}
/*
.border-left-right:after{
	content: '';
	display: block;
	width:100%;
	height: 1px;
	background-color: #6f97c2;
    vertical-align: middle;
	margin-top: 5px;
	
}
.border-left-right:before{
	content: '';
	display: block;
	width:100%;
	height: 1px;
	background-color: #6f97c2;
    vertical-align: middle;
	margin-bottom: 5px;
	
}
*/
@media only screen and (min-width:768px){
	h1, .h1{
		font-size:3rem;
		line-height:3.6rem;
		margin:0 0 15px;
	}
	h2, .h2{
		font-size:2.8rem;
		line-height:3.8rem;
		margin:0 0 16px;
	}
	h3, .h3{
		font-size: 2rem;
		line-height: 2.6rem;
		margin: 0 0 14px;
	}
	h4, .h4{
		font-size:1.7rem;
		line-height:2.3rem;
		margin:0 0 10px;
	}
	h5, .h5{
		font-size:1.5rem;
		line-height:2.1rem;
		margin:0 0 8px;
	}
	.body-cont{
		padding: 40px 0;
	}
	.border-left-right:after{
		content: '';
		display:inline-block;
		width:12%;
		height: 1px;
		background-color: #6f97c2;
		vertical-align: middle;
		margin: 0 0 0 15px;

	}
	.border-left-right:before{
		content: '';
		display:inline-block;
		width:12%;
		height: 1px;
		background-color: #6f97c2;
		vertical-align: middle;
		margin: 0 15px 0 0;

	}
}
@media only screen and (min-width:921px){
	/* General Style */
	h2, .h2{
		font-size:3.5rem;
		line-height:4.1rem;
		margin:0 0 18px;
	}
	/* General Style End */
}
@media only screen and (min-width:1025px){
	/* General Style Start */
	h1, .h1{
		font-size:3rem;
		line-height:3.6rem;
		margin:0 0 28px;
	}
	h2, .h2{
		/*font-size:4.0rem;
		line-height:4.6rem;*/
		font-size:3.4rem;
		line-height:4.0rem;
		margin:0 0 22px;
	}
	h3, .h3{
		font-size:2.2rem;
		line-height:2.8rem;
		margin:0 0 12px;
	}
	h4, .h4{
		font-size:1.9rem;
		line-height:2.5rem;
		margin:0 0 10px;
	}
	h5, .h5{
		font-size:1.7rem;
		line-height:2.3rem;
		margin:0 0 8px;
	}
	.body-cont{
		padding: 50px 0;
	}
	/* General Style End */
}
@media only screen and (min-width:1025px){
	h1, .h1{
		font-size: 4.8rem;
		line-height: 5.4rem;
		margin-bottom: 2.8rem;
	}
	.border-left-right:after{
		width:20%;
	}
	.border-left-right:before{
		width:20%;

	}
}
@media only screen and (min-width:1500px){
	/*h1, .h1{
		font-size: 5.5rem;
		line-height: 6.1rem;
	}*/
}