.common-hdng h3{
	font-family: 'Oswald', sans-serif;
	display:inline-block;
	position:relative;
	font-size:30px;
	color: #292929;
}

.our-case-study-hedng .common-hdng h3{
	color:#fff;}


.common-hdng h3:after{
	content:'';
	background:url(../images/lines-1.png) no-repeat;
	display:inline-block;
	width:65px;
	height:6px;
	position:absolute;
	top:50%;
	right:-75px;
	margin:auto;
}

.our-case-study-hedng .common-hdng h3:after{
	background:url(../images/lines-3.png) no-repeat !important;
}
	

.news-content h2{
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	color:#ffffff;
	line-height:40px;
	font-weight:500;
	margin-top:15px;}	

.our-case-study-p .news-content p{
    transition: all .9s ease-in-out;
    opacity: 1;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
}


.news-bx:hover p{
    opacity: 1;
}

.our-case-study-p .news-content{
    transform: translateY(0);
}

.our-guarantee {
    padding: 50px 0;
}

.guarantee-img{
    text-align: center;
}

.guarantee-img img{
    width: 500px;
}

.our-guarantee p {
    margin-top: 30px;
    font-size: 17px;
    line-height: 25px;
    color: #7c7c7c;
}



/** Team section **/

.about-us{
	padding: 50px 0;
}

.team-wrap{
	margin-top:50px;
}

.team-m{
	margin-bottom: 30px;
}

.team-img{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin:auto;
	overflow: hidden;
	border: 3px solid transparent;
}

.team-m:hover .team-img{
	border-color: #3094D2;

}

.team-img img{
	width: 100%;
	height: 100%;
}

.team-name{
	margin-top:15px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #292929;
    font-weight: 400;
}

.team-designation{
	margin-top:15px;
	text-align: center;
	font-size: 16px;
	color:#2165a9;
	font-weight: 600;
}


.partners-sec {
    background: #f3f3f3;
}	

