
    /*--------------------------------------------------------------
    # General
    --------------------------------------------------------------*/
    :root {
    scroll-behavior: smooth;
    }

    body {
    font-family: "Open Sans", sans-serif;
    background: #f6f9ff;
    color: #444444;
    /*background: url("../img/landingpage.png") no-repeat center fixed;
    background-size: cover;*/
    }
    
    .body {
    background: url("../img/landingpage.png") no-repeat center fixed;
    background-size: cover;
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 90%;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background: #aab7cf;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    ::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    a {
    color: #4154f1;
    text-decoration: none;
    }

    a:hover {
    color: #717ff5;
    text-decoration: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: "Nunito", sans-serif;
    }

    /*--------------------------------------------------------------
    # Main
    --------------------------------------------------------------*/
    #main {
    margin-top: 70px;
    padding: 20px 30px;
    transition: all 0.3s;
    }

    @media (max-width: 1199px) {
    #main {
    padding: 20px;
    }
    }

    /*--------------------------------------------------------------
    # Page Title
    --------------------------------------------------------------*/
    .pagetitle {
    margin-bottom: 10px;
    }

    .pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #00216e;
    }

    /*--------------------------------------------------------------
    # Back to top button
    --------------------------------------------------------------*/
    .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 8px;
    bottom: 20px;
    z-index: 95;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.4s;
    }

    .back-to-top i {
    font-size: 34px;
    color: #fff;
    line-height: 0;
    }

    .back-to-top:hover {
    background: #6776f4;
    color: #fff;
    }

    .back-to-top.active {
    visibility: visible;
    opacity: 1;
    }

    /*--------------------------------------------------------------
    # Override some default Bootstrap stylings
    --------------------------------------------------------------*/
    /* Dropdown menus */
    .dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
    }

    .dropdown-menu .dropdown-header,
    .dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
    }

    .dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
    }

    .dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
    }

    .dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
    }

    .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
    }

    .dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
    }

    .dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
    }

    @media (min-width: 768px) {
    .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
    }
    }

    @-webkit-keyframes dropdown-animate {
    0% {
    opacity: 0;
    }

    100% {
    opacity: 1;
    }

    0% {
    opacity: 0;
    }
    }

    @keyframes dropdown-animate {
    0% {
    opacity: 0;
    }

    100% {
    opacity: 1;
    }

    0% {
    opacity: 0;
    }
    }

    /* Light Backgrounds */
    .bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
    }

    .bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
    }

    .bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
    }

    .bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
    }

    .bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
    }

    .bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
    }

    .bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
    }

    /* Card */
    .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    }

    .card-header,
    .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
    }

    .card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #00216e;
    font-family: "Poppins", sans-serif;
    }

    .card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
    }

    .card-body {
    padding: 0 20px 20px 20px;
    }

    .card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
    }

    /* Alerts */
    .alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    }

    /* Close Button */
    .btn-close {
    background-size: 25%;
    }

    .btn-close:focus {
    outline: 0;
    box-shadow: none;
    }

    /* Accordion */
    .accordion-item {
    border: 1px solid #ebeef4;
    }

    .accordion-button:focus {
    outline: 0;
    box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
    color: #00216e;
    background-color: #f6f9ff;
    }

    .accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
    }

    .accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
    }

    .accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
    }

    /* Breadcrumbs */
    .breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
    }

    .breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
    }

    .breadcrumb a:hover {
    color: #00216e;
    }

    .breadcrumb .breadcrumb-item::before {
    color: #899bbd;
    }

    .breadcrumb .active {
    color: #00216e;
    font-weight: 600;
    }

    /* Bordered Tabs */
    .nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
    }

    .nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
    }

    .nav-tabs-bordered .nav-link:hover,
    .nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
    }

    .nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
    }

    /*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .logo {
    line-height: 1;
    }

    @media (min-width: 1200px) {
    .logo {
    width: 350px;
    }
    }

    .logo img {
    max-height: 40px;
    margin-right: 6px;
    }

.logo span {
    font-size: 30px;
    font-weight: 800;
    color: #f6f9ff;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #00216e;
    /*padding-left: 20px;*/
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #f6f9ff;
    }

    .header .search-bar {
    min-width: 360px;
    padding: 0 20px;
    }

    @media (max-width: 1199px) {
    .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    }

    .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
    }
    }

    .header .search-form {
    width: 100%;
    }

    .header .search-form input {
    border: 0;
    font-size: 14px;
    color: #00216e;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
    }

    .header .search-form input:focus,
    .header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
    }

    .header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
    }

    .header .search-form button i {
    color: #00216e;
    }

    /*--------------------------------------------------------------
    # Header Nav
    --------------------------------------------------------------*/
    .header-nav ul {
    list-style: none;
    }

    .header-nav>ul {
    margin: 0;
    padding: 0;
    }

