@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,500,700&display=swap');

.blog-sub-heading {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #f71c52;
    margin-top: 30px;
    margin-bottom: 0px;
    display: inline-block;
}

.blog-sub-heading span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #f71c52;
    margin-bottom: 5px;
    margin-right: 8px;
}

.slider-sec {
    min-height: 500px;
    position: relative;
}

.slider-sec .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20, 32, 34, 0.70);
}

.slider-sec .overlay h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin-top: 7%;
}

.blog-content .side_tags .search-bar {
    background-color: rgba(225, 225, 225, 0.24);
    margin-bottom: 50px;
    padding: 40px;
}

.blog-content .side_tags .search-bar form input[placeholder] {
    color: grey;
    font-size: 13px;
    font-family: "Lato Regular";
}

.blog-content .side_tags .search-bar form input {
    border-radius: 10px;
    position: relative;
    border: solid .5px #f71c52;
    padding: 20px;
}

.blog-content .side_tags .search-bar form span {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.blog-content .side_tags .search-bar form span button {
    border-radius: 10px;
    background-color: #f71c52;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 11;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    transition: .8s ease;
    border: solid 1px #f71c52;
}

.blog-content .side_tags .search-bar form:hover input {
    border: solid .5px #f71c52;
}

.blog-content .side_tags .search-bar form span button:hover {
    background-color: #f71c52;
    cursor: pointer;
    border: solid 1px #f71c52;
}

.blog-content .side_tags .search-bar form span button:focus {
    outline: none;
}

.blog-content .cat_sec {
    font-family: 'Roboto', sans-serif;
    background-color: rgba(225, 225, 225, 0.24);
    margin-bottom: 50px;
    padding: 40px;
    color: #000000;
}

.blog-content h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 35px;
    color: #000000;
}

.blog-content .cat_sec ul {
    padding-left: 0;
    margin-bottom: 0 !important;
}

.blog-content .cat_sec ul li {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
}

.blog-content .cat_sec ul li:last-child {
    margin-bottom: 0px;
}

.blog-content .cat_sec ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #737373;
    text-decoration: none;
    display: inline-block;
    padding-right: 8px;
    transition: .8s ease;
}

.blog-content .cat_sec ul li:hover a {
    color: #f71c52;
}

.blog-content .cat_sec ul li:hover {
    cursor: pointer;
}

.blog-content .cat_sec ul li .dots {
    overflow-wrap: break-word;
    white-space: nowrap;
}

.blog-content .cat_sec ul li p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    display: inline-block;
    float: right;
    background-color: #F8F8F8;
    padding-left: 7px;
}

.blog-content .cat_sec ul li .dots:before {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
    white-space: nowrap;
    height: 2px;
    opacity: 1;
    z-index: -99999;
    line-height: 1;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 5px;
}

.blog-content .advertisment {
    margin-bottom: 50px;
}

.blog-content .advertisment img {
    height: 100%;
    width: 100%;
}

.blog-content .popular_posts {
    background-color: #F8F8F8;
    margin-bottom: 50px;
    padding: 40px;
}

.blog-content .popular_posts .media-box {
    margin-bottom: 20px;
    cursor: pointer;
}

.blog-content .popular_posts .media-box:hover .box-img img {
    border-radius: 30px;
}

.blog-content .popular_posts .media-box .box-img img {
    width: 100%;
    height: 100%;
    transition: .8s ease;
}

.blog-content .popular_posts .media-box .box-detail {
    padding-left: 0px;
}

.blog-content .popular_posts .media-box .box-detail h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: .8s ease;
}

.blog-content .popular_posts .media-box:hover .box-detail h2 {
    color: #f71c52;
}

.blog-content .popular_posts .media-box .box-detail p span {
    font-weight: bold;
}

.blog-content .popular_posts .media-box .box-detail p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.blog-content .tags_sec {
    background-color: #F8F8F8;
    margin-bottom: 50px;
    padding: 40px;
}

.blog-content .tags_sec .tags span {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    padding: 4px 14px 3px 14px;
    border: solid 1px #000000;
    margin-right: 0px;
    margin-top: 5px;
    transition: .8s ease;
    cursor: pointer;
}

.blog-content .tags_sec .tags span:hover {
    background-color: #f71c52;
    color: white;
    box-shadow: 1px 1px 15px #e1e1e1;
    border: solid 1px #f71c52;
}

