#banner {
	padding-top: 204px;
	padding-bottom: 40px;
	background: url(../images/blog-banner.jpg);
	max-width: 100% !important;
	background-position: center;
	height:500px;
}
#banner .banner_img .bdr {
	width: 150px;
	margin: 0 auto;
	border-top: solid 5px #fff;
}
#banner .banner_img h1 {
	text-align:center;
	color:#2e5790;
	font-family: 'Selima',sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 3.75rem;
}
#banner .banner_img h1 strong
{
	color:#fff;
	border-bottom:solid 5px;
}
#banner .banner_img p {
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	line-height: 25px;
}
#blogs {
    padding-top: 40px;
	background: #fff;
}
#blogs .blog_heading {
    text-align: center
}

#blogs .blog_heading h1 {
    font-size: 30px;
    color: #2e5790;
	text-transform:uppercase;
}
#blogs .blog_heading h1::before {
    background: #c3a54f; none repeat scroll 0 0;
    content: "";
    height: 5px;
    position: absolute;
    width: 25px;
	margin-left:-35px;
	margin-top:20px;

}
#blogs .blog_heading h1::after {
    background: #c3a54f none repeat scroll 0 0;
    content: "";
    height: 5px;
    position: absolute;
    width: 25px;
	margin-left:10px;
	margin-top:20px;
}

#blogs .blog_heading h3 {
    color: #000;
    font-weight: lighter;
}

#blogs .blog_heading  p {
	color: #000;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	font-weight:normal;
	width:35%;
	margin:0 auto;
}
#blogs .blog_box {
	border: 1px solid #ccc;
	margin: 20px;
	-webkit-transition: all ease 1s;
	overflow: hidden;
}

#blogs .blog_box:hover {
	box-shadow: 0 0 15px 5px #ccc;
}
#blogs .blog_box .image img {
	width: 100%;
	-webkit-transition: all ease 1s;
	float:left;
}
#blogs .blog_box .image .blogdate
{
    text-align: center;
    color: #fff;
    bottom: 15px;
    padding: 10px 7px 10px 7px;
    background: #2e5790;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
	float:right;
	margin-top:-100px;
	margin-right:15px;
}
#blogs .blog_box .image .blogdate span {
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

#blogs .blog_box:hover .details {
	//background: rgba(0, 92, 161, 0.9);
	-webkit-transition: all ease 1s;
}
#blogs .blog_box .details {
	z-index: 999;
	width: 100%;
	text-align:left;
	-webkit-transition: all ease 1s;
	background:#fff;
	float:left;
	padding: 30px 30px 30px 30px;
	min-height:265px;
}
#blogs .blog_box .details h2 {
	font-size:18px;
	color:#2e5790;
	margin-bottom:10px;
	border-bottom:solid 1px;
	letter-spacing: 2px;
	padding-bottom:10px;

}
#blogs .blog_box .details p {
	line-height: 25px;
	margin-bottom: 16px;
	color:#000;
	font-size:15px;
	text-align:justify;
}
#blogs .blog_box .details a {
	color: #2e5790;
	letter-spacing: 1px;
	transition-duration: 0.5s;
	padding: 5px;
	margin-bottom: 10px;
	font-size:14px;
}
#blogs .blog_box .details a span {
	margin-left: 50px;
}
#blogs .blog_box .bdr2 {
	background: #2e5790 none repeat scroll 0 0;
	float: right;
	height: 230px;
	margin-top: -70px;
	position: relative;
	width: 7px;
	z-index: 1;
}
#blogs .blog_box .bdr1 {
	background: #c7ab54 none repeat scroll 0 0;
	float: right;
	height: 80px;
	margin-right: 30px;
	position: relative;
	top:80px;
	width: 7px;
}

@media screen and (max-width: 992px) {
#blogs .blog_heading h1
{
	font-size: 20px;
}
#blogs .blog_heading h1::before {
	margin-top:10px;
}
#blogs .blog_heading h1::after {
   margin-top:10px;
}
#blogs .blog_heading p
{
	width:90%;
}
}
 @media screen and (max-width: 1170px) {

}