/* Custom Fonts Helvetica Neue */
@font-face {
    font-family: 'helveticaneueregular';
    src: url('../Fonts/helveticaneue-webfont.woff2') format('woff2'),url('../Fonts/helveticaneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../Fonts/helveticaneue_medium-webfont.woff2') format('woff2'),url('../Fonts/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../Fonts/helveticaneue_light-webfont.woff2') format('woff2'),url('../Fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../Fonts/helveticaneuebd-webfont.woff2') format('woff2'),url('../Fonts/helveticaneuebd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueheavy';
    src: url('../Fonts/helveticaneuehv-webfont.woff2') format('woff2'),url('../Fonts/helveticaneuehv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f7f7f7;
    font-family: 'helveticaneuelight';
}

p {
    color: #333;
}
/* Common CSS */
body .btn.btn-green {
    background-color: #c4d600 !important;
    border-color: #c4d600 !important;
    color: #000 !important;
    font-family: 'helveticaneuemedium' !important;
}

    .btn.btn-green:focus, body .btn.btn-green:hover {
        background-color: #d4e709 !important;
        border-color: #d4e709 !important;
        box-shadow: none;
        color: #000 !important;
    }
body .form-control-select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.navbar-toggler:focus {
    box-shadow: none;
}

ol, ul {
    padding-left: 1rem;
}

.lxn-right-section ul {
    list-style: none;
}

a {
    text-decoration: none;
}
/* Common CSS end*/
/* Typography */
html body .lxn-content-wrapper h1, html body .lxn-content-wrapper h2, html body .lxn-content-wrapper h3, html body .lxn-content-wrapper h4, html body .lxn-content-wrapper h5, html body .lxn-content-wrapper h6, .h1, h1, .h2, h2, .h3, h3, .h4, h4 {
    font-weight: 700 !important;
    font-family: 'helveticaneuebold' !important;
}

html body .lxn-content-wrapper h1, .h1, h1 {
    font-size: 2.5rem !important;
}

html body .lxn-content-wrapper h2, .h2, h2 {
    font-size: 2rem !important;
}

html body .lxn-content-wrapper h3, .h3, h3 {
    font-size: 1.75rem !important;
}

html body .lxn-content-wrapper h4, .h4, h4 {
    font-size: 1.5rem !important;
}

html body .lxn-content-wrapper h5, .h5, h5, html body .lxn-content-wrapper h6, .h6, h6 {
    font-size: 1.25rem !important;
    font-family: 'helveticaneuemedium';
    font-weight: 500;
}

html body .lxn-content-wrapper h6, .h6, h6 {
    font-size: 1rem !important;
}
/* Typography / 
/*/
a {
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.lxn-navbar-one {
    background-color: #ffff;
}

.lxn-navbar-two {
    background-color: #c4d600;
}

    .lxn-navbar-two .container {
        position: relative;
    }

.navbar-light.lxn-navbar-two .navbar-toggler {
    padding: 0.25rem 0.45rem;
    background-color: #fff;
}

.lxn-navbar-one .navbar-nav .nav-link, .lxn-navbar-two .navbar-nav .nav-link {
    color: #000;
    font-size: 0.937rem;
    margin-right: 16px;
    font-weight: 500;
    font-family: 'helveticaneuemedium';
    border-radius: 6px;
    padding-right: 2rem;
    padding-left: 1rem;
}

.lxn-navbar-one .navbar-nav .nav-link {
    margin-right: 1px;
}

.lxn-navbar-one .navbar-nav .lxn-icon-btn {
    position: relative;
    top: 18px;
    right: 30px;
}

.lxn-navbar-one .navbar-nav .lxn-profile-menu .lxn-icon-btn {
    top: 0px;
    right: -15px;
}

.lxn-navbar-one .navbar-nav .lxn-profile-menu ul.dropdown-menu {
    width: 100%;
    top: 27px
}

.lxn-navbar-one .lxn-user-name, .lxn-user-name-mobile {
    font-size: 0.875rem;
    line-height: 20px;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
}

.lxn-navbar-two .nav-link.dropdown-toggle.show, .lxn-navbar-two .navbar-nav .nav-item:hover .nav-link {
    background-color: rgba(0, 0, 0, .11);
}

.lxn-navbar-one .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.lxn-navbar-one .navbar-nav .nav-link img {
    margin-right: 12px;
}

.lxn-navbar-one .navbar-nav .nav-link .user-img .online {
    width: 10px;
    height: 10px;
    background-color: #12b76a;
    position: absolute;
    border-radius: 50%;
    bottom: -11px;
    right: 18px;
}

.lxn-navbar-one .navbar-nav .nav-link:hover {
    color: #8f9d00;
}

.lxn-navbar-one .dropdown-item.active, .lxn-navbar-one .dropdown-item:active, .lxn-navbar-two .dropdown-item.active, .lxn-navbar-two .dropdown-item:active {
    background-color: #e9ecef;
    color: #212529;
}

.lxn-hero-section {
    background: url("../images/cover.jpg");
    min-height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.lxn-content-wrapper .breadcrumb-item, .lxn-content-wrapper .breadcrumb-item a {
    color: #000;
    font-size: 0.9rem;
}

    .lxn-content-wrapper .breadcrumb-item.active, .lxn-content-wrapper .breadcrumb-item.active a {
        color: rgba(0, 0, 0, 0.5);
    }

.lxn-content-wrapper .breadcrumb {
    margin: 24px 0;
}

.lxn-tag-line {
    padding: 12px 10px 4px;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .lxn-tag-line h3, .lxn-tag-line h4 {
        font-size: 1.125rem !important;
        color: #fff;
    }

.lxn-hero-section .lxn-banner-title, .lxn-slider-section h2 {
    padding: 20px 30px 20px 40px;
    background-color: #33333354;
    border-left: 20px solid #c4d60082;
    font-size: 2rem !important;
    max-width: 495px;
    color:#fff;
}

.lxn-hero-section .lxn-banner-title {
    color: #000;
}

.lxn-slider-section .slick-slide {
    position: relative;
}

    .lxn-slider-section .slick-slide img {
        width: 100%;
        min-height: 450px;
        object-fit: cover;
    }

.lxn-slider-section .slider-caption {
    left: -58px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px, -50%);
}
/* { position: absolute; top: 50%; left: 42px; transform: translate(77px, -50%); max-width: 495px; width: 100%; } 
*/
.lxn-left-section, .lxn-right-section {
    background-color: #ffff;
}

.lxn-left-section {
    min-height: auto;
}

.lxn-right-section {
    min-height: 344px;
}

    .lxn-right-section ul {
        padding-left: 0;
    }

    .lxn-right-section h2 {
        font-size: 1.25rem;
    }

.lxn-footer {
    padding: 22px 0;
    margin-top: 26px;
}

    .lxn-footer a {
        text-decoration: none;
        font-size: 0.9rem;
        color: #1270c5;
    }

    .lxn-footer span {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 16px;
        color: #787770;
        font-family: 'helveticaneuelight';
    }

.lxn-address a {
    color: #787770;
    font-size: 0.9rem;
}

.lxn-footer a:hover, .lxn-login-section a:hover {
    color: #2895f8;
}

.lxn-navbar-one .dropdown-toggle::after, .lxn-navbar-two .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    border: none;
    vertical-align: middle;
}

.lxn-navbar-one .dropdown-toggle.show::after, .lxn-navbar-two .dropdown-toggle.show::after {
    transform: rotate(180deg);
    transition: all .25s ease-out;
}

.form-control {
    font-size: 0.9rem;
}

    .form-control::placeholder {
        color: rgba(0, 0, 0, 0.5);
        font-weight: 400;
    }
/* Navigation CSS start */
header .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
}
    /* header .navbar-nav .dropdown-menu .dropdown-item { font-size: 0.9rem; border-top: 1px solid #e2e6b7; padding: .55rem 1rem; font-weight: 500; } 
*/
    header .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: none;
    }

    header .navbar-nav .dropdown-menu li:first-child .dropdown-item {
        border-top: 0;
    }

    header .navbar-nav .dropdown-menu .dropdown-menu[data-bs-popper] {
        margin-top: 0.45rem;
    }

.lxn-navbar-two .dropdown:hover .dropdown-menu, header .navbar-nav .lxn-profile-menu:hover .dropdown-menu {
    display: block;
}

.lxn-navbar-two .dropdown:hover .dropdown-menu, header .navbar-nav .lxn-profile-menu:hover .dropdown-menu, .lxn-navbar-one .nav-item.dropdown .dropdown-menu {
    border: 0px;
    padding: 8px 15px;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(196, 214, 0, 0.22);
}

.navbar-light .navbar-toggler-icon, .navbar-light .navbar-toggler-icon svg * {
    fill: #000;
}

.lxn-menu-container .form-control {
    appearance: auto;
    color: #000;
}
/* Navigation CSS ends */
/* Mega menu */
.lxn-mega-menu, .lxn-navbar-two .dropdown:hover .dropdown-menu, header .navbar-nav .lxn-profile-menu:hover .dropdown-menu, .lxn-navbar-one .nav-item.dropdown .dropdown-menu {
    box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.15);
    border: 0;
}

