

/*Blog*/



.blog-sec .section-title{
    margin-bottom: 65px;
}

.blog-sec .blog-title h2{
   font-size: 36px;
    margin-bottom: 65px;
}

.blog-post{
    position: relative;
    margin-bottom: 60px;
}

.blog-post:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(var(--body-color-rgb), 0.3);
    z-index: 2;
}

.blog-sec .row .col-lg-4:nth-child(3) .blog-post:after,
.blog-sec .row .col-lg-4:nth-child(6) .blog-post:after,
.blog-sec .row .col-lg-4:nth-child(9) .blog-post:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(var(--body-color-rgb), 0.3);
    z-index: 2;
}

.blog-post .category-list{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.blog-post .category-list li{
    color: rgba(var(--body-color-rgb), 0.6);
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
}

.blog-post .category-list li + li{
    margin-left: 10px;
    padding-left: 10px;
}

.blog-post .category-list li + li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: rgba(var(--body-color-rgb), 0.6);
}

.blog-post .post-body{
    padding: 0 35px;
}

.blog-post .descr{
    font-size: 24px;
    line-height: 36px;
    color: var(--body-color);
    opacity: 90%;
    margin-bottom: 20px;
    transition: 0.3s;
}

.blog-post .post-thumb{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.blog-post .post-thumb img{
    width: 100%;
}

.blog-post .post-thumb .image-element-left{
    position: absolute;
    left: 0;
    width: 35px;
    height: 100%;
    background-color: #fff;
    transition: 0.3s;
}

.blog-post .post-thumb .image-element-right{
    position: absolute;
    right: 0;
    width: 35px;
    height: 100%;
    background-color: #fff;
    transition: 0.3s;
}

.blog-post .post-thumb .image-element-top{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    transition: 0.3s;
}

.blog-post .post-thumb .image-element-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    transition: 0.3s;
}

.blog-post:hover .post-thumb .image-element-left{
    transform: translateX(-35px);
}

.blog-post:hover .post-thumb .image-element-right{
    transform: translateX(35px);
}

.blog-post:hover .post-thumb .image-element-top{
    transform: translateY(-35px);
}

.blog-post:hover .post-thumb .image-element-bottom{
    transform: translateY(35px);{
    font-
}
}

.blog-post .post-cta{
    display: inline-block;
    color: var(--body-color);
    text-transform: capitalize;
    margin-top: 20px;
    padding: 0 35px; 
    transition: 0.3s;
}

.blog-post:hover .category-list li,
.blog-post:hover .descr,
.blog-post:hover .post-cta{
    color: var(--primary-color);
}


/*Blog Detail*/

.blog-detail-wrapper{
    position: relative;
}

.blog-detail-wrapper .title-wrapper{
    margin-bottom: 45px;
}

.blog-detail-wrapper .post-date{
    opacity: 0.6;
}

.blog-detail-wrapper .detail-thumb{
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 45px;
}

.blog-detail-wrapper .detail-thumb img{
    width: 100%;
    transition: 0.3s;
}

.detail-title{
	font-size: 36px;
}

.blog-detail-sec{
	/* margin-bottom: 30px; */
}
.blog-detail-wrapper .detail-thumb:hover img{
    transform: scale(1.1);
}

.blog-detail-wrapper .detail-block{
    margin-bottom: 50px;
}

.blog-detail-wrapper .detail-block h5{
	font-size: 22px;
	    padding-bottom: 10px;
}

.blog-detail-wrapper .detail-block p{
    opacity: 60%;
    margin-bottom: 0;
    font-size: 18px;
}

.blog-detail-wrapper .detail-block li{
    position: relative;
}

.blog-detail-wrapper .detail-block li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: var(--body-color);
    border-radius: 50%;
}

.blog-detail-wrapper .detail-block li{
    padding-left: 22px;
}

.blog-detail-wrapper .detail-block li p{
    margin-bottom: 0;
}

