﻿@import url(colors_style.css);
/**/
.remove_mw img {
    max-width: none !important;
}
/**/
.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
    display: none;
}

.upload-demo.ready .upload-demo-wrap {
    display: block;
}

.upload-demo-wrap {
    /* width: 100%; */
    /* height: 200px; */
    margin: 0 auto;
}

input[type="file"] {
    cursor: pointer;
}

.file-btn {
    position: relative;
}

    .file-btn input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.latest-news-area .single-news {
    -webkit-box-shadow: 0 1rem 3rem rgba(35,38,45,.15) !important;
    box-shadow: 0 1rem 3rem rgba(35,38,45,.15) !important;
    margin-top: 30px;
    border-radius: 5px;
    position: relative;
    border-radius: 6px;
}

    .latest-news-area .single-news .image {
        position: relative;
        overflow: hidden;
        border-radius: 6px 6px 0 0;
    }

        .latest-news-area .single-news .image img {
            height: 100%;
            width: 100%;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .latest-news-area .single-news .content-body {
        background-color: #fff;
        padding: 20px 30px 30px;
        border-radius: 0 0 6px 6px;
    }

        .latest-news-area .single-news .content-body .meta-details ul {
            display: block;
            margin-top: 20px;
        }

            .latest-news-area .single-news .content-body .meta-details ul li {
                display: inline-block;
                margin-bottom: 5px;
                margin-right: 3px;
            }

                .latest-news-area .single-news .content-body .meta-details ul li:last-child {
                    margin: 0;
                }

                .latest-news-area .single-news .content-body .meta-details ul li i {
                    font-size: 13px;
                    display: inline-block;
                    margin-right: 3px;
                }

                .latest-news-area .single-news .content-body .meta-details ul li a {
                    display: inline-block;
                    font-size: 12px;
                    position: relative;
                    background: var(--main-blue-c-opacity-14);
                    color: var(--main-blue-color);
                    padding: 5px 10px;
                    border-radius: 3px;
                    text-transform: capitalize;
                }

                    .latest-news-area .single-news .content-body .meta-details ul li a:hover {
                        background-color: var(--main-blue-color);
                        color: #fff;
                    }

        .latest-news-area .single-news .content-body .title {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 18px;
            padding-bottom: 15px;
            position: relative;
            font-size: 19px;
            font-weight: 500;
        }

            .latest-news-area .single-news .content-body .title::before {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0;
                height: 1px;
                width: 100%;
                background-color: #eee;
            }

            .latest-news-area .single-news .content-body .title a {
                color: var(--dark-blue-color);
                display: inline-block;
            }

                .latest-news-area .single-news .content-body .title a:hover {
                    color: var(--main-blue-color);
                }

        .latest-news-area .single-news .content-body p {
            font-size: 14px;
            display: block;
            margin-top: 10px;
        }

        .latest-news-area .single-news .content-body .button {
            display: block;
            margin-top: 20px;
        }

    .latest-news-area .single-news:hover .image .thumb {
        -webkit-transform: scale(1.1) rotate(1deg);
        transform: scale(1.1) rotate(1deg);
    }

.blog-list {
    background: #f6f9fc;
}

    .blog-list .single-news {
        margin: 0;
    }

    .blog-list .single-news {
        margin-bottom: 40px;
    }

.blog-single {
    background: #f6f9fc;
}

    .blog-single .single-inner {
        background-color: #fff;
        padding: 30px;
        border: 1px solid #eee;
        border-radius: 6px;
    }

    .blog-single .post-thumbnils {
        position: relative;
        border-radius: 5px;
        /*overflow: hidden;*/
    }

        .blog-single .post-thumbnils img {
            width: 100%;
        }

        .blog-single .post-thumbnils .author {
            display: inline-block;
            padding: 6px 15px 6px 7px;
            border-radius: 30px;
            background-color: var(--main-blue-color);
            position: absolute;
            right: 20px;
            bottom: 20px;
        }

            .blog-single .post-thumbnils .author img {
                height: 28px;
                width: 28px;
                border-radius: 50%;
                display: inline-block;
            }

            .blog-single .post-thumbnils .author span {
                color: #fff;
                display: inline-block;
                margin-left: 10px;
                font-size: 10px;
                font-weight: 500;
            }

.post-details .detail-inner {
    background-color: #fff;
    padding: 0;
    margin-top: 40px;
}

.post-details .post-thumbnils {
    margin-bottom: 30px;
}

.post-details .post-title {
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 32px;
}

    .post-details .post-title a {
        font-size: 25px;
        font-weight: 600;
    }

        .post-details .post-title a:hover {
            color: var(--main-blue-color);
        }

ul.custom-flex {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-details .post-meta li {
    font-weight: 500;
    font-size: 15px;
    margin-right: 25px;
}

    .post-details .post-meta li a i {
        font-weight: 400;
        margin-right: 3px;
    }

    .post-details .post-meta li a:hover {
        color: var(--main-blue-color);
    }

.post-details p {
    font-size: 15px;
    margin: 30px 0;
}

.post-details h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
}

.post-details p:last-child {
    margin-bottom: 0;
}

blockquote {
    position: relative;
    color: #fff;
    font-weight: 400;
    clear: both;
    z-index: 1;
    margin: 40px 0;
    text-align: left;
    padding: 40px;
    background-color: var(--main-blue-color);
    border-radius: 5px;
    overflow: hidden;
}

    blockquote .icon i {
        font-size: 40px;
        color: #fff;
        display: block;
        margin-bottom: 20px;
    }

    blockquote h4 {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }

    blockquote span {
        font-size: 13px;
        display: block;
        margin-top: 20px;
    }

    blockquote .shape {
        position: absolute;
        right: -90px;
        top: -91px;
        z-index: -1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.post-details .list {
    margin: 40px
}

    .post-details .list li {
        color: #888;
        font-weight: 400;
        position: relative;
        padding-left: 40px;
        display: block;
        margin-bottom: 20px;
        position: relative;
        font-size: 15px;
    }

        .post-details .list li i {
            display: block;
            height: 25px;
            width: 25px;
            line-height: 25px;
            font-size: 10px;
            color: #fff;
            background-color: var(--main-blue-color);
            position: absolute;
            left: 0;
            top: -1px;
            text-align: center;
            border-radius: 3px;
        }

        .post-details .list li:last-child {
            margin: 0;
        }

.popular-tag-widget .tag-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px
}

.post-tags-media .share-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
}