.nav-item.dropdown-mega .dropdown-menu[data-bs-popper] {
    margin-top: 0.425rem;
}

.mega-content {
    padding: 2.25rem;
}

.lxn-submenus h5 a {
    font-size: 1rem;
    color: #222020;
    font-family: 'helveticaneuebold';
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    display: block;
    letter-spacing: 0.4px;
}

.lxn-submenus .lxn-simple-link, header .navbar-nav .dropdown-menu .dropdown-item {
    color: #595959;
    font-size: 0.875rem;
    text-decoration: none;
    display: block;
    padding: 3px 0;
    margin: 3px 0;
    border-bottom: 1px solid transparent;
}

    .lxn-submenus .lxn-simple-link:hover, .lxn-submenus h5 a:hover, header .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #97a409;
        border-bottom: 1px solid rgba(151, 164, 9, 0.2);
    }

.lxn-submenus {
    margin-bottom: 25px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate; /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
        top: auto;
        left: 0;
        margin-top: 0.40rem;
    }

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        z-index: 11;
    }

        .navbar-toggler .hamburger-toggle .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0);
            left: 50%;
            top: 50%;
            width: 70%;
            height: 50%;
            pointer-events: none;
        }

            .navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 0.15rem;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),all 0.2s ease-in-out;
                left: 0;
            }

                .navbar-toggler .hamburger-toggle .hamburger span:first-child {
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0 -50%) !important;
                }

                .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
                    top: 50%;
                    transform: translate(0, -50%);
                }

                .navbar-toggler .hamburger-toggle .hamburger span:last-child {
                    left: 0;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }

            .navbar-toggler .hamburger-toggle .hamburger.active span {
                position: absolute;
                margin: 0;
            }

                .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
                    top: 45%;
                    transform: rotate(45deg);
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
                    left: 50%;
                    width: 0;
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
                    top: 45%;
                    transform: rotate(-45deg);
                }

