﻿.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://stg.4rounds.com/loading.gif) center no-repeat #fff;
}
.features .feature-box:hover i {
    background: #8454d1;
    color: #fff
}
section {
    padding: 20px 0;
}

.header .logo img {
    max-height: 60px;
}

.navbar .getstarted {
    background: #8454d1;
    border-radius: 0px;
}


        .hero .btn-get-started {
            background: #8454d1;
            border-radius: 0px;
        }

        .hero .btn-get-blue {
            background: #012970;
            border-radius: 0px;
        }

    .navbar .getstarted:hover {
        color: #fff;
        background: #eb008b;
    }

    .contact .info-box {
        background: #f3f3f400;
    }

    .contact .php-email-form {
        background: #f3f3f400;
    }

    .footer .footer-top .footer-info .logo img {
        max-height: 70px;
    }

    .footer .footer-top {
        background: #ffffff;
        background-size: inherit;
    }

    .contact .php-email-form button[type="submit"] {
        background: #ea534c;
        border-radius: 0px;
    }

    .back-to-top {
        background: #8454d1;
        border-radius: 30px;
    }

    .Margin_right_Footer {
        margin-right: 5px;
    }

    .colorHeadLinesSubject {
        color: #8454d1;
    }

    .btn-outline-secondary:hover {
        background-color: #8454d1;
    }

    .boxHeight {
        height: 37px;
    }

    .Margin_Left_Footer {
        margin-left: 5px;
    }

    .recent-blog-posts .post-box .post-title {
        font-size: 18px;
        font-weight: 100
    }

    .margin_top_main_50 {
        margin-top: 50px;
    }
.margin_top_main_35 {
    margin-top: 35px;
}

    .login_register_text_box_height {
        width: 100% !important;
        display: block;
        border: 1px solid #ced4da;
        height: calc(2.25rem + 10px);
        background-color: white;
        box-shadow: inset 0 0 0 transparent;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        padding: .375rem .75rem;
    }

    .span-Required-Color {
        color: red;
    }

    .hero .btn-get-started {
        box-shadow: 0px 0px 00px;
        margin-top: 0px;
    }

    .ColumnMarginTop15 {
        margin-top: 15px;
    }

    .ColumnMarginTop20 {
        margin-top: 20px;
    }