.header-nav .nav-icon {
    font-size: 22px;
    color: #f6f9ff;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #f6f9ff;
}

    .header-nav .nav-profile img {
    max-height: 36px;
    }

    .header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
    }

    .header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
    }

    .header-nav .notifications {
    inset: 8px -15px auto auto !important;
    }

    .header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
    }

    .header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
    }

    .header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    }

    .header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
    }

    .header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
    }

    .header-nav .messages {
    inset: 8px -15px auto auto !important;
    }

    .header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
    }

    .header-nav .messages .message-item a {
    display: flex;
    }

    .header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
    }

    .header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
    }

    .header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
    }

    .header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
    }

    .header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
    }

    .header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
    }

    .header-nav .profile .dropdown-header span {
    font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
    }

    .header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
    }

    .header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
    }

    /*--------------------------------------------------------------
    # Sidebar
    --------------------------------------------------------------*/
.sidebar {
    position: fixed;
    /*top: -100%;*/
    top: 75px;
    bottom: 10px;
    right: -100%;
    width: 320px;
    z-index: 996;
    padding: 20px;
    overflow-y: auto;
    transition: all 0.2s;
    /*scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;*/
    /*box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);*/
    background-color: #ffffff;
}

    /*@media (max-width: 1199px) {
    .sidebar {
    left: -320px;
    }
    }*/

    /*@media (max-width: 1199px) {
    .sidebar {
    left: -320px;
    }
    }*/

    .sidebar::-webkit-scrollbar {
        width: 8px;
        height: 90%;
    }

    .sidebar::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .sidebar::-webkit-scrollbar-thumb {
        background: #aab7cf;
        border-radius: 10px;
    }

    .sidebar::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .sidebar::-webkit-scrollbar-corner {
        background-color: transparent;
    }

.toggle-sidebar .sidebar {
    right: 5px;
    /*top: 75px;
    bottom: 10px;*/
}

    /*@media (min-width: 1200px) {

        #main,
        #footer {*/
            /*margin-left: 300px;*/
        /*}
    }

    @media (max-width: 1199px) {
        .toggle-sidebar .sidebar {
            left: 0;
        }
    }

    @media (min-width: 1200px) {

        .toggle-sidebar #main,
        .toggle-sidebar #footer {
            margin-left: 0;
        }

        .toggle-sidebar .sidebar {
            left: -320px;
        }
    }*/

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 12px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 400;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #00216e;
    /*color: #f6b930;*/
    transition: 0.3;
    /*background: #f5f8fe;*/
    padding: 8px 10px;
    border-radius: 5px;
}

.sidebar-nav .nav-link i {
    font-size: 18px;
    margin-right: 10px;
    color: #00216e;
}

.sidebar-nav .nav-link:active {
    color: #899bbd;
}

