@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&amp;display=swap");
@import url("bootstrap.min.css");
@import url("all.min.css");
@import url("daterangepicker.css");
@import url("currency-flags.min.css");
@import url("bootstrap-select.min.css");
@import url("ex-css.css");


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #6c6c6f;
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 0 !important;
}

a {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0px;
}

a:focus, button:focus, input:focus, select:focus {
    outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

h2 {
    color: #262934;
    font-size: 36px;
}

img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

section {
    display: block;
    position: relative;
    padding: 100px 0;
    width: 100%;
}

/**
 *
 * Common CSS
 *
 */
@media screen and (max-width: 767px) {
    section {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 768px) {
    .nopadd-ltf {
        padding-left: 0;
    }

    .nopadd-rth {
        padding-right: 0;
    }

    .nopadd {
        padding-left: 0;
        padding-right: 0;
    }
}

.nopadd-btm {
    padding-bottom: 0 !important;
}

.btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    text-transform: capitalize;
    min-width: 200px;
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
}
label.btn{
  color: #6c757d;
}
@media screen and (min-width: 992px) {
    .btn:first-of-type {
        margin-right: 25px;
    }
}

.btn-filled {
    background-color: #256be6;
}

.btn-filled:hover {
    background-color: #123d88;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}

.btn-filled:hover i {
    color: #000;
    position: relative;
    z-index: 9;
}

.btn-default {
    background-color: #256be6;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-default:hover {
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}

.btn-round, .iconBox .btn {
    border-radius: 50px;
}

.btn-outline {
    border: 2px solid #fff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.icon-left i {
    line-height: .8;
    margin-right: 20px;
}

.btn span {
    position: relative;
    z-index: 2;
}

.btn span.bh {
    background: #fff;
    border: 10px solid #ffffff8f;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.7s ease 0s, height 0.7s ease 0s;
    -o-transition: width 0.7s ease 0s, height 0.7s ease 0s;
    transition: width 0.7s ease 0s, height 0.7s ease 0s;
    width: 0;
    z-index: 1;
    opacity: 0;
}

.btn:hover span.bh {
    height: 500px;
    width: 500px;
    opacity: 1;
}

.circle-cursor {
    pointer-events: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background: #000;
    font-size: 20px;
    text-align: center;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    z-index: 9999999;
    top: 0;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .5;
}

.tagline {
    color: #256be6;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .tagline {
        font-size: 12px;
    }
}

.tagline.bar {
    padding-left: 70px;
}

.tagline.bar:after {
    background-color: #256be6;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
}

@media screen and (min-width: 992px) {
    .mb100 {
        margin-bottom: 100px;
    }
}

.bg-offwhite {
    background-color: #f7faff;
}

.sec-heading {
    text-align: center;
    margin-bottom: 76px;
}

.sec-heading .sec-title {
    color: #2f2f35;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .sec-heading .sec-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.sec-heading .sec-subtitle {
    color: #6c6c6f;
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 0;
}

.avatar {
    border-radius: 50%;
}

.roysha-icon {
    display: inherit;
    font-size: 70px;
    margin-bottom: 20px;
}

.roysha-icon span:before {
    color: #256be6 !important;
}

/**
 *  Preloader
 */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: 99999999;
    width: 100%;
    height: auto;
}

#status {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/**
 * Header style
 */
.header, .header02, .header03, .header04 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: 100%;
    z-index: 9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0.1);
}

.header.fixed-header, .fixed-header.header02, .fixed-header.header03, .fixed-header.header04 {
    position: fixed;
    background: #123d88;
}

.header .container, .header02 .container, .header03 .container, .header04 .container {
    position: relative;
    height: 100%;
}

.header .logo, .header02 .logo, .header03 .logo, .header04 .logo {
    display: block;
    max-width: 138px;
}

