/* secound header start */
.second_header {
	background-image: url('../images/bg-images/03.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.second_header .cover {
	background: linear-gradient(to right, rgba(0,0,0, .9), transparent);
    min-height: 300px;
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 140px 0 25px;
}
.second_header .header-content h2 {
    font-weight: 700;
    font-size: 46px;
    margin: 5px 0 15px;
    word-spacing: 3px;
}
.second_header .header-content ul {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.second_header .header-content ul li {
    font-size: 17px;
    float: left;
    color: rgba(#fff, .7);
}
.second_header .header-content ul a {
    margin-right: 24px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 500;
}
.second_header .header-content ul a::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 18px;
    position: absolute;
    background: #fff;
    transform: rotate(10deg);
    right: -15px;
    top: 3px;
}
.second_header .header-content ul a:hover {text-decoration: underline;}
/* header section end */



/* blog style start */
.blog-section {
	padding: 85px 0 55px;
    background: #F7F7F7;
}
.blog-section .blog-content {margin-bottom: 30px;}
.blog-section .blog-summary {
    margin: 0;
    overflow: hidden;
    img {transition: all .2s;}
}
.blog-section .blog-summary img {
    object-fit: cover;
    height: 210px;
    width: 100%;
    transition: all .2s;
}
.blog-section .blog-summary:hover img {transform: scale(1.05);}
.blog-section .blog-article {
    background: #fff;
    padding: 20px;
}
.blog-section .blog-article .date {
    font-family: 'Work Sans', sans-serif;
    margin-right: 20px;
    text-align: center;
    display: inline;
    float: left;
    margin: 0 12px 8px 0;
    padding: 4px 8px 6px;
    background: #009639;
}
.blog-section .blog-article .date h2 {
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    color: #fff;
}
.blog-section .blog-article .date p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.blog-section .blog-article h4 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 9px;
    color: #000;
}
.blog-section .blog-article p {margin-bottom: 8px;}
.blog-section .blog-article a {
    font-size: 15px;
    color: #009639;
}
.blog-section .blog-article a:hover {text-decoration: underline;}

.blog-section .single-blog img {
    max-width: 100%;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    margin: 0 0 25px 0;
}
/* blog section end */