.sidebar-nav .nav-link.collapsed {
  color: #899bbd;
  /*background: #ffffff;*/
}

    .sidebar-nav .nav-link.collapsed i {
        color: #899bbd;
    }

        .sidebar-nav .nav-link:hover {
            color: #00216e;
            /*background: #f6f9ff;*/
        }

            .sidebar-nav .nav-link:hover i {
                color: #00216e;
            }

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

    .sidebar-nav .nav-content a {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        color: #899bbd;
        transition: 0.3;
        padding: 8px 0 8px 20px;
        transition: 0.3s;
    }
        .sidebar-nav .nav-content a:hover {
            color: #012970;
        }

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
        /*.sidebar-nav .nav-content a:hover,*/
        
        .sidebar-nav .nav-content a.active {
            color: #012970;
        }

            .sidebar-nav .nav-content a.active i {
                background-color: #012970;
            }

    /*--------------------------------------------------------------
    # Dashboard
    --------------------------------------------------------------*/
    /* Filter dropdown */
    .dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
    }

    .dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
    }

    .dashboard .filter .icon:hover,
    .dashboard .filter .icon:focus {
    color: #4154f1;
    }

    .dashboard .filter .dropdown-header {
    padding: 8px 15px;
    }

    .dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
    }

    .dashboard .filter .dropdown-item {
    padding: 8px 15px;
    }

    /* Info Cards */
    .dashboard .info-card {
    padding-bottom: 10px;
    }

    .dashboard .info-card h6 {
    font-size: 28px;
    color: #00216e;
    font-weight: 700;
    margin: 0;
    padding: 0;
    }

    .dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
    }

    .dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
    }

    .dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
    }

    .dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
    }

    /* Activity */
    .dashboard .activity {
    font-size: 14px;
    }

    .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
    }

    .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
    }

    .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
    }

    .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
    }

    .activity .activity-item:first-child .activite-label::before {
    top: 5px;
    }

    .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
    }

    /* News & Updates */
    .news .post-item+.post-item {
    margin-top: 15px;
    }

    .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
    }

    .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
    }

    .news h4 a {
    color: #00216e;
    transition: 0.3s;
    }

    .news h4 a:hover {
    color: #4154f1;
    }

    .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
    }

    /* Recent Sales */
    .dashboard .recent-sales {
    font-size: 14px;
    }

    .dashboard .recent-sales .table thead {
    background: #f6f6fe;
    }

    .dashboard .recent-sales .table thead th {
    border: 0;
    }

    .dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
    }

    /* Top Selling */
    .dashboard .top-selling {
    font-size: 14px;
    }

    .dashboard .top-selling .table thead {
    background: #f6f6fe;
    }

    .dashboard .top-selling .table thead th {
    border: 0;
    }

    .dashboard .top-selling .table tbody td {
    vertical-align: middle;
    }

    .dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
    }


/*--------------------------------------------------------------
    # CARD
    --------------------------------------------------------------*/

/* Info Cards */
.info-card {
    padding-bottom: 10px;
}

    .info-card h6 {
        font-size: 28px;
        color: #00216e;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.card-icon {
    font-size: 35px;
    line-height: 0;
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    flex-grow: 0;
}

.primary-card .card-icon {
    color: #0a408e;
    background: #b2cef8;
}

.success-card .card-icon {
    color: #11603b;
    background: #9ed5bb;
}

.warning-card .card-icon {
    color: #b68902;
    background: #fbdf8c;
}

.danger-card .card-icon {
    color: #a62733;
    background: #f8c1c6;
}

.secondary-card .card-icon {
    color: #414549;
    background: #dbdfe2;
}