.mega-content .row {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100;
    display: block;
}

    .mega-content .row div.col-sm-4 {
        display: inline-block;
        width: 100%;
    }

.lxn-icon-btn {
    float: right;
    /*margin-top: -37px;*/
    margin-top: -34px;
    margin-right: 17px;
    width: 30px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.navbar.navbar-light .navbar-nav .nav-item.dropdown {
    line-height: 1.2;
}

/* Mega Menu // */
/* Table only style */
table {
    border: 1px solid #c4d600;
    text-indent: initial;
    border-spacing: 2px;
    caption-side: bottom;
    border-collapse: collapse;
    width: 100% !important;
}

    table a {
        text-decoration: none;
    }

    table thead *, tbody tr:first-child {
        background-color: #c4d600;
        border: 0;
    }

    table td, table tbody {
        border: 0px;
    }

    table body {
        border: 0;
    }

    table thead th, tbody tr:first-child td {
        margin: 0;
        color: #000;
        font-size: 0.9375rem;
        font-family: 'helveticaneuebold';
        padding: 5px 10px !important;
        padding-left: 18px !important;
        text-align: left !important;
    }

    table ul li {
        list-style: none;
        font-family: 'helveticaneuelight';
        font-size: 0.875rem;
        position: relative;
        padding-left: 36px;
        margin: 6px 0;
    }

        table ul li:before {
            content: "\00BB";
            top: 2px;
            line-height: 0.6;
            font-size: 24px;
            position: absolute;
            left: 16px;
            color: #535a02;
        }

    table ul {
        padding: 0;
    }
/* Table only style end */
/* Login pages CSS start */
.lxn-login-section h1 {
    font-size: 2rem;
    font-family: 'helveticaneuebold';
}

.lxn-login-section {
    margin-top: -5rem;
    padding-bottom: 10rem;
}

    .lxn-login-section a {
        color: #1270c5;
        font-size: 0.9rem;
        text-decoration: none;
        font-weight: 500;
        font-family: 'helveticaneuemedium';
    }

    .lxn-login-section label {
        color: #41413c;
        font-size: 0.9rem;
    }

    .lxn-login-section .btn, .lxn-login-section .form-control {
        min-height: 48px;
    }

    .lxn-login-section .btn {
        font-size: 0.938rem;
        line-height: 1rem;
        font-weight: 500;
    }

    .lxn-login-section .btn, .lxn-login-section .form-control::placeholder {
        color: #787770;
    }

.navbar-expand-lg .navbar-nav .nav-link.lxn-login-btn {
    padding: 0.6rem 1.4rem;
}
/* Login pages CSS end */
.lxn-right-section h4, .lxn-right-section h4 span, .lxn-sidebar h5, .lxn-sidebar h5 span {
    color: #000;
    font-size: 1.25rem;
    font-family: 'helveticaneuebold' !important;
    font-weight: 900;
}

.lxn-right-section ul li a, .lxn-sidebar a {
    color: #1270c5;
    font-size: 0.9rem;
}

    .lxn-sidebar a:hover {
        color: #2895f8;
    }

.lxn-right-section .fr-view ul li a, .lxn-link-icon, .lxn-pdf-icon, .lxn-doc-icon, .lxn-zip-icon, .lxn-xls-icon, .lxn-csv-icon, .lxn-docx-icon, .lxn-txt-icon, .lxn-jpg-icon, .lxn-png-icon, .lxn-right-section .fr-view ul li a[href$=".zip"], .lxn-right-section .fr-view ul li a[href$=".doc"], .lxn-right-section .fr-view ul li a[href$=".docx"], .lxn-right-section .fr-view ul li a[href$=".xlsx"], .lxn-right-section .fr-view ul li a[href$=".xlsm"], .lxn-right-section .fr-view ul li a[href$=".csv"], .lxn-right-section .fr-view ul li a[href$=".xlsb"], .lxn-right-section .fr-view ul li a[href$=".jpg"], .lxn-right-section .fr-view ul li a[href$=".jpeg"], .lxn-right-section .fr-view ul li a[href$=".png"], .lxn-right-section .fr-view ul li a[href$=".svg"], .lxn-right-section .fr-view ul li a[href$=".txt"], .lxn-right-section .fr-view ul li a[href$=".pdf"], .lxn-sidebar ul li a, .lxn-sidebar ul li a[href$=".zip"], .lxn-sidebar ul li a[href$=".doc"], .lxn-sidebar ul li a[href$=".docx"], .lxn-sidebar ul li a[href$=".xlsx"], .lxn-sidebar ul li a[href$=".xlsm"], .lxn-sidebar ul li a[href$=".csv"], .lxn-sidebar ul li a[href$=".xlsb"], .lxn-sidebar ul li a[href$=".jpg"], .lxn-sidebar ul li a[href$=".jpeg"], .lxn-sidebar ul li a[href$=".png"], .lxn-sidebar ul li a[href$=".svg"], .lxn-sidebar ul li a[href$=".txt"], .lxn-sidebar ul li a[href$=".pdf"] {
    background: url(../images/pdf-icon.svg) no-repeat;
    padding-left: 25px;
    display: inline-block;
    background-size: 16px;
    background-position: 0 2px;
    position: relative;
}

    .lxn-right-section .fr-view ul li a, .lxn-sidebar ul li a.lxn-link-icon, .lxn-sidebar ul li a {
        background-image: url(../images/lxn-link-icon.svg);
        background-position: 0 4px;
        background-repeat: no-repeat;
    }

        .lxn-doc-icon, .lxn-zip-icon, .lxn-xls-icon, .lxn-csv-icon, .lxn-docx-icon, .lxn-jpg-icon, .lxn-png-icon, .lxn-txt-icon, .lxn-right-section .fr-view ul li a[href$=".zip"], .lxn-right-section .fr-view ul li a[href$=".doc"], .lxn-right-section .fr-view ul li a[href$=".docx"], .lxn-right-section .fr-view ul li a[href$=".xlsx"], .lxn-right-section .fr-view ul li a[href$=".xlsm"], .lxn-right-section .fr-view ul li a[href$=".csv"], .lxn-right-section .fr-view ul li a[href$=".xlsb"], .lxn-right-section .fr-view ul li a[href$=".jpg"], .lxn-right-section .fr-view ul li a[href$=".png"], .lxn-right-section .fr-view ul li a[href$=".svg"], .lxn-right-section .fr-view ul li a[href$=".txt"], .lxn-right-section .fr-view ul li a[href$=".jpeg"], .lxn-sidebar ul li a[href$=".zip"], .lxn-sidebar ul li a[href$=".doc"], .lxn-sidebar ul li a[href$=".docx"], .lxn-sidebar ul li a[href$=".xlsx"], .lxn-sidebar ul li a[href$=".xlsm"], .lxn-sidebar ul li a[href$=".csv"], .lxn-sidebar ul li a[href$=".xlsb"], .lxn-sidebar ul li a[href$=".jpg"], .lxn-sidebar ul li a[href$=".jpeg"], .lxn-sidebar ul li a[href$=".png"], .lxn-sidebar ul li a[href$=".svg"], .lxn-sidebar ul li a[href$=".txt"] {
            background: none;
        }

            .lxn-doc-icon:before, .lxn-zip-icon:before, .lxn-xls-icon:before, .lxn-docx-icon::before, .lxn-jpg-icon:before, .lxn-png-icon:before, .lxn-csv-icon:before, .lxn-txt-icon:before, .lxn-right-section .fr-view ul li a[href$=".zip"]:before, .lxn-right-section .fr-view ul li a[href$=".doc"]:before, .lxn-right-section .fr-view ul li a[href$=".docx"]:before, .lxn-right-section .fr-view ul li a[href$=".xlsx"]:before, .lxn-right-section .fr-view ul li a[href$=".xlsm"]:before, .lxn-right-section .fr-view ul li a[href$=".csv"]:before, .lxn-right-section .fr-view ul li a[href$=".xlsb"]:before, .lxn-right-section .fr-view ul li a[href$=".jpg"]:before, .lxn-right-section .fr-view ul li a[href$=".jpeg"]:before, .lxn-right-section .fr-view ul li a[href$=".png"]:before, .lxn-right-section .fr-view ul li a[href$=".svg"]:before, .lxn-right-section .fr-view ul li a[href$=".txt"]:before, .lxn-sidebar ul li a[href$=".zip"]:before, .lxn-sidebar ul li a[href$=".doc"]:before, .lxn-sidebar ul li a[href$=".docx"]:before, .lxn-sidebar ul li a[href$=".xlsx"]:before, .lxn-sidebar ul li a[href$=".xlsm"]:before, .lxn-sidebar ul li a[href$=".csv"]:before, .lxn-sidebar ul li a[href$=".xlsb"]:before, .lxn-sidebar ul li a[href$=".jpg"]:before, .lxn-sidebar ul li a[href$=".jpeg"]:before, .lxn-sidebar ul li a[href$=".png"]:before, .lxn-sidebar ul li a[href$=".svg"]:before, .lxn-sidebar ul li a[href$=".txt"]:before {
                font-family: "Font Awesome 5 Pro";
                content: "\f1c2";
                position: absolute;
                width: 16px;
                height: 16px;
                left: 3px;
                font-weight: 700;
                color: #3a83ef;
                font-size: 0.95rem;
            }

            .lxn-zip-icon:before, .lxn-right-section .fr-view ul li a[href$=".zip"]:before, .lxn-sidebar ul li a[href$=".zip"]:before {
                content: "\f1c6";
                color: #f5af14;
            }

            .lxn-xls-icon:before, .lxn-csv-icon:before, .lxn-right-section .fr-view ul li a[href$=".xlsx"]:before, .lxn-right-section .fr-view ul li a[href$=".xlsm"]:before, .lxn-right-section .fr-view ul li a[href$=".csv"]:before, .lxn-right-section .fr-view ul li a[href$=".xlsb"]:before, .lxn-sidebar ul li a[href$=".xlsx"]:before, .lxn-sidebar ul li a[href$=".xlsm"]:before, .lxn-sidebar ul li a[href$=".csv"]:before, .lxn-sidebar ul li a[href$=".xlsb"]:before {
                content: "\f1c3";
                color: #209e62;
            }

            .lxn-jpg-icon:before, .lxn-png-icon:before, .lxn-right-section .fr-view ul li a[href$=".jpg"]:before, .lxn-right-section .fr-view ul li a[href$=".jpeg"]::before, .lxn-right-section .fr-view ul li a[href$=".png"]:before, .lxn-right-section .fr-view ul li a[href$=".svg"]:before, .lxn-sidebar ul li a[href$=".jpg"]:before, .lxn-sidebar ul li a[href$=".jpeg"]:before, .lxn-sidebar ul li a[href$=".png"]:before, .lxn-sidebar ul li a[href$=".svg"]:before {
                content: "\f03e";
                color: #1f8490;
            }

            .lxn-txt-icon:before, .lxn-right-section .fr-view ul li a[href$=".txt"]:before, .lxn-sidebar ul li a[href$=".txt"]:before {
                content: "\f15c";
                color: #8459a2;
            }
/* Card CSS */
.lxn-checklist-card {
    margin-bottom: 1rem;
}

    .lxn-checklist-card h2.card-title {
        color: #222020;
        font-size: 1.25rem !important;
        text-align: left;
        font-family: 'helveticaneuemedium';
    }
/* Breadcrumb CSS */
.lxn-breadcrumb-container nav .breadcrumb-item.active, .lxn-breadcrumb-container nav a {
    color: #000;
    font-size: 0.9rem;
    text-decoration: none;
}

.lxn-breadcrumb-container nav .breadcrumb-item.active {
    color: rgba(0, 0, 0, 0.5);
    padding-top: 1px;
}

.lxn-breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
}

