﻿/*
======================================
  * CSS TABLE CONTENT *  
======================================
1. HEADER
2. HEADER TOPBAR
3. HEADER LOGO
4. MENU BAR
5. MEGA MENU
6. HEADER TRANSPARENT
7. MENU ICON
8. PAGE BANNER
9. BLOG
10. TESTIMONIALS
11. COUNTERUP
12. FOOTER
13. INNER CONTENT CSS
======================================
  * END TABLE CONTENT *  
======================================
*/

/*=================================
	1. HEADER
=================================*/
.bg-fix {
    background-attachment: fixed;
    background-size: cover;
}

.sticky-top {
    top: 100px;
    z-index: 1;
}

.header {
    position: relative;
    z-index: 99999;
}

    .header ul,
    .header ol {
        margin-bottom: 0;
    }
/*without top bar*/
.secondary-menu {
    float: right;
    padding: 26px 0;
    position: relative;
    z-index: 9;
}

    .secondary-menu .btn-link {
        font-size: 15px;
        padding: 0;
    }

        .secondary-menu .btn-link:hover {
            color: var(--primary);
        }

    .secondary-menu .secondary-inner {
        display: inline-block;
        margin-left: 10px;
    }

.nav-search-bar {
    background-color: rgba(255,255,255,0.95);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    overflow: hidden;
    padding: 0 15px;
}

    .nav-search-bar.On form {
        transition: all 0.5s ease 0.5s;
        -moz-transition: all 0.5s ease 0.5s;
        -webkit-transition: all 0.5s ease 0.5s;
        opacity: 1;
    }

    .nav-search-bar form {
        width: 100%;
        max-width: 700px;
        margin: auto;
        position: relative;
        top: 50%;
        transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        opacity: 0;
    }

    .nav-search-bar .form-control {
        padding: 15px 60px 15px 15px;
        width: 100%;
        height: 70px;
        border: none;
        background: none;
        color: #000;
        font-size: 20px;
        border-bottom: 2px solid #000;
    }

        .nav-search-bar .form-control::-moz-placeholder {
            color: #000;
        }

        .nav-search-bar .form-control:-moz-placeholder {
            color: #000;
        }

        .nav-search-bar .form-control:-ms-input-placeholder {
            color: #000;
        }

        .nav-search-bar .form-control::-webkit-input-placeholder {
            color: #000;
        }

    .nav-search-bar form span {
        position: absolute;
        right: 15px;
        top: 50%;
        margin: -15px 0;
        height: 25px;
        font-size: 20px;
        cursor: pointer;
        color: #000;
    }

    .nav-search-bar > span {
        position: absolute;
        right: 15px;
        top: 15px;
        height: 25px;
        font-size: 20px;
        cursor: pointer;
        color: #000;
    }

.header-lang-bx .dropdown-menu {
    top: 10px !important;
    right: 0;
    left: auto !important;
}

.header-lang-bx ul li {
    margin: 0 !important;
}

.header-lang-bx .flag:after {
    content: "";
    width: 20px;
    height: 12px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    margin-right: 2px;
}

.header-lang-bx .flag.flag-uk:after {
    background-image: url(../images/flag/united-kingdom.svg);
}

.header-lang-bx .flag.flag-us:after {
    background-image: url(../images/flag/united-states-of-america.svg);
}