.header .primary-menu, .header02 .primary-menu, .header03 .primary-menu, .header04 .primary-menu {
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .header .primary-menu ul, .header02 .primary-menu ul, .header03 .primary-menu ul, .header04 .primary-menu ul {
        background-color: #256be6;
        display: none;
        text-align: left;
        width: 100%;
    }

    .header .primary-menu ul:not(.sub-menu), .header02 .primary-menu ul:not(.sub-menu), .header03 .primary-menu ul:not(.sub-menu), .header04 .primary-menu ul:not(.sub-menu) {
        max-height: 400px;
        overflow-y: scroll;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

.header .primary-menu ul li, .header02 .primary-menu ul li, .header03 .primary-menu ul li, .header04 .primary-menu ul li {
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 991px) {
    .header .primary-menu ul li.login, .header02 .primary-menu ul li.login, .header03 .primary-menu ul li.login, .header04 .primary-menu ul li.login {
        border: none;
    }
}

@media screen and (min-width: 992px) {
    .header .primary-menu ul li.login a, .header02 .primary-menu ul li.login a, .header03 .primary-menu ul li.login a, .header04 .primary-menu ul li.login a {
        padding: 5px 30px;
    }
}

.header .primary-menu ul li.has-menu-child i, .header02 .primary-menu ul li.has-menu-child i, .header03 .primary-menu ul li.has-menu-child i, .header04 .primary-menu ul li.has-menu-child i {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
}

@media screen and (min-width: 992px) {
    .header .primary-menu ul li.has-menu-child i, .header02 .primary-menu ul li.has-menu-child i, .header03 .primary-menu ul li.has-menu-child i, .header04 .primary-menu ul li.has-menu-child i {
        right: -5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.header .primary-menu ul li.has-menu-child ul.sub-menu, .header02 .primary-menu ul li.has-menu-child ul.sub-menu, .header03 .primary-menu ul li.has-menu-child ul.sub-menu, .header04 .primary-menu ul li.has-menu-child ul.sub-menu {
    padding-left: 15px;
    border: 1px solid #ddd;
}

@media screen and (min-width: 992px) {
    .header .primary-menu ul li.has-menu-child ul.sub-menu, .header02 .primary-menu ul li.has-menu-child ul.sub-menu, .header03 .primary-menu ul li.has-menu-child ul.sub-menu, .header04 .primary-menu ul li.has-menu-child ul.sub-menu {
        background-color: #fff;
        text-align: left;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        padding: 0;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 100%;
        left: 0;
        width: 220px;
    }
}

.header .primary-menu ul li.has-menu-child ul.sub-menu li, .header02 .primary-menu ul li.has-menu-child ul.sub-menu li, .header03 .primary-menu ul li.has-menu-child ul.sub-menu li, .header04 .primary-menu ul li.has-menu-child ul.sub-menu li {
    display: block;
}

@media screen and (min-width: 992px) {
    .header .primary-menu ul li.has-menu-child ul.sub-menu a, .header02 .primary-menu ul li.has-menu-child ul.sub-menu a, .header03 .primary-menu ul li.has-menu-child ul.sub-menu a, .header04 .primary-menu ul li.has-menu-child ul.sub-menu a {
        color: #666;
        font-size: 14px;
        padding: 8px 5px 10px 25px;
        position: relative;
    }
}

.header .primary-menu ul li.has-menu-child ul.sub-menu a:before, .header02 .primary-menu ul li.has-menu-child ul.sub-menu a:before, .header03 .primary-menu ul li.has-menu-child ul.sub-menu a:before, .header04 .primary-menu ul li.has-menu-child ul.sub-menu a:before {
    content: '';
    width: 7px;
    height: 1px;
    border-radius: 50%;
    background: #123d88;
    display: block;
    position: absolute;
    left: 10px;
    top: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header .primary-menu ul li.has-menu-child ul.sub-menu a:hover, .header02 .primary-menu ul li.has-menu-child ul.sub-menu a:hover, .header03 .primary-menu ul li.has-menu-child ul.sub-menu a:hover, .header04 .primary-menu ul li.has-menu-child ul.sub-menu a:hover {
    background-color: #123d88;
    color: #fff;
}

.header .primary-menu ul li.has-menu-child ul.sub-menu a:hover:before, .header02 .primary-menu ul li.has-menu-child ul.sub-menu a:hover:before, .header03 .primary-menu ul li.has-menu-child ul.sub-menu a:hover:before, .header04 .primary-menu ul li.has-menu-child ul.sub-menu a:hover:before {
    background: #fff;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.header .primary-menu ul li a, .header02 .primary-menu ul li a, .header03 .primary-menu ul li a, .header04 .primary-menu ul li a {
    color: #fff;
    display: block;
    text-transform: capitalize;
    padding: 5px 25px;
    position: relative;
}

@media screen and (min-width: 992px) {
    .header .primary-menu ul li a, .header02 .primary-menu ul li a, .header03 .primary-menu ul li a, .header04 .primary-menu ul li a {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 1199px) {
    .header .primary-menu ul li a, .header02 .primary-menu ul li a, .header03 .primary-menu ul li a, .header04 .primary-menu ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .header .primary-menu ul li a:hover, .header02 .primary-menu ul li a:hover, .header03 .primary-menu ul li a:hover, .header04 .primary-menu ul li a:hover {
        background-color: #1053c8;
    }
}

.header .primary-menu ul li a.login.btn.btn-outline.btn-round, .header02 .primary-menu ul li a.login.btn.btn-outline.btn-round, .header03 .primary-menu ul li a.login.btn.btn-outline.btn-round, .header04 .primary-menu ul li a.login.btn.btn-outline.btn-round, .header .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header .primary-menu ul li a.login.btn.btn-outline, .header02 .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header02 .primary-menu ul li a.login.btn.btn-outline, .header03 .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header03 .primary-menu ul li a.login.btn.btn-outline, .header04 .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header04 .primary-menu ul li a.login.btn.btn-outline {
    padding: 11px 25px !important;
}

@media screen and (min-width: 992px) {
    .header .primary-menu ul li a.login.btn.btn-outline.btn-round, .header02 .primary-menu ul li a.login.btn.btn-outline.btn-round, .header03 .primary-menu ul li a.login.btn.btn-outline.btn-round, .header04 .primary-menu ul li a.login.btn.btn-outline.btn-round, .header .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header .primary-menu ul li a.login.btn.btn-outline, .header02 .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header02 .primary-menu ul li a.login.btn.btn-outline, .header03 .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header03 .primary-menu ul li a.login.btn.btn-outline, .header04 .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header04 .primary-menu ul li a.login.btn.btn-outline {
        min-width: auto;
        top: 13px;
        position: relative;
    }

    .header .primary-menu ul li a.login.btn.btn-outline.btn-round:hover span, .header02 .primary-menu ul li a.login.btn.btn-outline.btn-round:hover span, .header03 .primary-menu ul li a.login.btn.btn-outline.btn-round:hover span, .header04 .primary-menu ul li a.login.btn.btn-outline.btn-round:hover span, .header .primary-menu ul li .iconBox a.login.btn.btn-outline:hover span, .iconBox .header .primary-menu ul li a.login.btn.btn-outline:hover span, .header02 .primary-menu ul li .iconBox a.login.btn.btn-outline:hover span, .iconBox .header02 .primary-menu ul li a.login.btn.btn-outline:hover span, .header03 .primary-menu ul li .iconBox a.login.btn.btn-outline:hover span, .iconBox .header03 .primary-menu ul li a.login.btn.btn-outline:hover span, .header04 .primary-menu ul li .iconBox a.login.btn.btn-outline:hover span, .iconBox .header04 .primary-menu ul li a.login.btn.btn-outline:hover span {
        color: #123d88;
    }
}

@media screen and (max-width: 991px) {
    .header .primary-menu ul li a.login.btn.btn-outline.btn-round, .header02 .primary-menu ul li a.login.btn.btn-outline.btn-round, .header03 .primary-menu ul li a.login.btn.btn-outline.btn-round, .header04 .primary-menu ul li a.login.btn.btn-outline.btn-round, .header .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header .primary-menu ul li a.login.btn.btn-outline, .header02 .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header02 .primary-menu ul li a.login.btn.btn-outline, .header03 .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header03 .primary-menu ul li a.login.btn.btn-outline, .header04 .primary-menu ul li .iconBox a.login.btn.btn-outline, .iconBox .header04 .primary-menu ul li a.login.btn.btn-outline {
        border: none;
        text-align-last: left;
        font-weight: 400;
    }

    .header .primary-menu ul li a.login.btn.btn-outline.btn-round .bh, .header02 .primary-menu ul li a.login.btn.btn-outline.btn-round .bh, .header03 .primary-menu ul li a.login.btn.btn-outline.btn-round .bh, .header04 .primary-menu ul li a.login.btn.btn-outline.btn-round .bh, .header .primary-menu ul li .iconBox a.login.btn.btn-outline .bh, .iconBox .header .primary-menu ul li a.login.btn.btn-outline .bh, .header02 .primary-menu ul li .iconBox a.login.btn.btn-outline .bh, .iconBox .header02 .primary-menu ul li a.login.btn.btn-outline .bh, .header03 .primary-menu ul li .iconBox a.login.btn.btn-outline .bh, .iconBox .header03 .primary-menu ul li a.login.btn.btn-outline .bh, .header04 .primary-menu ul li .iconBox a.login.btn.btn-outline .bh, .iconBox .header04 .primary-menu ul li a.login.btn.btn-outline .bh {
        display: none;
    }
}

.header .primary-menu ul li:hover ul.sub-menu, .header02 .primary-menu ul li:hover ul.sub-menu, .header03 .primary-menu ul li:hover ul.sub-menu, .header04 .primary-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 991px) {
    .header .primary-menu ul li, .header02 .primary-menu ul li, .header03 .primary-menu ul li, .header04 .primary-menu ul li {
        display: block;
    }
}

.header .primary-menu #mobile-menu-toggler, .header02 .primary-menu #mobile-menu-toggler, .header03 .primary-menu #mobile-menu-toggler, .header04 .primary-menu #mobile-menu-toggler {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: .8;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
    .header .primary-menu #mobile-menu-toggler, .header02 .primary-menu #mobile-menu-toggler, .header03 .primary-menu #mobile-menu-toggler, .header04 .primary-menu #mobile-menu-toggler {
        display: none;
    }
}

.header02, .header03 {
    background-color: #fff;
    position: relative;
    height: auto;
}

.header02 .logo img, .header03 .logo img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.header02 .primary-menu, .header03 .primary-menu {
    margin-left: 0;
}

.header02 .primary-menu #mobile-menu-toggler, .header03 .primary-menu #mobile-menu-toggler {
    color: #000;
}

.header02 .primary-menu ul li:last-child, .header03 .primary-menu ul li:last-child {
    margin-left: auto;
}

@media screen and (min-width: 992px) {
    .header02 .primary-menu ul li a, .header03 .primary-menu ul li a {
        color: #000;
    }
}

@media screen and (min-width: 992px) {
    .header02 .primary-menu .btn, .header03 .primary-menu .btn {
        background-color: #004bc8;
    }
}

.header03 .social-icons {
    display: inline-block;
}

.header03 .social-icons a:not(:last-child) {
    border-right: 1px solid #fff;
}

.header03 .login {
    padding: 5px 20px;
    border-radius: 0;
    text-transform: capitalize;
}

.header03 .login:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .header03 .login {
        padding: 5px 13px;
    }
}

.header04 .login {
    min-width: auto;
    padding: 7px 25px;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 1.8px;
}

.header04 .login:hover {
    color: #2f2f35;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .header04 .login {
        margin-right: 35px;
    }
}