.ColumnmarginTop35 {
    margin-top: 35px;
}
    .ColumnMarginTop5 {
        margin-top: 5px;
    }

    .PaddingTop5 {
        padding-top: 5px;
    }

    .accordion-button:not(.collapsed) {
        color: #607da9;
        background-color: #fdfcfe;
    }

    .border0 {
        border: 0px;
    }

    .borderRadious15 {
        border-radius: 15px;
    }

    .ColumnmarginTop30 {
        margin-top: 30px;
    }

    .ColumnmarginTop25 {
        margin-top: 25px;
    }

    .min_Width_In_Small_Screen {
        min-width: -webkit-fill-available;
    }

    .register-btton_orange_color {
        background-color: #ea534c;
        border-color: #ea534c;
        border-radius: 0px;
    }

    .dashboard-colour-title {
        font-size: large;
        font-weight: bold;
        color: #8454d1;
    }

    .values .box img {
        padding: 0px 0px;
        transform: scale(1.0);
    }

    .img-dashboard-profile {
        width: 90px;
        height: 90px;
    }

    .nav {
        margin-right: -30px;
    }

    .pull-left {
        float: left;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        text-align: left;
    }

    .pagination {
        float: right;
    }

    .dataTables_filter {
        float: right !important;
    }

    .recent-blog-posts .post-box .post-title {
        margin-bottom: 1px
    }

    .fontSizeSmall {
        font-size: small;
    }


    a {
        /*color: #013289;*/
        color: #636364;
    }

        a:hover {
            color: #8f8a8a;
        }

    .border-radious0 {
        border-radius: 0px;
    }

    .padding0 {
        padding: 0px;
    }

    .radious0 {
        border-radius: 0px;
    }

    .justify-content-direction {
        justify-content: left;
    }
    /*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
    .blog {
        padding: 40px 0 20px 0;
    }

        .blog .entry {
            padding: 30px;
            margin-bottom: 60px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .entry .entry-img {
                max-height: 440px;
                margin: -30px -30px 20px -30px;
                overflow: hidden;
            }

            .blog .entry .entry-title {
                font-size: 28px;
                font-weight: bold;
                padding: 0;
                margin: 0 0 20px 0;
            }

                .blog .entry .entry-title a {
                    color: #012970;
                    transition: 0.3s;
                }

                    .blog .entry .entry-title a:hover {
                        color: #4154f1;
                    }

            .blog .entry .entry-meta {
                margin-bottom: 15px;
                color: #3f2070;
                font-weight: bold;
            }

                .blog .entry .entry-meta ul {
                    display: flex;
                    flex-wrap: wrap;
                    list-style: none;
                    align-items: center;
                    padding: 0;
                    margin: 0;
                }

                    .blog .entry .entry-meta ul li + li {
                        padding-left: 20px;
                    }

                .blog .entry .entry-meta i {
                    font-size: 16px;
                    margin-right: 8px;
                    line-height: 0;
                }

                .blog .entry .entry-meta a {
                    color: #777777;
                    font-size: 14px;
                    display: inline-block;
                    line-height: 1;
                }

            .blog .entry .entry-content p {
                line-height: 24px;
            }

            .blog .entry .entry-content .read-more {
                -moz-text-align-last: right;
                text-align-last: right;
            }

                .blog .entry .entry-content .read-more a {
                    display: inline-block;
                    background: #4154f1;
                    color: #fff;
                    padding: 6px 20px;
                    transition: 0.3s;
                    font-size: 14px;
                    border-radius: 4px;
                }

                    .blog .entry .entry-content .read-more a:hover {
                        background: #5969f3;
                    }

            .blog .entry .entry-content h3 {
                font-size: 22px;
                margin-top: 30px;
                font-weight: bold;
            }

            .blog .entry .entry-content blockquote {
                overflow: hidden;
                background-color: #fafafa;
                padding: 60px;
                position: relative;
                text-align: center;
                margin: 20px 0;
            }

                .blog .entry .entry-content blockquote p {
                    color: #444444;
                    line-height: 1.6;
                    margin-bottom: 0;
                    font-style: italic;
                    font-weight: 500;
                    font-size: 22px;
                }

                .blog .entry .entry-content blockquote::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    width: 3px;
                    background-color: #012970;
                    margin-top: 20px;
                    margin-bottom: 20px;
                }

            .blog .entry .entry-footer {
                padding-top: 10px;
                border-top: 1px solid #e6e6e6;
            }

                .blog .entry .entry-footer i {
                    color: #0d64fd;
                    display: inline;
                }

                .blog .entry .entry-footer a {
                    color: #013289;
                    transition: 0.3s;
                }

                    .blog .entry .entry-footer a:hover {
                        color: #4154f1;
                    }

                .blog .entry .entry-footer .cats {
                    list-style: none;
                    display: inline;
                    padding: 0 20px 0 0;
                    font-size: 14px;
                }

                    .blog .entry .entry-footer .cats li {
                        display: inline-block;
                    }

                .blog .entry .entry-footer .tags {
                    list-style: none;
                    display: inline;
                    padding: 0;
                    font-size: 14px;
                }

                    .blog .entry .entry-footer .tags li {
                        display: inline-block;
                    }

                        .blog .entry .entry-footer .tags li + li::before {
                            padding-right: 6px;
                            color: #6c757d;
                            content: ",";
                        }

                .blog .entry .entry-footer .share {
                    font-size: 16px;
                }

                    .blog .entry .entry-footer .share i {
                        padding-left: 5px;
                    }

        .blog .entry-single {
            margin-bottom: 30px;
        }

        .blog .blog-author {
            padding: 20px;
            margin-bottom: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-author img {
                width: 120px;
                margin-right: 20px;
            }

            .blog .blog-author h4 {
                font-weight: 600;
                font-size: 22px;
                margin-bottom: 0px;
                padding: 0;
                color: #012970;
            }

            .blog .blog-author .social-links {
                margin: 0 10px 10px 0;
            }

                .blog .blog-author .social-links a {
                    color: rgba(1, 41, 112, 0.5);
                    margin-right: 5px;
                }

            .blog .blog-author p {
                font-style: italic;
                color: #b7b7b7;
            }

        .blog .blog-comments {
            margin-bottom: 30px;
        }

            .blog .blog-comments .comments-count {
                font-weight: bold;
            }

            .blog .blog-comments .comment {
                margin-top: 30px;
                position: relative;
            }

                .blog .blog-comments .comment .comment-img {
                    margin-right: 14px;
                }

                    .blog .blog-comments .comment .comment-img img {
                        width: 60px;
                    }

                .blog .blog-comments .comment h5 {
                    font-size: 16px;
                    margin-bottom: 2px;
                }

                    .blog .blog-comments .comment h5 a {
                        font-weight: bold;
                        color: #444444;
                        transition: 0.3s;
                    }

                        .blog .blog-comments .comment h5 a:hover {
                            color: #4154f1;
                        }

                    .blog .blog-comments .comment h5 .reply {
                        padding-left: 10px;
                        color: #012970;
                    }

                        .blog .blog-comments .comment h5 .reply i {
                            font-size: 20px;
                        }

                .blog .blog-comments .comment time {
                    display: block;
                    font-size: 14px;
                    color: #013ca3;
                    margin-bottom: 5px;
                }

                .blog .blog-comments .comment.comment-reply {
                    padding-left: 40px;
                }

            .blog .blog-comments .reply-form {
                margin-top: 30px;
                padding: 30px;
                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            }

                .blog .blog-comments .reply-form h4 {
                    font-weight: bold;
                    font-size: 22px;
                }

                .blog .blog-comments .reply-form p {
                    font-size: 14px;
                }

                .blog .blog-comments .reply-form input {
                    border-radius: 4px;
                    padding: 10px 10px;
                    font-size: 14px;
                }

                    .blog .blog-comments .reply-form input:focus {
                        box-shadow: none;
                        border-color: #a0aaf8;
                    }

                .blog .blog-comments .reply-form textarea {
                    border-radius: 4px;
                    padding: 10px 10px;
                    font-size: 14px;
                }

                    .blog .blog-comments .reply-form textarea:focus {
                        box-shadow: none;
                        border-color: #a0aaf8;
                    }

                .blog .blog-comments .reply-form .form-group {
                    margin-bottom: 25px;
                }

                .blog .blog-comments .reply-form .btn-primary {
                    border-radius: 4px;
                    padding: 10px 20px;
                    border: 0;
                    background-color: #012970;
                }

                    .blog .blog-comments .reply-form .btn-primary:hover {
                        background-color: #013289;
                    }

        .blog .blog-pagination {
            color: #024ed5;
        }

            .blog .blog-pagination ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style: none;
            }

            .blog .blog-pagination li {
                margin: 0 5px;
                transition: 0.3s;
            }

                .blog .blog-pagination li a {
                    color: #012970;
                    padding: 7px 16px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
                    background: #4154f1;
                }

                    .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                        color: #fff;
                    }

        .blog .sidebar {
            padding: 30px;
            margin: 0 0 60px 20px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .sidebar .sidebar-title {
                font-size: 20px;
                font-weight: 700;
                padding: 0 0 0 0;
                margin: 0 0 15px 0;
                color: #012970;
                position: relative;
            }

            .blog .sidebar .sidebar-item {
                margin-bottom: 30px;
            }

            .blog .sidebar .search-form form {
                background: #fff;
                border: 1px solid #ddd;
                padding: 3px 10px;
                position: relative;
            }

                .blog .sidebar .search-form form input[type="text"] {
                    border: 0;
                    padding: 4px;
                    border-radius: 4px;
                    width: calc(100% - 40px);
                }

                .blog .sidebar .search-form form button {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    border: 0;
                    background: none;
                    font-size: 16px;
                    padding: 0 15px;
                    margin: -1px;
                    background: #4154f1;
                    color: #fff;
                    transition: 0.3s;
                    border-radius: 0 4px 4px 0;
                    line-height: 0;
                }

                    .blog .sidebar .search-form form button i {
                        line-height: 0;
                    }

                    .blog .sidebar .search-form form button:hover {
                        background: #5465f2;
                    }

            .blog .sidebar .categories ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .categories ul li + li {
                    padding-top: 10px;
                }

                .blog .sidebar .categories ul a {
                    color: #012970;
                    transition: 0.3s;
                }

                    .blog .sidebar .categories ul a:hover {
                        color: #4154f1;
                    }

                    .blog .sidebar .categories ul a span {
                        padding-left: 5px;
                        color: #aaaaaa;
                        font-size: 14px;
                    }

            .blog .sidebar .recent-posts .post-item + .post-item {
                margin-top: 15px;
            }

            .blog .sidebar .recent-posts img {
                width: 80px;
                float: left;
            }

            .blog .sidebar .recent-posts h4 {
                font-size: 15px;
                margin-left: 95px;
                font-weight: bold;
            }

                .blog .sidebar .recent-posts h4 a {
                    color: #012970;
                    transition: 0.3s;
                }

                    .blog .sidebar .recent-posts h4 a:hover {
                        color: #4154f1;
                    }

            .blog .sidebar .recent-posts time {
                display: block;
                margin-left: 95px;
                font-style: italic;
                font-size: 14px;
                color: #aaaaaa;
            }

            .blog .sidebar .tags {
                margin-bottom: -10px;
            }

                .blog .sidebar .tags ul {
                    list-style: none;
                    padding: 0;
                }

                    .blog .sidebar .tags ul li {
                        display: inline-block;
                    }

                    .blog .sidebar .tags ul a {
                        color: #0257ee;
                        font-size: 14px;
                        padding: 6px 14px;
                        margin: 0 6px 8px 0;
                        border: 1px solid #d7e6ff;
                        display: inline-block;
                        transition: 0.3s;
                    }

                        .blog .sidebar .tags ul a:hover {
                            color: #fff;
                            border: 1px solid #4154f1;
                            background: #4154f1;
                        }

                        .blog .sidebar .tags ul a span {
                            padding-left: 5px;
                            color: #a5c5fe;
                            font-size: 14px;
                        }