.post-details .post-tags-media .post-social-media ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .post-details .post-tags-media .post-social-media ul > li > a {
        font-size: 19px;
        color: #999;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border: 1px solid #eee;
        border-radius: 4px;
        text-align: center;
        margin-left: 10px;
    }

        .post-details .post-tags-media .post-social-media ul > li > a:hover {
            background-color: var(--main-blue-color);
            color: #fff;
            border-color: transparent;
        }

.post-details .post-tags-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 20px;
}

.post-details .post-meta li {
    font-weight: 500;
    margin-right: 25px;
}

    .post-details .post-meta li a {
        font-size: 13px;
        font-weight: 400;
        font-weight: 500;
        color: var(--dark-blue-color);
    }

.a-none {
    pointer-events: none;
    cursor: default;
}

.post-details > p {
    font-size: 14px;
}

.post-details .post-image {
    margin: 40px 0 20px;
    width: 100%;
}

    .post-details .post-image img {
        width: 100%;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        border-radius: 5px;
    }

.post-details > ul > li {
    font-weight: 500;
}

.post-details .post-tags-media .post-tags .tags a {
    color: #333;
    background: 0 0;
}

    .post-details .post-tags-media .post-tags .tags a:hover {
        color: #fff;
        background-color: var(--main-blue-color);
    }

.post-details .post-tags-media .post-social-media {
    text-align: right;
}

    .post-details .post-tags-media .post-social-media ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.detail-post-navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
}

.post-comments {
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.comment-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 40px !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

    .comment-title span {
        background-color: #fff;
        padding-right: 15px;
    }

    .comment-title::before {
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        width: 100%;
        background-color: #eee;
        content: '';
        z-index: -1;
    }

.comment-reply-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 40px !important;
    position: relative;
    z-index: 1;
}

    .comment-reply-title span {
        background-color: #fff;
        padding-right: 15px
    }

    /*.comment-reply-title::before {
        text-align: right;
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        width: 80%;
        background-color: #eee;
        content: '';
        z-index: -1;
    }*/
/*
.comment-form .reply-link {
    padding: 12px 25px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    border-radius: 3px;
    border: 1px solid #eee;
    color: var(--main-blue-color);
}

    .comment-form .reply-link:hover {
        background-color: var(--main-blue-color);
        color: #fff;
        border-color: transparent;
    }*/

