.aboutarea{
	margin:25px 0;
}
.services-nav{
	border:1px solid #e7e7e7;
	border-radius:10px;
	padding:15px 25px;
}
.services-nav h2{
	border-bottom:2px solid #e7e7e7;
	padding-bottom:10px;
	position:relative;
	color:#003366;
}
.services-nav h2:before{
	position:absolute;
	background:#f1c40f;
	height:2px;
	content:'';
	width:50px;
	bottom:-2px;
	left:0;
}
.services-nav ul li{
	border:1px solid #f1c40f;
	padding:10px 20px;
	background:#f1c40f;
	margin-bottom:10px;
	color:#333;
	border-radius:10px;
}
.services-nav ul li a{
	text-decoration:none;
	color:#333;
	font-weight:600;
}
.services-nav ul li i{
	float:right;
	padding-top:5px;
}
.margin-top-20{
	margin-top:20px;
}
.services-nav .form-horizontal .form-group{
	margin-bottom:10px;
}
.services-nav .form-horizontal .form-group label{
	color:#333;
	font-size:14px;
}
.services-nav .form-horizontal .form-group .form-control{
	border-radius:0;
	height:40px;
}
.services-nav .form-horizontal .form-control:focus,.services-nav .form-horizontal .form-control:active,.services-nav .form-horizontal .form-control:hover{
	border-color:#333;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.services-nav .form-horizontal .form-group .btn{
	background-color:#f1c40f;
	color:#003366;
	font-weight:600;
	border-color:#f1c40f;
	border-radius:0;
	font-size:16px;
}
.service-content{
	
}
.work-category{
	margin:25px 0 0 0;
	padding:60px 0;
	background:#fbf9ed;
	background:-moz-linear-gradient(top, #fbf9ed 0, #fbeaf8 100%);
	background:-webkit-linear-gradient(top, #fbf9ed 0, #fbeaf8 100%);
	background:linear-gradient(to bottom, #fbf9ed 0, #fbeaf8 100%);
	position:relative;
}
.work-inner{
	background:#fff;
}
.work-inner img{
	width:90px;
	height:90px;
	margin:15px 0;
}
.work-inner h4{
	text-align:center;
	font-size:18px;
	padding-bottom:15px;
}
.head-social h2{
	font-size:28px;
	margin:0;
}
.social-inner{
	padding:20px;
	border:1px solid #DBD8D8;
	border-bottom-right-radius:50px;
	transition:.6s ease-in-out;
	background:#fff;
	position:relative;
	margin-bottom:15px;
}
.social-inner::after{
	position:absolute;
	content:'';
	bottom:1px;
	left:1px;
	width:0;
	height:0;
	border-right:26px solid transparent;
	border-bottom:26px solid #FFF093;
	z-index:9;
}
.social-inner:hover{
	background-color:#fff093;
	border:1px solid #fff093;
	animation:2s infinite pulse-animation1;
	transform:translateY(-10px);
}
.social-inner:hover::after{
	border-bottom:26px solid #fff;
}
.social-inner img{
	margin-bottom:25px;
	width:70px;
	height:70px;
}
.social-inner h4{
	font-size:22px;
	margin-bottom:10px;
}
.social-inner h5{
	font-size:22px;
	font-weight:400;
	margin-bottom:10px;
}
.social-inner p{
	font-size:15px;
	line-height:28px;
}

.product-inner{
	padding:20px;
	border:1px solid #DBD8D8;
	border-bottom-right-radius:50px;
	transition:.6s ease-in-out;
	background:#fff;
	position:relative;
	margin-bottom:15px;
}
.product-inner::after{
	position:absolute;
	content:'';
	bottom:1px;
	left:1px;
	width:0;
	height:0;
	border-right:26px solid transparent;
	border-bottom:26px solid #ffa500;
	z-index:9;
}
.product-inner:hover{
	background-color:#f5f5f5;
	border:1px solid #f7f7f7;
	animation:2s infinite pulse-animation1;
	transform:translateY(-10px);
}
.product-inner:hover::after{
	border-bottom:26px solid #fff;
}
.content-text h4 {
	font-size:22px;
	padding-bottom:10px;
	border-bottom:1px solid #011e40;
}
.content-text h5 {
	margin:0;
	padding:0;
	margin:10px 0;
	font-size:18px;
}