.blog-content .main_content {}

.blog-content .main_content .single_blog .single_img img {
    height: 100%;
    width: 100%;
}

.blog-content .main_content .single_blog .single_img {
    position: relative;
}

.blog-content .main_content .single_blog .single_img audio {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    background-color: #f1f3f4;
}

.blog-content .main_content .single_blog .single_detail h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blog-content .main_content .single_blog .single_detail .blog-text {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin-bottom: 15px;
}

.blog-content .main_content .single_blog .single_detail .blog-text a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    opacity: .9;
    margin-bottom: 15px;
    transition: .8s ease;
    text-decoration: none;
}

.blog-content .main_content .single_blog .single_detail .blog-text a:hover {
    color: #f71c52;
}

.blog-content .main_content .single_blog .single_detail .p-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    opacity: .8;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: justify;
}

.blog-content .main_content .single_blog {
    transition: 1s ease;
    border-bottom: solid 1px #e1e1e1;
    mso-border-shadow: yes;
    margin-top: 60px;
    padding-bottom: 60px;
}

.blog-content .main_content .single_blog:last-child {
    border-bottom: none;
}

.blog-content .main_content .single_blog:first-child {
    margin-top: 0px;
}

.blog-content .main_content .single_blog:hover {
    cursor: pointer;
}

.blog-content .main_content .single_blog .single_detail a.our-btn {
    color: white;
    background-color: #f71c52;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 8px 30px 8px 30px;
    border: solid 1px #f71c52;
    transition: .8s ease;
    text-decoration: none;
}

.blog-content .main_content .single_blog .single_detail a.our-btn:hover {
    background-color: white;
    color: #f71c52;
}

.blog-content .main_content .single_blog .single_img .img-gall {
    overflow: hidden;
}

.blog-content .main_content .single_blog .single_img .img-gall img {
    transition: .8s ease;
    cursor: zoom-in;
}

.blog-content .main_content .single_blog .single_img .img-gall:hover img {
    transform: scale(1.1);
}

.blog-content nav {
    margin-bottom: 50px;
}

.blog-content nav ul li {
    border-radius: 50%;
    border: none;
}

.blog-content nav ul li:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-radius: 0px;
    border: none;
}

.blog-content nav ul li:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-radius: 0px;
    border: none;
}

.blog-content nav ul li a {
    color: #000000;
    border-radius: 50%;
    border: solid .5px #f71c52;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-right: 2px;
    transition: .8s ease;
    text-decoration: none;
}

.blog-content nav ul li a.active {
    border-radius: 50%;
    color: white;
    background-color: #f71c52;
}

.blog-content .page-link {}

.blog-content li:first-child a,
.blog-content li:last-child a {
    border: none;
}

.blog-content nav ul li a:hover {
    background-color: #f71c52;
    color: #FFFFFF;
}

.blog-content nav ul li:first-child a:hover,
.blog-content nav ul li:last-child a:hover {
    background-color: transparent;
    color: #000000;
}

.mejs__container {
    background: #007bff00;
    position: absolute !important;
    bottom: 0 !important;
}

.blog-content .detail_img {
    position: relative;
    padding-bottom: 20px;
}

.blog-content .detail_img img {
    height: 100%;
    width: 100%;
}

.blog-content .main_content .detail_blog .blog_detail .blog-sub-heading {
    margin-top: 5px !important;
}

.blog-content .main_content .detail_blog .blog_detail h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blog-content .main_content .detail_blog .blog_detail .d-blog-text {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin-bottom: 15px;
    transition: .8s ease;
}

.blog-content .main_content .detail_blog .blog_detail span a:hover {
    color: #f71c52;
}

.blog-content .main_content .detail_blog .blog_detail span a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin-bottom: 15px;
    transition: .8s ease;
    text-decoration: none;
}

.blog-content .main_content .detail_blog .blog_detail video {
    margin-bottom: 25px;
}

.blog-content .main_content .detail_blog .blog_detail .d-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    opacity: .8;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: justify;
}

.blog-content .main_content .detail_blog {
    transition: 1s ease;
    border-bottom: solid 1px #e1e1e1;
    mso-border-shadow: yes;
}

.blog-content .detail_blog ul {
    padding-left: 15px;
    margin-bottom: 40px;
}

.blog-content .detail_blog ul li {
    font-family: 'Open Sans', sans-serif;
    color: #6d6d6d;
}