.post-comments .comments-list li {
    /*padding-left changed from 130 to 110*/
    padding-left: 80px;
    position: relative;
    font-size: 14px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #d5d5d5;
}

    .post-comments .comments-list li .comment-img {
        position: absolute;
        left: 0;
        width: 60px;
        height: 60px;
    }

        .post-comments .comments-list li .comment-img img {
            max-width: 60px;
            max-height: 60px
        }

    .post-comments .comments-list li .comment-desc .desc-top {
        margin-bottom: 20px;
        position: relative;
        display: block;
    }

        .post-comments .comments-list li .comment-desc .desc-top h6 {
            font-size: 18px;
            margin-bottom: 8px;
            font-weight: 500;
        }

            .post-comments .comments-list li .comment-desc .desc-top h6 .saved {
                color: var(--main-blue-color);
                font-size: 17px;
                margin-left: 10px;
            }

        .post-comments .comments-list li .comment-desc .desc-top span.date {
            font-size: 14px;
            font-weight: 400;
        }

        /*.post-comments .comments-list li .comment-desc .desc-top .reply-link {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 10px 22px;
            display: inline-block;
            font-size: 12px;
            font-weight: 500;
            z-index: 2;
            border-radius: 3px;
            border: 1px solid #eee;
            color: var(--main-blue-color);
        }

            .post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
                background-color: var(--main-blue-color);
                color: #fff;
                border-color: transparent;
            }

            .post-comments .comments-list li .comment-desc .desc-top .reply-link i {
                margin-right: 5px;
            }*/

    .post-comments .comments-list li .comment-desc p {
        font-weight: 400;
        margin-bottom: 0;
        font-size: 14px;
    }

    .post-comments .comments-list li.children {
        margin-left: 130px;
    }

    /*.post-comments .comments-list li:not(:first-child) {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px dashed #eee;
    }*/

.comment-form {
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .comment-form form .form-box {
        position: relative;
    }

        .comment-form form .form-box .icon {
            position: absolute;
            top: 17px;
            right: 25px;
            font-size: 16px;
        }

        .comment-form form .form-box .form-control-custom {
            border: none;
            background: #fff;
            font-size: 14px;
            color: var(--dark-blue-color);
            padding: 0 25px;
            font-weight: 500;
            height: 55px;
            border: 1px solid #eee;
            margin-bottom: 25px;
            border-radius: 0;
            font-size: 14px;
            font-weight: 400;
            border-radius: 5px;
        }

        .comment-form form .form-box textarea.form-control-custom {
            height: 200px;
            padding: 25px;
        }

        .comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
            font-size: 14px;
            color: #333;
            font-weight: 500;
            padding: 25px;
        }

        .comment-form form .form-box .form-control-custom:-ms-input-placeholder {
            font-size: 14px;
            color: #333;
            font-weight: 500;
            padding: 25px;
        }

        .comment-form form .form-box .form-control-custom::-ms-input-placeholder {
            font-size: 14px;
            color: #333;
            font-weight: 500;
            padding: 25px;
        }

        .comment-form form .form-box .form-control-custom::placeholder {
            font-size: 14px;
            color: #333;
            font-weight: 500;
            padding: 25px;
        }