@media screen and (max-width: 991px) {
    .header-main {
        height: 80px;
    }
}

.header-top {
    padding: 10px 0;
    background: #002563;
}

.header-top .top-text {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.header-top .top-text:nth-child(2) {
    margin-left: 20px;
}

.header-top .top-text i {
    margin-right: 5px;
}

.header-top .social-icons a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 0 7px;
}

@media screen and (max-width: 575px) {
    .header-top {
        display: none;
    }
}

.primary-menu .btn span {
    color: #fff;
}

.primary-menu .btn:first-of-type {
    margin-right: 0;
}

/*
  dasboard profile menu
*/
.has-menu-child ul.dropdown-menu-md.sub-menu.profile-drop {
    /*width: 300px;*/
    /*display: block;*/
    position: absolute;
    /*visibility: visible !important;*/
    /*opacity: 1 !important;*/
    right: 0;
    left: auto !important;
}

.header-pro-thumb {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    margin-top: -5px;
}

.pro-menu-drop > a {
    padding-left: 40px !important;
}

.pro-menu-drop > a i {
    color: #1b1e21 !important
}

/***
 * PROFILE PAGE
***/
.admin-page-title {
    padding: 20px;

}

.admin-page-title h2 {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
}

h3.text-5.font-weight-400.mb-3 {
    border-bottom: 1px solid #ddd;
    padding: 13px 15px;
    background: #dee3e4;
    /* border-radius: 6px; */
}

