/* blog post view */
body {
           
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 1.667;
        }

        ul {
           
            margin: 0;
            padding: 0;
        }

        a:hover {
            text-decoration: none;
        }

        button {
            cursor: pointer;
        }

        button:focus {
            outline: 0 !important;
            box-shadow: none !important;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: "Roboto Condensed", sans-serif;
            color: #2a2a2a;
            line-height: 1.25;
        }

        h1,
        .h1 {
            font-size: 50px;
        }

        h2,
        .h2 {
            font-size: 26px;
        }

        @media (min-width: 768px) {

            h2,
            .h2 {
                font-size: 36px;
            }
        }

        h3,
        .h3 {
            font-size: 20px;
        }





        @media (max-width: 480px) {
            .blog-top-header .blog-unorder-list li {
                border-right: 0px solid #c86f13 !important;
            }
        }


        .section-m-large {
            margin: 65px 0;
        }

        @media (min-width: 992px) {
            .section-m-large {
                margin: 140px 0;
            }
        }



        /*============ blogLeftSidebar css ==============*/
        .blog_item {
            margin-bottom: 50px;
        }

        .blog--details-column {
            padding: 30px 0 30px;
        }

        @media (min-width: 768px) {
            .blog--details-column {
                padding: 0px 0px 0px;
            }
        }

        .blog--details-column p {
            margin: 30px 0px;
            text-align: justify;
        }

        .blog--details-column h2 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        @media (min-width: 768px) {
            .blog--details-column h2 {
                font-size: 30px;
                margin-bottom: 15px;
            }
        }


        .blog--item--img {
            position: relative;
        }

        .blog--item--img img {
             
            height: 100%;
        }

        button.button-blog {
            display: inline-block;
            background-color: #2d283e;
            border: 1px solid #2d283e;
            color: #fff;
            border-radius: 30px;
            padding: 8px 25px;
            text-transform: capitalize;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        @media (min-width: 600px) {
            button.button-blog {
                padding: 12px 45px;
            }
        }

        /* 
        .button:hover {
            background-color: #201aa3;
            color: #fff;
        } */

        .button-hero {
            font-weight: 500;
        }

        .button-contactForm {
            border-radius: 5px;
        }

        .button-shadow {
            box-shadow: 0px 10px 20px 0px rgba(181, 176, 255, 0.2);
        }

        button.button {
            border: 0;
        }

        .blog--right-sidebar .blog-widget-heading {
            font-size: 20px;
            margin-bottom: 40px;
            margin-top: 20px;
            text-transform: uppercase;
        }

        /* .blog--right-sidebar .blog-widget-heading::after {
            content: "";
            display: block;
            padding-top: 15px;
            border-bottom: 1px solid #f0e9ff;
        } */

        .blog--right-sidebar .blog-single-sidebar-widget {
            background: #ffffff;
            padding: 0px 30px 30px;
            /* margin-bottom: 30px; */
        }

        .blog--right-sidebar .search_widget .form-control {
            height: 50px;
            border-color: #fcc6f8;
            background: #fcc6f8;
            font-size: 16px;
            color: #000;
            padding-left: 20px;
            border-radius: 0;
            border-right: 0;
        }

        .blog--right-sidebar .search_widget .form-control::placeholder {
            color: #000;
        }

        .blog--right-sidebar .search_widget .form-control:focus {
            border-color: #fcc6f8;
            outline: 0;
            box-shadow: none;
        }

        .blog--right-sidebar .search_widget .input-group button:focus {
            outline: 0;
            box-shadow: none;
        }

        .blog--right-sidebar .search_widget .input-group button {
            background: #fcc6f8;
            border-left: 0;
            border-right: 8px solid #2d283e;
            padding: 4px 15px;
            border-left: 0;
        }



        .blog--right-sidebar .search_widget .input-group button i,
        .blog--right-sidebar .search_widget .input-group button span {
            font-size: 14px;
            color: #000;
        }

        .blog--right-sidebar .newsletter_widget .form-control {
            height: 50px;
            border-color: #f0e9ff;
            font-size: 13px;
            color: #999999;
            padding-left: 20px;
            border-radius: 0;
        }



        .blog--right-sidebar .blog-post--category--widget .blog_post_list li a p {
            margin-bottom: 0px;
        }

        .blog--right-sidebar .blog-post--category--widget .blog_post_list li {
            padding: 12px 10px;
            background-color: #efc897ba;
            margin: 10px 0px;
            border-bottom: 1px solid #f0e9ff;
            border-left: 8px solid #c86f13 !important;
            transition: all 0.25s ease 0s;
            border: 1px solid #efc897ba;

        }

        .blog--right-sidebar .blog-post--category--widget .blog_post_list li a {
            line-height: 20px;
            color: #2a2a2a;
            font-size: 14px;

        }

        .blog--right-sidebar .blog-post--category--widget .blog_post_list li:last-child {
            border-bottom: 0;
        }





        /* .blog--right-sidebar .blog-post--category--widget .blog_post_list li+li {
            padding-top: 15px;
        } */

        .blog--right-sidebar .blog-post--category--widget .blog_post_list li:hover a {
            color: #2d283e
        }

        .blog--right-sidebar .popular--post--widget .post_item .media-body {
            justify-content: center;
            padding-left: 20px;
            align-self: center;
        }

        .blog--right-sidebar .popular--post--widget .post_item .media-body h3 {
            margin-bottom: 6px;
            font-size: 16px;
            line-height: 20px;
            transition: all 0.3s linear;
        }

        .blog--right-sidebar .popular--post--widget .post_item .media-body h3:hover {
            color: #2d283e;
        }

        .blog--right-sidebar .popular--post--widget .post_item .media-body p {
            font-size: 14px;
            line-height: 21px;
            margin-bottom: 0px;
        }

        .blog--right-sidebar .popular--post--widget .post_item+.post_item {
            margin-top: 20px;
        }

        .blog--right-sidebar .tag--cloud--widget ul li {
            display: inline-block;
        }

        .blog--right-sidebar .tag--cloud--widget ul li a {
            display: inline-block;
            border: 1px solid #efc897ba;
            background: #efc897ba;
            padding: 10px 30px;
            margin-bottom: 8px;
            margin-right: 5px;
            transition: all 0.3s ease 0s;
            color: #2a2a2a;
            font-size: 14px;
            font-weight: 500;
        }

        .blog--right-sidebar .tag--cloud--widget ul li a:hover {
            color: #fff;
            border-color: #2a2a2a;
            background: #2a2a2a;

        }



        .blog--right-sidebar .br {
            width: 100%;
            background: #eeeeee;
            margin: 30px 0px;
            height: 1px;
        }




        .blog-top-header {
            background-color: #fff;
            border: 1px solid #c86f13;
            border-bottom: 4px solid #c86f13;
            margin-bottom: 50px;
        }

        .blog-top-header .blog-unorder-list {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
        }

        .blog-top-header .blog-unorder-list li {
            margin: 10px;
            padding: 6px 9px;
            border-right: 1px solid #c86f13;
        }

        .blog-top-header .blog-unorder-list li a {
            color: #000;
            font-weight: 600;
            font-size: 14px;
        }

        .blog-top-header .blog-unorder-list li:last-child {
            border-right: 0px solid #c86f13;
        }

        @media (min-width: 992px) {
            .section-m-large {
                margin: 90px 0;
            }
        }
   .CustomBoxes-blogsUpdate .CustomBoxes-iamgeGallery-Heading {
            color: #333333;
            
        }

        .CustomBoxes-blogsUpdate .card-body {
            padding: 0px;
        }

        .CustomBoxes-blogsUpdate .card-img {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            height: 250px;
            margin-bottom: 30px;
        }

        .CustomBoxes-blogsUpdate .card-blog {
            font-size: 16px;
            
            color: #000;
            font-weight: 600;
        }

        .CustomBoxes-blogsUpdate .card-title {
            margin-bottom: 0.3rem;
        }

        .CustomBoxes-blogsUpdate .cat {
            display: inline-block;
            margin-bottom: 1rem;
        }

        .CustomBoxes-blogsUpdate .fa-users {
            margin-left: 1rem;
        }

        .CustomBoxes-blogsUpdate .card-footer {
            font-size: 0.8rem;
        }

        .CustomBoxes-blogsUpdate .card {
            border: 0px solid transparent;
        }
/* firs-post */

.CustomBoxes_our_blog_post {
    padding: 50px 20px;
}

.CustomBoxes_our_blog_post .our_h1 {
    background-color: #ba2aa3;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 20px;
    font-size: 20px;
    padding: 10px;

}

.CustomBoxes_our_blog_post .our_h1 a {
    color: #fff;
    transition: all 200ms linear;
}

.CustomBoxes_our_blog_post .our_h1 a:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.CustomBoxes_our_blog_post img.our_media-viwe {
    width: 100%;
    height: 400px;
}

.CustomBoxes_our_blog_post .our-blog-title {
    float: right;
    padding-bottom: 15px;
    color: #000000;
    font-weight: bold;
}

.CustomBoxes_our_blog_post .blog-post-col {
    margin-top: 36px;

}

.CustomBoxes_our_blog_post .blog-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.CustomBoxes_category_desc_sec .blog-desc {
    background-color: #ededed;
    height: auto;
    margin-bottom: 10px;
    padding: 19px;
}

.post_item img {
    width: 50px;
    height: 50px;
}