/*Blogs css start*/
section.blog-list {
    background: var(--white-color);
    padding: var(--p90) var(--p12);
}
section.blog-list h2{
    font-size: 30px;
}
section.blog-list .blog-side {
    padding-left: 20px;
    padding-right: 20px;
}
section.blog-list .blog-side h2{
    margin-bottom: 20px;
}
.blog-side .search-blog, .blog-side .recent-posts, .blog-side .categories, .blog-side .follow{
    margin-bottom: 50px;
}
.blog-side form {
    border-bottom: 1px solid #C8C8C8;
    position: relative;
}
.blog-side form input{
    border: 0px solid;
    width: 100%;
    font-size: 16px;
    width: 100%;
    padding: 4px 0;
    height: 40px;
}
.blog-side form button {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 0px solid;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-side form button i{
    font-size: 16px;
    color: #888;
}
.blog-side form button:hover i{
    color: #FF7425;
}
.blog-side .recent-images img{
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.blog-side .recent-posts li{
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.blog-side .recent-content p {
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 5px;
}
.blog-side .recent-content p a{
    color: var(--black-color);
}
.blog-side .recent-content p a:hover{
    color: #FF7425;
}
.blog-side .recent-content span{
    font-size: 13px;
    color: #888;
}
.blog-side .recent-posts ul{
    display: flex;
    flex-direction: column;
    gap: 25px;
} 
.blog-side .categories li{
    font-size: 17px;
    font-weight: 600;
}
.blog-side .categories li a{
    color: var(--black-color);
    line-height: 1.6;
}
.blog-side .categories li a:hover{
    color: #FF7425;
}
.blog-side .follow i{
    font-size: 22px;
}
.blog-side .follow ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-side .follow a:hover i{
    color: #FF7425;
}
.blog-side .tags ul{
    display: flex;
    gap: 8px 8px;
    flex-wrap: wrap;
}
.blog-side .tags li{
    text-transform: capitalize;
    font-size: 17px;
}
.blog-side .tags a:hover{
color: #FF7425;
}
.blog-list-details .list-image img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.blog-list-details .list-image{
    position: relative;
    margin-bottom: 40px;
}
.blog-list-details .blog-list-sec {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.blog-list-details .dates-created p{
    padding: 12px 18px;
    background: var(--territiary-color);
    color: var(--white-color);
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0px;
}
.blog-list-details .dates-created{
    position: absolute;
    right: 0;
    top: 0;
}
.blog-list-details .list-category a{
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog-list-details .list-category span.separator:after {
    content: ',';
    margin-right: 5px;
}
.blog-list-details .list-category {
    display: flex;
    gap: 24px;
    margin-bottom: 8px;
}
.blog-list-details .list-text h3{
    font-size: 25px;
    margin-bottom: 12px;
    height: 65px;
    overflow: hidden;
}
.blog-list-details .list-text h3 a:hover{
    color: #FF7425;
}
.blog-list-details .list-details {
    width: 47%;
}
.list-btn a{
    font-weight: 600;
}
.list-btn a:hover{
    color: #FF7425;
}
.banner.blog-details img{
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.banner.blog-details {
    height: 280px;
    position: relative;
}
.banner.blog-details .overlay{
    width: 100%;
    height: 100%;
    background: #00000040;
    position: absolute;
    left: 0;
    top: 0;
}

section.blog-details {
    background: var(--white-color);
    padding: var(--p90) var(--p12);
}
section.blog-details h2{
    font-size: 36px;
}

section.blog-details .blog-side {
    padding-left: 20px;
    padding-right: 20px;
}
section.blog-details .blog-side h2{
    margin-bottom: 20px;
    font-size: 28px;
}
.blog-detail-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.blog-details-content {
    margin-top: 30px;
}
.upper-head {
    padding: 10px 0;
}
.upper-head span{
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px;
    position: relative;
}
.upper-head span::after{
    content: "|";
    margin-left: 10px;
    color: var(--primary-color);
    font-size: 14px;
}
.upper-head span.comments::after{
    display: none;
}
.blog-details-para p{
    margin-top: 26px;
    margin-bottom: 15px;
}
blockquote {
    padding: 45px 60px;
    margin: 30px 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    background: var(--black-color);
    border-left: 5px solid #FF7425;
    color: #fff;
    position: relative;
    z-index: 1;
}
blockquote p{
    color: #707070;
    margin-top: 10px;
    margin-bottom: 0;
}
.blog-details-para {
    margin-bottom: 50px;
}
.tag-share-wrap {
    padding-bottom: 60px;
}
.tag-share-wrap .post-tags {
    padding-left: 0px;
    padding-bottom: 20px;
}
.tag-share-wrap .post-tags a {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 11px;
    font-size: 14px;
    line-height: 1.143;
    font-weight: 500;
    color: #000;
    transition: 0.4s;
    border-radius: 0;
    border: 2px solid #D9D9D9;
}
.tag-share-wrap .post-tags a:not(:last-child) {
    margin-right: 8px;
}
.tag-share-wrap .post-tags a:hover {
    border-color: #FF7425;
}
    .text-lg-end {
        text-align: right;
    }
    .social-share {
    display: inline-block;
}
.social-share a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inherit;
    border-radius: 50%;
    color: #000;
    transition: 0.4s;
    border: 2px solid #D9D9D9;
    text-align: center;
}
.social-share a:not(:last-child) {
    margin-right: 8px;
}
.social-share a:hover {
    border-color: #FF7425;
}
.footer-navigation {
    display: flex;
    gap: 2%;
}
.footer-navigation .previous-nav, .footer-navigation .next-nav{
    width: 49%;
}
.footer-navigation .next-nav{
    text-align: right;
}
.footer-navigation span.previous-text, .footer-navigation span.next-text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.3px;
    color: #656565;
    padding-bottom: 10px;
}
.footer-navigation span.next-text{
    justify-content: flex-end;
}
.footer-navigation span.nav-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-color);
}
.comments-section {
    margin-top: 60px;
}
.comments-heading {
    font-size: 28px;
}
.comments-item-list li{
    margin-top: 30px;
}
.comments-item-list .author-image img{
    width: 80px;
    height: 80px;
}
.comments-item-list .author-image{
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    z-index: 1;
    position: relative;
}
.author-info span{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.author-info h4{
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.author-comment{
    overflow: auto;
}
.comment-reply a{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.comment-reply a:hover{
    color: #FF7425;
}
.children-comment {
    padding-left: 110px;
}
.comments-form {
    margin-top: 100px;
}
.comments-form h3{
    font-size: 28px;
    margin-bottom: 20px;
}
.comments-form p{
    margin-bottom: 40px;
}
.comments-form label{
    display: block;
    margin-bottom: 5px;
    color: #000;
}
.comments-form input, .comments-form textarea {
    background: transparent;
    margin-bottom: 20px;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
    color: #656565;
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    border-radius: 4px;
}
.comments-form textarea {
    height: 200px;
    line-height: 1.3;
}
.comment-cookies label{
    color: #656565;
    margin-bottom: 0px;
}
.comment-cookies {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
.comment-cookies input{
    width: auto;
    margin-bottom: 0px;
}
.comments-form button.main-btn {
    padding: 20px 35px;
}