.lxn-breadcrumb-container nav a:hover {
    color: #2895f8;
}
/* Tools form CSS */
.lxn-tools-form .dropdown a {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    border: 1px solid #dcdfe5;
    box-shadow: 0 1px 2px rgba(43, 57, 69, 0.07);
    min-height: 48px;
    color: #000;
    margin-bottom: 0.9rem;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lxn-tools-form .dropdown-menu.show {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 2rem;
}

    .lxn-tools-form .dropdown-menu.show a {
        border: 0;
        white-space: normal;
        box-shadow: none;
        min-height: inherit;
        color: #595959;
        font-size: 0.875rem;
        text-decoration: none;
        padding: 3px 13px 3px 25px;
        margin: 1px 0;
        border-bottom: none;
        line-height: 1.3;
    }

.lxn-tools-form label {
    font-size: 0.9375rem;
    color: #414042;
    font-family: 'helveticaneuelight';
    margin-bottom: 0.1875rem;
}
/* Commercial Tools CSS */
.lxn-commercial-tools, .lxn-commercial-tools h4 {
    margin-top: 1.25rem;
}

    .lxn-commercial-tools h2, body .lxn-left-section .fr-view h1, body .lxn-left-section form h1 {
        font-family: 'helveticaneuebold';
        margin-bottom: 0.25rem;
        color: #000;
    }

.lxn-date {
    font-size: 0.9rem;
    color: #787770;
}

h4 {
    color: #000;
    font-family: 'helveticaneuemedium';
}

.lxn-articles-box ol li, .lxn-articles-box ul li, p {
    color: #333;
    font-size: 0.9375rem;
}

.lxn-commercial-tools p {
    margin-bottom: 1.125rem;
    color: #333;
}
/* Articles CSS */
.lxn-articles-box {
    border-top: 1px solid #e5e2da;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
}
/* Pagination CSS*/
.lxn-pagination {
    border-top: 1px solid #e9e9e9;
    padding: 1rem;
    background-color: #fff;
}

    .lxn-pagination .page-item.active .page-link {
        background-color: #c4d600;
        font-family: 'helveticaneuebold';
        color: #000;
    }

    .lxn-pagination .page-item .page-link {
        color: #787770;
        font-size: 0.9rem;
        border: 0;
    }

    .lxn-pagination .page-item.lxn-page-next .page-link, .lxn-pagination .page-item.lxn-page-previous .page-link {
        background-color: #f7f7f7;
        color: #000;
        padding: 0.2065rem 0.85rem;
        font-size: 1.1rem;
    }

    .lxn-pagination .page-link:hover {
        background-color: #f7f7f7;
        color: #000;
    }
/* Bulletin page start */
.lxn-single-bulletin {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
    padding-top: 1.3rem;
    border-top: 1px solid #e5e2da;
}

.lxn-bulletin-head {
    background-color: rgba(28, 28, 23, 0.03);
    padding: 2rem;
    margin-bottom: 2.5rem;
}

.lxn-bulletin-list table tr td, body table tr td {
    border: 1px solid #d5d5d5;
    padding: 10px;
}

.lxn-bulletin-list .lxn-list-head h2 {
    color: #313121;
    font-size: 1.125rem !important;
    font-family: 'helveticaneuebold';
    margin-bottom: 0.8rem;
}

.lxn-bulletin-head p {
    color: #333;
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.665;
}

.lxn-single-bulletin .lxn-list-head h3 {
    color: #313121;
    font-size: 1.125rem !important;
    font-family: 'helveticaneuemedium';
}

.lxn-single-bulletin p, ul li, ol li {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0;
    line-height: 1.665;
}

.lxn-single-bulletin .lxn-list-head h3.lxn-bulletin-date, .lxn-bulletin-date {
    color: #787770;
    font-size: 0.875rem !important;
    font-family: 'helveticaneuelight' !important;
}
/* Form only CSS start*/
.lxn-left-section {
    padding: 15px;
}

.lxn-right-section {
    padding: 1.5rem !important;
}

    .lxn-right-section .fr-view ul li a {
        margin-bottom: 0.5rem !important;
    }

.lxn-left-section .col-md-12 form {
    padding: 15px 15px 40px;
}

    .lxn-left-section .col-md-12 form .form-field, #modalPopupForm .form-field {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .lxn-left-section .col-md-12 form label, #modalPopupForm label {
        font-size: .9375rem;
        color: #414042;
        font-family: 'helveticaneuelight';
        margin-bottom: .1875rem;
    }

    .lxn-left-section .col-md-12 form .form-control, #modalPopupForm .form-control {
        border: 1px solid #dcdfe5;
        box-shadow: none;
        min-height: 38px;
        color: #333;
    }

    .lxn-left-section .col-md-12 form .field-validation-error, #modalPopupForm .field-validation-error {
        color: #e10000;
        font-size: 13px;
        margin-top: 5px;
    }

