body{
	font-family:Assistant,sans-serif;
	color:#0a2233;
	font-weight:400;
	font-style:normal;
	font-size:18px;
}	
h1,h2,h3,h4,h5,h6{
	font-family:Merriweather,serif;
	font-weight:900
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin:0;padding:0;
}
p{
	font-size:18px;
	font-weight:400;
	line-height:1.5;
	letter-spacing:.1px;
}
img{
	max-width:100%;
}
a:hover{
	text-decoration:none;
}
button:focus{
	outline:0!important;
}
.pad-tb{
	padding-top:80px;
	padding-bottom:120px;
}.common-heading{
	padding:0;
	text-align:center;
}
.common-heading h2{
	font-weight:700;
	font-size:30px;
	margin-bottom:20px;
}
.common-heading p{
	font-size:18px;
}
.top-section-resume{
	padding-top:30px;
	padding-bottom:30px;
	background:#fff5f5;
}
.content-area p{
	font-size: 22px;
	font-family: 'PT Serif',serif;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: justify;
}
.resume-btn a{
	color: #0F0F0F;
	background-color: #F2F2F2;
	box-shadow: 11px 6px 19px 1px rgba(0,0,0,0.5);
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	font-weight:600;
}
.mt-30{
	margin-top:30px;
}
.bg-gray{
	background: #f4f6f8;
}
.refrence-work-category{
	text-align: center;
	margin-top: 30px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	top: 0;
	position: relative;
	transition: all .5s;
}
.refrence-work-category:hover {
  top: -5px;
}
.refrence-work-category img{
	width:125px;
}
.refrence-work-category h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  padding: 15px 5px 0px 5px;
  border-radius: 0 0 6px 6px;
  color: #000;
}
footer{
	background:#f4f6f8;
	color:#fff;
}
.copyright{
	border-top:1px solid #13334a;
}
.footer-{
	padding-top:30px;
	padding-bottom:30px;
}
.footer- p{
	text-align:center;
	font-size:17px;
	font-weight:500;
	color:#000;
	font-family: 'PT Serif',serif;
}
.image-area img{
	border: 2px solid;
	border-radius: 10px;
	padding: 0px;
}