html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
    margin: 0;
    margin-bottom: 60px;
    background-color: #fff;
    margin-top: 20px;
}
.box {
    width: 100%;
    height: 300px;
   
}

img {
    width: 100%; /* takes the 100 % width of its container (.box div)*/
    height: 100%; /* takes the 100 % height of its container (.box div)*/
    border: none;
    max-width: 100%;
}
   
    .navbar .container {
        width: 100%;
    }

  

    #more {
        display: none;
    }
    /*--------------------*/
    /* Side bar menu */
    /*--------------------*/
    /* Shrinking the sidebar from 250px to 80px and center aligining its content*/
    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }

    /* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
    #sidebar .sidebar-header strong {
        display: none;
    }

    #sidebar.active .sidebar-header h3 {
        display: none;
    }

    #sidebar.active .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        text-align: left;
    }

    #sidebar.active ul li a {
        padding: 20px 10px;
        text-align: center;
        font-size: 0.85em;
    }

        #sidebar.active ul li a i {
            margin-right: 0;
            display: block;
            font-size: 1.8em;
            margin-bottom: 5px;
        }

    /* Same dropdown links padding*/
    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    /* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    /*--------------------*/
    /* BLOG PAGE */
    /*--------------------*/

    #mu-from-blog {
        background-color: #fff;
        float: left;
        padding: 100px 0;
        display: inline;
        width: 100%;
    }

    .mu-from-blog-area {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-from-blog-content {
        display: inline;
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .mu-blog-item {
        box-shadow: 0px 0px 14px #ededed;
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-blog-item-content {
        display: inline;
        float: left;
        padding: 25px 25px;
        width: 100%;
    }

    .mu-blog-meta {
        margin-bottom: 10px;
    }

        .mu-blog-meta li {
            color: #8f9090;
            font-size: 12px;
            list-style: none;
            display: inline-block;
            position: relative;
            padding-right: 20px;
            margin-right: 10px;
        }

            .mu-blog-meta li i {
                margin-right: 3px;
            }

            .mu-blog-meta li:after {
                content: "/";
                position: absolute;
                right: 0;
                top: 0;
            }

            .mu-blog-meta li:last-child:after {
                display: none;
            }

    .mu-blog-item-title,
    .mu-blog-item-title a {
        color: #323232;
        font-size: 16px;
        line-height: 1.5;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .mu-blog-item-title a:hover,
        .mu-blog-item-title a:focus {
            color: #0277bd;
        }

    .mu-blog-item-content p {
        color: #323232;
        font-size: 14px;
    }

        .mu-blog-item-content p a {
        }

    .mu-blg-readmore-btn {
        color: #0277bd;
        font-size: 14px;
    }

    #mu-blog {
        display: inline;
        float: left;
        padding: 60px 0;
        width: 100%;
    }

    .mu-blog {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-blog-left {
        display: inline;
        float: left;
        width: 100%;
    }

    #mu-blog .mu-blog-item {
        box-shadow: none;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

    #mu-blog .mu-blog-item-content {
        padding: 25px 0;
    }

    .mu-blog-pagination {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-blog-pagination {
        display: inline;
        float: left;
        width: 100%;
    }

        .mu-blog-pagination .pagination {
            float: right;
        }

            .mu-blog-pagination .pagination li {
                list-style: none;
                margin: 0 5px;
            }

                .mu-blog-pagination .pagination li:last-child {
                    margin-right: 0;
                }

            .mu-blog-pagination .pagination .page-link {
                background-color: #205970;
                border: none;
                color: #fff;
                padding: 0;
                margin-left: 0;
                font-size: 18px;
                width: 45px;
                text-align: center;
                height: 45px;
                line-height: 43px;
                font-weight: bold;
            }

            .mu-blog-pagination .pagination .page-item:first-child .page-link {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                line-height: 45px;
            }

            .mu-blog-pagination .pagination .page-item:last-child .page-link {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                line-height: 45px;
            }

    .mu-blog-sidebar {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-sidebar-widget {
        display: inline;
        float: left;
        margin-bottom: 40px;
        width: 100%;
    }

    .mu-search-form {
        position: relative;
    }

        .mu-search-form input {
            border: 1px solid #e1e1e1;
            color: #323232;
            font-size: 14px;
            height: 60px;
            width: 100%;
            border-top-color: #205970;
            border-top-width: 2px;
            padding: 0 50px 0 20px;
        }

        .mu-search-form .mu-search-submit-btn {
            background-color: transparent;
            border: none;
            color: #205970;
            font-size: 18px;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            bottom: 0;
            width: 50px;
        }

    .mu-sidebar-widget-title {
        background-color: #f6f6f6;
        border-top: 2px solid#205970;
        color: #323232;
        font-size: 24px;
        padding: 16px 20px;
    }

    .mu-sidebar-social-widget .mu-social-media {
        border-top: none;
        margin-top: 10px;
        text-align: center;
    }

        .mu-sidebar-social-widget .mu-social-media a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
        }

    .mu-sidebar-widget ul,
    .mu-sidebar-widget ul > ul {
        padding-left: 15px;
    }

        .mu-sidebar-widget ul li {
            list-style: none;
            font-size: 16px;
        }

            .mu-sidebar-widget ul li a {
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

    .mu-sidebar-widget-nav {
        margin-top: 20px;
    }

        .mu-sidebar-widget-nav li {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

            .mu-sidebar-widget-nav li a i {
                margin-right: 5px;
            }

            .mu-sidebar-widget-nav li:last-child {
                border-bottom: none;
                margin-bottom: 0;
                padding-bottom: 0;
            }

        .mu-sidebar-widget-nav ul li:first-child {
            border-top: 1px solid #e5e5e5;
            margin-top: 5px;
            padding-top: 5px;
        }

    .mu-tags {
        display: inline;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

        .mu-tags a {
            border: 1px solid #e1e1e1;
            border-top-color: #205970;
            display: inline-block;
            font-size: 14px;
            padding: 12px 15px;
            margin: 0 10px 15px 0;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

    .mu-sidebar-subscribe-widget .mu-subscribe-form {
        margin-top: 25px;
    }

        .mu-sidebar-subscribe-widget .mu-subscribe-form input {
            border: 1px solid#205970;
        }

    .mu-popular-content-widget {
        display: inline;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

        .mu-popular-content-widget .media {
            margin-bottom: 30px;
        }

            .mu-popular-content-widget .media:last-child {
                margin-bottom: 0;
            }

            .mu-popular-content-widget .media > .mu-popular-post-img {
                width: 120px;
                margin-right: 10px;
            }

            .mu-popular-content-widget .media .mu-blog-meta {
                margin-bottom: 5px;
                padding-left: 0;
            }

                .mu-popular-content-widget .media .mu-blog-meta li {
                    font-size: 12px;
                    padding-right: 15px;
                    margin-right: 4px;
                }

            .mu-popular-content-widget .media .media-body h3 {
                color: #323232;
                font-size: 14px;
                font-weight: 400;
                line-height: 1.3;
            }

    /*Blog Single*/

    #mu-blog.mu-blog-single .mu-blog-item {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #mu-blog.mu-blog-single .mu-blog-item-title {
        color: #666;
        font-size: 24px;
    }

    .mu-blog-single ul {
        padding-left: 25px;
    }

    .mu-blog-tag {
        display: inline;
        float: left;
        width: 100%;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }

    .mu-blog-single .mu-blog-tag-nav,
    .mu-blog-single .mu-blog-share-nav {
        padding-left: 0;
    }

    .mu-blog-tag-nav li {
        list-style: none;
        display: inline-block;
        flex: 3;
    }

        .mu-blog-tag-nav li h3 {
            color: #323232;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            margin-right: 10px;
        }

        .mu-blog-tag-nav li span {
            margin-right: 5px;
        }

        .mu-blog-tag-nav li a {
            display: inline-block;
            color: #323232;
            font-size: 14px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .mu-blog-tag-nav li a:hover,
            .mu-blog-tag-nav li a:focus {
                color: #205970;
            }

    .mu-blog-share {
        display: inline;
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }

        .mu-blog-share .mu-blog-share-nav {
            border-top: none;
            margin-top: 0;
            padding-top: 0;
        }

    .mu-blog-share-nav li {
        list-style: none;
        display: inline-block;
        flex: 3;
    }

        .mu-blog-share-nav li h3 {
            color: #323232;
            font-size: 18px;
            font-weight: 600;
            margin-right: 10px;
        }

    .mu-blog-navigation {
        display: inline;
        float: left;
        width: 100%;
        padding: 40px 0;
    }

    .mu-blog-nav-btn {
        background-color: #ebebeb;
        color: #a9a9a9;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        padding: 15px 20px;
    }

    .mu-blog-nav-prev {
        float: left;
    }

        .mu-blog-nav-prev span {
            margin-right: 5px;
        }

    .mu-blog-nav-next {
        float: right;
    }

        .mu-blog-nav-next span {
            margin-left: 5px;
        }

    .mu-related-post {
        display: inline;
        float: left;
        width: 100%;
    }

        .mu-related-post .mu-related-post-title {
            border-bottom: 4px solid #ebebeb;
            color: #323232;
            display: inline-block;
            font-size: 24px;
            padding-bottom: 5px;
            margin-bottom: 25px;
        }

    .mu-blog-single .mu-blog-meta {
        padding-left: 0;
    }

    #mu-blog.mu-blog-single .mu-related-post .mu-blog-item-title {
        font-size: 16px;
    }

    .mu-comments-area {
        display: inline;
        float: left;
        width: 100%;
        margin-top: 20px;
    }

        .mu-comments-area h2 {
            margin-bottom: 20px;
            padding: 20px;
            background-color: #f6f6f6;
            color: #323232;
            font-size: 24px;
        }

        .mu-comments-area .comments {
            float: left;
            display: inline;
            margin-top: 20px;
            width: 100%;
        }

            .mu-comments-area .comments .commentlist {
                padding-left: 0;
            }

                .mu-comments-area .comments .commentlist li {
                    border-bottom: 1px solid #ddd;
                    display: inline;
                    float: left;
                    margin-bottom: 20px;
                    padding: 10px;
                    position: relative;
                    width: 100%;
                }

                    .mu-comments-area .comments .commentlist li .news-img {
                        background-color: #ebebeb;
                        height: 70px;
                        margin-right: 15px;
                        max-width: inherit;
                        width: 70px;
                        border-radius: 50%;
                    }

                    .mu-comments-area .comments .commentlist li .media-body p {
                        margin-bottom: 0px;
                        font-size: 14px;
                        color: #323232;
                    }

                    .mu-comments-area .comments .commentlist li .media-body .author-name {
                        margin-bottom: 0px;
                        margin-top: 0;
                        color: #323232;
                        font-size: 16px;
                    }

                    .mu-comments-area .comments .commentlist li .comments-date {
                        display: block;
                        font-size: 12px;
                        letter-spacing: 0.5px;
                        margin-bottom: 5px;
                        margin-top: 5px;
                        color: #323232;
                    }

                    .mu-comments-area .comments .commentlist li .reply-btn {
                        color: #323232;
                        display: inline-block;
                        font-size: 14px;
                        line-height: 13px;
                        margin-bottom: 10px;
                        margin-top: 10px;
                        padding: 8px 10px;
                        -webkit-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -ms-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                    }

                        .mu-comments-area .comments .commentlist li .reply-btn i {
                            color: #205970;
                            margin-right: 10px;
                        }

                        .mu-comments-area .comments .commentlist li .reply-btn span {
                            margin-left: 5px;
                        }

                        .mu-comments-area .comments .commentlist li .reply-btn:hover,
                        .mu-comments-area .comments .commentlist li .reply-btn:focus {
                            color: #205970;
                            text-decoration: none;
                            outline: none;
                        }

                    .mu-comments-area .comments .commentlist li .children {
                        margin-left: 50px;
                    }

                    .mu-comments-area .comments .commentlist li .author-tag {
                        background-color: #205970;
                        color: #fff;
                        display: inline-block;
                        font-size: 12px;
                        font-weight: bold;
                        letter-spacing: 1px;
                        margin-bottom: 5px;
                        padding: 4px 8px;
                    }

                    .mu-comments-area .comments .commentlist li .author-comments {
                        background-color: #f8f8f8;
                    }

                .mu-comments-area .comments .commentlist .children {
                    padding-left: 25px;
                }

            .mu-comments-area .comments .comments-pagination {
                display: inline-block;
                text-align: left;
                padding-left: 0;
                padding-top: 10px;
                float: left;
            }

                .mu-comments-area .comments .comments-pagination li {
                    display: inline-block;
                }

                    .mu-comments-area .comments .comments-pagination li:first-child a,
                    .mu-comments-area .comments .comments-pagination li:last-child a,
                    .mu-comments-area .comments .comments-pagination li:first-child a:hover,
                    .mu-comments-area .comments .comments-pagination li:last-child a:hover,
                    .mu-comments-area .comments .comments-pagination li:first-child a:hover,
                    .mu-comments-area .comments .comments-pagination li:last-child a:focus {
                        background-color: #205970;
                        color: #fff;
                    }

                    .mu-comments-area .comments .comments-pagination li a {
                        background-color: transparent;
                        border: medium none;
                        color: #555;
                        display: inline-block;
                        font-size: 15px;
                        height: 25px;
                        line-height: 15px;
                        padding: 5px;
                        text-align: center;
                        width: 25px;
                        -webkit-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -ms-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                    }

                        .mu-comments-area .comments .comments-pagination li a:hover,
                        .mu-comments-area .comments .comments-pagination li a:focus {
                            color: #205970;
                            background-color: transparent;
                            text-decoration: none;
                            outline: none;
                        }

            .mu-comments-area .comments .commentlist > li:last-child {
                margin-bottom: 0px;
            }

    #respond {
        display: inline;
        float: left;
        margin-top: 50px;
        width: 100%;
    }

        #respond .reply-title {
            border-bottom: 4px solid #ebebeb;
            color: #323232;
            display: inline-block;
            font-size: 24px;
            padding-bottom: 5px;
            margin-bottom: 25px;
        }

        #respond .comment-notes {
            font-size: 15px;
            margin-bottom: 25px;
        }

        #respond .required {
            color: red;
        }

        #respond label {
            display: block;
        }

        #respond input[type="text"],
        #respond input[type="email"],
        #respond input[type="url"] {
            border: 1px solid #d7d7d7;
            margin-bottom: 10px;
            height: 40px;
            padding: 0 10px;
            width: 65%;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        #respond textarea {
            border: 1px solid #ccc;
            margin-bottom: 5px;
            padding: 15px;
            height: 200px;
            width: 100%;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        #respond input[type="submit"] {
            margin-top: 10px;
        }
    /*--------------------*/
    /* PORTFOLIO */
    /*--------------------*/

    #mu-portfolio {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-portfolio-area {
        display: inline;
        float: left;
        padding: 100px 0;
        width: 100%;
    }

    .mu-portfolio-content {
        display: inline;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

    .mu-portfolio-filter-area {
        display: inline;
        float: left;
        width: 100%;
    }

    .filtr-item {
        margin-bottom: 0px;
        padding: 16px;
        transform-style: unset !important;
    }

    .mu-imglink {
        background-color: transparent;
    }

    .filtr-item h4 {
        font-size: 14px;
    }

    .mu-filter-item-content {
        background-color: #205970;
        position: absolute;
        left: 16px;
        top: 16px;
        right: 16px;
        bottom: 16px;
        color: #fff;
        padding-top: 27%;
        text-align: center;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    .filtr-item:hover .mu-filter-item-content {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    /* Filter controls */

    .mu-simplefilter {
        text-align: center;
    }

        .mu-simplefilter li {
            color: #323232;
            cursor: pointer;
            display: inline-block;
            margin: 0 6px;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            font-size: 16px;
            font-weight: 700;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .mu-simplefilter li span {
                margin-left: 16px;
            }

            .mu-simplefilter li:hover,
            .mu-simplefilter li.active {
                color: #205970;
            }

    /*--------------------*/
    /* COUNTER */
    /*--------------------*/

    #mu-counter {
        background-image: url("~/images/counter-bg.jpg");
        background-size: cover;
        display: inline;
        float: left;
        position: relative;
        width: 100%;
    }

        #mu-counter::before {
            bottom: 0;
            content: "";
            left: 0;
            top: 0;
            right: 0;
            position: absolute;
            opacity: 0.65;
            background-color: #205970;
        }

    .mu-counter-area {
        display: inline;
        float: left;
        padding: 100px 0;
        width: 100%;
    }

        .mu-counter-area h2 {
            color: #fff;
            text-align: center;
        }

    .mu-counter-block {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-single-counter {
        display: inline;
        float: left;
        text-align: center;
        width: 100%;
    }

        .mu-single-counter span {
            border-right: 1px solid #fff;
            color: #fff;
            font-size: 40px;
            padding: 32px 20px;
            margin-bottom: 0px;
            display: inline-block;
            float: left;
        }

    .mu-single-counter-content {
        display: inline;
        float: left;
        text-align: left;
        padding-left: 20px;
        padding-top: 16px;
    }

    .counter-value {
        font-size: 36px;
        font-family: "Helvetica", sans-serif;
        font-weight: 700;
        margin-bottom: 0;
        color: #fff;
        line-height: 1.2;
    }

    .mu-counter-name {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 24px;
    }


    /*--------------------*/
    /* SLIDER */
    /*--------------------*/

    #mu-slider {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-slide {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-single-slide {
        display: inline;
        float: left;
        position: relative;
        width: 100%;
    }

        .mu-single-slide:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: 0.8;
            z-index: 10;
        }

    .mu-single-slide-content-area {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
        padding: 12% 16%;
    }

    .mu-single-slide-content {
        display: inline;
        float: left;
        text-align: center;
        width: 100%;
    }

        .mu-single-slide-content h1 {
            color: #fff;
            text-transform: uppercase;
            font-size: 48px;
            margin-bottom: 30px;
        }

        .mu-single-slide-content p {
            color: #fff;
            font-size: 14px;
            margin-bottom: 30px;
        }

        .mu-single-slide-content a {
            margin-top: 30px;
        }

    .mu-slide .slick-prev:hover,
    .mu-slide .slick-prev:focus,
    .mu-slide .slick-next:hover,
    .mu-slide .slick-next:focus {
        color: #205970;
    }

        .mu-slide .slick-prev:hover:before,
        .mu-slide .slick-prev:focus:before,
        .mu-slide .slick-next:hover:before,
        .mu-slide .slick-next:focus:before {
            color: #205970;
        }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    html {
        position: relative;
        min-height: 100%;
    }

    @media all and (min-width: 992px) {

        .dropdown-menu li {
            position: relative;
        }

        .dropdown-menu .submenu {
            display: none;
            position: absolute;
            left: 100%;
            top: -7px;
        }

        .dropdown-menu .submenu-left {
            right: 100%;
            left: auto;
        }

        .dropdown-menu > li:hover {
            background-color: #f1f1f1
        }

            .dropdown-menu > li:hover > .submenu {
                display: block;
            }
    }
    /* ============ desktop view .end// ============ */

    /* ============ small devices ============ */
    @media (max-width: 991px) {

        .dropdown-menu .dropdown-menu {
            margin-left: 0.7rem;
            margin-right: 0.7rem;
            margin-bottom: .5rem;
        }
    }

    @media (max-width: 1199px) {
        .mu-single-slide-content-area {
            padding: 9% 10%;
        }

        .mu-about-right {
            padding-left: 0;
        }

        .mu-quote-btn {
            padding: 15px 45px;
            margin-top: 15px;
        }

        .mu-about-right ul li {
            margin-bottom: 10px;
        }

        .mu-single-service-icon {
            margin-right: 0;
        }

        .mu-single-service-content {
            width: 78%;
            margin-left: 15px;
        }

        .mu-video-close-btn {
            right: 20px;
        }

        .mu-video-right {
            padding-right: 15%;
            padding-left: 25px;
        }

        .mu-testimonial-slide .slick-prev {
            left: -20px;
        }

        .mu-testimonial-slide .slick-next {
            right: -20px;
        }

        .mu-clients-single {
            padding: 5px;
        }

        .mu-social-media a {
            margin-right: 3px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 15px;
        }
    }
    /* ============ small devices .end// ============ */
    /*--------------------*/
    /* ABOUT US */
    /*--------------------*/

    #mu-about {
        background-color: #fff;
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-about-area {
        display: inline;
        float: left;
        padding: 100px 0;
        width: 100%;
    }

    .mu-title {
        display: inline;
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 35px;
        padding: 0 25%;
    }

        .mu-title h2 {
            color: #323232;
            font-size: 30px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .mu-title p {
        }

    .mu-about-left {
        display: inline;
        float: left;
        padding-right: 15px;
        width: 100%;
    }

    .mu-about-right {
        display: inline;
        float: left;
        padding-left: 15px;
        width: 100%;
    }

        .mu-about-right ul {
        }

            .mu-about-right ul li {
                list-style: none;
                float: left;
                margin-bottom: 25px;
            }

                .mu-about-right ul li h3 {
                    border-bottom: 3px solid #e5e5e5;
                    color: #323232;
                    font-size: 20px;
                    display: inline-block;
                    padding-bottom: 5px;
                    margin-bottom: 15px;
                }

        .mu-about-right p {
            font-size: 14px;
        }

    /*--------------------*/
    /* FOOTER */
    /*--------------------*/

    #mu-footer {
        background-color: #fff;
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-footer-top {
        background-color: #005e5e;
        display: inline-block;
        float: left;
        padding: 50px 0;
        width: 100%;
        display: inline-block;
        margin-top: 2%;
    }

    .mu-single-footer {
        display: inline;
        float: left;
        color: #fff;
        font-size: 14px;
        width: 100%;
    }

    .mu-footer-logo {
        margin-bottom: 25px;
    }

    .mu-single-footer h3 {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }

    .mu-single-footer ul li {
        border-bottom: 1px solid #1c85c4;
        list-style: none;
        margin-bottom: 10px;
        padding-bottom: 12px;
        font-size: 14px;
    }

        .mu-single-footer ul li:last-child {
            border-bottom: none;
        }

        .mu-single-footer ul li a {
            color: #fff;
        }

    .mu-single-footer .mu-useful-links li {
        line-height: 1;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .mu-single-footer .list-unstyled li {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

        .mu-single-footer .list-unstyled li.media span {
            margin-right: 10px;
        }

        .mu-single-footer .list-unstyled li.media p {
            line-height: 1.5;
            margin-top: -5px;
            margin-bottom: 4px;
            font-size: 14px;
        }

        .mu-single-footer .list-unstyled li.media a {
            font-size: 12px;
        }

    .mu-footer-bottom {
        background-color: #DC3545;
        display: inline;
        padding: 20px 0;
        float: left;
        width: 100%;
    }

    .mu-footer-bottom-area {
        display: inline;
        float: left;
        text-align: center;
        width: 100%;
    }

    .mu-social-media {
        display: inline;
        float: left;
        width: 100%;
        border-top: 1px solid #1c85c4;
        padding-top: 12px;
    }

        .mu-social-media a {
            background-color: #3b5998;
            border: 1px solid #babcbe;
            border-radius: 50%;
            color: #fff;
            display: inline-block;
            margin-right: 6px;
            text-align: center;
            text-decoration: none;
            transition: all 0.2s ease-in-out 0s;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
        }

            .mu-social-media a.mu-twitter {
                background-color: #1da1f2;
            }

            .mu-social-media a.mu-google-plus {
                background-color: #dd4b39;
            }

            .mu-social-media a.mu-pinterest {
                background-color: #bd081c;
            }

            .mu-social-media a.mu-youtube {
                background-color: #cd201f;
            }

            .mu-social-media a:hover,
            .mu-social-media a:focus {
                border-color: #babcbe;
                color: #fff;
            }

    .mu-copy-right {
        color: #fff;
        margin-bottom: 0;
        font-size: 14px;
    }

    .mu-copy-right a {
        color: #fff;
        font-weight: 600;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }


   
    .section {
        padding: 100px 0;
        position: relative;
    }

    .gray-bg {
        background-color: #ebf4fa;
    }
    /* Blog 
---------------------*/
    .blog-grid {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .blog-grid .blog-img {
            position: relative;
            border-radius: 5px;
            overflow: hidden;
        }

            .blog-grid .blog-img .date {
                position: absolute;
                background: #3a3973;
                color: #ffffff;
                padding: 8px 15px;
                left: 0;
                top: 10px;
                font-size: 14px;
            }

        .blog-grid .blog-info {
            box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
            border-radius: 5px;
            background: #ffffff;
            padding: 20px;
            margin: -30px 20px 0;
            position: relative;
        }

            .blog-grid .blog-info h5 {
                font-size: 22px;
                font-weight: 500;
                margin: 0 0 10px;
            }

                .blog-grid .blog-info h5 a {
                    color: #3a3973;
                }

            .blog-grid .blog-info p {
                margin: 0;
            }

            .blog-grid .blog-info .btn-bar {
                margin-top: 20px;
            }

    .px-btn-arrow {
        padding: 0 50px 0 0;
        line-height: 20px;
        position: relative;
        display: inline-block;
        color: #fe4f6c;
        -moz-transition: ease all 0.3s;
        -o-transition: ease all 0.3s;
        -webkit-transition: ease all 0.3s;
        transition: ease all 0.3s;
    }


        .px-btn-arrow .arrow {
            width: 13px;
            height: 2px;
            background: currentColor;
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 25px;
            -moz-transition: ease right 0.3s;
            -o-transition: ease right 0.3s;
            -webkit-transition: ease right 0.3s;
            transition: ease right 0.3s;
        }

            .px-btn-arrow .arrow:after {
                width: 8px;
                height: 8px;
                border-right: 2px solid currentColor;
                border-top: 2px solid currentColor;
                content: "";
                position: absolute;
                top: -3px;
                right: 0;
                display: inline-block;
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    .news {
        width: 160px
    }

    .news-scroll a {
        text-decoration: none
    }

    .dot {
        height: 6px;
        width: 6px;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 2px !important;
        background-color: rgb(207,23,23);
        border-radius: 50%;
        display: inline-block
    }

    .marquee-container {
        height: 30px;
        overflow: hidden;
        line-height: 30px;
    }

    .marquee {
        top: 0;
        left: 100%;
        width: 100%;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        animation: marquee 30s linear infinite;
    }

    .marquee2 {
        animation-delay: 15s;
    }

    b {
        padding-left: 10px;
    }


    @keyframes marquee {
        0% {
            left: 100%;
        }

        100% {
            left: -100%
        }
    }

    [aria-expanded="false"] > .expanded,
    [aria-expanded="true"] > .collapsed {
        display: none;
    }
    /*--------------------*/
    /* BLOG PAGE */
    /*--------------------*/

    #mu-from-blog {
        background-color: #fff;
        float: left;
        padding: 100px 0;
        display: inline;
        width: 100%;
    }

    .mu-from-blog-area {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-from-blog-content {
        display: inline;
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .mu-blog-item {
        box-shadow: 0px 0px 14px #ededed;
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-blog-item-content {
        display: inline;
        float: left;
        padding: 25px 25px;
        width: 100%;
    }

    .mu-blog-meta {
        margin-bottom: 10px;
    }

        .mu-blog-meta li {
            color: #8f9090;
            font-size: 12px;
            list-style: none;
            display: inline-block;
            position: relative;
            padding-right: 20px;
            margin-right: 10px;
        }

            .mu-blog-meta li i {
                margin-right: 3px;
            }

            .mu-blog-meta li:after {
                content: "/";
                position: absolute;
                right: 0;
                top: 0;
            }

            .mu-blog-meta li:last-child:after {
                display: none;
            }

    .mu-blog-item-title,
    .mu-blog-item-title a {
        color: #323232;
        font-size: 16px;
        line-height: 1.5;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .mu-blog-item-title a:hover,
        .mu-blog-item-title a:focus {
            color: #0277bd;
        }

    .mu-blog-item-content p {
        color: #323232;
        font-size: 14px;
    }

        .mu-blog-item-content p a {
        }

    .mu-blg-readmore-btn {
        color: #0277bd;
        font-size: 14px;
    }

    #mu-blog {
        display: inline;
        float: left;
        padding: 60px 0;
        width: 100%;
    }

    .mu-blog {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-blog-left {
        display: inline;
        float: left;
        width: 100%;
    }

    #mu-blog .mu-blog-item {
        box-shadow: none;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

    #mu-blog .mu-blog-item-content {
        padding: 25px 0;
    }

    .mu-blog-pagination {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-blog-pagination {
        display: inline;
        float: left;
        width: 100%;
    }

        .mu-blog-pagination .pagination {
            float: right;
        }

            .mu-blog-pagination .pagination li {
                list-style: none;
                margin: 0 5px;
            }

                .mu-blog-pagination .pagination li:last-child {
                    margin-right: 0;
                }

            .mu-blog-pagination .pagination .page-link {
                background-color: #205970;
                border: none;
                color: #fff;
                padding: 0;
                margin-left: 0;
                font-size: 18px;
                width: 45px;
                text-align: center;
                height: 45px;
                line-height: 43px;
                font-weight: bold;
            }

            .mu-blog-pagination .pagination .page-item:first-child .page-link {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                line-height: 45px;
            }

            .mu-blog-pagination .pagination .page-item:last-child .page-link {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                line-height: 45px;
            }

    .mu-blog-sidebar {
        display: inline;
        float: left;
        width: 100%;
    }

    .mu-sidebar-widget {
        display: inline;
        float: left;
        margin-bottom: 40px;
        width: 100%;
    }

    .mu-search-form {
        position: relative;
    }

        .mu-search-form input {
            border: 1px solid #e1e1e1;
            color: #323232;
            font-size: 14px;
            height: 60px;
            width: 100%;
            border-top-color: #205970;
            border-top-width: 2px;
            padding: 0 50px 0 20px;
        }

        .mu-search-form .mu-search-submit-btn {
            background-color: transparent;
            border: none;
            color: #205970;
            font-size: 18px;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            bottom: 0;
            width: 50px;
        }

    .mu-sidebar-widget-title {
        background-color: #f6f6f6;
        border-top: 2px solid#205970;
        color: #323232;
        font-size: 24px;
        padding: 16px 20px;
    }

    .mu-sidebar-social-widget .mu-social-media {
        border-top: none;
        margin-top: 10px;
        text-align: center;
    }

        .mu-sidebar-social-widget .mu-social-media a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
        }

    .mu-sidebar-widget ul,
    .mu-sidebar-widget ul > ul {
        padding-left: 15px;
    }

        .mu-sidebar-widget ul li {
            list-style: none;
            font-size: 16px;
        }

            .mu-sidebar-widget ul li a {
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

    .mu-sidebar-widget-nav {
        margin-top: 20px;
    }

        .mu-sidebar-widget-nav li {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

            .mu-sidebar-widget-nav li a i {
                margin-right: 5px;
            }

            .mu-sidebar-widget-nav li:last-child {
                border-bottom: none;
                margin-bottom: 0;
                padding-bottom: 0;
            }

        .mu-sidebar-widget-nav ul li:first-child {
            border-top: 1px solid #e5e5e5;
            margin-top: 5px;
            padding-top: 5px;
        }

    .mu-tags {
        display: inline;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

        .mu-tags a {
            border: 1px solid #e1e1e1;
            border-top-color: #205970;
            display: inline-block;
            font-size: 14px;
            padding: 12px 15px;
            margin: 0 10px 15px 0;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

    .mu-sidebar-subscribe-widget .mu-subscribe-form {
        margin-top: 25px;
    }

        .mu-sidebar-subscribe-widget .mu-subscribe-form input {
            border: 1px solid#205970;
        }

    .mu-popular-content-widget {
        display: inline;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

        .mu-popular-content-widget .media {
            margin-bottom: 30px;
        }

            .mu-popular-content-widget .media:last-child {
                margin-bottom: 0;
            }

            .mu-popular-content-widget .media > .mu-popular-post-img {
                width: 120px;
                margin-right: 10px;
            }

            .mu-popular-content-widget .media .mu-blog-meta {
                margin-bottom: 5px;
                padding-left: 0;
            }

                .mu-popular-content-widget .media .mu-blog-meta li {
                    font-size: 12px;
                    padding-right: 15px;
                    margin-right: 4px;
                }

            .mu-popular-content-widget .media .media-body h3 {
                color: #323232;
                font-size: 14px;
                font-weight: 400;
                line-height: 1.3;
            }

    /*Blog Single*/

    #mu-blog.mu-blog-single .mu-blog-item {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #mu-blog.mu-blog-single .mu-blog-item-title {
        color: #666;
        font-size: 24px;
    }

    .mu-blog-single ul {
        padding-left: 25px;
    }

    .mu-blog-tag {
        display: inline;
        float: left;
        width: 100%;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }

    .mu-blog-single .mu-blog-tag-nav,
    .mu-blog-single .mu-blog-share-nav {
        padding-left: 0;
    }

    .mu-blog-tag-nav li {
        list-style: none;
        display: inline-block;
        flex: 3;
    }

        .mu-blog-tag-nav li h3 {
            color: #323232;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            margin-right: 10px;
        }

        .mu-blog-tag-nav li span {
            margin-right: 5px;
            flex: 3;
        }

        .mu-blog-tag-nav li a {
            display: inline-block;
            color: #323232;
            font-size: 14px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .mu-blog-tag-nav li a:hover,
            .mu-blog-tag-nav li a:focus {
                color: #205970;
            }

    .mu-blog-share {
        display: inline;
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }

        .mu-blog-share .mu-blog-share-nav {
            border-top: none;
            margin-top: 0;
            padding-top: 0;
        }

    .mu-blog-share-nav li {
        list-style: none;
        display: inline-block;
        flex: 3;
    }

        .mu-blog-share-nav li h3 {
            color: #323232;
            font-size: 18px;
            font-weight: 600;
            margin-right: 10px;
        }

    .mu-blog-navigation {
        display: inline;
        float: left;
        width: 100%;
        padding: 40px 0;
        flex: 3;
    }

    .mu-blog-nav-btn {
        background-color: #ebebeb;
        color: #a9a9a9;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        padding: 15px 20px;
    }

    .mu-blog-nav-prev {
        float: left;
    }

        .mu-blog-nav-prev span {
            margin-right: 5px;
        }

    .mu-blog-nav-next {
        float: right;
    }

        .mu-blog-nav-next span {
            margin-left: 5px;
        }

    .mu-related-post {
        display: inline;
        float: left;
        width: 100%;
    }

        .mu-related-post .mu-related-post-title {
            border-bottom: 4px solid #ebebeb;
            color: #323232;
            display: inline-block;
            font-size: 24px;
            padding-bottom: 5px;
            margin-bottom: 25px;
        }

    .mu-blog-single .mu-blog-meta {
        padding-left: 0;
    }

    #mu-blog.mu-blog-single .mu-related-post .mu-blog-item-title {
        font-size: 16px;
    }

    .mu-comments-area {
        display: inline;
        float: left;
        width: 100%;
        margin-top: 20px;
    }

        .mu-comments-area h2 {
            margin-bottom: 20px;
            padding: 20px;
            background-color: #f6f6f6;
            color: #323232;
            font-size: 24px;
        }

        .mu-comments-area .comments {
            float: left;
            display: inline;
            margin-top: 20px;
            width: 100%;
        }

            .mu-comments-area .comments .commentlist {
                padding-left: 0;
            }

                .mu-comments-area .comments .commentlist li {
                    border-bottom: 1px solid #ddd;
                    display: inline;
                    float: left;
                    margin-bottom: 20px;
                    padding: 10px;
                    position: relative;
                    width: 100%;
                }

                    .mu-comments-area .comments .commentlist li .news-img {
                        background-color: #ebebeb;
                        height: 70px;
                        margin-right: 15px;
                        max-width: inherit;
                        width: 70px;
                        border-radius: 50%;
                    }

                    .mu-comments-area .comments .commentlist li .media-body p {
                        margin-bottom: 0px;
                        font-size: 14px;
                        color: #323232;
                    }

                    .mu-comments-area .comments .commentlist li .media-body .author-name {
                        margin-bottom: 0px;
                        margin-top: 0;
                        color: #323232;
                        font-size: 16px;
                    }

                    .mu-comments-area .comments .commentlist li .comments-date {
                        display: block;
                        font-size: 12px;
                        letter-spacing: 0.5px;
                        margin-bottom: 5px;
                        margin-top: 5px;
                        color: #323232;
                    }

                    .mu-comments-area .comments .commentlist li .reply-btn {
                        color: #323232;
                        display: inline-block;
                        font-size: 14px;
                        line-height: 13px;
                        margin-bottom: 10px;
                        margin-top: 10px;
                        padding: 8px 10px;
                        -webkit-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -ms-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                    }

                        .mu-comments-area .comments .commentlist li .reply-btn i {
                            color: #205970;
                            margin-right: 10px;
                        }

                        .mu-comments-area .comments .commentlist li .reply-btn span {
                            margin-left: 5px;
                        }

                        .mu-comments-area .comments .commentlist li .reply-btn:hover,
                        .mu-comments-area .comments .commentlist li .reply-btn:focus {
                            color: #205970;
                            text-decoration: none;
                            outline: none;
                        }

                    .mu-comments-area .comments .commentlist li .children {
                        margin-left: 50px;
                    }

                    .mu-comments-area .comments .commentlist li .author-tag {
                        background-color: #205970;
                        color: #fff;
                        display: inline-block;
                        font-size: 12px;
                        font-weight: bold;
                        letter-spacing: 1px;
                        margin-bottom: 5px;
                        padding: 4px 8px;
                    }

                    .mu-comments-area .comments .commentlist li .author-comments {
                        background-color: #f8f8f8;
                    }

                .mu-comments-area .comments .commentlist .children {
                    padding-left: 25px;
                }

            .mu-comments-area .comments .comments-pagination {
                display: inline-block;
                text-align: left;
                padding-left: 0;
                padding-top: 10px;
                float: left;
            }

                .mu-comments-area .comments .comments-pagination li {
                    display: inline-block;
                }

                    .mu-comments-area .comments .comments-pagination li:first-child a,
                    .mu-comments-area .comments .comments-pagination li:last-child a,
                    .mu-comments-area .comments .comments-pagination li:first-child a:hover,
                    .mu-comments-area .comments .comments-pagination li:last-child a:hover,
                    .mu-comments-area .comments .comments-pagination li:first-child a:hover,
                    .mu-comments-area .comments .comments-pagination li:last-child a:focus {
                        background-color: #205970;
                        color: #fff;
                    }

                    .mu-comments-area .comments .comments-pagination li a {
                        background-color: transparent;
                        border: medium none;
                        color: #555;
                        display: inline-block;
                        font-size: 15px;
                        height: 25px;
                        line-height: 15px;
                        padding: 5px;
                        text-align: center;
                        width: 25px;
                        -webkit-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -ms-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                    }

                        .mu-comments-area .comments .comments-pagination li a:hover,
                        .mu-comments-area .comments .comments-pagination li a:focus {
                            color: #205970;
                            background-color: transparent;
                            text-decoration: none;
                            outline: none;
                        }

            .mu-comments-area .comments .commentlist > li:last-child {
                margin-bottom: 0px;
            }

    #respond {
        display: inline;
        float: left;
        margin-top: 50px;
        width: 100%;
    }

        #respond .reply-title {
            border-bottom: 4px solid #ebebeb;
            color: #323232;
            display: inline-block;
            font-size: 24px;
            padding-bottom: 5px;
            margin-bottom: 25px;
        }

        #respond .comment-notes {
            font-size: 15px;
            margin-bottom: 25px;
        }

        #respond .required {
            color: red;
        }

        #respond label {
            display: block;
        }

        #respond input[type="text"],
        #respond input[type="email"],
        #respond input[type="url"] {
            border: 1px solid #d7d7d7;
            margin-bottom: 10px;
            height: 40px;
            padding: 0 10px;
            width: 65%;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        #respond textarea {
            border: 1px solid #ccc;
            margin-bottom: 5px;
            padding: 15px;
            height: 200px;
            width: 100%;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        #respond input[type="submit"] {
            margin-top: 10px;
        }