a.text-muted {
    color: #8e9a9d !important;
    position: relative;
    top: 8px;
}

.Profile-menu {
}

.Profile-menu ul {
    display: block;
    padding: 0 !important;
    margin: 0;
}

.Profile-menu ul li {
    display: block;
}

.Profile-menu ul li a {
    /*width: 100%;*/
    /*text-align: left !important;*/
    /*color: #acb1be !important;*/
    /*padding: 10px 15px !important;*/
    /*background: #dee3e45c;*/
}

.accord {
    display: none;
}

.infoItems {
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}

.infoItems a {
    font-weight: 700;
    color: #256be6 !important;
    position: absolute;
    right: 15px;
    top: 15px;
}

/*
  dashboard page
*/
.hero-section {
    background: url("../images/9.jpg");
    display: block;
    padding: 50px 0;
    position: relative;
    background-size: cover;
}

.hero-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #002563;
    opacity: .9;

}

/*
  profile progressbar
*/
.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #2ed06e;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 300;
}

.progress .progress-value div {
    margin-top: 10px;
}

.progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.progress {
    margin-bottom: 1em;
}

.profile-completeness .border {
    /* border: none !important; */
    width: 150px;
    height: 150px;
    border-radius: 50% !important;
    margin: 0 auto;
    position: relative;
}