.sidebar .widget {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #eee;
}

    .sidebar .widget:last-child {
        margin-bottom: 0
    }

    .sidebar .widget .widget-title {
        font-size: 17px;
        margin-bottom: 40px;
        line-height: 1;
        position: relative;
        font-weight: 600;
        line-height: 28px;
        z-index: 1;
    }

        .sidebar .widget .widget-title span {
            background-color: #fff;
            padding-right: 15px;
        }

        .sidebar .widget .widget-title::before {
            position: absolute;
            left: 0;
            top: 50%;
            height: 1px;
            width: 100%;
            background-color: #eee;
            content: '';
            z-index: -1;
        }

    .sidebar .widget.search-widget form {
        position: relative;
    }

        .sidebar .widget.search-widget form input {
            width: 100%;
            background-color: transparent;
            height: 55px;
            border: none;
            padding: 0 80px 0 30px;
            font-size: 13px;
            font-weight: 400;
            border-radius: 0;
            border: 1px solid #eee;
            border-radius: 3px;
        }

            .sidebar .widget.search-widget form input::-webkit-input-placeholder {
                color: #333;
            }

            .sidebar .widget.search-widget form input:-ms-input-placeholder {
                color: #333;
            }

            .sidebar .widget.search-widget form input::-ms-input-placeholder {
                color: #333;
            }

            .sidebar .widget.search-widget form input::placeholder {
                color: #333;
            }

        .sidebar .widget.search-widget form button {
            border: none;
            position: absolute;
            right: 7px;
            top: 6px;
            width: 55px;
            height: 42px;
            z-index: 1;
            color: #fff !important;
            font-size: 13px;
            -webkit-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
            color: #fff;
            border-radius: 0;
            border-radius: 3px;
            padding: 0 !important;
            border: none;
            background: var(--main-blue-color);
        }

            .sidebar .widget.search-widget form button:hover {
                background-color: var(--dark-blue-color);
                color: #fff;
            }

    .sidebar .widget.popular-feeds .single-popular-feed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px dashed #eee;
    }

        .sidebar .widget.popular-feeds .single-popular-feed:last-child {
            border: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .sidebar .widget.popular-feeds .single-popular-feed .feed-img {
            width: 80px;
            margin-right: 20px;
            border-radius: 50%;
            height: 80px;
            border-radius: 50% !important;
            overflow: hidden;
        }

        .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 12px;
            line-height: 1.5;
        }

            .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
                font-size: 14px;
                font-weight: 500;
            }

                .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
                    color: var(--main-blue-color);
                }

        .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
            font-weight: 400;
            font-size: 12px;
        }

            .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time > i {
                margin-right: 4px;
            }

    .sidebar .widget.categories-widget ul li {
        margin-bottom: 10px;
    }

        .sidebar .widget.categories-widget ul li:last-child {
            margin-bottom: 0;
        }

        .sidebar .widget.categories-widget ul li a {
            font-size: 14px;
            height: 35px;
            background-color: transparent;
            display: block;
            position: relative;
            line-height: 35px;
            color: #333;
            -webkit-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
            font-weight: 500;
            padding: 0;
        }

            .sidebar .widget.categories-widget ul li a span {
                position: absolute;
                right: 0;
                top: 0;
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                background-color: transparent;
                color: #333;
                -webkit-transition: all .3s ease-out 0s;
                transition: all .3s ease-out 0s;
                border-radius: 3px;
                border: 1px solid #eee;
                font-size: 11px;
            }

            .sidebar .widget.categories-widget ul li a:hover {
                color: var(--main-blue-color);
            }

                .sidebar .widget.categories-widget ul li a:hover span {
                    background: var(--main-blue-color);
                    color: #fff;
                    border-color: transparent;
                }

    .sidebar .widget.popular-tag-widget {
        padding-bottom: 30px
    }

.popular-tag-widget .tags > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 20px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    background: var(--main-blue-color);
    margin-right: 7px;
    margin-bottom: 10px;
    color: #fff;
    background: 0 0;
    color: #888;
    border: 1px solid #eee;
    border-radius: 4px;
}

    .popular-tag-widget .tags > a:hover {
        background-color: var(--main-blue-color);
        color: #fff;
        border-color: transparent;
    }


@media only screen and (min-width:768px) and (max-width:991px) {
    .newsletter-area .mini-call-action {
        height: auto;
    }

    .latest-news-area .section-title {
        margin-bottom: 20px;
    }

    .latest-news-area .single-news {
        margin-top: 30px;
    }

    .post-details .post-meta li {
        margin-bottom: 8px;
    }

    .latest-news-area.blog-list {
        padding-top: 30px;
    }

    .blog-list .single-news {
        margin-bottom: 0 !important;
    }

    .post-details p {
        margin: 25px 0;
    }

    .sidebar {
        margin-top: 30px;
    }

        .sidebar .widget.search-widget form input {
            padding: 0 80px 0 20px;
        }

        .sidebar .widget.social-widget ul li {
            margin-bottom: 10px;
        }

    .contact-area .contact-address-wrapper {
        padding-right: 0;
    }

    .contact-area .inner-section-title h2 {
        font-weight: 700;
        font-size: 28px;
    }

    .sidebar.service-sidebar .service-category > li > a {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        padding: 10px 15px;
    }

    .sidebar.service-sidebar .service-category {
        padding: 30px;
    }

    .sidebar.service-sidebar .service-docs {
        padding: 30px;
    }

    .sidebar.service-sidebar .service-quote {
        padding: 30px;
    }

    .adv-banner {
        padding: 30px;
    }

    .post-details .post-title {
        line-height: 30px;
        font-size: 24px; /**/
        font-weight: 600; /**/
    }

        .post-details .post-title a {
            font-size: 24px;
            font-weight: 600;
        }

    .blog-middle-image {
        margin-bottom: 20px;
    }

    .blog-single .sidebar {
        margin-top: 30px;
    }
}