.blog-detail-wrapper .detail-block li + li{
    margin-top: 26px;
}

.blog-detail-wrapper .detail-block.style-2 > p{
    margin-bottom: 22px;
}

.blog-detail-wrapper .detail-block.style-2 li + li{
    margin-top: 15px;
}

blockquote.style-2{
    position: relative;
    margin-bottom: 65px;
}

blockquote.style-2 img{
    width: 39px;
}

blockquote.style-2 img.rotate{
    transform: rotateY(180deg);
}

blockquote.style-2 .absolute-image-1{
    position: absolute;
    left: 0;
    top: 8px;
}

blockquote.style-2 .absolute-image-2{
    position: absolute;
    left: 37%;
    bottom: -22px;
}

blockquote.style-2 p{
    padding: 0 0 0 65px;
    font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 40px;
color: rgba(0, 0, 0, 0.9);
}

.blog-detail-wrapper .big-title-block{
    margin-top: 80px;
}

.blog-detail-wrapper .big-title-block .title{
    margin-bottom: 30px;
}

.blog-detail-wrapper .author-block{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 36px;
}

.blog-detail-wrapper .author-block .author-image{
    margin-right: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.blog-detail-wrapper .author-block .author-image img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.blog-detail-wrapper .author-block .about-author{
    flex: 1;
}

.blog-detail-wrapper .author-block .about-author .author-name{
    margin-bottom: 5px;
}

.blog-detail-wrapper .author-block .about-author .desig{
    color: var(--primary-color);
    display: inline-block;
}

/*Responsive*/

@media (max-width: 2560px){
   blockquote.style-2 .absolute-image-2 {
    left: 9%;
    top: 81%;
}
}


@media (max-width: 2260px){
    blockquote.style-2 .absolute-image-2{
        /* left: 39%; */
    }
}


@media (max-width: 1920px){
    blockquote.style-2 .absolute-image-2{
        /* left: 39%; */
    }
}



@media (max-width: 1799px){
    blockquote.style-2 .absolute-image-2{
        left: 20%;
    }
}

@media (max-width: 1699px){
    blockquote.style-2 .absolute-image-2{
        left: 31%;
    }
}


@media (max-width: 1599px){
    blockquote.style-2 .absolute-image-2{
        left: 45%;
    }
}

@media (max-width: 1399px){
    .blog-post .descr{
        font-size: 18px;
        line-height: 32px;
    }
    
    .blog-post .category-list li{
        font-size: 16px;
    }
    
    blockquote.style-2 .absolute-image-2{
        left: 74%;
    }
}

@media (max-width: 1199px){
    blockquote.style-2 .absolute-image-2{
        left: 23%;
    }
}

@media (max-width: 1049px){
    blockquote.style-2 .absolute-image-2{
        left: 45%;
    }
}

@media (max-width: 991px){

    .blog-sec .row .col-lg-4:nth-child(3) .blog-post:after,
    .blog-sec .row .col-lg-4:nth-child(6) .blog-post:after,
    .blog-sec .row .col-lg-4:nth-child(9) .blog-post:after{
       content: none;
    }
    
    blockquote.style-2 .absolute-image-2{
        left: 87%;
    }
    
}

@media (max-width: 767px){
    .blog-post:after,
    .blog-sec .row .col-lg-4:nth-child(3) .blog-post:after,
    .blog-sec .row .col-lg-4:nth-child(6) .blog-post:after,
    .blog-sec .row .col-lg-4:nth-child(9) .blog-post:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(var(--body-color-rgb), 0.3);
    z-index: 2;
    }
    
    blockquote.style-2 .absolute-image-2{
       left: 41%;
    top: 91%;
    }
}

@media (max-width: 575px){
    blockquote.style-2 .absolute-image-2{
        display: none;
    }

    .detail-title, .blog-sec .blog-title h2 {
    font-size: 28px;
    line-height: 30px;
}
}