 /*--------------------- Copyright (c) 2018 ----------------------- 
[Master Stylesheet] 
Template Name: Pixel Blog Responsive Html Template
Version: 1.0.0
Author: Kamleshyadav
Website: 
Purchase: 
 ------------------------------------------------------------------- 
[Table of contents] 
1. Body 
2. Normal Css 
3. Loader Css 

-------------------------------------------------------------------*/
body {
	margin: 0;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #707070;
    background: #f3f4f7;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #222222;
}
.blog_landing_header {
    display: flex;
    width: 100%;
    background-image: url(../images/bg_img.jpg);
    position: relative;
    padding: 100px 0;
    text-align: center;
    background-size: cover;
    background-position: center center;
}
.blog_landing_header:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.52);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.blog_landing_header img {
    position: relative;
    z-index: 1;
}
.blog_landing_header h3 {
    font-size: 60px;
    color: #fff;
    position: relative;
    font-weight: 600;
    z-index: 1;
    margin: 0;
    line-height: 100px;
    font-family: "Montserrat", sans-serif;
}
.blog_main_wrapper {
    padding: 100px 0 50px;
}
.demo_div {
    overflow: hidden;
    margin: auto 0px 15px;
    border: 1px solid #dcdcdc;
    padding: 12px;
    background-color: #fff;
}
.blog_demo_div {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 470px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom: none;
    transition: all .3s linear;
}
.blog_demo_div.demo2:hover {
    background-position: bottom center;
    -webkit-transition: all 10s ease;
    transition: all 10s ease;
    -webkit-transition: all 10s ease;
    transition: all 10s ease;
}
.blog_demo_div:after {
    /* .demo_div:after { */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.blog_demo_div:hover:after {
    /* .demo_div:hover:after { */
    -webkit-box-shadow: 0 0 10px 300px rgba(0, 0, 0, 0.5) inset; 
    -moz-box-shadow: 0 0 10px 300px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 10px 300px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: transparent;
    background-image: none;
    opacity: 1;
}
h3.blog_demo_name {
    text-align: center;
    color: #222;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h3.blog_demo_name a {
    display: inline-block;
    color: inherit;
	text-decoration:none;
}
.blog_heading_style2 {
    padding-top: 80px;
}
.blog_heading_style2 h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 80px;
    position: relative;
    padding-bottom: 15px;
    text-align:center;
}
.blog_heading_style2 h3:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #ff3657;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.blog_feature {
    text-align: center;
    margin-bottom: 50px; 
    background: #fff;
    padding: 70px 65px 65px;
    border-radius: 20px;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20.7px 2.3px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.blog_feature:hover {
    box-shadow: none;
    border-color: #ff3657;
}
.blog_feature img {
    margin-bottom: 20px;
}
.blog_feature h3 {
    margin: 0;
    font-size: 17px;
    text-transform: capitalize;
}
.blog_copyright {
    background: #111111;
    display: flex;
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    text-align: center;
}
.blog_copyright p {
    margin: 0;
}
.blog_copyright p a {
    color: #ff3657;
    text-decoration: none;
} 
.blog_main_wrapper .row:first-child > div {
    display: inline-block;
    width: 49%;
    max-width: 49%;
}
.blog_main_wrapper .row:first-child {
    display: block;
    text-align: center;
}

.demo_vbtn{
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
}

.demo_b5{
    margin-top: 10px;
}
span .boot4_demo, span .boot5_demo{
    border: 1px solid red;
    background: #ff3657;
    display: inline-block;
    padding: 13px 35px;
    color: #fff;
    border-radius: 25px 0;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
    min-width: 170px;
    cursor: pointer;
    line-height: 24px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    cursor: pointer;
    font-size: 18px;
}
/* span .boot4_demo:hover, span .boot5_demo:hover{ */
    span .boot4_demo:hover, span .boot5_demo:hover{
    border-radius: 0 25px;
}
.blog_demo_div.demo2:hover .demo_vbtn{
    visibility: visible;
    opacity: 1;
    transition: all .3s linear;
}
/* .demo_div:hover .demo_vbtn{ */
    /* .blog_demo_div:hover .demo_vbtn{
    visibility: visible;
    opacity: 1;
} */

/* .demo_b5{
    margin-top: 10px;
    top: 60%;
}
.demo_b4, .demo_b5{
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    margin: auto;
    visibility: hidden;
} */
.blog_demo_div.demo2:hover .demo_b4, .blog_demo_div.demo2:hover .demo_b5{
    visibility: visible;
    z-index: 1;
}
/*===Responsive start===*/
@media (min-width: 992px) and (max-width: 1199px) {
 .blog_feature{
    padding: 40px 20px;
 }   
}
@media (min-width: 768px) and (max-width: 991px) {
.blog_feature{
    padding:40px;
}
}
@media (max-width: 767px) {
h3.blog_demo_name{
    margin-bottom: 50px;
}
.blog_heading_style2 {
    padding-top: 30px;
}
.blog_feature{
    padding: 30px 20px;
}
.blog_main_wrapper .row:first-child > div {
    width: 100%;
    max-width: 100%;
}
}