@media only screen and (max-width: 767px) {
    .secondary-menu {
        margin-right: 5px;
    }

    .footer-bottom_admin {
        margin: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .secondary-menu {
        margin: 0 1px 0 0;
        text-align: right;
    }

    .form-control {
        margin-bottom: 10px;
    }

    .mobilebtn .btn {
        margin-bottom: 10px;
        width: 100%;
    }
}
/*=================================
	2. HEADER TOPBAR
=================================*/
.top-bar {
    background: linear-gradient(45deg,#F58634 0%,#0081A0 100%);
    color: #fff;
    padding: 8px 0;
}

.topbar-left {
    float: left;
}

.topbar-right {
    float: right;
}

.topbar-center,
.topbar-left,
.topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

    .topbar-left ul li,
    .topbar-right ul li {
        display: inline-block;
        position: relative;
    }

        .topbar-left ul li a,
        .topbar-right ul li a {
            color: #fff;
        }

    .topbar-left ul,
    .topbar-right ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

        .topbar-left ul li {
            padding-right: 10px;
            margin-right: 10px;
        }

        .topbar-right ul li {
            padding-left: 10px;
            margin-left: 10px;
        }

        .topbar-left ul li i {
            margin-right: 5px;
        }

        .search-btn:after,
        .topbar-left ul li:after,
        .topbar-right ul li:after {
            position: absolute;
            width: 1px;
            height: 20px;
            background-color: #fff;
            right: 0;
            content: "";
            top: 2px;
            opacity: 1;
        }

        .topbar-right ul li:after {
            right: auto;
            left: 0;
        }

        .topbar-right ul li:first-child:after,
        .topbar-left ul li:last-child:after {
            content: none;
        }

.header-lang-bx .btn:focus,
.header-lang-bx .btn:hover,
.header-lang-bx .btn {
    border: 0 !important;
}

.header-lang-bx .btn {
    padding: 0 10px 0px 0 !important;
    height: 18px;
    color: #000;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

    .header-lang-bx .btn:hover {
        color: #000;
    }

.header-lang-bx.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 0;
    top: 5px;
}

.header-lang-bx .btn .fa-caret-down:before {
    content: "\f107";
}

@media only screen and (max-width: 991px) {
    .topbar-right {
        padding-left: 0;
        padding-right: 15px;
    }

    .topbar-left {
        padding-left: 15px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .top-bar [class*="col-"]:last-child {
            border-bottom: none;
        }

    .top-bar {
        padding: 5px 0;
    }

    .topbar-center,
    .topbar-left,
    .topbar-right {
        display: black;
        width: 100%;
        text-align: center;
        padding: 3px 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .topbar-left ul li {
            padding: 0 5px;
        }
}
/*=================================
	3. HEADER LOGO
=================================*/
.menu-logo {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 140px;
    height: 80px;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding-right: 20px;
}

    .menu-logo > a {
        display: table-cell;
        vertical-align: middle;
    }

    .menu-logo img {
        max-height: 60px;
        width: auto;
        /*max-width: 140px;*/
    }

    .menu-logo span {
        font-size: 20px;
        color: #EFBB20;
        letter-spacing: 20px;
    }

.is-fixed .menu-logo {
    height: 70px;
    width: 140px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .menu-logo,
    .is-fixed .menu-logo {
        width: 100px;
        max-width: 100px;
        height: 50px;
    }

        .menu-logo img {
            max-width: 150px;
        }

        .is-fixed .menu-logo a img {
            vertical-align: sub;
        }

    .header .navbar-toggler,
    .header .is-fixed .navbar-toggler {
        margin: 18px 0 14px 15px;
    }

    .header .secondary-menu,
    .header .is-fixed .secondary-menu {
        padding: 11px 0;
    }
}
/*=================================
	4. MENU BAR
=================================*/
.menu-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 32px 0 30px 15px;
    padding: 0;
    float: right;
}

    .navbar-toggler span {
        background: #0081A0;
    }

.is-fixed .navbar-toggler {
    margin: 28px 0 20px 15px;
}

.menu-links {
    position: relative;
    padding: 0;
    float: right;
}

    .menu-links .nav {
        float: right;
    }

        .menu-links .nav i {
            font-size: 14px;
            margin-left: 3px;
            margin-top: -3px;
            vertical-align: middle;
        }

        .menu-links .nav > li {
            margin: 0px;
            font-weight: 400;
            /* text-transform: uppercase;*/
            position: relative;
            font-family: 'Segoe UI', Arial, sans-serif;
        }

            .menu-links .nav > li > a {
                border-radius: 0px;
                color: #000;
                font-size: 15px;
                padding: 30px 5px;
                cursor: pointer;
                font-weight: 400;
                display: inline-block;
            }

                .menu-links .nav > li > a:hover {
                    background-color: transparent;
                    color: #F58634 !important;
                }

                .menu-links .nav > li > a:active,
                .menu-links .nav > li > a:focus {
                    background-color: transparent;
                    color: #F58634 !important;
                }

            .menu-links .nav > li.active > a,
            .menu-links .nav > li.current-menu-item > a {
                background-color: transparent;
                color: #F58634;
            }

            .menu-links .nav > li:hover > a {
                color: #F58634;
            }

                .menu-links .nav > li:hover > a:after {
                    content: "";
                    width: 10px;
                    height: 10px;
                    background: #fff;
                    top: 85%;
                    position: absolute;
                    left: 30px;
                    transform: rotate(45deg);
                    z-index: 11;
                }

            .menu-links .nav > li:hover > .sub-menu,
            .menu-links .nav > li:hover > .mega-menu {
                opacity: 1;
                visibility: visible;
                margin-top: 0;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .menu-links .nav > li > .sub-menu,
            .menu-links .nav > li > .mega-menu {
                box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
            }

            .menu-links .nav > li .sub-menu {
                background-color: #ffffff;
                border: 1px solid #f4f4f4;
                display: block;
                left: 0;
                list-style: none;
                opacity: 0;
                padding: 10px 0;
                position: absolute;
                visibility: hidden;
                width: 220px;
                z-index: 10;
                border-radius: 6px;
                top: 90%;
            }

                .menu-links .nav > li .sub-menu li {
                    border-bottom: 1px dashed #e4e4e4;
                    position: relative;
                }

                    .menu-links .nav > li .sub-menu li a {
                        color: #303030;
                        display: block;
                        font-size: 14px;
                        padding: 8px 20px;
                        text-transform: capitalize;
                        transition: all 0.15s linear;
                        -webkit-transition: all 0.15s linear;
                        -moz-transition: all 0.15s linear;
                        -o-transition: all 0.15s linear;
                        font-weight: 400;
                        font-family: 'Segoe UI', Arial, sans-serif;
                    }

                        .menu-links .nav > li .sub-menu li a:hover {
                            background-color: #F58634;
                            color: #fff;
                            text-decoration: none;
                        }

                    /*.menu-links .nav > li .sub-menu li:hover > a {
                        color: #F58634;
                    }*/

                    .menu-links .nav > li .sub-menu li:last-child {
                        border-bottom: 0px;
                    }

                    .menu-links .nav > li .sub-menu li > .sub-menu.left,
                    .menu-links .nav > li .sub-menu li:hover .sub-menu.left {
                        left: auto;
                        right: 220px;
                    }

                    .menu-links .nav > li .sub-menu li .fa {
                        color: inherit;
                        display: block;
                        float: right;
                        font-size: 15px;
                        position: absolute;
                        right: 15px;
                        top: 15px;
                        opacity: 1;
                    }

                        .menu-links .nav > li .sub-menu li .fa.fa-nav {
                            color: inherit;
                            display: inline-block;
                            float: none;
                            font-size: 13px;
                            margin-right: 5px;
                            opacity: 1;
                            position: unset;
                            right: 10px;
                            top: 12px;
                        }

                    .menu-links .nav > li .sub-menu li > .sub-menu {
                        left: 220px;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -ms-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;
                    }

                    .menu-links .nav > li .sub-menu li:hover > .sub-menu {
                        left: 220px;
                        margin: 0px;
                        opacity: 1;
                        top: -1px;
                        visibility: visible;
                    }

                        .menu-links .nav > li .sub-menu li:hover > .sub-menu:before {
                            background-color: transparent;
                            bottom: 0px;
                            content: '';
                            display: block;
                            height: 100%;
                            left: -6px;
                            position: absolute;
                            top: 0px;
                            width: 6px;
                        }
            /*=================================
	5. MEGA MENU
=================================*/
            .menu-links .nav > li.has-mega-menu {
                position: inherit;
            }

            .menu-links .nav > li .mega-menu {
                background-color: #ffffff;
                border: 1px solid #f8f8f8;
                display: table;
                left: 0px;
                list-style: none;
                opacity: 0;
                position: absolute;
                right: 0px;
                visibility: hidden;
                width: 100%;
                font-family: 'Segoe UI', Arial, sans-serif;
                margin-top: 20px;
                z-index: 9;
                font-weight: 400;
            }

                .menu-links .nav > li .mega-menu > li {
                    display: table-cell;
                    padding: 30px 0 25px;
                    position: relative;
                    vertical-align: top;
                    width: 25%;
                }

                    .menu-links .nav > li .mega-menu > li:after {
                        content: "";
                        background-color: rgba(0, 0, 0, 0.02);
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        display: block;
                        width: 1px;
                        height: 100%;
                    }

                    .menu-links .nav > li .mega-menu > li:last-child:after {
                        display: none;
                    }

                    .menu-links .nav > li .mega-menu > li > a {
                        color: #000;
                        display: block;
                        font-size: 14px;
                        padding: 0 20px;
                        font-size: 13px;
                        font-weight: 600;
                    }

                    .menu-links .nav > li .mega-menu > li ul {
                        list-style: none;
                        margin: 10px 0px 0px 0px;
                        padding: 0px;
                        width: 100%;
                    }

                        .menu-links .nav > li .mega-menu > li ul a {
                            color: #505050;
                            display: block;
                            font-size: 13px;
                            line-height: 34px;
                            text-transform: capitalize;
                            padding: 0 20px;
                            font-weight: 500;
                        }

                            .menu-links .nav > li .mega-menu > li ul a:hover {
                                color: #EFBB20;
                            }

        .menu-links .nav .mega-menu a i {
            font-size: 14px;
            margin-right: 5px;
            text-align: center;
            width: 15px;
        }

        .menu-links .nav > li.menu-item-has-children:before {
            content: "\f078";
            display: block;
            font-family: "FontAwesome";
            right: 4px;
            position: absolute;
            top: 50%;
            color: #999;
            margin-top: -8px;
            font-size: 8px;
        }
        /* Menu */
        .menu-links .nav > li.add-mega-menu .mega-menu,
        .has-mega-menu.add-mega-menu .mega-menu {
            display: block;
            padding: 20px;
            width: 1170px;
            max-width: 1170px;
            margin: auto;
        }

        .menu-links .nav > li .add-menu {
            display: flex;
            width: 420px;
        }

.add-menu-left {
    width: 100%;
    padding-left: 20px;
    border-bottom: 0 !important;
}

.add-menu-right {
    min-width: 240px;
    width: 240px;
    padding: 10px 20px;
}

.menu-links .nav > li.has-mega-menu.demos .mega-menu {
    left: auto;
    right: auto;
    max-width: 600px;
    z-index: 9;
}

.menu-links .nav .add-menu-left ul li {
    list-style: none;
}

    .menu-links .nav .add-menu-left ul li a {
        padding: 8px 0px;
    }

        .menu-links .nav .add-menu-left ul li a:hover {
            background-color: rgba(0,0,0,0);
        }

.menu-adv-title {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

    .menu-adv-title:after {
        content: "";
        width: 25px;
        height: 2px;
        display: block;
        background: #0081A0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.menu-links .menu-logo,
.menu-links .nav-social-link {
    display: none;
}
/* Header Extra Nav */
.secondary-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .secondary-inner ul li {
        display: inline-block;
        position: relative;
    }

        .secondary-inner ul li a {
            color: #000;
        }

.search-btn {
    padding-left: 10px;
    margin-left: 10px;
}

    .search-btn:after {
        left: 0;
        right: auto;
        top: 5px;
    }

    .search-btn .btn-link i {
        margin-left: 5px;
    }

@media only screen and (max-width: 991px) {
    .add-menu-left ul {
        display: block !important;
    }

    .menu-links .menu-logo,
    .menu-links .nav-social-link {
        display: block;
    }

    .menu-links .nav-social-link {
        margin-top: auto;
        text-align: center;
        width: 100%;
        padding: 10px 0;
        background: #fff;
    }

        .menu-links .nav-social-link a {
            color: #000;
            padding: 5px 10px;
        }

    .menu-links .nav > li.has-mega-menu.demos .mega-menu {
        max-width: 100%;
    }

    .menu-links .nav > li .mega-menu {
        border: 0;
    }

        .menu-links .nav > li .mega-menu > li {
            padding: 10px 0;
        }

    .menu-links .nav > li .sub-menu,
    .menu-links .nav > li .mega-menu {
        border-radius: 0;
        border-width: 1px 0 1px 0;
    }

    .menu-links .nav i {
        margin-top: 6px;
        float: right;
    }

    .menu-links {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }

        .menu-links .nav {
            float: none;
            background: #fff;
            width: 100%;
            display: block;
            margin-bottom: auto;
        }

            .menu-links .nav li {
                float: none;
                display: block;
                width: 100%;
            }

            .menu-links .nav > li .sub-menu > li,
            .menu-links .nav > li .mega-menu > li {
                float: none;
                display: block;
                width: auto;
            }

            .menu-links .nav > li > a {
                padding: 10px 15px;
                border-top: 1px dashed #E9E9E9;
                display: block;
            }

                .menu-links .nav > li > a:hover,
                .menu-links .nav > li > a:active,
                .menu-links .nav > li > a:focus {
                    background-color: #f0f0f0;
                    text-decoration: none;
                }

            .menu-links .nav > li .mega-menu > li:after {
                display: none;
            }

            .menu-links .nav > li ul,
            .menu-links .nav > li .sub-menu,
            .menu-links .nav > li .mega-menu {
                display: none;
                position: static;
                visibility: visible;
                width: auto;
                background: transparent;
            }

                .menu-links .nav > li ul.mega-menu ul {
                    display: none;
                }

                .menu-links .nav > li:hover > ul,
                .menu-links .nav > li:hover .sub-menu,
                .menu-links .nav > li:hover .mega-menu,
                .menu-links .nav > li .sub-menu li > .sub-menu {
                    opacity: 1;
                    visibility: visible;
                    display: block;
                    margin: 0;
                }

                .menu-links .nav > li ul.mega-menu li:hover ul {
                    display: block;
                }

    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
        content: "\f078";
    }

    .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
    .nav.navbar-nav li.open a i.fa-chevron-down:before {
        content: "\f054";
    }

    .menu-links .nav > li .sub-menu li i.fa-angle-right:before {
        content: "\f078";
        font-size: 10px;
        position: absolute;
        z-index: 2;
        color: #000;
        right: 20px;
        top: -5px;
    }

    .menu-links .nav > li .sub-menu li.open i.fa-angle-right:before {
        content: "\f054";
    }

    .menu-links .nav > li .sub-menu .sub-menu,
    .menu-links .nav > li:hover .sub-menu .sub-menu,
    .menu-links .nav > li:hover .sub-menu,
    .menu-links .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .menu-links .nav li .sub-menu .sub-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .menu-links .nav > li.open > .sub-menu .sub-menu {
        display: none;
    }

    .menu-links .nav > li.open > .sub-menu li.open .sub-menu,
    .menu-links .nav > li.open > .mega-menu,
    .menu-links .nav > li.open > .sub-menu,
    .menu-links .nav > li ul.mega-menu ul {
        display: block;
        opacity: 1;
        margin-top: 0;
        box-shadow: none;
    }

    .menu-links .nav > li:hover > a:after {
        content: none;
    }

    .menu-links .nav > li .sub-menu li .fa {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin: 0;
        right: -1px;
        color: #000;
    }

    .menu-links .nav > li .mega-menu > li {
        padding: 0;
    }

        .menu-links .nav > li .mega-menu > li > a {
            display: none;
        }

    .menu-links .nav .mega-menu a i {
        display: inline-block;
        float: none;
        margin-top: 0;
    }

    .menu-links .nav .open > a,
    .menu-links .nav .open > a:focus,
    .menu-links .nav .open > a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }
}

@media screen and (max-width: 991px) {
    .rs-nav .menu-links.nav-dark {
        background-color: #202020;
    }

    .rs-nav .menu-links {
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
    }

        .rs-nav .menu-links li.open a {
            position: relative;
        }

    .navbar-nav {
        height: auto;
    }

    .rs-nav .menu-links.show {
        left: -1px;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        margin: 0;
        width: 100%;
        width: 300px;
        padding: 15px 15px 5px 15px;
    }

    .rs-nav .is-fixed .menu-links .nav {
        height: auto;
    }

    .rs-nav .navbar-toggler.open:after {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: 0px;
        top: -20px;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: -1;
        transition: all 0.5s;
        transform-origin: top right;
        margin: 0 0px 0px 10px;
        box-shadow: 0 0 0 500px rgba(0,0,0,0.6);
    }

    .rs-nav .menu-links .menu-logo {
        display: block;
        float: none;
        height: auto;
        max-width: 100%;
        padding: 20px 15px;
        width: 100%;
        text-align: center;
    }

        .rs-nav .menu-links .menu-logo img {
            max-width: unset;
            width: 130px;
            vertical-align: middle;
        }

        .rs-nav .menu-links .menu-logo a {
            display: inline-block;
        }

    .rs-nav .navbar-toggler.open span {
        background: #fff;
    }
}

.sticky-no .menu-bar {
    position: static !important;
}

.is-fixed .menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.is-fixed .menu-links .nav > li > a {
    padding: 25px 5px;
}

.is-fixed .secondary-menu {
    padding: 21px 0;
}

@media only screen and (max-width: 991px) {
    .is-fixed .menu-links .nav > li > a {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .is-fixed .menu-links .nav {
        height: 225px;
    }

        .is-fixed .menu-links .nav > li > a {
            padding: 10px 15px;
        }
}
/*=================================
	6. HEADER TRANSPARENT
=================================*/
.header-transparent {
    position: absolute;
    width: 100%;
}

    .header-transparent .menu-bar {
        background-color: rgba(0,0,0,0);
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    .header-transparent .menu-links .nav > li > a {
        color: #fff;
    }

    .header-transparent .menu-links .nav > li > a,
    .header-transparent .secondary-menu .btn-link,
    .header-transparent .navbar-toggler {
        color: #fff;
    }

        .header-transparent .secondary-menu .btn-link:hover {
            color: var(--primary);
        }

        .header-transparent .navbar-toggler span {
            background-color: #fff;
        }

    .header-transparent .is-fixed .menu-bar {
        position: fixed;
        background-color: rgba(0,0,0,0.9);
    }

    .header-transparent .top-bar {
        background-color: rgba(0,0,0,0);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        color: #dfdfdf;
    }

    .header-transparent .search-btn:after,
    .header-transparent .topbar-left ul li:after,
    .header-transparent .topbar-right ul li:after {
        background-color: #fff;
    }

.fullwidth .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.onepage .navbar {
    margin-bottom: 0;
    border: 0;
}

.header-transparent .header-lang-bx .btn {
    background-color: transparent !important;
    color: #fff;
}

.header-transparent .topbar-right .header-lang-bx ul li a {
    color: #000;
}

.header-transparent .topbar-left ul li a,
.header-transparent .topbar-right ul li a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .header-transparent .menu-links .nav > li > a {
        color: #000;
    }

    .header-transparent .menu-links.nav-dark .nav > li > a {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .fullwidth .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*=================================
	7. MENU ICON
=================================*/
.menuicon {
    width: 20px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .menuicon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .menuicon span:nth-child(1) {
            top: 0px;
        }

        .menuicon span:nth-child(2) {
            top: 50%;
            transform: translateY(-50%)
        }

        .menuicon span:nth-child(3) {
            bottom: 0;
        }

    .menuicon.open span:nth-child(1) {
        top: 7px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .menuicon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .menuicon.open span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
/*========================
	8. PAGE BANNER
=========================*/
.page-banner {
    height: 30px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: left;
}

    .page-banner .container {
        display: table;
        height: 100%;
    }

.page-banner-entry {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .page-banner-entry.align-m {
        vertical-align: middle;
    }

.page-banner h1 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.breadcrumb-row ul li a {
    color: #000;
}

@media only screen and (max-width: 767px) {
    .page-banner-entry {
        vertical-align: middle;
    }

    .page-banner {
        padding-bottom: 0;
        height: 45px;
    }

        .page-banner h1 {
            line-height: 24px;
            font-size: 20px;
            text-align: center;
        }
}
/*========================
	9. BLOG
=========================*/
.blog-post {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.ttr-post-title {
    margin-bottom: 5px;
}

    .ttr-post-title .post-title {
        margin-top: 20px;
        margin-bottom: 5px;
    }

.ttr-post-meta {
    margin-bottom: 15px;
}

    .ttr-post-meta ul {
        list-style: none;
        text-transform: capitalize;
    }

        .ttr-post-meta ul li {
            padding: 0;
            display: inline-block;
            color: #707070;
            font-weight: 500;
            font-size: 14px;
        }

            .ttr-post-meta ul li strong {
                font-weight: 500;
            }

    .ttr-post-meta li:after {
        content: "|";
        display: inline-block;
        font-weight: normal;
        margin-left: 5px;
        opacity: 0.5;
    }

    .ttr-post-meta li:last-child:after {
        display: none;
    }

    .ttr-post-meta a {
        color: #707070;
    }

    .ttr-post-meta i {
        margin: 0 5px;
        font-size: 15px;
    }

.ttr-post-text {
    margin-bottom: 20px;
}

    .ttr-post-text p:last-child {
        margin: 0;
    }

@media only screen and (max-width: 1200px) {
    .ttr-post-meta .d-flex {
        display: block !important;
    }
}
/*blog post half iamge*/
.blog-md .ttr-post-media {
    width: 350px;
    border-radius: 4px;
}

.blog-md .ttr-post-info {
    border: none;
    padding-left: 30px;
}

.blog-md .ttr-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}

.blog-md .ttr-post-info .post-title {
    margin-top: 0;
}

.blog-md,
.blog-md .ttr-post-info {
    overflow: hidden;
}

    .blog-md .ttr-post-info,
    .blog-md .ttr-post-media {
        display: table-cell;
        vertical-align: middle;
    }

    .blog-md .ttr-post-media {
        vertical-align: top;
    }

    .blog-md .ttr-post-info > div:last-child {
        margin-bottom: 0;
    }
/* Blog Share */
.blog-share {
    position: relative
}

.share-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .share-btn ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .share-btn ul li {
            display: inline-block;
            margin-left: -40px;
            float: left;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
        }

            .share-btn ul li a.btn {
                border-radius: 3px;
                width: 40px;
                line-height: 44px;
                height: 44px;
                display: block;
                color: #000;
                background: #E6E6E6;
            }

                .share-btn ul li a.btn:hover {
                    background: #D6D6D6;
                }

        .share-btn ul:hover li.share-button a.btn {
            background: #A0A0A0;
        }

        .share-btn ul:hover li {
            margin-left: 4px;
        }

.share-details-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .share-details-btn ul li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 6px;
    }

@media only screen and (max-width: 767px) {
    .blog-md.blog-post .ttr-pfost-media,
    .blog-md.blog-post .ttr-post-info {
        float: none;
        margin: 0 0 20px;
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .blog-md.blog-post .ttr-post-info {
        margin-top: 15px;
    }

    .blog-md .ttr-post-media {
        width: 100%;
    }
}
/*Blog single*/
.blog-single .ttr-post-meta {
    margin-bottom: 20px;
}

.blog-single .ttr-post-text {
    margin-top: 20px;
}

.blog-single .ttr-post-tags {
    margin-top: 20px;
}

.blog-single .ttr-post-media {
    border-radius: 4px;
}
/*= comment list = */
.comments-area {
    padding: 0;
}

    .comments-area .comments-title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
    }

ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    ol.comment-list li.comment {
        position: relative;
        padding: 0;
        border-bottom: 1px solid #eee;
        /*margin-bottom: 10px;*/
    }

        ol.comment-list li.comment .comment-body {
            position: relative;
            margin-bottom: 15px;
            margin-left: 40px;
            position: relative;
            margin-top: 15px;
        }

        ol.comment-list li.comment .comment-author {
            display: block;
            margin-bottom: 0;
        }

            ol.comment-list li.comment .comment-author .avatar {
                position: absolute;
                top: 0;
                left: -80px;
                width: 56px;
                height: 56px;
                border-radius: 100%;
                -webkit-border-radius: 100%;
                border: 2px solid #FFF;
            }

            ol.comment-list li.comment .comment-author i.avatar {
                position: absolute;
                top: 5px;
                left: -10px;
                width: 0px;
                height: 0px;
                color: #000;
                text-align: center;
                font-size: 15px;
                border-radius: 0%;
                -webkit-border-radius: 0%;
                border: none;
            }

            ol.comment-list li.comment .comment-author .fn {
                display: inline-block;
                color: #000000;
                font-size: 13px;
                /*text-transform: uppercase;*/
                font-weight: 400;
                font-style: normal;
            }

            ol.comment-list li.comment .comment-author .says {
                display: none;
                color: #999999;
                font-weight: 600;
            }

        ol.comment-list li.comment .comment-meta {
            color: #8d8d8d;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

            ol.comment-list li.comment .comment-meta a {
                color: #8d8d8d;
            }

            ol.comment-list li.comment .comment-meta a {
                color: #9d9d9d;
                font-size: 13px;
            }

        ol.comment-list li.comment p {
            margin: 0 0 5px;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            color: #505050;
        }

        ol.comment-list li.comment .reply a {
            position: absolute;
            top: 0px;
            right: 30px;
            margin-top: 0px;
            color: #000;
            font-weight: 400;
            font-size: 14px;
        }

    ol.comment-list li .children {
        list-style: none;
        margin-left: 80px;
    }

        ol.comment-list li .children li {
            padding: 0;
        }

@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }

    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 70px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px;
    }

    ol.comment-list li .children {
        margin-left: 20px;
    }

    /*ol.comment-list li.comment .reply a {
        position: static;
    }*/
}

@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 30px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -55px;
        top: 12px;
        width: 40px;
        height: 40px;
    }
}
/*= comment form = */
.comment-respond {
    padding: 30px 30px;
    background: #f6f7f8;
}

    .comment-respond .comment-reply-title {
        text-transform: uppercase;
        font-size: 20px;
    }

    .comment-respond .comment-reply-title {
        font-size: 20px;
        font-weight: 500;
    }

.comments-area .comment-form {
    margin: 0 -15px;
}

    .comments-area .comment-form .comment-notes {
        display: none;
    }

    .comments-area .comment-form p {
        width: 33.333%;
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
        position: relative;
    }

        .comments-area .comment-form p.form-allowed-tags {
            width: 100%;
        }

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important;
}

.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 40px;
    line-height: 6px 12px;
    padding: 10px 10px 10px 0;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: capitalize;
    border-width: 0 0 2px 0;
    color: #000000;
    background: transparent;
    font-size: 15px;
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p textarea {
    height: 120px;
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}

.comments-area .comment-form p input[type="submit"] {
    background-color: #EFBB20;
    border: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 30px;
}

    .comments-area .comment-form p input[type="submit"]:hover,
    .comments-area .comment-form p input[type="submit"]:focus,
    .comments-area .comment-form p input[type="submit"]:active {
        background-color: #ff7800;
        border-color: #6ab33e;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .comment-respond {
        padding: 20px;
    }
}
/*========================
	10. TESTIMONIALS
=========================*/
.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}

    .testimonial-pic.radius {
        border-radius: 100%;
        -webkit-border-radius: 100%;
    }

        .testimonial-pic.radius img {
            width: 100%;
            height: 100;
            border-radius: 100%;
            -webkit-border-radius: 100%;
        }

    .testimonial-pic.shadow {
        -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
        box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    }

.testimonial-text {
    padding: 15px;
    position: relative;
    font-size: 15px;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
}

.testimonial-detail {
    padding: 5px;
}

.testimonial-name {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-position {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
    font-style: inherit;
    text-transform: uppercase;
}

.testimonial-name,
.testimonial-position {
    display: block;
}

.testimonial-text p:last-child {
    margin: 0;
}
/*========================
	11. COUNTERUP
=========================*/
.counter {
    position: relative;
}

.counter-style-1 .counter {
    font-size: 50px;
    font-weight: 700;
}

.counter-style-1 .counter-text {
    font-size: 16px;
    font-weight: 500;
}

.counter-style-1 .icon {
    font-size: 45px;
    margin-right: 10px;
}
/*========================
	12. FOOTER
=========================*/
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #b0b0b0;
}

footer p,
footer strong,
footer b,
footer {
    color: #b0b0b0;
}


    footer h1 a,
    footer h2 a,
    footer h3 a,
    footer h4 a,
    footer h5 a,
    footer h6 a,
    footer p a {
        color: #b0b0b0;
    }

    footer .btn-link,
    footer a,
    footer p a {
        color: #b0b0b0;
    }

        footer a:active,
        footer a:focus,
        footer a:hover {
            color: #b0b0b0;
        }
    /* widget color */
    footer .widget_categories ul li a,
    footer .widget_archive ul li a,
    footer .widget_meta ul li a,
    footer .widget_pages ul li a,
    footer .widget_recent_comments ul li a,
    footer .widget_nav_menu li a,
    footer .widget_recent_entries ul li a,
    footer .widget_services ul li a {
        color: #b0b0b0;
    }

    footer.text-white .widget_categories ul li a,
    footer.text-white .widget_archive ul li a,
    footer.text-white .widget_meta ul li a,
    footer.text-white .widget_pages ul li a,
    footer.text-white .widget_recent_comments ul li a,
    footer.text-white .widget_nav_menu li a,
    footer.text-white .widget_recent_entries ul li a,
    footer.text-white .widget_services ul li a,
    footer.text-white a,
    footer.text-white .footer-bottom,
    footer.text-white p,
    footer.text-white strong,
    footer.text-white b,
    footer.text-white .widget .post-title,
    footer.text-white .widget-about .ttr-title,
    footer.text-white {
        color: #fff;
    }

    footer p {
        margin-bottom: 10px;
    }

    footer p,
    footer li {
        font-size: 13px;
        line-height: 22px;
    }

    footer#footer {
        background-position: center;
        background-size: cover;
    }

    footer p {
        line-height: 24px;
        margin-bottom: 10px;
    }

    footer .widget ul {
        list-style: none;
        margin-top: 5px;
    }
    /*widget li in footer*/
    footer .widget_categories ul li,
    footer .widget_archive ul li,
    footer .widget_meta ul li,
    footer .widget_pages ul li,
    footer .widget_recent_comments ul li,
    footer .widget_nav_menu li,
    footer .widget_recent_entries ul li,
    footer .widget_services ul li {
        border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
    }

    footer .widget_services ul li {
        transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        padding: 10px 0px 10px 15px;
    }

        footer .widget_services ul li:hover {
            transform: translateX(10px);
            -moz-transform: translateX(10px);
            -webkit-transform: translateX(10px);
            -o-transform: translateX(10px);
            -ms-transform: translateX(10px);
        }

.footer-top {
    background: #303030;
    background-size: cover;
    background-position: center;
    padding: 0 0 20px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.footer-bottom {
    background-color: #303030;
    padding: 25px 0;
    color: #b0b0b0;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-family: 'Segoe UI', Arial, sans-serif;
}

    .footer-bottom ul {
        margin: 0;
    }

.footer-title {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
}

    .footer-title:after {
        width: 50px;
        background: #fff;
        opacity: 0.2;
        height: 1px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
    }

.footer_widget ul li a {
    padding: 5px 0;
    display: block;
    font-weight: 400;
}
/* Subscribe Form */
.subscribe-form input {
    background-color: rgba(0,0,0,0.2);
    border: 0;
    height: 45px;
    padding: 10px 20px;
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

.subscribe-form .btn {
    border-radius: 0;
}

.subscribe-form input.radius-no {
    border-radius: 0 !important;
}

.subscribe-form .btn {
    height: 45px;
}

.subscribe-form .input-group-btn {
    padding-left: 10px;
}
/* scroll top btn css */
button.back-to-top {
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000000;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 999;
}
/* Footer Extra */
.pt-exebar {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 50px;
}

.pt-social-link {
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 0 20px;
}

    .pt-social-link ul {
        margin: 0;
        list-style: none;
    }

        .pt-social-link ul li {
            display: inline-block;
        }

.pt-btn-join {
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 0 0 0 20px;
}

.pt-logo {
    padding: 20px 0;
}

.pt-social-link,
.pt-btn-join,
.pt-logo {
    display: flex;
    align-items: center;
}
/*==== LOADING ====*/
#loading-icon-bx {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
/*========================
	13. INNER CONTENT CSS
=========================*/
/* About Section */
.service-info-bx {
    margin-top: -215px;
}

.service-bx {
    box-shadow: 0 0 25px 0 rgba(29,25,0,0.25);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    background-color: #fff;
}

    .service-bx [class*="feature-"] {
        box-shadow: 0 0 25px 0 rgba(29,25,0,0.15);
        margin-top: -30px;
        position: relative;
        top: -40px;
        margin-bottom: -20px;
    }

    .service-bx .info-bx {
        padding: 30px;
    }

    .service-bx:hover {
        /* transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);*/
    }
/* Recent News */
.recent-news {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    background: #fff;
}

    .recent-news.blog-lg {
        box-shadow: none;
    }

        .recent-news.blog-lg .info-bx {
            border: 0;
            padding: 20px 0 0 0;
        }

    .blog-post .post-title,
    .recent-news .post-title {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 6px;
        font-family: 'Segoe UI', Arial, sans-serif;
        line-height: 34px;
    }

    .recent-news .info-bx {
        padding: 20px;
        border: 1px solid #EEEEEE;
    }

.comments-bx {
    margin-left: auto;
    color: #000;
}

    .comments-bx i {
        margin-right: 5px;
    }

.post-extra {
    display: flex;
    border-top: 1px solid #EEEEEE;
    padding-top: 15px;
    margin-top: 10px;
}

.media-post {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.media-post,
.post-tag {
    margin-bottom: 5px;
}

    .media-post li {
        list-style: none;
        display: inline-block;
        font-size: 13px;
        text-transform: capitalize;
        font-family: 'Segoe UI', Arial, sans-serif;
        margin-right: 5px;
    }

        .media-post li a {
            color: var(--primary);
            vertical-align: middle;
        }

            .media-post li a i {
                margin-right: 5px;
                font-size: 13px;
            }

    .post-tag li {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 5px;
        list-style: none;
    }

.post-title a {
    color: #061538;
}

.blog-post p,
.recent-news p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #242424;
}
/* Popular Courses */
.cours-bx .info-bx {
    padding: 15px;
    font-size: 13px;
    /*min-height: 150px;*/
    min-height: 135px;
}

.cours-bx .info-bx1 {
    padding: 15px;
    font-size: 13px;
    min-height: 200px;
}

.cours-bx .action-box .btn {
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cours-bx:hover .action-box .btn {
    left: 0;
}

.cours-bx {
    box-shadow: 0 0 25px 0 rgba(29,25,0,0.25);
    border-radius: 4px;
    overflow: hidden;
    /*min-height: 255px;*/
}

    .cours-bx .info-bx h5 {
        font-size: 15px;
    }

.cours-more-info {
    border-top: 1px solid #e6e6e6;
    display: flex;
    margin: 0;
}

.cours-star {
    margin: 0;
    padding: 0;
}

    .cours-star li {
        display: inline-block;
        list-style: none;
        color: #F58634;
        font-size: 13px;
    }

        .cours-star li.active {
            color: #F58634;
        }

.cours-more-info .price,
.cours-more-info .review {
    width: 50%;
    padding: 5px 15px;
}

    .cours-more-info .review span {
        font-size: 14px;
        color: #000;
    }

    .cours-more-info .price del {
        font-size: 12px;
        font-weight: 500;
        color: #8e8e8e;
    }

.cours-more-info .review {
    border-right: 1px solid #e6e6e6;
}

.cours-more-info .price {
    text-align: right;
}

    .cours-more-info .price h5 {
        margin-bottom: 0;
    }

.courses-carousel {
    margin-top: -15px;
}

    .courses-carousel .item {
        padding: 15px;
    }

    .courses-carousel .owl-nav {
        position: absolute;
        top: -66px;
        right: 10px;
    }

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: -5px;
}

.recent-news-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: -5px;
}

    .courses-carousel .owl-nav .owl-next,
    .courses-carousel .owl-nav .owl-prev,
    .recent-news-carousel .owl-nav .owl-next,
    .recent-news-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next,
    .testimonial-carousel .owl-nav .owl-prev {
        background-color: #0081A0;
        margin: 0 5px !important;
        color: #fff;
    }

        .courses-carousel .owl-nav .owl-next:hover,
        .courses-carousel .owl-nav .owl-prev:hover,
        .recent-news-carousel .owl-nav .owl-next:hover,
        .recent-news-carousel .owl-nav .owl-prev:hover,
        .testimonial-carousel .owl-nav .owl-next:hover,
        .testimonial-carousel .owl-nav .owl-prev:hover {
            background-color: #F58634;
        }
/* Online Cours */
.online-cours h2 {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 20px;
}

.online-cours h5 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 40px;
}

.cours-search {
    padding: 10px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 4px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
}

    .cours-search .form-control {
        border: 0;
        height: 50px;
        border-radius: 4px !important;
        padding: 10px 20px;
        font-size: 16px;
    }

    .cours-search .input-group-append {
        margin-left: 10px;
    }

        .cours-search .input-group-append .btn {
            border-radius: 4px;
        }

.cours-search-bx {
    text-align: center;
    border-radius: 4px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.15);
    padding: 20px 20px 15px 20px;
}

    .cours-search-bx h3 {
        color: #fff;
        font-weight: 300;
        font-size: 45px;
    }

    .cours-search-bx i {
        margin-right: 10px;
        font-size: 40px;
    }