.lxn-left-section form input[type=submit], #modalPopupForm input[type=submit] {
    background-color: #c4d600 !important;
    border-color: #c4d600 !important;
    color: #000 !important;
    font-family: helveticaneuemedium !important;
    min-height: 38px;
    border-radius: .25rem;
    border: transparent;
    padding: 0 30px;
}

    .lxn-left-section form input[type=submit]:hover, #modalPopupForm input[type=submit]:hover {
        background-color: #d4e709 !important;
        border-color: #d4e709 !important;
        box-shadow: none;
        color: #000 !important;
    }

.lxn-left-section .col-md-12 form .form-field .ktc-checkbox, #modalPopupForm .form-field .ktc-checkbox {
    display: flex;
    align-items: self-start;
}

    .lxn-left-section .col-md-12 form .form-field .ktc-checkbox input[type="checkbox"], #modalPopupForm .form-field .ktc-checkbox input[type="checkbox"] {
        width: auto;
        appearance: auto;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        margin-right: 10px;
        box-shadow: none;
        position: relative;
        top: -8px;
    }

.lxn-left-section .col-md-12 form .ktc-default-section #modalPopupForm .ktc-default-section {
    margin-bottom: .9rem;
}
/* Form only CSS ends*/
/*Social link css*/
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -2px;
    top: 500px;
    width: 56px;
    z-index: 1100;
}

    .sticky-container .sticky ul {
        padding: 3px
    }

    .sticky-container .sticky li {
        list-style-type: none;
        color: #efefef;
        height: 34px;
        padding: 0px;
        margin: 0px 0px 1px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        clear: both;
    }

        .sticky-container .sticky li img {
            float: left;
            margin: 3px 4px;
            margin-right: 5px;
            max-width: 32px;
            max-height: 32px;
            border-radius: 3px;
        }

        .sticky-container .sticky li a:hover img {
            opacity: 0.9;
        }
