.brdcums-sec{
    padding: 20px 0 0;
}
.inner{
    padding-top: 40px;
}
/* .right{
    position: relative;
    z-index: 99;
}
.right::before{
    content: '';
    display: block;
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
} */
.blog-listing-heading{
    padding-bottom:40px;
    display: flex;
    align-items: center;
}
.blog-listing-heading h3{
    font-size: 36px;
    color: #E72419;
    margin-bottom: 0;
}
.blog-listing-heading .select{
    width: auto;
    margin-left: auto;
    min-width: 190px;
}
.select {
    position: relative;
  }
  
  .select::after {
    content: "";
    font-size: 1rem;
    top: 19px;
    right: 27px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #707070;
  }
.blog-listing-heading select{
    padding: 10px;
    border: 1px solid #707070;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}
.blog-card-description{
    margin-bottom: 25px;
}
.blog-card-description h3{
    font-size: 20px;
    color: #54555A;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'Source Sans Pro';
    line-height: 22px;
    font-weight: 600;
}
.blog-card-description p{
    color: #54555A;
    font-size: 15px;
}
.blog-card-description .btn {
    background-color: #E72419;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 23px;
    border-radius: 1px;
}
.loadmore-btn{
    text-align: center;
    margin-top: 30px;
}
.loadmore-btn .btn{
    background: #54555A;
    font-size: 22px;
    color: #ffffff;
    width: 100%;
    max-width: 300px;
    height: 50px;
    border-radius: 1px;
}
.blog-listing-sec{
    padding-bottom: 40px;
}
.blgdv{
    margin: 0 -20px;
}
.blgdv .col-md-4{
    padding: 0 20px;
}
/* blog-inner */
.main-blog-heading{
    padding-bottom: 40px;
}
.main-blog-heading h3{
    color: #E72419;
    font-size: 36px;
    margin-bottom: 0;
}
.social-share h3{
    color: #54555A;
    font-size: 26px;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.social-share a{
    display: block;
    margin-bottom: 20px;
    width: auto;
    width: 55px;
}
.social-share img{
    width: 55px;
}
.heighlight-sec h4:first-child{
    margin-bottom: 20px;
}
.heighlight-sec h4{
    font-size: 36px;
    color: #E72419;
    margin-bottom: 15px;
}
.heighlight-sec p{
    font-size: 18px;
    color: #54555A;
}
.heighlight-sec img{
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
.blog-tags p{
    font-size: 16px;
    color: #000000;
    text-align: right;
}
.blog-tags p span{
    color: #E72419;
}
.leave-comment-sec h3{
    font-size: 36px;
    color: #E72419;
    margin-bottom:10px;
}
.leave-comment-sec p{
    font-size: 21px;
    color: #54555A;
}
.leave-comment-sec{
    margin-bottom:30px;
}
.commnet-form-sec{
    background: #efefef;
}
.commnet-form-sec form{
    padding: 20px;
    border-bottom: 5px solid #54555A;
}
.commnet-form-sec input, .commnet-form-sec textarea{
    background: #ffffff;
    width: 100%;
    padding: 10px;
    border: none;
}
.form-group{
    margin-bottom: 20px;
}
.comment-submit{
    text-align: right;
}
.comment-submit button{
    color: #ffffff;
    background: #54555A;
    padding: 10px 20px;
    font-size: 17px;
    border: none;
    font-weight: bold;
}
.comment-warp{
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #54555A;
}
.cmnt-icon{
    flex-wrap: wrap;
}
.about-comment{
    padding-left: 20px;
}
.about-comment h3{
    font-size: 18px;
    color: #54555A;
}
.about-comment p{
    margin-bottom: 10px;
}
.about-comment a{
    color: #54555A;
    font-size: 16px;
    text-decoration:none;
}
.blog-detail-sec{
    padding-bottom: 40px;
}
.comment-dv .comment-warp:last-child{
    border-bottom: none;
}
.latest-artical-sec{
    background: #EEEDEF;
    padding: 40px 0;
}
.latest-heading h3{
    font-size: 36px;
    color: #E72419;
    margin-bottom:20px;
}
#latestblogs .owl-nav button{
    background: #fff;
    font-size: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #E72419;
    box-shadow: 0 0 11px 0px #000000ab;
}
#latestblogs .owl-nav button span{
    position: relative;
    top: -24px;
    left: 0px;
    font-size: 40px;
}
#latestblogs .owl-prev{
    position: absolute;
    top: 21.8%;
    left: -100px;
}
#latestblogs .owl-next{
    position: absolute;
    top: 21.8%;
    right: -100px;
}
.mobile-share{
    display: none;
}
.a2a_svg svg{
display:none !important;
}
.a2a_svg{
display:none !important;
}
@media(max-width:768px){
    .blog-listing-heading{
       flex-wrap: wrap;
    }
    .blog-listing-heading h3{
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 22px;
    }
    .blog-listing-heading .select{
        flex: 0 0 50%;
        max-width: 50%;
        min-width: auto;
    }
    .blog-listing-heading select{
        padding: 4px 10px;
    }
    .select::after{
        top: 15px;
        right: 16px;
    }
    .blogcard{
        margin-bottom: 20px;
    }
    .blog-card-description{
        padding: 20px 10px;
        margin-bottom: 0;
    }
    #latestblogs .owl-prev, #latestblogs .owl-next{
        position: initial;
        margin-left: 10px;
    }
    .blog-card-description h3{
        padding-top: 0;
        font-size: 17px;
    }
    #latestblogs .owl-nav{
        text-align: center;
    }
    .desktop-share{
        display: none;
    }
    .mobile-share{
        display: block;
        margin-bottom: 20px;
    }
    .social-share a{
        display: inline;
        margin-left: 10px;
    }
    .social-share img{
        width: 40px;
    }
    .main-blog-heading h3{
        font-size: 30px;
    }
    .heighlight-sec h4{
        font-size: 30px;
    }
    .main-blog-heading{
        padding-bottom: 20px;
    }
    .heighlight-sec p{
        font-size: 16px;
    }
}