/* heading-bx */
.heading-bx.left .title-head {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 30px;
    padding-left: 5px;
    border-left: 2px solid #0081A0;
}

.heading-bx.left p {
    /*max-width: 500px;*/
    margin-bottom: 10px;
}

.title-head span {
    font-weight: 400;
}
/* section space */
.section-sp1 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.section-sp10 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.section-sp2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-sp3 {
    padding-top: 80px;
    padding-bottom: 0;
}

.section-sp4 {
    padding-top: 50px;
    padding-bottom: 50px;
}
/*   */
.ovpr-dark:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5e14+0,ff8e14+100 */
    background: #ff5e14; /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e14', endColorstr='#ff8e14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* Event Box */
.event-bx {
    box-shadow: 0 0 15px 0 rgba(29,25,0,0.25);
    background: #fff;
}

.upcoming-event-carousel {
    margin-top: -15px;
}

    .upcoming-event-carousel .item {
        padding: 15px;
    }

.event-bx .info-bx {
    padding: 30px;
}

.event-time {
    color: #fff;
    background-color: var(--primary);
    text-align: center;
    padding: 15px 10px;
    border-radius: 4px;
    margin-right: 20px;
}

    .event-time .event-date {
        font-size: 55px;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-weight: 700;
        line-height: 55px;
    }