/*Social link css ends */
/*Multi-level bullet points CSS start */
.qls-lexon ol {
    list-style-type: numeric;
}

    .qls-lexon ol ol {
        list-style-type: lower-alpha;
    }

        .qls-lexon ol ol ol {
            list-style-type: lower-roman;
        }

.qls-lexon .lxn-breadcrumb-container ol li, .qls-lexon .lxn-breadcrumb-container ol ol, .qls-lexon .lxn-breadcrumb-container ol ol ol {
    list-style-type: none;
}
/*Multi-level bullet points CSS ends */

.lxn-search-list .lxn-search-heading {
    color: #1270c5;
}

.lxn-search-list p a {
    color: #008000;
}

.lxn-search-list a:hover {
    color: #767e16;
}

.lxn-search-list {
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-bottom: 1px solid #E5E2DA;
    padding-bottom: 0.2rem;
}

.btn.btn-green {
    background-color: #C4D600;
    color: #000000;
    padding: .375rem 1rem;
}

.lxn-search-container .btn.btn-green i {
    position: relative;
    top: 2px;
}

.lxn-search-container .lxn-search-date {
    color: #a9a9a9;
    font-size: 0.9375rem;
}

.lxn-navbar-two .lxn-searchnav-dropdown .dropdown-toggle::after {
    content: "";
}