.custom-file {
    position: relative;
    z-index: 2;
    bottom: 7px;
}

.bg-icon {
    position: absolute;
    font-size: 100px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .06;
    /*transform: rotate(-45deg);*/
}

.profile-name {
    display: block;
    text-align: center;
    color: #fff;
}

.admin-heading {
    display: block;
    padding: 15px 30px;
    margin: 0;
    position: relative;
}

.admin-heading:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
    background: #256be6;
    top: 0;
}

.pay-date {
    position: relative;
}

.pay-date span:first-child {
    margin-left: 5px;
}

.pay-month {
    position: absolute;
    transform: rotate(-45deg);
}

.pay-month {
    position: absolute;
    transform: rotate(-90deg);
    left: 0;
    background: #256be6;
    color: #fff;
    padding: 0px 5px;
    line-height: 1.5;
    top: 5px;
}

.transaction-item .text-muted {
    color: #8e9a9d !important;
    font-size: 13px;
    font-style: italic;
}

.btn span.bh {
    background: #fff;
    border: 10px solid #ffffff8f;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.7s ease 0s, height 0.7s ease 0s;
    -o-transition: width 0.7s ease 0s, height 0.7s ease 0s;
    transition: width 0.7s ease 0s, height 0.7s ease 0s;
    width: 0;
    z-index: 1;
    opacity: 0;
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

.progress {
    margin-bottom: 1em;
}

i.fas.fa-exclamation-circle {
    color: #FF9800;
}

.Profile-menu ul li a i {
    width: 24px;
    text-align: left;
}

.Profile-menu ul li a {
    width: 100%;
    text-align: left !important;
    color: #ffffffab !important;
    padding: 10px 15px !important;
    background: #314971;
    font-size: 14px !important;
}


.Profile-menu ul li.active a {
    position: relative;
    background: #0000006e !important;
}

.Profile-menu ul li.active a:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
    background: #256be6;
    top: 0;
}

.btn-center {
    margin: 0 !important;
}

.side-block {
    position: relative;
}

.side-block h2, .side-block p {
    color: #fff;
}

.side-block i {
    position: absolute;
    color: #FFF;
    text-align: center;
    left: 0;
    right: 0;
    opacity: .1;
    font-size: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 105px;
    transition: all .3s;
}

.side-block:hover i {
    opacity: .5;
    color: #256be6;
}

.admin-heading h3 {
    margin: 0;
    padding: 0;

}