.dark-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

    /*--------------------------------------------------------------
    # Icons list page
    --------------------------------------------------------------*/
    .iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
    }

    .iconslist .icon {
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    color: #00216e;
    padding: 15px 0;
    }

    .iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
    }

    .iconslist .label {
    font-family: var(--bs-font-monospace);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    }

    /*--------------------------------------------------------------
    # Profie Page
    --------------------------------------------------------------*/
    .profile .profile-card img {
    max-width: 120px;
    }

    .profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
    }

    .profile .profile-card h3 {
    font-size: 18px;
    }

    .profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
    }

    .profile .profile-card .social-links a:hover {
    color: #00216e;
    }

    .profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
    }

    .profile .profile-overview .card-title {
    color: #00216e;
    }

    .profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    }

    .profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    }

    .profile .profile-edit img {
    max-width: 120px;
    }

    /*--------------------------------------------------------------
    # F.A.Q Page
    --------------------------------------------------------------*/
    .faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
    }

    .faq .basic p {
    color: #6980aa;
    }

    /*--------------------------------------------------------------
    # Contact
    --------------------------------------------------------------*/
    .contact .info-box {
    padding: 28px 30px;
    }

    .contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #4154f1;
    }

    .contact .info-box h3 {
    font-size: 20px;
    color: #00216e;
    font-weight: 700;
    margin: 20px 0 10px 0;
    }

    .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    }

    .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
    }

    .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
    }

    .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    }

    .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
    }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
    }

    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
    border-color: #4154f1;
    }

    .contact .php-email-form input {
    padding: 10px 15px;
    }

    .contact .php-email-form textarea {
    padding: 12px 15px;
    }

    .contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    }

    .contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
    }

    @-webkit-keyframes animate-loading {
    0% {
    transform: rotate(0deg);
    }

    100% {
    transform: rotate(360deg);
    }
    }

    @keyframes animate-loading {
    0% {
    transform: rotate(0deg);
    }

    100% {
    transform: rotate(360deg);
    }
    }

    /*--------------------------------------------------------------
    # Error 404
    --------------------------------------------------------------*/
    .error-404 {
    padding: 30px;
    }

    .error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #00216e;
    margin-bottom: 0;
    line-height: 150px;
    }

    .error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #00216e;
    margin-bottom: 30px;
    }

    .error-404 .btn {
    background: #00216e;
    color: #fff;
    padding: 8px 30px;
    }

    .error-404 .btn:hover {
    background: #3e4f6f;
    }

    @media (min-width: 992px) {
    .error-404 img {
    max-width: 50%;
    }
    }

    /*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
    .footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
    margin-top: auto;
    bottom:0px;
    }

    .footer .copyright {
    text-align: center;
    color: #00216e;
    }

    .footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #00216e;
    }

.nav-scroller {
    position: relative;
    z-index: 2.1;
    height: 3.3rem;
    overflow-y: hidden;
    /*margin-left: 100px;*/
}

    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: .95rem;
    padding-bottom: .85rem;
    font-size: .975rem;
    color: #ffffff;
    /*color: #6c757d;*/
}

    .nav-underline .nav-link:hover {
        color: #ffc107;
    }

.nav-underline .active {
    font-weight: 600;
    color: #ffc107;
    /*color: #05376c;*/
    border-bottom: #ffc107 2px solid;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: #6f42c1;
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}

.sticky-side {
    position: absolute;
    position: -webkit-sticky;
    position: sticky;
    bottom: 90px !important;
}


.sticky-tab {
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    margin-top: -19px !important;
    margin-inline: -30px !important;
    z-index: 20 !important;
}

@media (max-width: 1200px) {

    .sticky-tab {
        margin-inline: -20px !important;
    }
}

.scrolling-wrapper {
    /*position: relative;*/
    z-index: 2.1;
    /*height: 6.8rem;*/
    overflow-y: hidden;
    /*margin-left: 100px;*/
}

    .scrolling-wrapper .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.cards {
    transition: all 0.2s ease;
    cursor: pointer;
}

    .cards:hover {
        box-shadow: 3px 4px 4px 1px #e9ecef;
        transform: scale(1.05);
    }


.cards-btn {
    transition: all 0.2s ease;
    cursor: pointer;
}

    .cards-btn:hover {
        box-shadow: 3px 4px 4px 1px #e9ecef;
        transform: scale(1.05);
    }

/*
.carousel-control-prev,
.carousel-control-next {
    background-color: #bababa;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}*/

.text-kcfapi-blue {
    color: #00216e;
}

.bg-kcfapi-blue {
    background-color: #00216e;
}

.bg-kcfapi-blue-1 {
    background-color: #1643a6;
}

.bg-kcfapi-blue-2 {
    background-color: #c4d5fb;
}

.bg-kcfapi-totalapps {
    background-color: #B2EBF2;
}

.bg-kcfapi-savings {
    background-color: #4CAF50;
}

.bg-kcfapi-protections {
    background-color: #2196F3;
}

.bg-kcfapi-retirements {
    background-color: #FF9800;
}

.bg-kcfapi-investments {
    background-color: #9C27B0;
}

.bg-kcfapi-savings-1 {
    background-color: #81C784; /* lighter green */
}

.bg-kcfapi-protections-1 {
    background-color: #64B5F6; /* lighter blue */
}