@media only screen and (max-width:767px) {
    .latest-news-area .section-title {
        margin-bottom: 10px;
    }

    .latest-news-area .single-news {
        margin-top: 30px;
    }

        .latest-news-area .single-news .content-body .title {
            line-height: 24px !important;
        }

            .latest-news-area .single-news .content-body .title a {
                font-size: 17px !important;
            }

    .blog-single .single-inner {
        padding: 10px;
    }

    .post-details .post-meta li {
        margin-bottom: 8px;
    }

    .post-details p {
        margin: 20px 0;
    }

    .post-details .detail-inner h2{
        font-size: 25px;
    }

    .post-image .blog-inner-big-img {
        margin-bottom: 1.5rem !important;
    }

    .post-details .list {
        margin-left: 0 !important;
    }

        .post-details .list li i {
            top: 6px !important;
        }

    .post-comments {
        padding: 10px;
    }

        .post-comments .comments-list {
            padding: 0 !important;
        }

            .post-comments .comments-list li {
                padding: 0 !important;
            }

                .post-comments .comments-list li .comment-img {
                    position: relative !important;
                }

    .comment-form {
        padding: 10px;
    }

    .comment-form .comment-reply-title a {
        margin-top: 5px;
    }

    .comment-form form .form-box .form-control-custom {
        height: 50px;
        margin-bottom: 15px;
    }

    .post-comments .comments-list li.children {
        margin-left: 0 !important;
    }

    .post-comments .comments-list li {
        padding-top: 30px !important;
    }

        .post-comments .comments-list li .comment-desc {
            margin-top: 0px;
        }

        .post-comments .comments-list li .comment-img img {
            max-width: 50px;
            max-height: 50px;
            display: inline-block !important;
            margin-bottom: -15px !important;
        }

        /*.post-comments .comments-list li .comment-desc .desc-top .reply-link {
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            padding: 8px 25px;
            position: relative;
            margin-top: 15px;
        }*/

    .post-comments .comments-list li {
        padding-left: 100px;
    }

    .latest-news-area.blog-list {
        padding-top: 20px;
    }

    .blog-list .single-news {
        margin-bottom: 0 !important;
    }

    .sidebar {
        margin-top: 30px;
    }

        .sidebar .widget.search-widget form input {
            padding: 0 80px 0 20px;
        }

        .sidebar .widget.social-widget ul li {
            margin-bottom: 10px;
        }

    .contact-area .contact-address-wrapper {
        padding-right: 0;
    }

    .contact-area .inner-section-title h2 {
        font-weight: 700;
        font-size: 28px;
    }

    .sidebar.service-sidebar .service-category > li > a {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        padding: 10px 15px;
    }

    .sidebar.service-sidebar .service-category {
        padding: 30px;
    }

    .sidebar.service-sidebar .service-docs {
        padding: 30px;
    }

    .sidebar.service-sidebar .service-quote {
        padding: 30px;
    }

    .adv-banner {
        padding: 30px;
    }

    .post-details .post-title {
        line-height: 30px;
    }

        .post-details .post-title a {
            font-size: 24px;
            font-weight: 600;
        }

    .blog-middle-image {
        margin-bottom: 20px;
    }

    .blog-single .sidebar {
        margin-top: 30px;
    }
}

/*///////////////
  Post Buttons  
///////////////*/


.action-links {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

    .action-links .reply-link {
        padding: 10px 22px;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        border-radius: 3px;
        border: 1px solid #eee;
        color: var(--main-blue-color)
    }

        .action-links form {
            display: inline-block;
        }

    .action-links .delete-link {
        padding: 10px;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        border-radius: 3px;
        border: 1px solid #eee;
        color: #e32020;
    }

    .action-links .reply-link:hover {
        background-color: var(--main-blue-color);
        color: #fff;
        border-color: transparent
    }

    .action-links .delete-link:hover {
        background-color: #e32020;
        color: #fff;
        border-color: transparent
    }

    .action-links .reply-link i {
        margin-right: 5px
    }


.button .send-btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 25px;
    background-color: var(--main-blue-color);
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}

    .button .send-btn:hover {
        background-color: var(--dark-blue-color);
        color: #fff;
        -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
        box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    }

.button .cancel-btn {
    display: inline-block;
    text-transform: capitalize;
    background-color: #ffffff;
    color: var(--main-blue-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
    border: 1px solid #eee;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 25px;
}

    .button .cancel-btn:hover {
        background-color: var(--main-blue-color);
        color: #fff;
        -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
        box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    }
