
@import "css/main.css";


.social-icon-top{
	font-size:25px;
	text-align:right;
}


.add{	
	background:#ce2021;
	height:50px;
}
.add h5{
	color:#fff;
	margin-top:16px;
	font-size:18px;
}

.move-add img{
	margin-right:50px;
}
.move-add {
	padding-left:15px;
}

.mb-20{
	margin-bottom:20px;
}

.head-lience{
	height:230px;
}

.news-page{
	background:#fff;
	margin-top:20px;
}

.news-page a{
	text-decoration:none;
	color:#333;
}

.news-img-sec{
	padding:10px;
}

.news-contant-sec h3{
	font-size:22px;
}

.news-contant-sec h4{
	font-size:13px;
	color:#ce2021;

}

.news-contant-sec p{
	font-size:16px;
}


.news-content-page{
	background:#fff;
	margin-top:30px;
	padding:20px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}


.news-content-page h3{
	font-size:22px;
}

.news-content-page p{
	font-size:16px;
	line-height:26px;
	color:#333;
}


/*--------------------------------------------------------------------------------
contact Form
--------------------------------------------------------------------------------*/


.contact-sec{
	padding:30px;
	margin-top:30px;
	background:#fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	
}

.contact-sec p{
	font-size:16px;
}








img{max-width:100%; max-height:auto;}