.bg-kcfapi-retirements-1 {
    background-color: #FFB74D; /* lighter orange */
}

.bg-kcfapi-investments-1 {
    background-color: #BA68C8; /* lighter purple */
}

.bg-kcfapi-active {
    background-color: #A8E6CF;
}

.bg-kcfapi-inactive {
    background-color: #D6D6D6;
}

.bg-kcfapi-accomplished {
    background-color: #AECBFA;
}

.bg-kcfapi-submitted {
    background-color: #96DED1;
}

.bg-kcfapi-indorsed {
    background-color: #FFE699;
}

.bg-kcfapi-returned {
    background-color: #F7A8A7;
}

.bg-kcfapi-approved {
    background-color: #B5E7A0;
}

.bg-kcfapi-completed {
    background-color: #D8B4E2;
}

.bg-kcfapi-cancelled {
    background-color: #FBC4C2;
}

.bg-kcfapi-postponed {
    background-color: #FFD3A3;
}

.bg-kcfapi-forrefund {
    background-color: #B3E5FC;
}

.bg-kcfapi-forrequirement {
    background-color: #FFCCBC;
}

.bg-kcfapi-active-1 {
    background-color: #4CAF50;
}

.bg-kcfapi-inactive-1 {
    background-color: #B0BEC5;
}

.bg-kcfapi-accomplished-1 {
    background-color: #42A5F5;
}

.bg-kcfapi-submitted-1 {
    background-color: #26C6DA;
}

.bg-kcfapi-indorsed-1 {
    background-color: #FFD54F;
}

.bg-kcfapi-returned-1 {
    background-color: #EF5350;
}

.bg-kcfapi-approved-1 {
    background-color: #66BB6A;
}

.bg-kcfapi-completed-1 {
    background-color: #AB47BC;
}

.bg-kcfapi-cancelled-1 {
    background-color: #EC407A;
}

.bg-kcfapi-postponed-1 {
    background-color: #FFA726;
}

.bg-kcfapi-forrefund-1 {
    background-color: #29B6F6;
}

.bg-kcfapi-forrequirement-1 {
    background-color: #FF7043;
}

.bg-kcfapi-blue .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.bg-kcfapi-regular {
    background-color: #007bff;
}

.bg-kcfapi-apprentice {
    background-color: #17a2b8;
}

.bg-kcfapi-servicing {
    background-color: #6610f2;
}

.bg-kcfapi-suspended {
    background-color: #fd7e14;
}

.bg-kcfapi-withdrawn {
    background-color: #6c757d;
}

.bg-kcfapi-resigned {
    background-color: #495057;
}

.bg-kcfapi-terminated {
    background-color: #dc3545;
}

.bg-kcfapi-deceased {
    background-color: #000000;
}

.floating-button-div {
    position: fixed;
    bottom: 13%;
    right: 15px;
    background-color: transparent;
    }

    @media (max-width: 999px) {
        .floating-button-div {
            bottom: 15px;
            left: 2%;
            width: 98%;
        }
    }

    .fb {
    width:inherit;
    padding: 15px;
    font-size: 16px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    }

.floating-button-div1 {
    position: fixed;
    bottom: 21%;
    right: 15px;
    background-color: transparent;
}

@media (max-width: 999px) {
    .floating-button-div1 {
        bottom: 65px;
        left: 2%;
        width: 98%;
    }
}

.emojihand {
    font-size: 40px !important;
    /* margin-left: 5px; */
    animation-name: waving-hand;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}

