﻿/* Brand Colors */
*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #164D9C;
    color: #fff;
}

::selection {
    background-color: #164D9C;
    color: #fff;
}

html, body {
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    scroll-behavior: smooth;
    background-color: #f1f3f6;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

div, header, nav, footer, section, aside, article {
    display: block;
}

a {
    color: #164D9C;
    text-decoration: none !important;
    transition: all 0.05s ease-in !important;
}

    a:hover {
        text-decoration: none !important;
        color: #164D9C;
    }

p {
    font-size: 16px;
    color: #868686;
    font-weight: 400;
}

@media (max-width: 576px) {
    p {
        font-size: 14px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
        font-size: 16px;
        position: relative;
    }

img {
    width: 100%;
}

hr {
    border-color: #f1f3f6;
    opacity: 1;
}

@media (max-width: 786px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.btn {
    border-radius: 24px;
    min-width: 100px;
}

.btn-primary {
    background: linear-gradient(92deg, #225CA3 1.29%, #182C5E 98.96%);
    color: #fff;
    box-shadow: 4px 4px 8px 0px rgba(2, 85, 163, 0.3);
    border-color: #164D9C;
}

    .btn-primary:hover {
        box-shadow: none;
        background-color: transparent;
        color: #fff !important;
    }

.btn-white {
    background-color: #fff;
    color: #164D9C;
    box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

    .btn-white:hover {
        box-shadow: none;
        background-color: transparent;
        color: #fff;
        border-color: #fff;
    }

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    font-size: 42px;
    color: #164D9C;
    position: relative;
    display: inline-block;
}

.card {
    border: 0;
    border-radius: 0 12px 0 12px;
    overflow: hidden;
   /* margin: 10px 0;*/
    min-height: 490px;
}

    .card:hover img {
        transform: scale(1.1);
    }

    .card .card-header {
        padding: 0;
        border: 0;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 0;
    }

        .card .card-header img {
            transition: all 0.1s ease-in;
            min-height: 250px;
            -o-object-fit: cover;
            object-fit: cover;
            max-height: 250px;
        }

    .card .card-body {
        padding: 20px;
    }

        .card .card-body .date {
            background: rgba(2, 85, 163, 0.1);
            color: #164D9C;
            border-radius: 24px;
            padding: 4px 10px;
            font-size: 14px;
            width: -moz-max-content;
            width: max-content;
            margin-top: 10px;
        }

        .card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
            font-size: 24px;
            color: #164D9C;
        }

        .card .card-body p {
            font-size: 14px;
            color: #868686;
        }

/* Main CSS */
header {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 0 12px 12px 0;
}

    header .logo img {
        max-width: 200px;
    }

    header .search-menu .mobile-menu {
        display: none;
    }

    header .search-menu button {
        width: 50px;
        height: 50px;
        background-color: #164D9C;
        border: 0;
        border-radius: 50px;
        color: #fff;
        box-shadow: 4px 4px 8px 0px rgba(2, 85, 163, 0.3);
    }

        header .search-menu button i {
            font-size: 24px;
        }

        header .search-menu button:hover {
            transform: scale(1.1);
        }

    header .nav-menu li a {
        font-size: 18px;
        color: #000;
        text-decoration: none;
    }

        header .nav-menu li a:hover {
            color: #164D9C;
        }

@media (max-width: 992px) {
    header .nav-menu {
        display: none;
    }

        header .nav-menu.active {
            display: block;
            position: absolute;
            top: 110px;
            background-color: #fff;
            width: 100%;
            z-index: 10;
            left: 0;
            padding: 20px;
        }

            header .nav-menu.active ul {
                flex-direction: column;
                gap: 10px !important;
            }

    header .mobile-menu {
        display: block !important;
    }
}

/*.hero-wrapper {
    margin: 0 20px;
}
*/
.hero-wrapper .slider-action {
    position: absolute;
    bottom: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    left: 0;
    right: 0;
}

    .hero-wrapper .slider-action button {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 0;
        color: #fff;
        background-color: #164D9C;
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
        font-size: 24px;
    }

        .hero-wrapper .slider-action button:hover {
            transform: scale(1.1);
        }

.hero-wrapper .carousel-indicators {
    position: absolute;
    left: 60px;
    top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: Ytranslate(-50%);
    gap: 10px;
    z-index: 1;
    max-width: 50px;
    height: 100px;
    margin: 0;
    padding: 0;
}

    .hero-wrapper .carousel-indicators button {
        width: 12px;
        height: 12px;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: #fff;
        opacity: 1;
    }

    .hero-wrapper .carousel-indicators .active {
        background-color: transparent;
    }

.hero-wrapper .carousel-item {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

    .hero-wrapper .carousel-item img {
        min-height: 500px!important ;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .hero-wrapper .carousel-item .slider-caption {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        background: linear-gradient(90deg, #0255A3 15%, rgba(255, 255, 255, 0) 100%);
        display: flex;
        align-items: center;
        padding-left: 150px;
    }

        .hero-wrapper .carousel-item .slider-caption .caption-text {
            max-width: 450px;
        }

            .hero-wrapper .carousel-item .slider-caption .caption-text h1, .hero-wrapper .carousel-item .slider-caption .caption-text h2, .hero-wrapper .carousel-item .slider-caption .caption-text h3, .hero-wrapper .carousel-item .slider-caption .caption-text h4, .hero-wrapper .carousel-item .slider-caption .caption-text h5, .hero-wrapper .carousel-item .slider-caption .caption-text h6 {
                font-size: 42px;
                color: #fff;
            }

            .hero-wrapper .carousel-item .slider-caption .caption-text p {
                font-size: 16px;
                color: #fff;
            }

@media (max-width: 768px) {
    .hero-wrapper .carousel-indicators {
        left: 0;
        top: 100px;
    }

    .hero-wrapper img {
        min-height: 300px !important;
    }

    .hero-wrapper .slider-caption {
        display: none !important;
    }
}

.hero-wrapper.subpage img {
    max-height: 160px !important;
    min-height: unset;
}

.hero-wrapper.subpage .slider-caption {
    text-align: center !important;
    justify-content: center;
    padding-left: 0 !important;
}

.service-wrapper {
    margin: 100px 0;
}

    .service-wrapper .icon-item {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 15px;
        border-radius: 12px;
        min-height: 180px;
        gap: 20px;
        transition: all 0.2s ease-in;
        cursor: pointer;
    }

        .service-wrapper .icon-item:hover {
            transform: scaleY(1.1);
        }

        .service-wrapper .icon-item h1, .service-wrapper .icon-item h2, .service-wrapper .icon-item h3, .service-wrapper .icon-item h4, .service-wrapper .icon-item h5, .service-wrapper .icon-item h6 {
            font-size: 24px;
            color: #164D9C;
        }

        .service-wrapper .icon-item p {
            font-size: 14px;
        }

        .service-wrapper .icon-item img {
            width: 80px;
            height: 80px;
        }

.news-wrapper {
    padding: 50px 0;
}

.cta-wrapper .cta-center {
    padding: 50px 0;
    text-align: center;
    background: linear-gradient(92deg, #225CA3 1.29%, #182C5E 98.96%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    min-height: 300px;
}

.gallery-wrapper {
    text-align: center;
    margin: 50px 0;
    padding: 50px 0;
}

    .gallery-wrapper .card {
        min-height: unset;
        border-radius: 16px;
        padding: 15px;
    }

        .gallery-wrapper .card .testimonial {
            text-align: left;
        }

            .gallery-wrapper .card .testimonial p {
                font-size: 18px;
            }

        .gallery-wrapper .card .user {
            display: flex;
            align-items: center;
            text-align: left;
            gap: 10px;
            margin-bottom: 20px;
        }

            .gallery-wrapper .card .user .user-details h3, .gallery-wrapper .card .user .user-details h1, .gallery-wrapper .card .user .user-details h2, .gallery-wrapper .card .user .user-details h4, .gallery-wrapper .card .user .user-details h5, .gallery-wrapper .card .user .user-details h6 {
                font-size: 22px;
                margin: 0;
                color: #164D9C;
            }

            .gallery-wrapper .card .user .user-details p {
                font-size: 14px;
                color: #164D9C;
                margin: 0;
            }

            .gallery-wrapper .card .user img {
                max-width: 80px;
                width: 100%;
                height: 80px;
                border-radius: 50%;
                border: 4px solid #fff;
                box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
            }

        .gallery-wrapper .card i {
            font-size: 120px;
            position: absolute;
            top: -50px;
            right: 0;
            color: #164D9C;
            opacity: 0.2;
            display: block;
        }

.client-wrapper {
    text-align: center;
    padding-bottom: 50px;
}

    .client-wrapper .client-items {
        opacity: 0.5;
        padding-top: 30px;
        max-width: 1000px;
        margin: auto;
    }

        .client-wrapper .client-items ul {
            display: flex;
            justify-content: center;
            flex-direction: row;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .client-wrapper .client-items img {
            max-width: 120px;
        }

footer {
    text-align: center;
    margin-top: 50px;
    background: linear-gradient(92deg, #225CA3 1.29%, #182C5E 98.96%);
}

    footer .copyright {
        text-align: center;
        padding: 5px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 10px;
    }

        footer .copyright p {
            margin: 0;
            color: #fff;
        }

        footer .copyright img {
            max-width: 80px;
        }

    footer .box {
        border-radius: 12px;
        box-shadow: 0px 0px 30px 14px rgba(2, 85, 163, 0.05);
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        footer .box .info {
            padding: 15px 0;
        }

            footer .box .info p {
                color: #fff;
                margin: 0;
            }

        footer .box .brand {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
        }

        footer .box .logo img {
            max-width: 190px;
        }

        footer .box .contact {
            padding: 10px 0;
            padding-left: 40px;
            border-left: 1px solid #fff;
        }

            footer .box .contact ul {
                display: flex;
                align-items: center;
                gap: 20px;
            }

                footer .box .contact ul a {
                    color: #fff;
                    font-size: 16px;
                }

                    footer .box .contact ul a i {
                        font-size: 18px;
                    }

        footer .box .social-media ul {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

            footer .box .social-media ul a {
                width: 40px;
                height: 40px;
                background-color: #fff;
                display: block;
                color: #164D9C;
                font-size: 24px;
                border-radius: 24px;
            }
/*# sourceMappingURL=style.css.map */
[ng-cloak] {
    opacity: 0.01;
}

#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    display: none;
}

    #search-overlay .search-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #164D9C;
        opacity: 0.95;
    }

}

.searchbox input {
    border: 1px solid #0C2E2D;
    padding: 7px 12px;
}

.searchbox {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10%;
    width: 90%;
    text-align: center;
}

    .searchbox i {
        color: #fff;
        font-size: 24px;
    }

#search-overlay .close-search-overlay {
    position: absolute;
    top: 18px;
    right: 33px;
    width: 24px;
    height: 24px;
    background: url(/Apps/Core/Content/Images/icon-close-white.svg) center no-repeat;
    z-index: 100;
}

    #search-overlay .close-search-overlay:hover {
        color: #000000;
    }

.SearcchResult li {
    padding: 7px 0px;
}

.SearcchResult {
    background: #f2f2f2;
    margin-top: 0px;
    border: 1px solid RBG( 0, 150, 235,0.5);
    overflow-y: scroll;
    max-height: 500px;
    max-width: 579px;
    width: 100%;
    text-align: left;
}

    .SearcchResult li:hover {
        /*background: #2F80ED;*/
        color: #000;
        font-weight: bold;
    }

    .SearcchResult a {
        padding: 10px;
        line-height: 24px;
        color: #000;
    }

        .SearcchResult a:hover {
            transition: color 0.05s cubic-bezier(0.32, 0.01, 0, 1) 0.05s;
            color: #000;
            font-weight: bold;
        }

.searchbox .fa-search {
    padding: 5px;
    float: left;
    color: #0C2E2D;
    font-size: 24px;
}

.home-icons-links .icon-item {
    position: relative;
}

    .home-icons-links .icon-item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

.profile-card {
    background-color: #fff;
}

    .profile-card img {
        max-height: 350px;
        object-fit: cover;
        width: 100%;
    }

    .profile-card .profile-details {
        padding: 5px 15px;
    }

        .profile-card .profile-details h4 {
            font-size: 24px;
            margin: 0;
        }

    .profile-card .profile-contact {
        padding: 5px 15px;
    }

        .profile-card .profile-contact p {
            margin: 0;
            display: flex;
            align-items: center;
        }

.news-wrapper .sidebar {
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0;
}

    .news-wrapper .sidebar ul .active {
        font-weight: bold;
    }

    .news-wrapper .sidebar ul ul {
        margin-left: 5px;
        border-left: 5px solid #DCDCDC;
    }

    .news-wrapper .sidebar ul a {
        padding: 15px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #DCDCDC;
    }

.sidebar .title {
    font-size: 20px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #f1f3f5;
}

.news-wrapper .news-text .title {
    font-size: 28px;
    margin: 10px 0;
}

.news-wrapper .news-info {
    padding: 15px;
}

    .news-wrapper .news-info ul li {
        display: flex;
        align-items: center;
        gap: 5px;
    }

@media (max-width: 768px) {
    .hero-wrapper .carousel-item .slider-caption .caption-text h1,
    .hero-wrapper .carousel-item .slider-caption .caption-text h2,
    .hero-wrapper .carousel-item .slider-caption .caption-text h3,
    .hero-wrapper .carousel-item .slider-caption .caption-text h4,
    .hero-wrapper .carousel-item .slider-caption .caption-text h5,
    .hero-wrapper .carousel-item .slider-caption .caption-text h6 {
        font-size: 20px !important
    }

    .hero-wrapper .carousel-item .slider-caption {
        padding-left: 30px !important;
        background: rgba(2, 85, 163,0.5) !important;
    }

    .hero-wrapper .carousel-indicators {
        display: none !important;
    }

    .hero-wrapper img {
        min-height: 400px !important;
    }

    .hero-wrapper .slider-caption {
        display: flex !important;
    }
}

.rendered-form.formbuilder-embedded-bootstrap {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

    .rendered-form.formbuilder-embedded-bootstrap .form-control {
        background-color: #f1f3f6;
        padding: 12px;
        height: auto !important;
    }

    .rendered-form.formbuilder-embedded-bootstrap .formbuilder-text-label {
        margin-bottom: 8px;
        font-weight: 500;
    }

    .rendered-form.formbuilder-embedded-bootstrap .formbuilder-radio-inline {
        display: inline-flex;
        align-items: center;
    }

        .rendered-form.formbuilder-embedded-bootstrap .formbuilder-radio-inline input[type="radio"] {
            width: 30px;
            height: 30px;
        }

div.tooltop.in {
    position: absolute !important
}

.top.fade.in.tooltip {
    position: absolute !important;
}

.top[placement="top"] {
    position: absolute !important;
}

.profile-card {
    overflow: hidden;
    border-radius: 8px;
}

    .profile-card img {
        max-height: 290px;
        min-height: 290px;
        object-fit: cover;
        object-position: top;
    }

    .profile-card .profile-details h4 {
        font-size: 18px;
        font-weight: bold;
    }

    .profile-card .profile-details span {
        font-size: 14px;
        color: #868686;
        border-radius: 24px;
        padding: 2px 6px;
        background-color: #e9ecef;
    }

    .profile-card .icon {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .profile-card .icon i {
            color: #164D9C;
            font-size: 24px;
        }

    .profile-card .profile-contact p {
        gap: 8px;
    }

    .profile-card .profile-details span {
        display: inline-block;
        margin-right: 5px;
    }

.rendered-form .kc-toggle span {
    border-radius: 24px;
    width: 42px !important;
}

    .rendered-form .kc-toggle span::before {
        box-shadow: none !important;
        left: 0 !important;
        width: 100% !important;
        top: 0;
        height: 22px;
        border-radius: 24px !important;
    }

    .rendered-form .kc-toggle span::after {
        border-radius: 24px !important;
        width: 18px;
        border: none;
        background: #fff !important;
    }

@media (max-width: 768px) {
    .client-wrapper .owl-carousel .item img {
        margin: auto;
    }

    .owl-carousel .owl-nav {
        bottom: 0 !important;
    }

    footer .box .brand {
        flex-direction: column;
    }

    footer .box .contact {
        border: 0 !important;
        padding-left: 0 !important;
    }
}

.rendered-form.formbuilder-embedded-bootstrap .btn {
    border-radius: 24px !important;
    background: linear-gradient(92deg, #225CA3 1.29%, #182C5E 98.96%) !important;
}

.news-wrapper .news-text {
    margin: -15px 0;
}

.news-wrapper .news-info {
    padding: 15px 0 !important;
}

    .news-wrapper .news-info ul li {
        padding: 0px 12px;
        background: rgba(2, 85, 163, 0.2);
        border-radius: 24px;
        color: #182c5f;
    }

#search-overlay .close-search-overlay svg path:nth-child(2) {
    fill: #fff !important;
}

.searchbox .fa-search {
    color: #fff !important;
}

.rendered-form .kc-toggle span::before {
    height: 22px !important;
    top: 0 !important;
}

.rendered-form .kc-toggle span {
    border-radius: 24px !important;
}

.news-wrapper .news-text {
    margin: 0 -15px !important;
}

.news-info ul {
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .hero-wrapper.subpage img {
        opacity: 0 !important;
        height: 100px !important;
        min-height: unset !important;
    }

    .hero-wrapper.subpage .carousel-item .slider-caption {
        padding-left: 15px !important;
        background: transparent !important;
        justify-content: start !important;
    }

        .hero-wrapper.subpage .carousel-item .slider-caption .caption-text h5 {
            color: #000 !important;
            font-size: 24px !important;
        }
}

.rendered-form.formbuilder-embedded-bootstrap .form-control {
    height: 55px !important;
    color: #164D9C !important;
    font-size: 16px !important;
    font-weight: bold;
}

@media (max-width: 768px) {
    .client-wrapper .owl-carousel .owl-nav {
        bottom: -50px !important;
    }
}

@media (max-width: 768px) {
    .news-info ul {
        flex-direction: column;
    }

    .news-wrapper .news-info ul li {
        justify-content: center;
    }
}

.news-wrapper .post-content p {
    color: #000 !important;
}

.news-wrapper .news-container {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.news-container .fancybox-media .content-div {
    position: relative;
}

    .news-container .fancybox-media .content-div > img {
        width: 60px;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .news-container .fancybox-media .content-div > img {
        width: 60px !important;
    }

.service-wrapper .icon-item:hover {
    transform: none !important;
}

.service-wrapper .icon-item {
    border: 1px solid transparent;
}

    .service-wrapper .icon-item:hover {
        border: 1px solid #164D9C;
    }

        .service-wrapper .icon-item:hover img {
            transform: scale(1.1) !important;
        }

@media (max-width: 768px) {
    .news-wrapper .container .card-body .col-sm-4 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }

        .news-wrapper .container .card-body .col-sm-4 img {
            height: auto !important;
        }

    .service-wrapper .container .row .col-sm-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }

        .service-wrapper .container .row .col-sm-4 .icon-item {
            margin-bottom: 20px;
        }

    .service-wrapper .container .row .col-sm-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .service-wrapper .container .row .col-sm-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .service-wrapper .container .row .col-sm-3 {
        margin-bottom: 20px;
    }
}
img.d-block.w-100.lazy.img-responsive {
    max-height: 600px;
}


/* Mobile menu css Start*/
@media (max-width: 991px) {
    /*    .Submenu {
        display: block !important;
    }*/

    header .nav-item #closeMenuBtn {
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 25px;
        border-radius: 5px;
        background: none;
        border: none;
    }

    header .nav-menu li a {
        font-size: 18px;
        color: #000;
        min-width: 80px;
        display: block;
        padding: 1em 1em 1em 2em;
        /* color: #fff; */
        text-decoration: none;
    }

    header .nav-menu.active {
        display: block;
        position: absolute;
        top: 110px;
        background-color: #fff;
        width: 100%;
        z-index: 10;
        left: 0;
        padding: 20px;
        right: 0;
        padding-top: 80px;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        position: fixed;
        top: 0;
        max-height: 100vh;
        overflow-y: auto;
        scroll-behavior: smooth;
    }

    /*header .nav-menu li a {
        font-size: 18px;
        color: #000;
        min-width: 80px;
        display: block;
        padding: 1em 1em 1em 1em;*/
    /* color: #fff; */
    /*text-decoration: none;
        font-size: 24px !important;
    }*/

    header .nav-menu.active {
        display: block;
        position: fixed;
        top: 0;
        background-color: #0255A3;
        width: 100%;
        z-index: 101;
        left: 0;
        padding: 20px;
        height: 100%;
    }


    header .nav-menu li a {
        font-size: 18px;
        min-width: 80px;
        display: block;
        padding: 1em 1em 1em 1em;
        color: #fff;
        text-decoration: none;
        font-size: 24px !important;
    }

        header .nav-menu li a:hover {
            color: #fff;
        }
button#closeMenuBtn {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    background: none;
    border: none;

        display: block !important;
        position: inherit;
        right: 10px;
        padding-right: 2em;
}
header .nav-menu.active > ul {
        margin-top: 50px;
}

.news-wrapper {
    padding: 0px 0;
}
}
/* Desktop / Laptop */
@media (min-width: 992px) {
    .Submenu {
        display: none !important;
    }

    i.SubNavExpand.ri-arrow-up-s-line {
        display: none !important;
    }

    i.SubNavExpand.ri-arrow-down-s-line {
        display: none !important;
    }

}

ul.Submenu {
    padding-left: 20px;
}

    ul.Submenu li ul {
        padding-left: 20px;
    }



i.SubNavExpand.ri-arrow-up-s-line {
    float: right !important;
}

i.SubNavExpand.ri-arrow-down-s-line {
    float: right !important;
}
button#closeMenuBtn {
 display: none ;
}
/* Mobile menu css  End*/