/* Blog Listing Page */
.news-categories-tab {
    margin-top: 40px;
    margin-bottom: 40px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fb8c00 !important;
}
.nav-link {
    display: block;
    padding: 3px 10px;
    font-size: 14px;
}
.nav-pills .nav-link{
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important; */
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 6%);
}
.search-box {
    position: relative;
    width: 150px;
    border-radius: 5px;
}
.main-navbar .navbar .others-options .option-item .search-box .form-control {
    height: 50px;
    padding: 8px 15px;
    border: 1px solid #eee;
    background-color: #eee;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
}
.search-box button {
    border: none;
    background-color: #ff661f;
    color: #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.search-box button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.blog-img-slider {
    height: 70px;
    width: 100%;
    object-fit: cover;
}
.blog-box-shadow {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 6%);
}
.blog-slider-content-div {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 3px;
}
.owl-theme .owl-controls .owl-page span {
    width: 9px !important;
    height: 9px !important;
    margin: 5px 5px !important;
    background: #fb8c00 !important;
}
.blog-head{
    border-bottom: 2px solid #dfdfdf;
    display:flex;
    justify-content: space-between;
}
.blog-head p{
    margin-bottom: 5px;
    font-weight:600;
}
.blog-head h3 span:before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 170px;
    border-bottom: 2px solid #000;
}
.list-trending-topics a {
    display: inline-block;
    margin: 0 0 5px 20px;
    vertical-align: top;
    position: relative;
    width: 30%;
    /* font-size: 1.2rem;
    line-height: 2rem; */
}
.list-trending-topics a:before {
    content: "";
    background: #000;
    position: absolute;
    left: -20px;
    top: 13px;
    width: 5px;
    height: 2px;
    display: inline-block;
}
.keyword-list a {
    display: inline-block;
    margin: 0 5px 0px 5px;
    vertical-align: top;
    position: relative;
}
.blog-head h3{
    font-size: 19px !important;
}

/* Blog Details Page */
.breadcrumbs-blog {
    left: 15px;
}

#breadcrumbs.breadcrumbs-blog {
    background: transparent;
}

#single-blog-pg {
    background-color: transparent;
    padding: 40px 0;
    margin-bottom: 40px;
}

.blog-author-name-img {
    border-right: 1px solid #e7e7e8;
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
    /* white-space: pre; */
}

.blog-author-img {
    border-radius: 50%;
    margin-right: 15px;
    background: #f3f3f3;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
}

.blog-author-name {
    display: inline-block;
    text-decoration: none;
    color: #717275;
    transition: color .15s ease;
}

#share-icon {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 14.7px;
    top: 50%;
    color: #333;
}

.blog-main-img>img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    margin-top: 20px;
}

.online-ads {
    margin: 15px 0;
    height: 100%;
    width: 100%;
}

#single-blog-pg .blog-detail-pg-owl span {
    font-size: 14px;
}

.blog-detail-pg-owl span.blog-item-tag {
    padding: 3px 10px;
    top: 15px;
    left: 10px;
}

.blog-detail-pg-owl .blog-compact-item-content {
    padding: 0px 13px;
}

.blog-detail-pg-owl .blog-compact-item-content h3 {
    font-size: 16px;
    margin: 0;
    line-height: 25px;
}

.comment-posting-sec .border-1px {
    border: 1px solid #ced4da !important;
}

.comment-posting-sec .input-group-text {
    padding: 0;
    background: transparent;
    border: none;
}

.comment-posting-sec a.button {
    padding: 8px 20px;
}

.like-btn,
.dislike-btn {
    background-color: #fafafa;
    border-color: #C6C6C6;
    color: #424453;
    padding: 4px 15px;
    font-weight: 600;
}

.like-btn:hover {
    background: #1877f2;
    color: #fff;
    border-color: #1877f2;
}

.dislike-btn:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.comments-sec ul {
    list-style: none;
    padding: 0;
}

.comment-item {
    margin: 20px 0;
}

.comment-item p.comment-content {
    margin-top: 10px;
    font-size: 15px;
}

.comments-like-sec li {
    display: inline;
    margin-right: 10px;
}
.comment-reply-cmt{
    padding-left:25px;
    margin:15px 0;
}
.fb-color{
    color: #3b5998;
}
.twitter-color{
    color: #55acee;
}
.insta-color{
    background: -webkit-linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whatsapp-color{
    color: #25D366;
}
@media (max-width: 1366px) {
    .blog-detail-pg-owl .blog-compact-item {
        height: 230px;
    }
}
#single-blog-pg .freelancer-socials ul li a{
    padding: 0 5px;
}