@keyframes waving-hand {
    0% {
        transform: rotate(0.0deg);
    }

    10% {
        transform: rotate(14deg);
    }

    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4.0deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.hand {
    height: 60px;
    margin-left: 5px;
    width: 60px;
    margin-top: -10px;
}

.scrolling-wrapper {
    width: 100%;
    /*height: auto;*/
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper .scrolling-wrapper-item  {
    display: inline-block;
}
.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}
.bg-img-card {
    background: url("../img/card-bg.jpg") no-repeat center fixed;
    background-size: cover;
}
.bg-img-card-1 {
    background: url("../img/bg-blue-1.jpg") no-repeat center fixed;
    background-size: cover;
}
.bg-img-card-2 {
    background: url("../img/card-bg-2.jpg") no-repeat center fixed;
    background-size: cover;
}
.bg-img-card-3 {
    background: url("../img/card-bg-3.jpg") no-repeat center fixed;
    background-size: cover;
}
.bg-img-card-4 {
    background: url("../img/card-bg-4.jpg") no-repeat center fixed;
    background-size: cover;
}
.bg-img-card-5 {
    background: url("../img/card-bg-5.jpg") no-repeat center fixed;
    background-size: cover;
}
.bg-img-card-6 {
    background: url("../img/card-bg-6.jpg") no-repeat center fixed;
    background-size: cover;
}
.bg-img-card-7 {
    background: url("../img/card-bg-7.jpg") no-repeat center fixed;
    background-size: cover;
}

* {
    box-sizing: border-box;
}

.fab-wrapper {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}

.fab-checkbox {
    display: none;
}

.fab {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    background: blue;
    border-radius: 50%;
    background: #00216e;
    box-shadow: 0px 5px 20px #00216e;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 1px solid #00216e;
}

    .fab:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
    }

.fab-checkbox:checked ~ .fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
}

.fab:hover {
    background: #2c87e8;
    box-shadow: 0px 5px 20px 5px #81a4f1;
}

.fab-dots {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
}

.fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
}

.fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
}

.fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
    height: 6px;
}

.fab .fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
    50% {
        opacity: 0.25;
    }
}

.fab-checkbox:checked ~ .fab .fab-dots {
    animation: none;
}

.fab-wheel {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #;
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
}

.fab-action {
    position: absolute;
    background: #0f1941;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: White;
    box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
    transition: all 1s ease;
    opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
    opacity: 1;
}

.fab-action:hover {
    background-color: #f16100;
}

.fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
}

.fab-wheel .fab-action-2 {
    right: 3.4rem;
    top: 0.5rem;
}

.fab-wheel .fab-action-3 {
    left: 0.5rem;
    bottom: 3.4rem;
}

.fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
}



.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-slide {
    width: 80%;
}

.swiper-slide:nth-child(2n) {
    width: 50%;
}

.swiper-slide:nth-child(3n) {
    width: 30%;
}

.crsl-img-1 {
    content: url('../img/banners/Savings Plans - 3.jpg');
}
.crsl-img-2 {
    content: url('../img/banners/Investment Plans - 3.jpg');
}
.crsl-img-3 {
    content: url('../img/banners/Retirement Plans - 3.jpg');
}
.crsl-img-4 {
    content: url('../img/banners/Educational Plans - 3.jpg');
}
.crsl-img-5 {
    content: url('../img/banners/Protection Plans - 3.jpg');
}
.crsl-img-6 {
    content: url('../img/banners/Term Plans - 3.jpg');
}
.fs-small {
    font-size: 7px;
}

@media (max-width: 576px) {
    .crsl-img-1 {
        content: url('../img/banners/Savings Plans - 1.jpg');
    }

    .crsl-img-2 {
        content: url('../img/banners/Investment Plans - 1.jpg');
    }

    .crsl-img-3 {
        content: url('../img/banners/Retirement Plans - 1.jpg');
    }

    .crsl-img-4 {
        content: url('../img/banners/Educational Plans - 1.jpg');
    }

    .crsl-img-5 {
        content: url('../img/banners/Protection Plans - 1.jpg');
    }

    .crsl-img-6 {
        content: url('../img/banners/Term Plans - 1.jpg');
    }
}

@media screen {
    div.divpage {
        display: none;
    }
}
@media print {
    body {
        font-size: 7px;
    }

    @page {
        size: 8.5in 13in;
    }

    .addheader {
        display: block;
        page-break-before: always;
    }

    /*.printrow {
        position: relative;
    }*/

    .divpage {
        bottom: 0;
        right:0;
    }

    #printsection {
        counter-increment: page;
        counter-reset: page;
    }

    .totalpage:after {
        counter-increment: page;
        content: counter(page);
    }

    .currentpage:after {
        counter-increment: page;
        content: counter(page);
    }
}