.lxn-navbar-two .lxn-searchnav-dropdown .nav-link {
    padding: 1rem 1.2rem 1rem 1.5rem;
    margin-top: 0px;
}

.lxn-navbar-two .lxn-searchnav-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    width: 300px
}

    .lxn-navbar-two .lxn-searchnav-dropdown .dropdown-menu.show {
        top: 100%;
        margin-top: 0.4rem;
        padding: 8px 15px;
        box-shadow: 0 2px 27px 0 rgb(0 0 0 / 15%);
        border: 0;
    }
/*Multi-level bullet points CSS ends */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }

    header .navbar-nav .dropdown-menu {
        top: auto;
        left: 0;
        margin-top: 0.4rem;
    }
}

@media (min-width:1920px) {
    .sticky-container {
        top: 660px;
    }
}

@media (min-width:1365px) {
    .lxn-navbar-one .nav-item.dropdown:hover .dropdown-menu, .lxn-navbar-one .nav-item.dropdown .dropdown-menu.show, .lxn-navbar-two .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0.40rem;
    }

    .lxn-navbar-one .nav-item.dropdown:hover .dropdown-toggle::after, .lxn-navbar-two .nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
        transition: all .25s ease-out;
    }

    .lxn-navbar-one .nav-item.dropdown:hover .dropdown-menu:before, .lxn-navbar-two .nav-item.dropdown:hover .dropdown-menu:before {
        content: "";
        width: 100%;
        height: 15px;
        background-color: transparent;
        top: -12px;
        position: absolute;
        z-index: -1;
    }
}