.blog-content .mejs__container {
    position: relative !important;
    border: solid 1px #e1e1e1;
    left: 0px;
}

.blog-content .mejs__video {
    margin-bottom: 30px;
}

.blog-content .detail_blog .qoute {
    padding: 15px 15px 15px 35px;
    border-left: solid 3px #f71c52;
    margin-bottom: 20px;
}

.blog-content .detail_blog .cube-sec {
    margin-bottom: 20px;
}

.blog-content .detail_blog .cube-sec img {
    height: 100%;
    width: 100%;
}

.blog-content .detail_blog .qoute .blog-sub-heading {
    margin-bottom: 20px;
}

.blog-content .detail_blog .qoute .q-name {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #000000;
    font-style: italic;
}

.blog-content .detail_blog .tags span {
    display: inline-block !important;
    border: solid 1px #000000;
    padding: 8px 15px 8px 15px;
    font-size: 11px !important;
    cursor: pointer;
    transition: .8s ease;
}

.blog-content .detail_blog .tags span:hover {
    border: solid 1px #f71c52;
    background-color: #f71c52;
}

.blog-content .detail_blog .tags span a:hover {
    color: #ffffff !important;
}

.blog-content .detail_blog .tags span:hover a {
    color: #ffffff;
}

.blog-content .detail_blog .social {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.blog-content .detail_blog .social-tags span {
    display: inline-block !important;
    height: 35px;
    width: 35px;
    color: white;
    position: relative;
    transition: .9s ease;
    cursor: pointer;
}

.blog-content .detail_blog .social-tags span:hover {
    border-radius: 50%;
}

.blog-content .detail_blog .social-tags span i {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 30%;
    top: 25%;
    font-size: 16px;
}

.blog-content .detail_blog .social-tags .fb {
    background-color: #3b5998;
    border: solid 1px #3b5998;
}

.blog-content .detail_blog .social-tags .twit {
    background-color: #55acee;
    border: solid 1px #55acee;
}

.blog-content .detail_blog .social-tags .in {
    background-color: #0077b5;
    border: solid 1px #0077b5;
}

.blog-content .detail_blog .social-tags .pin {
    background-color: #B7242a;
    border: solid 1px #B7242a;
}

.blog-content .writer-detail .post_navigation {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.blog-content .writer-detail .post_navigation a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: solid 1px #000000;
    text-align: center;
    margin-top: 5px;
}

.blog-content .writer-detail .post_navigation h5 {
    transition: .8s ease;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.blog-content .writer-detail .post_navigation .left-row:hover h5,
.blog-content .writer-detail .post_navigation .right-row:hover h5 {
    cursor: pointer;
}

.blog-content .writer-detail .post_navigation .left-row .left-arr-d,
.blog-content .writer-detail .post_navigation .right-row .right-arr-d {
    transition: .8s ease-in-out;
}

.blog-content .writer-detail .post_navigation .left-row:hover .left-arr-d {
    margin-left: -10px;
}

.blog-content .writer-detail .post_navigation .right-row:hover .right-arr-d {
    padding-right: 0px;
}

.blog-content .writer-detail .post_navigation .links {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    opacity: .8;
}

.blog-content .writer-detail .post_navigation a i {
    color: #000000;
    font-size: 20px;
    transition: ease;
}

.blog-content .writer-detail .post_navigation a {
    transition: .8s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-content .writer-detail .post_navigation .left-row:hover a,
.blog-content .writer-detail .post_navigation .right-row:hover a {
    background-color: #000000;
}

.blog-content .writer-detail .post_navigation .left-row:hover a i,
.blog-content .writer-detail .post_navigation .right-row:hover a i {
    color: #FFFFFF;
}

.blog-content .writer-detail .posted_by {
    background-color: #F8F8F8;
    padding: 50px;
    margin-bottom: 4rem;
}

.blog-content .writer-detail .posted_by span {
    font-size: 14px;
    opacity: 0.8;
    font-family: 'Roboto', sans-serif;
}

.blog-content .writer-detail .posted_by h5 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .3px;
}

.blog-content .writer-detail .posted_by p {
    font-size: 16px;
    opacity: .8;
}

.blog-content .comment-form .msg-heading span::before {
    content: "";
    height: 1px;
    width: 100px;
    display: inline-block;
    border-bottom: 1px solid #dedede;
    margin-right: 15px;
    margin-bottom: 6px;
}

.blog-content .comment-form .msg-heading {
    position: relative;
    text-align: center;
}

.blog-content .comment-form .msg-heading span {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.blog-content .comment-form .msg-heading span::after {
    content: "";
    height: 1px;
    width: 100px;
    display: inline-block;
    border-bottom: 1px solid #dedede;
    margin-left: 15px;
    margin-bottom: 6px;
}

.blog-content .comment-form .my-form {
    margin-top: 4rem;
}

.blog-content .comment-form .my-form input {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}

.blog-content .comment-form .my-form input[placeholder] {
    color: #000000;
    opacity: .8;
    font-size: 14px;
}

.blog-content .comment-form .my-form textarea {
    border-radius: 10px;
    padding: 20px;
}

.blog-content .comment-form .my-form textarea[placeholder] {
    color: #000000;
    opacity: .8;
    font-size: 14px;
}

.red-btn {
    background-color: #f71c52;
    color: #FFFFFF;
    padding: 8px 35px 10px 35px;
    margin-top: 30px;
    border: solid 1px #f71c52;
    transition: .8s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.red-btn:hover {
    background-color: #FFFFFF;
    color: #f71c52;
}

.related-blog-posts {
    margin-bottom: 100px;
}

.related-blog-posts .small-heading {
    font-size: 28px;
}

.related-blog-posts .single_blog .read-more span {
    display: inline-block;
    height: 2px;
    width: 4px;
    background-color: #f71c52;
    margin-right: 5px;
    transition: .8s ease;
    margin-bottom: 4px;
}

.related-blog-posts .single_blog:hover {
    cursor: pointer;
}

.related-blog-posts .single_blog .single_img {
    overflow: hidden;
}

.related-blog-posts .single_blog .single_img img {
    height: 100%;
    width: 100%;
    transition: .8s ease;
}

.related-blog-posts .single_blog:hover .single_img img {
    transform: scale(1.1);
}

.related-blog-posts .single_blog:hover .read-more span {
    width: 25px;
}

.related-blog-posts .single_blog .read-more {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 0;
    color: #f71c52;
    text-decoration: none;
}

.related-blog-posts .single_blog h2 {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    color: #000000;
    transition: .8s ease;
}

.related-blog-posts .single_blog:hover h2 {
    color: #f71c52;
}

.related-blog-posts .single_blog .small-text {
    margin-bottom: 0;
}

.related-blog-posts .single_blog .blog-text {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    font-weight: 500;
}

.related-blog-posts .single_blog .blog-text a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

@media (max-width: 992.98px) {
    .blog-content .main_content {
        padding-bottom: 80px;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .blog-content {
        padding-top: 30px;
    }

    .blog-sub-heading span {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-content .main_content .single_blog .single_detail .p-text {
        text-align: center;
    }

    .blog-content .main_content .single_blog .single_detail h2 {
        font-size: 22px;
    }

    .blog-content .main_content .single_blog .single_detail .blog-text {
        font-size: 11px;
    }

    .blog-content .main_content .single_blog .single_detail p {
        font-size: 15px;
        text-align: center;
    }

    .blog-content .main_content .single_blog .single_detail a.our-btn {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .blog-content .container {
        border-bottom: none;
    }

    .blog-content .comment-form .msg-heading span::before {
        content: "";
        position: absolute;
        top: 53%;
        height: 1px;
        width: 50px;
        display: block;
        border-bottom: 1px solid #dedede;
        left: 75%;
        margin-right: 25px;
    }

    .blog-content .comment-form .msg-heading span::after {
        content: "";
        position: absolute;
        top: 53%;
        height: 1px;
        width: 50px;
        display: block;
        border-bottom: 1px solid #dedede;
        right: 69%;
        margin-right: 25px;
    }

    .blog-content .main_content .detail_blog .blog_detail h2 {
        font-size: 22px;
    }

    .broad .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        border-left: solid 2px white;
    }

    .broad .dropdown-menu .dropdown-item {
        color: white !important;
        display: inline-block;
        font-weight: bold;
        transition: .5s ease;
    }

    #head-nav .dropdown-item {
        color: #000000 !important;
        font-weight: bold !important;
        transition: .5s ease;
        font-size: 13px !important;
        font-family: 'Roboto', sans-serif;
        font-weight: bold !important;
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: transparent !important;
        color: #f71c52 !important;
    }
}