.event-info .event-title {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 24px;
}

.event-info .media-post {
    margin-bottom: 10px;
}

    .event-info .media-post li a {
        text-transform: capitalize;
        font-size: 14px;
        color: #757575;
    }

.event-info p {
    color: #454545;
    margin-bottom: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.upcoming-event-carousel .owl-item {
    box-shadow: none;
    transform: scale(0.9);
    transition: all 0.5s;
    opacity: 0.4;
}

    .upcoming-event-carousel .owl-item .item {
        padding: 0;
    }

    .upcoming-event-carousel .owl-item.active.center .item {
        padding: 15px;
    }

    .upcoming-event-carousel .owl-item.active.center {
        transform: scale(1);
        transition: all 0.5s;
        opacity: 1;
    }

.upcoming-event-carousel.owl-btn-1 .owl-prev,
.upcoming-event-carousel.owl-btn-1 .owl-next {
    margin: 0 100px !important;
    font-size: 20px;
    background-color: var(--primary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

    .upcoming-event-carousel.owl-btn-1 .owl-prev:hover,
    .upcoming-event-carousel.owl-btn-1 .owl-next:hover {
        background-color: var(--sc-primary);
    }
/* Testimonials */
.testimonial-bx {
    background-color: #eee;
    padding: 20px 20px 20px 70px;
    border-radius: 5px;
    margin-left: 30px;
    border: 1px solid #474747;
}

    .testimonial-bx .testimonial-content p,
    .testimonial-bx .testimonial-info p {
        margin: 0;
    }

    .testimonial-bx .testimonial-info h5 {
        font-weight: 500;
        margin-bottom: 0;
        color: #F58634;
    }

    .testimonial-bx .testimonial-info {
        margin-bottom: 15px;
    }

        .testimonial-bx .testimonial-info:after {
            content: "\f10e";
            position: absolute;
            font-family: fontawesome;
            font-size: 50px;
            color: #000;
            right: 30px;
            top: 10px;
            z-index: 9;
        }

.testimonial-thumb {
    width: 80px;
    border-radius: 50px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    z-index: 9;
    background: #fff;
}

.testimonial-bx .testimonial-content p {
    color: #000;
    font-size: 15px;
}

.ovbl-middle:after,
.ovbl-light:after,
.ovbl-dark:after {
    background: #0081A0;
}

.our-story {
    position: relative;
    z-index: 1;
}

    .our-story:after {
        width: 50%;
        content: "";
        height: 100%;
        position: absolute;
        left: 50%;
        background-color: #fff;
        top: 0;
        z-index: -1;
    }

.video-bx {
    position: relative;
}

    .video-bx .video {
        width: 80px;
        height: 80x;
        border-radius: 80px;
        line-height: 80px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        background: #fff;
        color: #000;
        font-size: 24px;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .video-bx .video:hover {
            transform: translate(-50%, -50%) ro;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%) rotate(360deg);
            -webkit-transform: translate(-50%, -50%) rotate(360deg);
            -ms-transform: translate(-50%, -50%) rotate(360deg);
            -o-transform: translate(-50%, -50%) rotate(360deg);
        }

.counter-style-1 span {
    font-size: 13px;
    /*font-family: rubik;*/
    font-weight: 400;
}

.counter-style-1 .counter-text {
    color: #606060;
    font-size: 14px;
    text-transform: uppercase;
}

.join-content-bx {
    max-width: 800px;
    margin: auto;
}

    .join-content-bx h2 {
        font-size: 45px;
        line-height: 65px;
        margin: 0px 0 20px 0;
    }

    .join-content-bx h4 {
        font-weight: 400;
        font-size: 30px;
    }

    .join-content-bx p {
        line-height: 24px;
        opacity: 0.8;
    }

.choose-bx .choose-bx-in {
    margin-top: -20px;
}
/* Contact */
.contact-info-bx {
    padding: 30px;
}

    .contact-info-bx .widget_getintuch i {
        font-size: 18px;
        line-height: 16px;
    }

.contact-social-bx li a {
    width: 40px;
    padding: 0;
    height: 40px;
    line-height: 38px;
}

.contact-info-bx .widget_getintuch {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.courses-search-bx .input-group,
.contact-bx .input-group {
    display: block;
    position: relative;
}

    .courses-search-bx .input-group .form-control,
    .contact-bx .input-group .form-control,
    .courses-search-bx .input-group label,
    .contact-bx .input-group label {
        width: 100%;
    }

    .courses-search-bx .input-group label,
    .contact-bx .input-group label {
        font-size: 14px;
        font-weight: 400;
        color: #606060;
        position: absolute;
        top: 10px;
        left: 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

.courses-search-bx .focused .input-group label,
.contact-bx .focused .input-group label {
    top: -8px;
    font-size: 10px;
    color: var(--primary);
}

.contact-bx .input-group textarea.form-control {
    height: 120px;
}

.courses-search-bx .input-group .form-control,
.contact-bx .input-group .form-control {
    border-width: 0 0 1px 0;
    background-color: rgba(0,0,0,0);
    padding: 10px;
    margin-top: 5px;
}

.contact-bx .heading-bx {
    margin-bottom: 30px;
}

.courses-search-bx .input-group .form-control {
    border-width: 0 0 2px 0;
    border-color: #E0E0E0;
}

.faq-bx .panel {
    border: 1px solid #ebebeb;
    padding: 10px 0px 0px 0px;
    border-radius: 3px;
    margin-bottom: 4px;
    background: #5c5c5c;
}

.faq-bx .acod-head a.collapsed, .faq-bx .acod-head a.collapsed:after {
    color: #fff;
}

.faq-bx .acod-head a:after {
    color: #fff;
    top: 35%;
}


.faq-bx .acod-title a {
    padding: 0px 50px 10px 10px;
    border: 0;
    color: #fff;
}

.faq-bx .acod-head a, .faq-bx .acod-head a:hover, .faq-bx .acod-head a.collapsed:hover {
    color: #fff;
}

.faq-bx .acod-content {
    margin: 10px 0 0 0;
}

.faq-bx .acod-body {
    border: 0;
    background: #fff;
    border-radius: 0px;
    padding: 10px 0px 0px 0px;
}
/* Gallery Box */
.portfolio-bx {
    margin-bottom: 30px;
}

    .portfolio-bx .portfolio-info-bx p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0;
    }

    .portfolio-bx .portfolio-info-bx h4 {
        margin: 0;
        font-size: 18px;
    }

        .portfolio-bx .portfolio-info-bx h4 a {
            color: #fff;
        }

    .portfolio-bx .portfolio-info-bx {
        bottom: -100%;
        position: absolute;
        width: 100%;
        padding: 10px 20px;
        text-align: left;
        transition: all 0.5s;
    }

    .portfolio-bx .overlay-icon a {
        font-size: 18px;
    }

        .portfolio-bx .overlay-icon a i {
            background: rgba(0,0,0,0);
            color: #fff;
        }

    .portfolio-bx:hover .portfolio-info-bx {
        bottom: 0;
    }

    .portfolio-bx:hover .media-ov2:before,
    .portfolio-bx:hover .media-ov2:after {
        opacity: 0.7;
    }

.widget-courses .ttr-post-meta .price del,
.widget-courses .ttr-post-meta .price h5 {
    display: inline-block;
    font-weight: 400;
}

.widget-courses .ttr-post-meta .price del {
    font-size: 10px;
}

.widget-courses .ttr-post-meta .price h5 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.widget-courses .ttr-post-meta .price .free {
    color: #1fd36b;
}

.widget-courses .ttr-post-meta .review {
    font-size: 13px;
    font-weight: 400;
}
/* course detail bx */
.course-detail-bx {
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    /*position: sticky;*/
    top: 100px;
}

.course-price {
    text-align: center;
    padding: 10px 0 20px;
}

    .course-price .price,
    .course-price del {
        display: inline-block;
    }

    .course-price .price {
        font-size: 35px;
        margin: 0;
    }

.teacher-info {
    display: flex;
    align-items: center;
}

    .teacher-info img {
        width: 50px;
        border-radius: 50%;
        margin-right: 10px;
        border: 3px solid #eee;
    }

.course-price del {
    margin: 0;
}

.teacher-bx {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0px;
    margin: 10px 0px 0;
    border-width: 1px 0 1px 0;
}

.teacher-name h5 {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 400;
    color: #000;
}

.teacher-thumb {
    /*width: 55px;
    height: 55px;
    overflow: hidden;*/
    border-radius: 55px;
    margin-right: 14px;
}

.teacher-name span {
    font-size: 13px;
    color: #6a6a6a;
}

.course-detail-bx .cours-more-info .price span {
    font-size: 12px;
    color: #3c3c3c;
}

.course-detail-bx .cours-more-info .price h5 {
    font-size: 16px;
    font-weight: 400;
}

.course-detail-bx .cours-more-info {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    display: flex;
    margin: 0;
    margin: 0 -20px;
}

    .course-detail-bx .cours-more-info .price, .cours-more-info .review {
        padding: 8px 20px;
    }

.course-info-list {
    padding-top: 20px;
    margin: 0 -20px;
}

    .course-info-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .course-info-list ul li {
            display: block;
            width: 100%;
        }

            .course-info-list ul li a {
                padding: 8px 20px;
                font-size: 15px;
                color: #808080;
                display: flex;
                align-items: center;
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
            }

                .course-info-list ul li a.active,
                .course-info-list ul li a:hover {
                    color: #fff;
                    background: var(--primary);
                }

                .course-info-list ul li a i {
                    margin-right: 10px;
                    font-size: 20px;
                }

.courses-post .post-title {
    font-size: 35px;
    font-weight: 500;
}

.course-features {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    /*position: sticky;*/
    top: 80px;
}

    .course-features li {
        padding: 14px 0px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        display: flex;
        font-size: 14px;
        align-items: center;
    }

        .course-features li i {
            margin-right: 10px;
            font-size: 16px;
            color: var(--primary);
        }

        .course-features li .label {
            width: 45%;
        }

        .course-features li .value {
            width: 55%;
            text-align: right;
        }

.curriculum-list ul li,
.curriculum-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .curriculum-list ul li {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 10px 20px;
        font-size: 15px;
    }

    .curriculum-list > li {
        margin-bottom: 30px;
    }

    .curriculum-list h5 {
        font-size: 14px;
        font-weight: 500;
        color: var(--primary);
        margin-bottom: 0px;
        text-transform: uppercase;
    }

.instructor-bx {
    display: flex;
    align-items: start;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px 20px;
    margin-bottom: 30px;
}

.instructor-author {
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 55px;
    margin-right: 15px;
    min-width: 85px;
}

.instructor-info h6 {
    margin-bottom: 0;
}

.instructor-info p,
.instructor-info span {
    font-size: 14px;
    line-height: 22px;
}

.review-bx {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.all-review {
    width: 25%;
    text-align: center;
    margin-right: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 10px;
}

    .all-review .rating-type {
        margin: 0;
        font-size: 35px;
        line-height: 40px;
    }

    .all-review span {
        font-size: 14px;
    }

.review-bar {
    width: 75%;
}

.bar-bx {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

    .bar-bx .middle {
        width: 80%;
    }

    .bar-bx .side {
        width: 10%;
    }

        .bar-bx .side.right {
            text-align: right;
        }

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

    .bar-container [class*="bar"] {
        height: 8px;
        background: var(--primary);
    }
/* MemberShip */
.pricingtable-inner {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(17,0,34,0.1);
}

.pricingtable-features,
.pricingtable-features li,
.pricingtable-footer {
    border: 0;
}

    .pricingtable-features li {
        color: #353535;
        font-size: 14px;
        font-weight: 500;
    }

.pricingtable-bx {
    font-size: 120px;
    font-weight: 300;
    line-height: 90px;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #fff;
}

.priceing-doller {
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.pricingtable-type {
    color: #fff;
}

    .pricingtable-type::before {
        content: "/";
        margin-right: 10px;
        color: #fff;
    }

.pricingtable-price {
    padding: 20px 20px;
    background-color: transparent;
    border: 0px solid #E9E9E9;
}

.pricingtable-main {
    background: #ff5e14; /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e14', endColorstr='#ff8e14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pricingtable-title {
    background-color: rgba(255,255,255,0.2);
    padding: 10px 10px 5px 10px;
}

    .pricingtable-title h2 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
    }

    .pricingtable-title p {
        font-size: 13px;
        line-height: 20px;
        font-weight: 500;
    }

.pricingtable-features li:nth-child(2n) {
    background-color: rgba(0,0,0,0.1);
}

.pricingtable-footer {
    background-color: rgba(0,0,0,0.1);
}

    .pricingtable-footer .btn {
        font-size: 16px;
        padding: 10px 30px;
    }
/* Profile Box */
.profile-bx {
    border: 1px solid #e9e9e9;
    position: sticky;
    top: 100px;
}

.user-profile-thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    margin: 25px auto 15px;
}

.profile-info {
    margin-bottom: 15px;
}

    .profile-info h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .profile-info span {
        font-size: 14px;
        color: #717171;
    }

.profile-social ul li a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    border: 1px solid #e9e9e9;
    line-height: 34px;
    border-radius: 40px;
    color: #000;
    font-size: 14px;
}

.profile-social {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}

.profile-content-bx {
    border: 1px solid #e9e9e9;
}

.profile-tabnav {
    margin: 20px 0;
}

    .profile-tabnav .nav {
        border: 0;
    }

        .profile-tabnav .nav li {
            display: block;
            width: 100%;
        }

            .profile-tabnav .nav li a {
                border: 0;
                color: #8a8a8a;
                font-size: 15px;
                text-align: left;
                padding: 10px 30px;
            }

                .profile-tabnav .nav li a.active {
                    background-color: var(--primary);
                    color: #fff;
                    border-radius: 0;
                }

                .profile-tabnav .nav li a i {
                    margin-right: 10px;
                }

.profile-head h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
}

.profile-head h5 {
    margin-bottom: 0;
}

.profile-head {
    display: flex;
    padding: 10px 10px;
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
}

    .profile-head .feature-filters {
        margin-bottom: 0;
    }

.courses-filter .action-card {
    margin-bottom: 30px;
}

.courses-filter {
    padding: 30px 30px 0 30px;
}

.profile-head .feature-filters.style1 li a {
    font-weight: 400;
    font-size: 15px;
}

.edit-profile h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.edit-profile .help {
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.edit-profile .col-form-label {
    font-size: 14px;
    font-weight: 400;
}

.edit-profile .form-group {
    margin-bottom: 15px;
}
/* My Account */
.account-form {
    display: flex;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 150px);
}

.account-head {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
    width: 500px;
    min-width: 500px;
    height: 500px;
    background-position: center;
    text-align: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
}

    .account-head a {
        display: block;
        width: 100%;
    }

    .account-head:after {
        opacity: 0.9;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #ff5e14; /* Old browsers */
        background: -moz-linear-gradient(10deg, #4c1864 0%, #fff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(10deg, #4c1864 0%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(10deg, #4c1864 0%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1864', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

.account-form-inner {
    width: 100%;
    align-self: center;
}

.account-container {
    max-width: 600px;
    margin: auto;
    padding: 20px 0;
}

.custom-control-label:before {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid var(--primary);
    top: 2px;
}

.custom-control-label:after {
    width: 20px;
    height: 20px;
    top: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary);
}

.account-container .form-forget {
    display: flex;
}

    .account-container .form-forget .custom-control-label {
        font-weight: 400;
    }

.account-container .btn.button-md {
    padding: 12px 40px;
}

.account-container .form-control {
    border-color: rgba(0,0,0,0.2);
}

.account-container .facebook i,
.account-container .google-plus i {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}

.account-form .heading-bx p a {
    color: var(--primary);
    text-decoration: underline;
    padding-bottom: 0px;
}
/* .g-recaptcha {
  transform-origin: left top;
} */
/* Google Recaptcha */

.g-recaptcha,
#rc-imageselect {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media screen and (max-width: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -moz-transform: scale(0.77);
        -o-transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.recaptcha-box {
    height: 60px;
}

.g-recaptcha > div {
    width: 250px !important;
}
/* Google Recaptcha */
/* error */
.error-page {
    text-align: center;
}

.error-title {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 0;
}

.error-page h3 {
    font-size: 50px;
    opacity: 0.2;
}

.error-page h5 {
    font-size: 22px;
    opacity: 1;
    font-weight: 500;
    line-height: 35px;
}

.error-page p {
    font-size: 16px;
    line-height: 26px;
}

.why-chooses-bx .faq-bx {
    max-width: 700px;
    margin: auto;
}

    .why-chooses-bx .faq-bx .panel {
        background: #fff;
        margin-bottom: 6px;
    }

@media only screen and (max-width: 1200px) {
    .cours-more-info .review {
        padding: 8px 12px;
    }

    .service-info-bx .action-box {
        margin-top: 40px;
    }

    .account-head {
        width: 350px;
        min-width: 350px;
    }

    .service-bx h4 {
        font-size: 20px;
    }

    .rev-btn {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pricingtable-bx {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .event-time .event-date {
        font-size: 30px;
        line-height: 30px;
    }

    .event-month {
        font-size: 12px;
    }

    .event-time {
        padding: 10px 8px;
    }

    .event-bx .info-bx {
        padding: 20px;
    }

    .event-info .event-title {
        font-size: 20px;
    }

    .upcoming-event-carousel.owl-btn-1 .owl-prev,
    .upcoming-event-carousel.owl-btn-1 .owl-next {
        margin: 0 50px !important;
    }

    .service-info-bx {
        margin-top: 0px;
        padding-top: 80px;
    }

    .service-bx .info-bx {
        padding: 10px 10px 20px 10px;
    }

        .service-bx .info-bx h4 {
            font-size: 16px;
        }

    .service-bx .feature-box-sm {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: -30px;
    }

        .service-bx .feature-box-sm i {
            font-size: 20px;
        }

    .our-story::after {
        content: unset;
    }

    .bar-bx .side {
        width: 20%;
    }

    .service-info-bx .action-box {
        margin-top: 0;
    }

    .account-head {
        width: 100%;
        min-width: 100%;
        height: 200px;
        position: inherit;
    }

    .account-form {
        display: block;
    }

    .account-container {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .courses-carousel .owl-nav {
        position: unset;
        top: auto;
        right: auto;
        bottom: 0;
        text-align: center;
        margin-top: 20px;
    }

    .section-sp1 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .section-sp2 {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .upcoming-event-carousel.owl-btn-1 .owl-prev,
    .upcoming-event-carousel.owl-btn-1 .owl-next {
        margin: 0 0 !important;
    }

    .testimonial-carousel .owl-nav,
    .recent-news-carousel .owl-nav {
        position: unset;
        top: auto;
        right: auto;
        text-align: center;
        margin-top: 10px;
    }

    .testimonial-carousel .owl-nav {
        margin-top: 30px;
    }

    .info-bx {
        font-size: 16px;
    }

    .upcoming-event-carousel.owl-btn-1 .owl-prev,
    .upcoming-event-carousel.owl-btn-1 .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        position: unset;
        box-shadow: none;
        margin: 0 5px !important;
        transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .upcoming-event-carousel.owl-btn-center-lr .owl-nav {
        text-align: center;
        margin-top: 15px;
    }

    .online-cours h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .online-cours h5 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .cours-search {
        margin-bottom: 30px;
    }

    .service-info-bx {
        padding-top: 50px;
    }

    .service-bx {
        margin-bottom: 30px;
    }

        .service-bx.m-b0 {
            margin-bottom: 0;
        }

    .event-time {
        margin-right: 0;
        border-radius: 0;
        position: absolute;
        top: -68px;
        left: 0;
    }

    .rev-btn {
        padding: 10px 10px !important;
        font-size: 12px !important;
    }
    /* Rev Slide */
    .rev-slider .tp-rightarrow,
    .rev-slider .tp-leftarrow {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .footer-title {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    footer p,
    footer li {
        font-size: 13px;
    }

    footer .widget {
        margin-bottom: 24px;
    }

    .footer-top {
        padding: 0 0 10px;
    }

    .pt-exebar {
        margin-bottom: 30px;
    }

    .pt-logo img {
        width: 150px;
    }

    .pt-social-link {
        display: none !important;
    }

    .all-review,
    .bar-bx .side {
        width: 60%;
    }

    .rev-btn {
        padding: 10px 15px !important;
    }

    .counter-style-1 span,
    .counter-style-1 .counter {
        font-size: 18px;
        font-weight: 600;
        line-height: 40px;
    }

    .counter-style-1 .counter-text {
        font-size: 18px;
        font-weight: 400;
    }

    .profile-head {
        padding: 10px 15px 10px 15px;
    }

    .edit-profile {
        padding: 15px;
    }

    .courses-filter {
        padding: 15px 15px 0 15px;
    }

    .online-cours h5 {
        font-size: 14px;
    }

    .online-cours h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
}


/***********************************************Soical media**********************************/
.icon-float {
    position: fixed;
    /* left: 0px;
     */
    top: 35%;
    z-index: 999;
    right: 0px;
}

    .icon-float ul {
        padding: 0px;
    }

        .icon-float ul li {
            list-style-type: none;
        }

            .icon-float ul li a {
                display: block;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                padding: 0px;
            }

                .icon-float ul li a i {
                    padding: 8px;
                    width: 40px;
                    height: 32px;
                    text-align: center;
                    color: #fff;
                }

                .icon-float ul li a:hover {
                    transform: rotateY(-180deg);
                }

                    .icon-float ul li a:hover i {
                        transform: rotateY(180deg);
                    }

.fb1 {
    background: #3b5998;
    border-top-left-radius: 5px;
}

.gp1 {
    background: #dd4b39;
}

inst1 {
    background: #8a3ab9;
}

.tw1 {
    background: #1da1f2;
}

.li1 {
    background: #0077b5;
}

.yt1 {
    background: #cd201f;
}

.wa1 {
    background: #34af23;
}

.sh {
    background: #fff;
    padding: 10px 0px;
    font-size: 11px;
    text-align: center;
    color: #333;
    border-top-left-radius: 5px;
}

.sh1 {
    background: #333;
    border-bottom-left-radius: 5px;
}

.item .coursecategories {
    top: 15px;
    position: absolute;
    left: auto;
    right: 15px;
    padding: 3px 20px;
    background-color: #FDB92E;
    color: #000;
    font-size: 13px;
    border-radius: 5px 0px 0px 5px;
}

.coursecategories {
    top: 0px;
    position: absolute;
    left: auto;
    right: 15px;
    padding: 0px 5px;
    background-color: #FDB92E;
    color: #000;
    font-size: 13px;
    border-radius: 5px 0px 0px 5px;
}


/*****************Check List********************/
.checkboxcss {
    margin-bottom: 10px;
}

    .checkboxcss input[type="checkbox"]:not(:checked),
    .checkboxcss input[type="checkbox"]:checked {
        left: -9999px;
        position: absolute;
    }

        .checkboxcss input[type="checkbox"]:not(:checked) + label::before {
            content: "\f096";
            color: inherit;
            font-size: 19px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            position: absolute;
            left: 5px;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
            line-height: 24px;
            color: #F58634;
        }


        .checkboxcss input[type="checkbox"]:checked + label::before {
            content: "\f14a";
            color: inherit;
            font-size: 19px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            position: absolute;
            left: 5px;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
            line-height: 24px;
            color: #F58634;
        }

    .checkboxcss.termcondition input[type="checkbox"]:not(:checked) + label::before, .checkboxcss.termcondition input[type="checkbox"]:checked + label::before {
        line-height: 15px;
    }

    .checkboxcss input[type="checkbox"]:not(:checked) + label, .checkboxcss input[type="checkbox"]:checked + label {
        display: inline-block;
        background-color: transparent;
        border: 0;
        position: relative;
        padding: 3px 10px 3px 25px;
        min-width: 19px;
        margin: 0;
    }

.checkboxpadding input[type="checkbox"]:not(:checked) + label, .checkboxpadding input[type="checkbox"]:checked + label {
    padding: 3px 25px 20px 25px;
    font-size: 14px;
}

.checkboxcss .aspNetDisabled {
    background-color: #eee;
    border-radius: 5px;
    cursor: not-allowed;
    padding: 5px;
    margin: 3px;
}

/*****************Radio List********************/
.radiobuttoncss {
    margin-bottom: 10px;
}

    .radiobuttoncss input[type="radio"]:not(:checked),
    .radiobuttoncss input[type="radio"]:checked {
        left: -9999px;
        position: absolute;
    }

        .radiobuttoncss input[type="radio"]:not(:checked) + label::before {
            content: "\f1db";
            color: inherit;
            font-size: 18px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            position: absolute;
            left: 5px;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
            line-height: 22px;
            color: #F58634;
        }

        .radiobuttoncss input[type="radio"]:checked + label::before {
            content: "\f058";
            color: inherit;
            font-size: 18px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            position: absolute;
            left: 5px;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
            line-height: 22px;
            color: #F58634;
        }

        .radiobuttoncss input[type="radio"]:not(:checked) + label, .radiobuttoncss input[type="radio"]:checked + label {
            display: inline-block;
            background-color: transparent;
            border: 0;
            position: relative;
            padding: 3px 10px 3px 25px;
            min-width: 19px;
            margin: 0;
            line-height: 20px;
            font-weight: normal;
        }

            .radiobuttoncss input[type="radio"]:not(:checked) + label p, .radiobuttoncss input[type="radio"]:checked + label p {
                display: inline-block;
                background-color: transparent;
                border: 0;
                position: relative;
                min-width: 19px;
                margin: 0;
                line-height: 20px;
                font-weight: normal;
            }

.radiopadding input[type="radio"]:not(:checked) + label, .radiopadding input[type="radio"]:checked + label {
    padding: 3px 25px 20px 25px;
    font-size: 16px;
    font-weight: normal;
}

.radiobuttoncss .aspNetDisabled {
    background-color: #eee;
    border-radius: 5px;
    cursor: not-allowed;
    padding: 5px;
    margin: 3px;
}

.gridcss .radiobuttoncss table td {
    width: 10%;
}

/***********************Exam Page********************************/
.top-bar-exam {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding-left: 15px;
}

    .top-bar-exam .logo {
        line-height: 50px;
        height: 35px;
    }

    .top-bar-exam .closeexam {
        float: right;
        padding: 15px 20px;
        background-color: #eee;
        color: #666;
    }

        .top-bar-exam .closeexam:hover {
            color: #F58634;
        }

    .top-bar-exam li a {
        position: relative;
        display: table-cell;
        font-family: 'Segoe UI', Arial, sans-serif;
        background-color: #eee;
        padding: 0 10px;
        line-height: 60px;
        min-width: 60px;
        z-index: 999;
        border-left: 1px solid #d4d4d4;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 16px;
        color: #666 !important;
    }

    .top-bar-exam .topbar-right {
        float: right;
        padding: 0px;
    }

    .top-bar-exam .topbar-left {
        float: left;
        padding: 0px;
    }

    .top-bar-exam h4 {
        font-size: 15px;
        line-height: 50px;
        margin-bottom: 0px;
        font-weight: 500;
    }

    .top-bar-exam .topbar-left ul li, .top-bar-exam .topbar-right ul li {
        display: block;
    }

.boxshadow {
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 0px 5px 0px !important;
    padding: 15px 10px 15px 10px;
    margin-bottom: 10px;
}


.exam-body h4 {
    font-size: 16px;
    font-weight: 400;
}

.exam-body .exam-time {
    font-size: 14px;
    color: #666;
    background-color: #eee;
    border-radius: 20px;
    margin: 0;
    text-align: center;
    margin-top: 5px;
}

.exam-body .exam-submitbutton {
    padding: 5px 15px;
    background-color: #fff;
    color: #F58634;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #eee;
    font-size: 14px;
}

.exam-body p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}

.exam-body .exam-options .radiobuttoncss table td, .exam-body .exam-options .checkboxcss table td {
    border: 1px solid #eee;
    padding: 5px 10px;
    display: block;
    margin-bottom: 5px;
}

.exam-body .exam-options .checkboxcss input[type="checkbox"]:not(:checked) + label, .exam-body .exam-options .checkboxcss input[type="checkbox"]:checked + label,
.exam-body .exam-options .radiobuttoncss input[type="radio"]:not(:checked) + label, .exam-body .exam-options .radiobuttoncss input[type="radio"]:checked + label {
    padding: 3px 5px 3px 25px;
    font-weight: normal;
    font-size: 15px;
}

    .exam-body .exam-options .radiobuttoncss input[type="radio"]:not(:checked) + label::before, .exam-body .exam-options .radiobuttoncss input[type="radio"]:checked + label::before {
        font-size: 17px;
        line-height: 22px;
    }

    .exam-body .exam-options .checkboxcss input[type="checkbox"]:not(:checked) + label::before, .exam-body .exam-options .checkboxcss input[type="checkbox"]:checked + label::before {
        font-size: 17px;
        line-height: 22px;
    }

.exam-submit .exam-button {
    padding: 5px 15px;
    font-weight: normal;
    font-size: 14px;
}

    .exam-submit .exam-button.btn-danger {
        background-color: #FDB92E;
        border-color: #FDB92E;
        color: #000;
    }

    .exam-submit .exam-button.btn-info {
        background-color: #0081A0;
        border-color: #0081A0;
        color: #ffffff;
    }

        .exam-submit .exam-button.btn-info:hover {
            background-color: #F58634 !important;
            color: #fff;
        }

    .exam-submit .exam-button i {
        margin-right: 10px;
    }

.exam-body .exam-button.btn-danger:hover, .exam-monitor .exam-number .btn:hover {
    background-color: #0081A0 !important;
    color: #fff;
}

.exam-body .exam-display {
    height: 370px;
    overflow: auto;
}

.exam-body .exam-display1 {
    height: 800px;
    overflow: auto;
}

.section-sp2.exam-body, .section-sp2.withoutexam-body {
    padding-top: 80px;
    padding-bottom: 20px;
}

.exam-monitor .notanswer {
    padding: 5px 10px;
    background-color: #ccc;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 5px;
}

.exam-monitor .answer {
    padding: 5px 10px;
    background-color: #9DDE9D;
    border: 1px solid #9DDE9D;
    margin-right: 10px;
    border-radius: 5px;
}

.exam-monitor .exam-number .btn {
    background-color: #ccc;
    margin: 4px;
}

    .exam-monitor .exam-number .btn.active {
        background-color: #9DDE9D;
    }

@media only screen and (max-width: 767px) {
    .top-bar-exam .topbar-right, .top-bar-exam .topbar-left {
        width: auto;
    }

    .exam-submit .exam-button.btn-info, .exam-submit .exam-button.btn-danger, .exam-submit .exam-button.button-md {
        width: 100%;
        margin-bottom: 10px;
    }

    .top-bar-exam {
        padding-left: 10px;
    }

        .top-bar-exam .logo {
            text-align: center;
        }

    .section-sp2.exam-body {
        padding-top: 100px;
    }

    .section-sp2.withoutexam-body {
        padding-top: 175px;
    }

    .top-bar-exam .closeexam {
        height: 85px;
        line-height: 55px;
    }

    .top-bar-exam.withoutexam .closeexam {
        height: 50px;
        line-height: 20px;
    }

    .mobileclose {
        position: absolute;
        right: 0;
        padding-right: 0px;
        width: auto;
    }

    .withoutexam .mobileclose {
        position: inherit;
        right: 0;
        padding-right: 0px;
        width: 100%;
    }

    /*.pull-right {
        float: none !important;
        margin-left:5px;
    }*/
}

.inst1 {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.courses-carousel .owl-nav.disabled {
    display: none;
}

.page-content {
    min-height: calc(100vh - 190px);
    /*margin-bottom: 70px;*/
}

figcaption .mfp-title {
    display: block;
}

.recent-posts-entry .widget-post {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.contactiframe iframe {
    height: 400px !important;
    width: 100% !important;
}


/********************************Dropdown list************************************/
.dropdowncss select {
    appearance: none;
}

.dropdowncss {
    position: relative;
    display: flex;
    border-radius: .25em;
    overflow: hidden;
}

    .dropdowncss::after {
        content: '\f0d7';
        position: absolute;
        font-family: FontAwesome;
        top: 0;
        right: 0;
        padding: 8px;
        transition: .25s all ease;
        pointer-events: none;
    }


    .dropdowncss.aspNetDisabled {
        color: #fff !important;
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.2;
        box-shadow: none;
    }


.loadingProgress {
    background: url(../../images/loading.gif) center center no-repeat rgba(0,0,0,0);
    background-size: 70px auto;
    left: 50%;
    margin-left: -150px;
    margin-top: 150px;
    max-height: 200px;
    height: 200px;
    opacity: .95;
    padding: 10px;
    position: fixed;
    width: 300px;
    z-index: 2000;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(29 25 0 / 25%);
}

    .loadingProgress h3 {
        font-size: 20px;
        text-align: center;
        margin-top: 130px;
    }

.contact-bx .link a {
    color: #FDB92E;
    text-decoration: underline;
}

    .contact-bx .link a:hover {
        text-decoration: none;
    }

.cours-bx .info-bx .progress {
    height: 5px;
}

.pull-right {
    float: right;
}

.widget-box {
    background-color: #fff;
    box-shadow: 0 3px 10px 0px rgb(0 0 0 / 8%);
    border-radius: 4px;
    height: 100%;
    padding: 5px;
}


.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .box.box-primary {
        border-top-color: #205081;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #F58634;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.collapsed-box .box-body, .box.collapsed-box .box-footer {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }

    .box.box-solid {
        border-top: 0px;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: transparent;
        }

        .box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
            background: rgba(0,0,0,0.1) !important;
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

            .box.box-solid.box-default > .box-header {
                color: #444;
                background: #d2d6de;
                background-color: #d2d6de;
            }

                .box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
                    color: #444;
                }

        .box.box-solid.box-primary {
            border: 1px solid #3c8dbc;
        }

            .box.box-solid.box-primary > .box-header {
                color: #fff;
                background: #3c8dbc;
                background-color: #3c8dbc;
            }

                .box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

            .box.box-solid.box-info > .box-header {
                color: #fff;
                background: #00c0ef;
                background-color: #00c0ef;
            }

                .box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-danger {
            border: 1px solid #dd4b39;
        }

            .box.box-solid.box-danger > .box-header {
                color: #fff;
                background: #dd4b39;
                background-color: #dd4b39;
            }

                .box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

            .box.box-solid.box-warning > .box-header {
                color: #fff;
                background: #f39c12;
                background-color: #f39c12;
            }

                .box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

            .box.box-solid.box-success > .box-header {
                color: #fff;
                background: #00a65a;
                background-color: #00a65a;
            }

                .box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
                    color: #fff;
                }

        .box.box-solid > .box-header > .box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*='bg'] > .box-header {
            color: #fff;
        }

    .box .box-group > .box {
        margin-bottom: 5px;
    }

    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: 0.3em;
    }

    .box > .overlay, .box > .loading-img {
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay {
        z-index: 1010;
        background: rgba(255,255,255,0.7);
        border-radius: 3px;
    }

        .box .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark {
            background: rgba(0,0,0,0.5);
        }

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header:before, .box-header:after {
        content: " ";
        display: table;
    }

    .box-header:after {
        clear: both;
    }

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    box-shadow: none !important;
    color: #97a0b3;
}

    .open .btn-box-tool, .btn-box-tool:hover {
        color: #606c84;
    }

    .btn-box-tool:active {
        outline: none !important;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body > .chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .box-body > .chart svg, .box-body > .chart canvas {
        width: 100% !important;
    }

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width:991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.m-b10 {
    margin-bottom: 10px;
}

.table > tbody > tr > th, .table > tbody > tr > td {
    padding: 5px;
}

.table > tbody > tr > th {
    background: #f5f5f5;
    font-size: 13px;
}

.table > tbody > tr > td {
    font-size: 13px;
}

.btn-sm {
    padding: 5px 15px;
    font-size: 12px;
}

.radiobuttoncss table td {
    padding: 8px 0px;
}

.ratingStar {
    display: contents;
}

.emptyStar::before {
    content: "\f006";
    font-family: FontAwesome;
}

.borderright {
    border-right: 1px solid #ccc;
    width: calc(100% / 6);
    padding: 0 7px;
}

.borderright-subject {
    border-right: 1px solid #ccc;
    width: calc(100% / 5);
    padding: 0 7px;
}

@media only screen and (max-width: 767px) {
    .borderright {
        /*border-bottom: 1px dashed #ccc;*/
        width: calc(100% / 2);
    }

    .counter-style-1 {
        text-align: center;
    }
}

.courseprocess .progress {
    height: 5px;
}

.faq-bx table {
    margin-bottom: 0px;
}

    .faq-bx table td {
        padding: 0px;
    }

.widget {
    margin-bottom: 0px;
}

.coursewise li.active {
    background: #F58634;
}

.coursewise li:hover {
    background: #ccc;
    color: #000 !important;
}
/*.coursewise li a:hover {
    color: #000 !important;
}*/
.coursewise li.active a {
    color: #fff !important;
}

.coursewise li {
    border-bottom: 1px solid #f1f1f1;
}

    .coursewise li a {
        color: #000 !important;
        padding-left: 10px;
        display: block;
    }

/************************************Nav tabs*********************************/
.nav-tabs .nav-link.active {
    color: #fff;
    background: #0081A0;
}

.nav-tabs .nav-link {
    color: #000;
    font-weight: 400;
}

.nav-link {
    padding: 5px 10px;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    background: #F58634;
}

.tab-content {
    border: 1px solid #dee2e6;
    margin-top: -1px;
    padding: 15px 10px;
}

.border {
    border: 1px solid #f4f4f4;
}

.comment-list table td {
    padding: 0px;
}



.create-course-sidebar .list-bar {
    padding-bottom: 20px;
    border-bottom: 1px solid #D4D4D4;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .create-course-sidebar .list-bar li {
        display: block;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        background-color: #0081A0;
        line-height: 1.5em;
        padding: 10px 15px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 10px;
    }

        .create-course-sidebar .list-bar li a {
            color: #fff !important;
        }

        .create-course-sidebar .list-bar li:hover {
            background-color: #F58634;
        }

        .create-course-sidebar .list-bar li .count {
            display: inline-block;
            width: 28px;
            height: 28px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #eee;
            font-family: 'Segoe UI', Arial, sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #000;
            text-align: center;
            line-height: 28px;
            margin-right: 16px;
        }

    .create-course-sidebar .list-bar .active {
        background-color: #F58634;
    }

        .create-course-sidebar .list-bar .active a {
            color: #fff;
        }

        .create-course-sidebar .list-bar .active .count {
            background-color: #fff;
        }

.create-course-sidebar .support {
    margin-top: 22px;
}

    .create-course-sidebar .support a {
        display: block;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #666;
        line-height: 1.5em;
        margin-top: 5px;
    }

        .create-course-sidebar .support a .icon {
            color: #A6A6A6;
            font-size: 10px;
            min-width: 18px;
            margin-right: 12px;
            text-align: center;
        }

        .create-course-sidebar .support a:hover {
            color: #205081;
        }

.create-course-sidebar table td {
    padding: 0px;
}

.create-course-sidebar table {
    margin-bottom: 0px;
}


/*************************Pdf View**************************/
.pdfview {
    border: 1px solid #ccc !important;
}

    .pdfview table {
        margin-bottom: 0px;
    }

        .pdfview table td {
            padding: 5px 0px;
        }


    .pdfview #menu tr {
        margin: 0px !important;
    }

    .pdfview #menuBar {
        width: 30% !important;
        position: initial !important;
        margin-left: auto;
        margin-right: auto;
    }

    .pdfview #menu .menuItems input[type=image] {
        height: 30px !important;
        width: 30px !important;
    }

    .pdfview .CreateDiv {
        max-height: 380px !important;
        background: #eee !important;
    }

    .pdfview #pageContainer1 {
        margin-top: 10px !important;
    }

    .pdfview #docPagesCenter {
        height: fit-content !important;
    }


/************************************Scroll bar******************************/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.embed-responsive-minscreen::before {
    padding-top: 47%;
}


.modal-dialog {
    margin: 200px auto;
}


.btn.active {
    background-color: #0081A0;
    border-color: #0081A0;
    color: #ffffff;
}

.reportscss blockquote {
    padding: 5px 15px;
    font-size: 15px;
    margin: 0px;
    line-height: 0px;
    color: #000;
    position: initial;
}

    .reportscss blockquote::before {
        content: "";
    }

.reportscss .course-features p {
    margin-bottom: 0px;
}



.faq1-bx .panel {
    border: 1px solid #D0D0D0;
    padding: 12px 0px 12px 20px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.faq1-bx .acod-title a {
    padding: 0px 50px 0px 0px;
    border: 0;
    color: #000;
}

.faq1-bx .acod-content {
    margin: 10px 0 0 0;
}

.faq1-bx .acod-body {
    border: 0;
}

.btn.disabled, .btn:disabled {
    pointer-events: none;
    opacity: .4;
}

/****************************Mail Style*****************/
/* MailBox */
.email-wrapper {
    display: flex;
}

.mail-box-list table td {
    padding: 0px;
}

.email-menu-bar {
    width: 300px;
    min-width: 300px;
    border-right: 1px solid #e5e5e5;
}

.email-menu-bar-inner ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

    .email-menu-bar-inner ul li {
        color: #000;
    }

        .email-menu-bar-inner ul li a {
            color: #000;
            font-size: 14px;
            padding: 12px 20px;
            display: block;
            border-radius: 4px;
        }

            .email-menu-bar-inner ul li a:hover,
            .email-menu-bar-inner ul li.active a {
                background-color: #f6f6f6;
            }

            .email-menu-bar-inner ul li a i {
                font-size: 18px;
                margin-right: 10px;
                width: 20px;
                text-align: center;
            }

            .email-menu-bar-inner ul li a .badge {
                width: 18px;
                height: 18px;
                line-height: 20px;
                padding: 0;
                font-weight: 400;
                margin-left: 5px;
                position: relative;
                top: -2px;
            }

.compose-mail {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}


/* toolbar */
.mail-list-container {
    width: 100%;
}

.mail-toolbar .check-all {
    margin-right: 15px;
}

.mail-toolbar {
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

    .mail-toolbar .checkboxcss input[type="checkbox"]:not(:checked) + label::before, .mail-toolbar .checkboxcss input[type="checkbox"]:checked + label::before {
        line-height: 10px;
        left: 0px;
    }

.mail-list-info .checkboxcss input[type="checkbox"]:not(:checked) + label::before, .mail-list-info .checkboxcss input[type="checkbox"]:checked + label::before {
    line-height: 10px;
    left: 10px;
}

.next-prev-btn {
    margin-left: auto;
}

    .next-prev-btn a {
        border: 1px solid #e1e1e1;
        display: inline-block;
        border-radius: 4px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        font-size: 24px;
        color: #000;
    }

        .next-prev-btn a:hover {
            background-color: #e1e1e1;
        }

.mail-search-bar .form-control {
    border-radius: 4px;
}

.checkbox-st1 {
    min-height: 16px;
    padding-left: 16px;
    height: 16px;
    position: relative;
    top: -1px;
}

    .checkbox-st1 .custom-control-label:before {
        width: 16px;
        height: 16px;
        border: 2px solid #cecfcf;
    }

    .checkbox-st1 .custom-control-label::after {
        width: 16px;
        height: 16px;
    }

.mail-list-info {
    display: flex;
    align-items: center;
    position: relative;
}

    .mail-list-info:hover:nth-child(2n+1),
    .mail-list-info:hover {
        background-color: #eaeaea;
    }

    .mail-list-info .mail-list-title-info p,
    .mail-list-info .mail-list-title h6 {
        margin: 0;
    }

    .mail-list-info .mail-list-title-info p {
        font-size: 15px;
        line-height: 23px;
        color: #7a7a7a;
    }

    .mail-list-info .mail-list-title h6 {
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }

.mail-list-time span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #929292;
    position: relative;
    top: 0px;
}

.mail-rateing span {
    color: #929292;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    top: -2px;
}

.mail-rateing,
.mail-list-title,
.mail-list-title-info,
.mail-list-time,
.checkbox-list {
    padding-top: 15px;
    padding-bottom: 15px;
    /*height: 50px;*/
}

.mail-list-title {
    padding-left: 10px;
}

.mail-list-time {
    padding-right: 20px;
    padding-left: 10px;
}

.mail-list-title-info {
    padding-left: 10px;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.mail-rateing {
    padding-left: 10px;
}

.checkbox-list {
    padding-left: 20px;
}


/* Mailbox Toolbar */
.mailbox-toolbar {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    background: #eaeaea;
    opacity: 0;
    transition: all 0.5s;
}

    .mailbox-toolbar li {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        background: rgba(0,0,0,0.1);
        color: #404040;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        transition: all 0.5s;
    }

        .mailbox-toolbar li:hover {
            transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
        }

.mail-list-info:hover .mailbox-toolbar {
    opacity: 1;
}

.btn-info-icon {
    border: 0;
    background-color: rgba(0,0,0,0.05);
    border-radius: 40px;
    margin-left: 10px;
}

.all-msg-toolbar .dropdown-menu {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
    border: 0;
}

    .all-msg-toolbar .dropdown-menu li {
    }

        .all-msg-toolbar .dropdown-menu li a {
            padding: 8px 15px;
            display: block;
            font-size: 14px;
            color: #202020;
        }

            .all-msg-toolbar .dropdown-menu li a:hover {
                background-color: rgba(0,0,0,0.1);
            }

            .all-msg-toolbar .dropdown-menu li a i {
                margin-right: 5px;
            }

/* Read */
.mailbox-view {
    width: 100%;
    padding: 25px;
}

.mailbox-view-title {
    padding: 0px 0px 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 25px;
}

    .mailbox-view-title .send-mail-title {
        margin-bottom: 0;
    }

.send-mail-user {
    display: flex;
    align-items: center;
}

.send-mail-user-pic {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 10px;
}

.send-mail-user-info h5 {
    font-size: 12px;
    color: #C0C0C0;
    margin: 0;
    line-height: 18px;
    font-weight: 400;
}

.send-mail-user-info h4 {
    font-size: 15px;
    margin: 0;
    line-height: 22px;
    color: #000;
    text-transform: capitalize;
}

.send-mail-full-info {
    display: flex;
    align-items: center;
}

.send-mail-full-info {
    display: flex;
    align-items: center;
}

    .send-mail-full-info .time span {
        font-size: 12px;
    }

.read-content-body {
    padding: 25px 0 0 0;
}

.read-content-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.read-content-body p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 15px;
}

.mailbox-download-file a {
    font-size: 12px;
    padding: 8px 20px;
    display: inline-block;
    background-color: rgba(0,0,0,0.05);
    border-radius: 4px;
    color: #000;
    margin-bottom: 4px;
}

    .mailbox-download-file a i {
        font-size: 14px;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }
/* Mail Compose */
.mail-compose {
    padding: 30px 15px;
}

    .mail-compose .dropzone {
        background: #f3f6f9 !important
    }

    .mail-compose .dropzone {
        border: 1px dashed #dddfe1;
        min-height: 21rem;
        position: relative
    }

        .mail-compose .dropzone .dz-message {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

.dropzone {
    background: #f3f6f9;
    border: 2px solid rgba(120, 130, 140, .13)
}

[data-theme-version=dark] .dropzone {
    background-color: #2b2e37
}

[data-theme-version=dark] .compose-content .dropzone {
    background: #323640 !important
}

@media only screen and (max-width: 991px) {
    .mail-rateing,
    .mail-list-title,
    .mail-list-title-info,
    .mail-list-time,
    .checkbox-list {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {

    .radiobuttoncss input[type="radio"]:not(:checked) + label, .radiobuttoncss input[type="radio"]:checked + label {
        line-height: 20px;
    }

        .radiobuttoncss input[type="radio"]:not(:checked) + label::before {
            line-height: 20px;
        }

    .email-wrapper {
        display: block;
    }

    .email-menu-bar {
        border-right: 0 solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
    }

    .mail-search-bar {
        width: 100px;
    }
}

@media only screen and (max-width: 576px) {

    .mail-list-title-info {
        display: none;
    }

    .mail-list-time {
        margin-left: auto;
    }

    .mail-rateing,
    .mail-list-title,
    .mail-list-title-info,
    .mail-list-time,
    .checkbox-list {
        height: 50px;
    }

    .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
        font-size: 12px;
    }

    .mail-compose {
        padding: 30px 5px;
    }

    .imageuploadify .imageuploadify-images-list .imageuploadify-container {
        margin: 5px 5px !important;
    }

    .send-mail-details > .d-flex {
        display: block !important;
    }

    .send-mail-full-info {
        margin-top: 10px;
    }
}


.imageuploadify .imageuploadify-images-list {
    display: inline-block;
    padding: 0 20px;
}

.mail-list-container .btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
}

.custom-file-label {
    text-align: left;
    font-weight: 500;
}

.custom-file {
    width: 95%;
}


.widget-post-bx .bordercss {
    border: 1px solid #eee;
    padding: 15px 10px 15px 10px;
}

.usergroup .widget-post-bx table td, .usergroup table td {
    padding: 0px;
}

.usergroup h4 {
    line-height: 200px;
    left: 10px;
    position: relative;
    font-size: 15px;
}

.usergroup h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.usergroup h5 {
    font-size: 15px;
    font-weight: 400;
}

.usergroup blockquote {
    padding: 10px;
    margin: 0px;
}

    .usergroup blockquote:before {
        content: "";
    }

.usergroup .instructor-info h6 {
    font-size: 16px;
}

.usergroup .instructor-info p {
    margin-top: 20px;
    font-size: 14px;
}

.usergroup .instructor-info span.small {
    font-size: 11px;
}

.usergroup .instructor-bx {
    padding: 10px 15px;
    margin-bottom: 10px;
}

/*footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
}*/

.ratingcontrol a {
    cursor: default;
}

@media only screen and (min-width : 992px) and (max-width : 1024px) {
    .container {
        max-width: 990px !important;
    }

    .rev_slider, .rev-slider {
        height: 350px !important;
    }

    .section-sp2.exam-body, .section-sp2.withoutexam-body {
        padding-top: 130px;
    }
}


/*************************************ajax popup***************************************/

.grid-col .PopupPanel {
    padding: 40px 15px 15px;
    background: #fff;
    top: 130px !important;
    max-width: 900px;
    width: 96%;
    position: fixed !important;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 98px;
}


.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-close, .mfp-preloader a:hover {
    color: #fff;
}

.mfp-close {
    width: 30px;
    height: 40px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    filter: alpha(opacity=65);
    font-style: normal;
    font-size: 25px;
    float: right;
}

    .mfp-close:hover {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
}

.shareicons a {
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

    .shareicons a i {
        font-size: 32px;
        color: #fff;
    }


/****************************************Footer2*******************************************/

.footer2 h1,
.footer2 h2,
.footer2 h3,
.footer2 h4,
.footer2 h5,
.footer2 h6,
.footer2 h1 a,
.footer2 h2 a,
.footer2 h3 a,
.footer2 h4 a,
.footer2 h5 a,
.footer2 h6 a {
    color: #b0b0b0;
}

.footer2 p,
.footer2 strong,
.footer2 b,
.footer2 {
    color: #b0b0b0;
}


    .footer2 h1 a,
    .footer2 h2 a,
    .footer2 h3 a,
    .footer2 h4 a,
    .footer2 h5 a,
    .footer2 h6 a,
    .footer2 p a {
        color: #b0b0b0;
    }

    .footer2 .btn-link,
    .footer2 a,
    .footer2 p a {
        color: #b0b0b0;
    }

        .footer2 a:active,
        .footer2 a:focus,
        .footer2 a:hover {
            color: #b0b0b0;
        }
    /* widget color */
    .footer2 .widget_categories ul li a,
    .footer2 .widget_archive ul li a,
    .footer2 .widget_meta ul li a,
    .footer2 .widget_pages ul li a,
    .footer2 .widget_recent_comments ul li a,
    .footer2 .widget_nav_menu li a,
    .footer2 .widget_recent_entries ul li a,
    .footer2 .widget_services ul li a {
        color: #b0b0b0;
    }

    .footer2.text-white .widget_categories ul li a,
    .footer2.text-white .widget_archive ul li a,
    .footer2.text-white .widget_meta ul li a,
    .footer2.text-white .widget_pages ul li a,
    .footer2.text-white .widget_recent_comments ul li a,
    .footer2.text-white .widget_nav_menu li a,
    .footer2.text-white .widget_recent_entries ul li a,
    .footer2.text-white .widget_services ul li a,
    .footer2.text-white a,
    .footer2.text-white ..footer2-bottom,
    .footer2.text-white p,
    .footer2.text-white strong,
    .footer2.text-white b,
    .footer2.text-white .widget .post-title,
    .footer2.text-white .widget-about .ttr-title,
    .footer2.text-white {
        color: #fff;
    }

    .footer2 p {
        margin-bottom: 10px;
    }

    .footer2 p,
    .footer2 li {
        font-size: 15px;
        line-height: 22px;
    }

    .footer2#.footer2 {
        background-position: center;
        background-size: cover;
    }

    .footer2 p {
        line-height: 24px;
        margin-bottom: 10px;
    }

    .footer2 .widget ul {
        list-style: none;
        margin-top: 5px;
    }
    /*widget li in .footer2*/
    .footer2 .widget_categories ul li,
    .footer2 .widget_archive ul li,
    .footer2 .widget_meta ul li,
    .footer2 .widget_pages ul li,
    .footer2 .widget_recent_comments ul li,
    .footer2 .widget_nav_menu li,
    .footer2 .widget_recent_entries ul li,
    .footer2 .widget_services ul li {
        border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
    }

    .footer2 .widget_services ul li {
        transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        padding: 10px 0px 10px 15px;
    }

        .footer2 .widget_services ul li:hover {
            transform: translateX(10px);
            -moz-transform: translateX(10px);
            -webkit-transform: translateX(10px);
            -o-transform: translateX(10px);
            -ms-transform: translateX(10px);
        }

.footer2-top {
    background: #303030;
    background-size: cover;
    background-position: center;
    padding: 0 0 20px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.footer2-bottom {
    background-color: #303030;
    padding: 25px 0;
    color: #b0b0b0;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-family: 'Segoe UI', Arial, sans-serif;
}

    .footer2-bottom ul {
        margin: 0;
    }

.footer2-title {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
}

    .footer2-title:after {
        width: 50px;
        background: #fff;
        opacity: 0.2;
        height: 1px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
    }

.footer2_widget ul li a {
    padding: 5px 0;
    display: block;
    font-weight: 400;
}


@media only screen and (max-width: 576px) {
    .footer2-title {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .footer2 p,
    .footer2 li {
        font-size: 13px;
    }

    .footer2 .widget {
        margin-bottom: 24px;
    }

    .footer2-top {
        padding: 0 0 10px;
    }
}

.footer2 {
    position: inherit;
}

    .footer2 .btn-link i {
        margin-right: 10px;
    }

    .footer2 .pt-exebar {
        border-bottom: 0px solid rgba(255,255,255,0.1);
        margin-bottom: 0px;
    }

    .footer2 .pt-social-link {
        border-left: 0;
        padding: 0px;
    }

.mobiletitle, .mobileminititle, .mobilecontent {
    display: none !important;
}

.webtitle, .webminititle, .webcontent {
    display: block !important;
}

.template3 {
    margin-bottom: 70px;
}

.template4 {
    margin-bottom: 0px;
}

@media only screen and (max-width: 576px) {
    .footer2 .pt-social-link {
        display: flex !important;
    }

    .mobiletitle, .mobileminititle, .mobilecontent {
        display: block !important;
    }

    .webtitle, .webminititle, .webcontent {
        display: none !important;
    }

    .template3 {
        margin-bottom: 90px;
    }
}



/*****************Toggle Switch********************/

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0300b;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #5eb35d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5eb35d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.panellineheight {
    line-height: 50px;
    font-size: 14px;
}



/******************************************Loader*********************/

.overlay {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 14px;
    margin-left: 318px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


.text_color {
    background-color: #eee;
    border-color: #eee;
    color: #F58634;
    text-align: center;
    margin-top: 15px;
}


/**************************Tooltips**************************/

.tooltip_new {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip_new .tooltiptext_top {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 110%;
        left: 50%;
        margin-left: -60px;
        font-size: 14px;
    }

        .tooltip_new .tooltiptext_top::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tooltip_new .tooltiptext_bottom {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 110%;
        left: 50%;
        margin-left: -60px;
        font-size: 14px;
    }

        .tooltip_new .tooltiptext_bottom::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip_new .tooltiptext_left {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 110%;
        font-size: 14px;
    }

        .tooltip_new .tooltiptext_left::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }

    .tooltip_new .tooltiptext_right {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 110%;
        font-size: 14px;
    }

        .tooltip_new .tooltiptext_right::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent black transparent transparent;
        }

    .tooltip_new:hover .tooltiptext_top, .tooltip_new:hover .tooltiptext_bottom, .tooltip_new:hover .tooltiptext_left, .tooltip_new:hover .tooltiptext_right {
        visibility: visible;
    }

.back_bg::after, .back_bg:after, .back_bg {
    background: #efefef;
}

.title-head {
    font-size: 20px;
    font-weight: 400;
    color: #F58634;
    margin-bottom: 10px;
}


/****************Login Style****************************/


.gradient-custom-2 {
    /* fallback for old browsers */
    background: #F58634;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(90deg,#d58488 0%,#e54e4e 100%);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(90deg,#d58488 0%,#e54e4e 100%);
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

.p-xl-5 {
    padding: 1rem !important;
}

.w-100 {
    width: 100% !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}

.text-black {
    --mdb-text-opacity: 1;
    color: rgba(0,0,0,1) !important;
}

.card {
    border: 0;
}

.card {
    --mdb-card-spacer-y: 1.5rem;
    --mdb-card-spacer-x: 1.5rem;
    --mdb-card-title-spacer-y: 0.5rem;
    --mdb-card-border-width: 1px;
    --mdb-card-border-color: rgba(0,0,0,0.175);
    --mdb-card-border-radius: 0.5rem;
    --mdb-card-box-shadow: 0 2px 15px -3px rgba(0,0,0,0.07),0 10px 20px -2px rgba(0,0,0,0.04);
    --mdb-card-inner-border-radius: calc(0.5rem - 1px);
    --mdb-card-cap-padding-y: 0.75rem;
    --mdb-card-cap-padding-x: 1.5rem;
    --mdb-card-cap-bg: hsla(0,0%,100%,0);
    --mdb-card-bg: #fff;
    --mdb-card-img-overlay-padding: 1.5rem;
    --mdb-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--mdb-card-height);
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: var(--mdb-card-border-width) solid var(--mdb-card-border-color);
    border-radius: var(--mdb-card-border-radius);
    box-shadow: var(--mdb-card-box-shadow);
}

.g-0, .gy-0 {
    --mdb-gutter-y: 0;
}

.p-md-5 {
    padding: 1rem !important;
}

.mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--mdb-card-spacer-y) var(--mdb-card-spacer-x);
    color: var(--mdb-card-color);
}

    .card-body h3 {
        font-size: 25px;
        font-weight: 400;
    }

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.align-items-center {
    align-items: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.card h4 {
    font-size: 25px;
    color: #fff;
}

.card .small {
    font-size: .875em;
}

.text-white {
    color: #fff;
}

.card .row {
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--mdb-gutter-y)*-1);
    margin-right: calc(var(--mdb-gutter-x)*-0.5);
    margin-left: calc(var(--mdb-gutter-x)*-0.5)
}


.btn-finalexam {
    background: #0081A0 !important;
    color: #fff;
}

    .btn-finalexam:hover {
        background: #F58634 !important;
    }

.progress-bar {
    background-color: #EFBB20;
}

.box-image {
    min-height: 200px;
}

    .box-image img {
        width: 270px;
        height: 135px;
    }

.box-height {
    min-height: 110px;
}

.subjectwise {
    background: #0081A0;
    margin-top: 10px;
}

    .subjectwise table td {
        padding: 0px;
    }

    .subjectwise li a {
        color: #fff !important;
    }

    .subjectwise li:hover {
        color: #fff !important;
        background: #0081A0;
    }

.gradient-custom-2 img {
    border-radius: 50%;
    width: 50%;
    border: 4px solid #ddd;
    background: #fff;
}

.loginpage {
    position: absolute;
    left: 45%;
}

.teacher-info .teacher-thumb img {
    width: 150px;
    border-radius: 0px;
    margin-right: 10px;
    border: 1px solid #eee;
}


.course-features1 {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    /*position: sticky;*/
    top: 80px;
}

    .course-features1 li {
        padding: 14px 0px;
        border-bottom: none;
        display: flex;
        font-size: 14px;
        align-items: center;
    }

        .course-features1 li i {
            margin-right: 10px;
            font-size: 16px;
            color: var(--primary);
        }

        .course-features1 li .label {
            width: 45%;
        }

        .course-features1 li .value {
            width: 55%;
            text-align: right;
        }

.reportscss .course-features1 p {
    margin-bottom: 0px;
}

#my_camera {
    width: 100% !important;
}

.create-course-sidebar .list-bar li#div_camera:hover #my_camera {
    background-color: none !important;
}

.text-white {
    color: #fff !important;
}

.bannerform {
    background: #009eb5;
    padding: 15px 15px 15px;
    border-radius: 8px;
    margin: 0 0 0 auto;
}

    .bannerform h3 {
        text-shadow: 4px 3px 23px #888;
        margin-bottom: 15px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
    }

    .bannerform .link, .bannerform .link a {
        color: #fff;
    }

        .bannerform .link a:hover {
            text-decoration: underline;
        }

        .bannerform .link .checkboxcss {
            margin-bottom: 2px;
        }

            .bannerform .link .checkboxcss input[type="checkbox"]:not(:checked) + label::before, .bannerform .link .checkboxcss input[type="checkbox"]:checked + label::before {
                color: #fff;
            }

.bannerform-bg-fix {
    background-size: cover;
}

.pt-social-link li {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .borderright-subject {
        width: calc(100% / 2);
    }

    .icon-float {
        top: 60%;
    }

    .card {
        min-height: 615px;
    }

    .block-btn {
        width: 100%;
        margin-bottom: 5px;
    }
}

.menu-logo.loginlogo, .is-fixed .menu-logo.loginlogo {
    width: 100%;
    max-width: 98%;
    text-align: center;
    padding-right: 0px;
    margin-bottom: 0px;
}

.table tr.pagesetting {
    background: #fff;
}

.table-hover tbody tr:hover.pagesetting {
    background: #fff;
}

.pagination-bx.gray .pagination > li.active > a {
    background-color: #F58634;
    color: #fff;
}

.pagination-bx.gray .pagination > li > a:hover {
    background-color: #0081A0;
    color: #fff;
}

.pagination-bx.gray .pagination > li > a {
    margin: 0 2px;
}
.bannerform {
    background-color: blue;
}