@media (max-width:990px) {
    .lxn-navbar-two .container {
        justify-content: flex-end;
    }

    .lxn-navbar-two, .navbar-light.lxn-navbar-two .navbar-toggler {
        background-color: #f8f8fa;
    }

        .lxn-navbar-two .navbar-nav .nav-link {
            margin-bottom: 16px;
            margin-left: 16px;
        }

        .lxn-navbar-two .container {
            padding: 0;
        }

        .lxn-navbar-two .nav-link.logout-link {
            color: #d83838;
        }

    .lxn-user-name-mobile {
        padding-left: 8px;
    }

    .lxn-navbar-two .dropdown-toggle::after {
        position: absolute;
        right: 26px;
    }

    .lxn-navbar-two .navbar-nav .nav-link:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    .lxn-navbar-two .navbar-nav .nav-item .dropdown-menu {
        box-shadow: 0 2px 27px 0 rgb(0 0 0 / 15%);
        border: 0;
        padding: 1.5rem 1rem;
    }

    .mega-content {
        padding: 1.5rem 0;
    }

    .lxn-navbar-two .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        border: none;
    }

    .lxn-navbar-two .nav-link.dropdown-toggle.show, .lxn-navbar-two .navbar-nav .nav-link:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    .lxn-submenus {
        margin-bottom: 15px;
    }

    .lxn-icon-btn {
        margin-top: -51px;
    }

    .lxn-navbar-one .navbar-nav .nav-item i {
        top: 15px;
        right: -15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link.lxn-login-btn {
        display: none !important;
    }

    .sticky-container {
        top: 330px;
    }
}

@media (min-width:573px) {
    .lxn-login-section .col-xxl-5.col-xl-5.col-lg-5.col-md-7.col-sm-9 {
        max-width: 550px;
        width: 100%;
    }
}
/* Media Query start */
@media (max-width:767px) {
    .lxn-login-section {
        padding-bottom: 2rem;
    }

    .lxn-hero-section {
        min-height: 250px;
    }

    .lxn-bulletin-head {
        padding: 1rem;
    }

    html body .lxn-content-wrapper h1, .h1, h1 {
        font-size: 1.75rem !important;
    }

    html body .lxn-content-wrapper h2, .h2, h2 {
        font-size: 1.625rem !important;
    }

    html body .lxn-content-wrapper h3, .h3, h3 {
        font-size: 1.25rem !important;
    }

    h4 {
        font-size: 0.9375rem;
    }

    .lxn-bulletin-date, .lxn-commercial-tools p, .lxn-date, .lxn-footer a, .lxn-footer span, .lxn-single-bulletin p {
        font-size: 0.875rem;
    }

    .mega-content {
        padding: 1rem 0.25rem;
    }

    .lxn-submenus .lxn-simple-link {
        padding: 1px 0;
        margin: 1px 0;
    }

    .lxn-submenus h5 a {
        font-size: 0.9375rem;
    }

    .lxn-bulletin-head {
        padding: 1rem;
    }

    .lxn-login-section .card-body.p-5 {
        padding: 3rem 1rem !important;
    }

    .lxn-hero-section h1, .lxn-slider-section h2 {
        padding: 20px;
        font-size: 1.5rem !important;
    }

    .lxn-left-section {
        margin-bottom: 20px;
    }

    .lxn-hero-section .lxn-banner-title {
        font-size: 1.4rem !important;
        padding: 20px 15px 20px 15px;
    }

    .mega-content .row {
        display: flex;
    }

    .lxn-slider-section .slider-caption {
        left: 0px;
    }

    .lxn-tag-line h3, .lxn-tag-line h4 {
        font-size: 1.1rem !important;
    }
}