li.has-menu-child {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    width: 150px;
    background: #fff;
    display: none;

    /*margin-top: 8px;*/
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

li.has-menu-child a {
    padding: 5px 0;
    display: block;
}

li.has-menu-child:hover ul.sub-menu {
    display: block;
}

.secondary-nav.nav > li.active > a {
    background: #256be6;
    color: #fff !important;
}

li.has-menu-child ul.sub-menu li a {
    padding: 10px 25px;
}

li.has-menu-child:hover ul.sub-menu li a:hover {
    background: #256be6;
    color: #fff;
}

ul.pro-sec-menu {
}

ul.pro-sec-menu li {
}

ul.pro-sec-menu li a {

}

/*
sidebar
*/

aside.col-lg-3.sidebar .bg-light {
    background: #37517e !important;
}

.form-box {
    display: block;
    margin: 50px 0 !important;
}

.charge-area {
    position: relative;
}

.free-charge {
    position: absolute;
    top: 0;
    right: 0;
}

.free-charge {
    position: absolute;
    top: -10px;
    right: 0;
    border-radius: 2px !important;
    font-size: 10px !important;
}

/*

*/

span.input-group-text.currency-icon {
    background: #256be6;
    color: #fff;
}

.msg-header {
    display: block;
    text-align: center;
    background: #256be6;
    color: #fff;
    padding: 10px;
}

.row.profile-completeness p {
    color: #fff;
}

.filter-btn {
    color: #fff !important;
    background: #256be6;
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 12px;
    border-radius: 3px;
}

.filter-btn > a {
    color: #fff !important;
}

.filter-btn {
    color: #fff !important;
    background: #256be6;
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 12px;
    border-radius: 3px;
    margin: 0 5px;
    position: relative;
}

.dropdown.filter-btn {
    margin-right: 0;
    margin-left: 10px;
}

.dropdown-menu.dropdown-menu-right.show {
    top: 16px !important;
    left: 10px !important;
}

.page-link {
    border-radius: 0.25rem;
    margin: 0 0.22rem;
    font-size: 1rem;
    border: 1px solid #256be6;
    width: 40px;
    text-align: center;
}

.account-card img {
    max-width: 50px;
}

/**
 * Footer
 */
.footer {
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    /*background-image: url("../images/footer-bg.png");*/
    background-color: #123d88;
    position: relative;
}

.footer .foo-top {
    padding: 100px 0 90px;
}

.footer .widget h5 {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.footer .widget h5:before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    height: 2px;
    width: 30px;
}

@media screen and (max-width: 575px) {
    .footer .widget h5 i {
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .footer .widget {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .footer .foo-nav {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .footer .foo-nav {
        margin-bottom: 0;
    }

    .footer .foo-nav ul {
        display: none;
    }

    .footer .foo-nav h5 {
        cursor: pointer;
        margin-bottom: 0;
    }
}

.footer .foo-nav li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    padding-left: 10px;
    position: relative;
}

.footer .foo-nav li a:before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer .foo-nav li a:hover {
    padding-left: 15px;
}

.footer .foo-address address {
    color: #fff;
    margin-bottom: 35px;
}

.footer .foo-address address a {
    color: #fff;
}

.footer .foo-btm {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.footer .foo-navigation ul li {
    display: inline-block;
}

.footer .foo-navigation ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding-right: 20px;
}

@media screen and (max-width: 991px) {
    .footer .foo-navigation ul li a {
        font-size: 12px;
        padding-right: 12px;
    }
}

.footer .foo-navigation ul li:last-child a {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .footer .foo-navigation {
        text-align: center;
    }
}

.footer .copyright {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.footer .copyright a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .footer .copyright {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .footer .copyright {
        font-size: 12px;
    }
}


@media screen and (max-width: 991px) {
    ul.sub-menu {
        position: relative;
        border: none !important;
        /*display: block !important;*/
    }

    .header02 .primary-menu ul li.has-menu-child ul.sub-menu {
        padding-left: 0;
        overflow: hidden;
    }

    .dropdown-header h5 {
        color: #fff !important;
    }
    .primary-menu > ul{
        max-height: inherit !important;
        height: auto !important;
        overflow: inherit !important;
    }
    li.has-menu-child:hover ul.sub-menu {
        display: none;
    }
    .pro-menu-drop > a{
        padding-left: 25px !important;
    }
    .header-pro-thumb{
        display: none;
    }
}