.hidden-3{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-overflow: ellipsis;
}
.hidden-2{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow: ellipsis;
}
.hidden-1{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    word-break:break-word;
    -webkit-line-clamp:1;
    overflow:hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px){
    .header_search_wrap {
        position: absolute;
        right: 70px;
        top: -40px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .header_search_wrap {
        position: absolute;
        right: 70px;
        top: -40px;
    }
}


.recent-list-category-title {
    font-size: 28px!important;
    font-weight: 700!important;
    line-height: 1!important;
    margin-bottom: 35px!important;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    color: #272727;
}

@media (max-width: 767px){
    .elementor-302 .elementor-element.elementor-element-4291896 .elementor-mgt30 {
        margin: 30px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width: 991px){
    .logo.theme-logo img {
        max-width: 300px;
    }
}

@media (max-width: 767px){
    .logo.theme-logo img {
        max-width: 200px;
    }
}

@media (max-width: 575px){
    .logo.theme-logo img {
        max-width: 150px;
    }
}
.theme_footer_Widegts{
    padding-top: 0;
}

.post-trending-list-wrap .post-grid-wrapper-two-inner:hover .post-grid-content-two h3.post-title a {
    background-size: 100% 2.5px;
    display: inline-block;
}
.blog-post-grid-wrapper:hover .news-post-grid-content h3.post-title a, .blog-post-grid-wrapper:hover .news-post-grid-content h3.post-title a {
    background-size: 100% 2.5px;
    display: inline-block;
}
.blog-post-grid-wrapper.blog-gridd-single-item .post-excerpt-box{
    padding-bottom: 0;
    margin-bottom: 10px;
}
.post-title a{
    display: inline-block !important;
}

@media (max-width: 767px){
    .elementor-302 .elementor-element.elementor-element-4291896 > .elementor-widget-container:nth-child(1) {
        margin: 30px 0 0 0;
        padding: 0 0 0 0;
    }
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li:first-child:after {
    content: none;
}

.header-divider-three{
    height: 0;
}

.elementor-302 .elementor-element.elementor-element-048226f {
    margin-top: 36px;
}

.title-description{
    font-family: "Red Hat Display";
    color: #272727;
    font-weight: 700;
}
h1.theme-breacrumb-title {
    line-height: 1.2;
}
.backto{
    bottom: 75px;
}
.blog-sidebar{
    margin-top: 20px;
}

.article-detail-description{
    font-family: "Red Hat Display", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
}
.theme-blog-details .post-featured-image img{
    width: 100%;
}

.elementor-302 .elementor-widget-container h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.article-content p:has(img){
    text-align: center;
}

.header_search_wrap .share_main {
    width: 44px;
    height: 44px;
    font-size: 16px;
    background: #F2F2F2;
    color: #000;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    cursor: pointer;
}
.header_search_wrap .share_main:hover{
    background: #ff3524!important;
    color: #ffffff!important;
}

.header_search_wrap .share_form_main {
    transform: scale(.9);
    padding: 15px;
    position: absolute;
    right: 0;
    top: 73px;
    width: 350px;
    z-index: 99;
    opacity: 1;
    visibility: hidden;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    display: flex;
}
.share-box{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.share_form_main img{
    display: none;
}
.share_form_main.active-search img{
    display: block;
}
.share_form_main.active-search {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: .3s;
    background: #fff;
}
@media (max-width: 991px){
    .header_search_wrap .share_form_main {
        z-index: 1000;
        padding: 10px;
        width: 240px;
        top: 55px;
    }
}