/* @import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&amp;family=Space+Grotesk:wght@300..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap"); */


:root {
    --font_instrumentsans: "Instrument Sans", sans-serif;
    --font-body: "Instrument Sans", sans-serif;
    --font-heading: "Instrument Sans", sans-serif;
    --font-heading-two: "Instrument Sans", sans-serif;
    --font-heading-three: "Instrument Sans", sans-serif;
    --font-heading-four: 'Agrandir';
    --font-heading-five: "Red Hat Display", serif;
    --color-primary: #d44a00;
    --color-primary-rgb: 212, 74, 0;
    --color-primary-two: #0f55dc;
    --color-primary-two-rgb: 15, 83, 220;
    --color-primary-three: #9a4497;
    --color-primary-three-rgb: 154, 68, 151;
    --color-primary-four: #ff6a00;
    --color-primary-four-rgb: 255, 106, 0;
    --color-primary-five: #1438bc;
    --color-primary-five-rgb: 20, 56, 188;
    --color-heading: #111112;
    --color-heading-two: #0c111d;
    --color-heading-three: #16140c;
    --color-heading-four: #212877;
    --color-default: #49515b;
    --color-default-two: #494d57;
    --color-yellow: #ffd600;
    --color-white: #fff;
    --color-black: #000;
    --color-body: #eaeef0;
    --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
}

/* reset css start */
:root {
    scroll-behavior: auto;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    color: var(--color-default);
    font-family: var(--font-body);
    background-color: var(--color-body);
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0px;
    padding: 0px;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: inherit;
}

p,
li,
span {
    margin-bottom: 0;
}

/* reset css end */
/* global css start */

/* global css end */

/* order & unorder list reset - start */
.ul_li,
.ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ul_li {
    justify-content: flex-start;
}

.ul_li_between {
    justify-content: space-between;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/

/*-- Margin Top --*/

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

/*-- Margin Left --*/

/*-- Margin Right --*/

/*-- Padding Top --*/

/*-- Padding Bottom --*/

/*-- Padding Left --*/

/*-- Padding Right --*/

/* typography css start */
h3 {
    margin: 0;
    line-height: -0.02em;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-heading);
    font-family: var(--font-heading);
}

h3 {
    font-size: 22px;
}

/* typography css end */

/*circleAnimation*/

/*--
    - Overlay
------------------------------------------*/

/*-- Overlay Color --*/

/*-- Overlay Opacity --*/

.side-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-transparent {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}

@media (max-width: 1199px) {
    .header-transparent {
        top: 10px;
    }
}

@media (max-width: 991px) {
    .header-transparent {
        top: 0;
    }
}

.header-style-two.header-transparent {
    top: 0;
}

.header-style-two .main-menu__wrap {
    margin-left: 24px;
}

@media (max-width: 1199px) {
    .header-style-two .main-menu__wrap {
        margin-left: 10px;
    }
}

.header-style-two .main-menu ul li a {
    color: var(--color-heading-two);
}

.header-style-two .main-menu ul li {
    padding: 18px 0;
}

.header-style-two .header-bar-mobile {
    margin-left: auto;
    margin-right: 30px;
}

@media (max-width: 767px) {

    .header-style-two .header-bar-mobile {
        margin-right: 0;
    }
}

.header-style-two .header-contact {
    margin-left: 30px;
}

.main-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li:not(:last-child) {
    margin-right: 2px;
}

.main-menu ul li .submenu li {
    margin-right: 0;
    padding: 0 6px;
    width: 100%;
}

.main-menu ul li a {
    z-index: 3;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 19px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.01em;
    color: var(--color-white);
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-family: var(--font-heading);
}

.header .menu .menu-main li .sub-menu .list-item .m-item {
    width: 100% !important;
}

.header .menu .menu-main li .sub-menu .list-item .m-item a {
    width: 100% !important;
    /* background-color: #000; */
}

@media (max-width: 1199px) {
    .main-menu ul li a {
        padding: 6px 10px;
    }
}

.main-menu ul li.active>a,
.main-menu ul li:hover>a {
    background: none;
    color: var(--color-black);
}

/* .main-menu ul li.menu-item-has-children>a span::after {
    content: "+";
    display: inline-block;
    padding-left: 6px;
} */

.main-menu ul li.menu-item-has-children:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 0px);
}

.main-menu ul li .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    min-width: 240px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: 0;
    padding: 6px 0;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    z-index: 3;
    top: calc(100% + 10px);
    text-align: left;
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.main-menu ul li .submenu li:not(:last-child) {
    margin-bottom: 1px;
}

.main-menu ul li .submenu li a {
    padding: 8px 22px;
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: var(--color-black);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.main-menu ul li .submenu li:hover>a {
    /* color: var(--color-primary-two); */
    color: #ffaf17;
    /* background-color: rgba(var(--color-primary-two-rgb), 0.1); */
}

.main-menu ul li .submenu li::after>a {
    content: "->";
    letter-spacing: 0;
    width: 0;
    white-space: nowrap;
    line-height: 1;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    position: relative;
    left: -20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transition: all 0.3s;
    transition: all 0.3s;
}

.main-menu ul li .submenu ul {
    left: 100%;
    top: 0px;
}

.main-menu ul li .submenu ul::before {
    display: none;
}

.main-menu>ul>li {
    padding: 10px 0;
}

.mega_menu_wrapper {
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    max-width: 1520px;
    margin: auto;
}

.mega_menu_wrapper_inner {
    /* padding: 30px;
    padding-bottom: 40px; */
    background: #fff;
    border: none;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(18, 20, 32, .2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.megamenu_pages_wrapper {
    padding: 30px 30px;
}

.menu-link {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.menu-link::after {
    content: '→';
    position: absolute;
    right: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.menu-link:hover {
    /* color: #0f55dc; */
    color: #ffaf17;

    /* optional hover color */
}

.menu-link:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.main-menu ul li.megamenu .submenu {
    padding: 0;
    background: transparent;
    box-shadow: none !important;
    border: none;
}

.mega_menu_wrapper .iconbox_block_2 {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    padding: 15px !important;
    padding-bottom: 12px !important;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px !important;
    line-height: 1.3;
}

.mega_menu_wrapper .iconbox_block_2 .icon_title_wrap {
    gap: 10px;
    display: flex !important;
    margin-bottom: 10px;
    align-items: flex-start;
}

.mega_menu_wrapper .iconbox_block_2 .iconbox_icon {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 5px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: rgba(0, 68, 235, 0.1);
}

.iconbox_block_2 .iconbox_icon img {
    max-width: 16px;
}

.mega_menu_wrapper .iconbox_block_2 .iconbox_title {
    line-height: 1;
    margin: 6px 0 0;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    .mega_menu_wrapper .iconbox_block_2 .iconbox_title {
        font-size: 16px;
    }
}

.mega_menu_wrapper .iconbox_block_2:hover .iconbox_title {
    /* color: var(--color-primary-two); */
    color: #ffaf17;
}

.mega_menu_wrapper .iconbox_block_2:hover {
    background-color: #E8EFFF;
}

.review_short_info_2 {
    display: flex;
    align-items: center;
    background-color: #F6F6F8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border: 1px solid #E7E8EC;
}

.review_short_info_2 .review_admin_logo {
    height: 60px;
    width: 110px;
    flex: 0 0 auto;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-right: 1px solid #fff;
}

@media (max-width: 1199px) {
    .review_short_info_2 .review_admin_logo {
        width: 85px;
    }
}

.review_admin_logo img {
    max-width: 72px;
}

.review_short_info_2 .review_info_content {
    flex: 0 0 auto;
    padding: 2px 25px;
}

.review_short_info_2 .rating_block {
    margin-bottom: 8px;
}

.review_short_info_2 .rating_block>li {
    padding: 0 !important;
    font-size: 11px;
}

.review_short_info_2 .review_counter {
    line-height: 1;
    font-size: 12px;
}

.author_box .author_image {
    width: 90px;
    height: 90px;
    flex: 0 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}

.mega_menu_wrapper .autpr_box {
    height: calc(100% + 70px);
    background-color: #0C111D;
    margin-right: -30px;
    margin-top: -30px;
    padding: 50px 30px 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .mega_menu_wrapper .autpr_box {
        margin-top: 30px;
        margin-right: 0;
        padding: 40px 20px 20px;
    }
}

.author_box_quote {
    position: absolute;
    top: 50px;
    right: 53px;
    z-index: -1;
}

.mega_menu_wrapper .author_box {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 50px;
}

.author_box_content h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.mega_menu_wrapper .site_author p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding-right: 25px;
}

@media (max-width: 1199px) {
    .mega_menu_wrapper .site_author p {
        padding-right: 0;
        font-size: 16px;
    }
}

.megamenu-btn {
    padding: 13px 24px !important;
    color: var(--color-white) !important;
    border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -ms-border-radius: 7px !important;
    -o-border-radius: 7px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

.megamenu-btn:hover {
    color: var(--color-heading-two) !important;
}

@media (max-width: 1199px) {
    .megamenu_pages_wrapper {
        margin-bottom: 30px !important;
    }
}

.rating_block li {
    color: #FFB600;
    line-height: 1.2;
    font-size: 11px;
}

.rating_block li:not(:last-child) {
    margin-right: 4px !important;
}

.mega_menu_wrapper_inner .btns_group {
    display: flex;
    align-items: center;
    gap: 20px 45px;
    list-style: none;
}

@media (max-width: 1199px) {
    .mega_menu_wrapper_inner .btns_group {
        flex-wrap: wrap;
    }
}

.mega_menu_wrapper_inner .btns_group li {
    padding: 0 !important;
}

.mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget)>[class*="col-"] {
    padding: 0 50px 85px;
    margin-top: 67px;
}

@media (max-width: 1199px) {
    .mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget)>[class*="col-"] {
        padding: 0 10px;
        margin-top: 10px;
    }
}

.mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget)>[class*="col-"]:not(:last-child) {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #E7E8EC;
}

@media (max-width: 1199px) {
    .mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget)>[class*="col-"]:not(:last-child) {
        border: 0;
    }
}

/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {

    .container {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.g-10 {
    margin: 0 -5px;
}

.g-10>* {
    padding-left: 5px;
    padding-right: 5px;
}

/*----------------------------------------*/
/*  14. cursor
/*----------------------------------------*/

.thm-btn {
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .02em;
    padding: 10px 20px;
    border-style: none;
    align-self: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: inherit;
    color: var(--color-white);
    background: var(--color-primary);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .thm-btn {
        font-size: 16px;
    }
}

.thm-btn--aso {
    font-weight: 500;
    padding: 27px 40px;
    overflow: hidden;
    color: var(--color-white);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary-two);
}

.thm-btn--aso::before {
    position: absolute;
    content: '';
    z-index: -1;
    height: 200%;
    width: 200%;
    left: 50%;
    bottom: -200%;
    transform: translateX(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-yellow);
}

.thm-btn--aso img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.thm-btn--aso:hover {
    color: var(--color-heading-two);
    transform: translateY(-2px);
}

.thm-btn--aso:hover::before {
    bottom: -70%;
}

.thm-btn--aso:hover img {
    filter: grayscale(1) brightness(0);
}

.thm-btn--header-black {
    padding: 13px 24px;
    background-color: var(--color-heading-two);
}

.thm-btn--header-black img {
    margin-left: 18px;
}

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/

/*----------------------------------------*/
/*  19. mobile-menu
/*----------------------------------------*/

.xb-nav-mobile {
    font-size: 26px;
    color: var(--color-primary-two);
}

.xb-nav-mobile:hover {
    color: var(--color-primary-two);
}

/*----------------------------------------*/
/*  12. preloader
/*----------------------------------------*/

/*# sourceMappingURL=main.css.map */



/*
 
Version: 1.0.0
*/
/*-----------------------------------------------------------------------------------*/
/*	GLOBAL CSS THAT ARE APPLIED FOR ALL SCREEN SIZES
/*-----------------------------------------------------------------------------------*/

/*Topbar Part*/

.rs-topbar-part {
    background: transparent;
    padding: 15px 0;
}

.rs-topbar-part .rs-contact-info {
    display: flex;
}

.rs-topbar-part .rs-contact-info .contact-part {
    display: inline-block;
    margin-right: 25px;
}

.rs-topbar-part .rs-contact-info .contact-part i {
    margin-right: 10px;
}

.rs-topbar-part .rs-contact-info .contact-part i:before {
    font-size: 15px;
    color: #ffffff;
}

.rs-topbar-part .rs-contact-info .contact-part a {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
}

.rs-topbar-part .rs-contact-info .contact-part .address {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
}

.rs-topbar-part .rs-contact-info .contact-part:last-child {
    margin: 0;
}

.rs-topbar-part .topbar-sl-share .icon-part {
    color: #0b2ba7;
}

.rs-topbar-part .topbar-sl-share .icon-part li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
}

.rs-topbar-part .topbar-sl-share .icon-part li a i {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
}

.rs-topbar-part .topbar-sl-share .icon-part li:last-child {
    margin: 0;
}


.main-menu {
    position: relative;
}

.main-menu::after {
    display: block;
    clear: both;
    content: "";
}

.rs-menu {
    float: left;
    clear: both;
    width: 100%;
    font-size: 0;
}

.rs-menu ul,
.rs-menu li,
.rs-menu p,
.rs-menu a,
.rs-menu div,
.rs-menu i {
    border: 0;
    margin: 0;
    padding: 0;
}

.rs-menu li {
    display: block;
    position: relative;
}

.rs-menu a {
    display: block;
    padding: 16px;
}

.rs-menu .row {
    float: left;
    width: 100%;
    position: relative;
}


.rs-header .menu-area .logo-area {
    position: relative;
}

.rs-header .menu-area .logo-area img {
    max-width: 100%;
    max-height: 25px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 45px;
    padding: 0;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    color: #fff;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #ffa000;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
    margin-right: 0 !important;
}

.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
    margin: 0;
}

.rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.rs-header .menu-area .main-menu .rs-menu ul li.active a,
.rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: var(--blue);
}


/*-----------------------------------------------------------------------------------*/
/*	SUB-MENUS SETTINGS 
  /*-----------------------------------------------------------------------------------*/
/* Hide sub-menus */
.rs-menu ul ul {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #111111;
}

.rs-menu ul ul.visible,
.rs-menu ul .rs-mega-menu ul.visible ul.sub-menu {
    display: block;
    z-index: 110;
}

/* Adjust position of mega-menu */
.rs-menu li:hover>ul.mega-menu>li>ul {
    position: relative;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background-color: #ffffff;
    margin: 0;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    z-index: 99;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
    border: none;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    padding: 10px 30px;
    height: unset;
    text-transform: capitalize;
    line-height: unset;
    color: #0a0a0a;
    font-weight: 400;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ffa000;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #ffa000;
}



/*-----------------------------------------------------------------------------------*/
/*  APPEARANCE SETTINGS 
  /*-----------------------------------------------------------------------------------*/
.rs-menu a {
    color: #bbb;

    /* Remove the blue Webkit background when element is tapped */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Modifies position of icons on the menu */
.rs-menu li i {
    margin-right: 10px;
    font-size: 16px;
    /* Make the font smoother for Chrome */
    transform: translate3d(0, 0, 0);
}

/* Put down arrows */
.nav-menu .rs-mega-menu>a span:after,
.nav-menu>.menu-item-has-children>a span:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    margin: 2px 0 0 5px;
}

.mega-menu h1,
.mega-menu h2,
.mega-menu h3 {
    margin-bottom: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Typography
  /*-----------------------------------------------------------------------------------*/
.rs-menu li {
    font-size: 14px;
}

.rs-menu .sub-menu li a {
    padding: 10px 14px;
}

/* Sub-menus - font size and text alignment*/
.rs-menu ul ul a {
    font-size: 15px;
    text-align: left;
}


/*-----------------------------------------------------------------------------------*/
/*  MEGA MENU
  /*-----------------------------------------------------------------------------------*/
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    min-width: 850px;
    box-shadow: 0 6px 25px 2px rgba(12, 89, 219, 0.09);
}


.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu {
    display: block;
    position: relative;
    width: auto;
    padding: 0;
    min-height: initial;
    box-shadow: none;
}

.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu li,
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu a {
    width: 100%;
}

.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu {
    width: 33%;
    float: left;
}

.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu .sub-menu {
    box-shadow: none;
    text-align: left;
}

.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu .sub-menu .menu-title {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
    color: #0a0a0a;
}

.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu:hover .sub-menu .menu-title {
    color: #043d72;
}



/*-----------------------------------------------------------------------------------*/
/*  Off Canvas Part CSS
  /*-----------------------------------------------------------------------------------*/
/*Nav Expandar Part*/

.expand-btn {
    float: right;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    top: 50%;
    transform: translateY(-50%)
}

.expand-btn span {
    display: inline-block;
    margin-right: 20px;
}

.expand-btn span a {
    padding: 0;
}

.expand-btn span a i:before {
    font-size: 15px;
    margin: 0;
}

.expand-btn span a.nav-expander i {
    font-weight: 700;
}

.expand-btn span a.nav-expander i:before {
    font-size: 21px;
    margin-left: 20px;
}

.expand-btn span:last-child {
    margin: 0;
}

.expand-btn .header-btn {
    padding: 10px 40px;
    background: #ffa000;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.expand-btn .header-btn:hover {
    background: #fff;
    color: #333333;
}

.expand-btn .offcanvas-icon li span {
    background: #fff;
    height: 2px;
    width: 20px;
    display: block !important;
    margin: 0 0 4px 0 !important;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    list-style: none;
}

.expand-btn .offcanvas-icon li span:last-child {
    margin: 0 !important;
}

.expand-btn .offcanvas-icon:hover li span:nth-child(1) {
    width: 10px;
}

.expand-btn .offcanvas-icon:hover li span:nth-child(2) {
    width: 15px;
    transform: rotate(180deg);
}


/*Off Canvas Menu*/
.nav-expanded {
    position: relative;
}

.nav-expanded nav {
    right: 0 !important;
}

.off-wrap {
    position: absolute;
    width: 100%;
    background: #000;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.nav-expanded .off-wrap {
    opacity: 0.5;
    z-index: 99;
}

ul.menu-mega li a.menu-bold.menu-f {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 40px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #101010;
    height: unset;
    line-height: 16px;
    text-transform: capitalize;
}

/*-----------------------------------------------------------------------------------*/
/*  TRANSITIONS AND EFECTS
  /*-----------------------------------------------------------------------------------*/
.nav-menu ul {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
  /*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {

    /*RESPONSE MENU*/
    .rs-menu {
        height: auto !important;
    }

    .rs-menu li {
        display: inline-block;
    }

    .nav-menu .rs-mega-menu {
        position: static;
    }

    .rs-menu ul ul.visible {
        visibility: hidden;
        opacity: 0;
    }

    /* Remove arrows if not in mobile */
    .nav-menu .menu-item-has-children>span,
    .nav-menu .rs-mega-menu>span {
        display: none;
    }

    /* Remove Menu Toggle if not in mobile */
    .rs-menu-toggle {
        display: none;
    }

    /* Remove Menu Close if not in mobile */
    .nav-menu div.sub-menu-close {
        display: none;
    }


    /* Show sub-menus in hover */
    .rs-menu li:active>ul,
    .rs-menu li:focus>ul,
    .rs-menu li:hover>ul,
    .rs-menu li:hover>ul.mega-menu>li>ul,
    .rs-menu li:hover ul.mega-menu .sub-menu {
        display: block;
        z-index: 17;
    }

    /* Adjust position the sub-menus in the left */
    .rs-menu ul ul li>ul {
        left: 100%;
    }

    /* Adjust position the sub-menus on the top */
    .rs-menu ul ul ul {
        top: 0;
    }

    .rs-menu ul ul {
        width: auto;
    }

    /* Sub-menus - width */
    .rs-menu ul ul a {
        width: 260px;
        /* <- Modify for width change */
    }

    .nav-menu .mega-menu li div.mega-menu-innner .single-magemenu {
        width: 25%;
        float: left;
        padding: 0 12px;
    }

    .rs-header .menu-area.menu-sticky {
        transition: all 0.3s ease 0s;
    }

    .rs-header .menu-area.menu-sticky.sticky {
        background: #fff;
        position: fixed;
        z-index: 999;
        margin: 0 auto;
        border: none;
        padding: 0;
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: sticky-animation;
        animation-name: sticky-animation;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .rs-header .menu-area.sticky .main-menu .rs-menu ul li>a {
        color: #161616;
    }

    .rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item>a {
        color: #ffa000;
    }

    .rs-header .menu-area.sticky .expand-btn .header-btn:hover {
        background: #161616;
        color: #fff;
    }

    /* Menu Transition*/
    .rs-menu ul ul {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transform: scaleY(0);
        transform-origin: 0 0 0;
    }

    .rs-menu li:active>ul,
    .rs-menu li:focus>ul,
    .rs-menu li:hover>ul,
    .rs-menu li:hover>ul.mega-menu>li>ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transform: scaleY(1);
    }

    ul.mega-menu .sub-menu {
        transform: unset;
    }

    .rs-menu li:hover ul.mega-menu .sub-menu {
        transform: unset;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

}

@media only screen and (max-width: 991px) {

    .rs-header .menu-area .logo-area {
        position: absolute;
        z-index: 1;
    }

    .rs-header .expand-btn {
        display: none;
    }

    .rs-menu {
        position: absolute;
        z-index: 999;
    }

    .rs-menu .row [class*="col-"] {
        float: left !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .nav-menu>li>a {

        border-bottom: 1px solid rgba(93, 101, 118, 0.15);
        text-align: left;
    }

    .nav-menu>li:last-child a {
        border-bottom: none;
    }

    .rs-menu ul ul {
        display: none;
    }

    .meg-sub {
        padding-right: 5px !important;
    }

    .meg-sub {
        padding-left: 5px !important;
    }

    ul.menu-mega li a {
        padding-left: 0px !important;
        padding-bottom: 0px !important;
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    /*Options Menu Closed*/
    .nav-menu div.sub-menu-close {
        float: left;
        width: 100%;
        cursor: pointer;
        background: #f6f3ed;
        color: #000;
        font-size: 14px;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

    .nav-menu div.sub-menu-close i {
        font-size: 16px;
        margin-right: 5px;
    }

    .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
        background: #fff;
    }

    .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
        display: block !important;
        margin-right: 0 !important;
    }

    .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 0 0 20px !important;
    }

    .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
        padding: 15px 0 0 !important;
    }

    .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
        height: 28px !important;
        line-height: 14px !important;
        padding: 0 0 0 20px !important;
    }

    .rs-menu .rs-mega-menu .sub-menu div.sub-menu-close {
        display: none;
    }

    .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu {
        min-width: unset;
        width: 100%;
    }

    .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu ul.sub-menu {
        padding: 0;
    }

    .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu {
        width: 100% !important;
        padding: 0 !important;
    }

    .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu ul.sub-menu {
        box-shadow: none;
    }

    .rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
        padding: 10px 15px;
    }

    .nav-menu>.menu-item-has-children>span.rs-menu-parent {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 49px;
        line-height: 49px;
        width: 45px;
        text-align: center;
        cursor: pointer;
        background: var(--blue);
        z-index: 9;
        color: #ffffff;

        /* Remove the blue Webkit background when element is tapped */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .nav-menu>.menu-item-has-children .sub-menu .menu-item-has-children span.rs-menu-parent {
        display: block;
        position: absolute;
        background: #ddd;
        right: 0;
        top: 0;
        height: 50px;
        line-height: 50px;
        width: 45px;
        text-align: center;
        cursor: pointer;
        border-left: none;
        z-index: 9;
        /* Remove the blue Webkit background when element is tapped */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .nav-menu span.rs-menu-parent i {
        margin: 0;
    }

    .rs-menu-close {
        height: 0;
        overflow: hidden !important;
    }

    /*Menu Toggle Appearance*/
    .rs-menu-toggle {
        display: block;
        text-align: right;
        position: relative;
        height: auto;
        line-height: auto;
        cursor: pointer;
        color: #333;
        font-size: 22px;
        text-transform: uppercase;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

}

@media only screen and (max-width: 1080px) {
    .nav-menu>li>a i {
        display: none;
    }
}



.pad-top {
    line-height: 20px !important;
    padding-bottom: 0px !important;
    padding-top: 7px !important;
    color: #000;
    font-weight: 400;
}

.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu {
    display: block;
    position: relative;
    width: auto;
    padding: 0;
    min-height: initial;
    box-shadow: none;
}



/* new css start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 26px;
    right: 25px;
    font-size: 50px;
    /* margin-left: 53px; */
    right: 18px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* new css end */


/* new start */

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 20px 0;
    font-size: 2em;
    background-color: var(--bs-white);
}

.accordion {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.item {
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    border-radius: 10px;
    color: #2c3e50;
    overflow: hidden;
}

/* input {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
    }*/

.item__title {
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
    /* background-color: #eee; */
    cursor: pointer;
    font-size: 20px;
    line-height: 21px;
}

.item__title:after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.item__content {
    padding: 0 1em;
    background-color: #eeeeee6b;
    max-height: 0;
    transition: all 0.35s;
    font-size: 20px;
}

input:checked {
    +.item__title::after {
        transform: rotate(90deg);
    }

    ~.item__content {
        max-height: 100vh;
        padding: 10px;
    }
}


/* new end */



/* new payroll menu start */

/* header */
.header.new-menu1 {
    display: block;
    width: 100%;
    /*  position: relative;*/
    position: fixed;
    z-index: 99;
    padding: 10px 10px;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
}

.header .item-left {
    flex: 0 0 17%;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 66%;
    display: flex;
    justify-content: center;
}

.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 18px;
    /*color: #ffffff;
         display: inline-block;
         margin-left: 10px;
         transition: color 0.3s ease;*/
    background: linear-gradient(to right, #2e51bf, #24397a) padding-box, linear-gradient(to right, #2e51bf, #24397a) border-box;
    color: #fff;
}

.header .item-right a:hover {
    color: #ffffff !important;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

.header .menu>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu>ul>li>a i {
    margin-left: 5px;
    font-size: 12px;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
    list-style-type: none;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
    border-radius: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>div.m-icon>i {
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
    transition: color 0.3s ease;
    background: linear-gradient(275.55deg, #FF9B44 0%, #ff3400 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>div.m-item>a {
    padding: 15px 0;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>div.m-item>p {
    font-size: 16px;
    color: #555555;
}

.header .menu>ul>li .sub-menu>ul>li>a>i {
    padding: 2px 0;
    font-size: 18px;
    margin-right: 10px;
    transition: color 0.3s ease;
    background: linear-gradient(275.55deg, #FF9B44 0%, #ff3400 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>p {
    font-size: 16px;
    color: #555555;
}


.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    top: 70%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
    border-radius: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 50%;
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #ea4636;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
/*.header .item-right a:hover,*/
.header .menu>ul>li:hover>a {
    background: var(--blue);
    background: var(--blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.header .menu>ul>li:hover>a {
    background: -webkit-linear-gradient(275.55deg, var(--blue) 0%, var(--blue) 100%);
    background: -moz-linear-gradient(275.55deg, var(--blue) 0%, var(--blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--black);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, var(--blue), var(--blue)) 1;
}

.header .item-right a:hover {
    /*  color:#24397a;*/
    background: -webkit-linear-gradient(275.55deg, #24397a 0%, #24397a 100%);
    background: -moz-linear-gradient(275.55deg, #24397a 0%, #24397a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    /* .header .item-left,
      .header .item-right{
        flex:0 0 auto;
      }*/
    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        /*    margin-bottom: 15px;*/
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

@media(max-width:767px) {
    /* .images-fluid {
        max-width: 160px;
        height: auto;
        padding: 0px 0px 10px 0px;
    } */

    .footer-second .footer-payroll-img {
        width: 160px;
        height: 100px;
        padding-bottom: 16px;
    }

    .footer-second {
        background: #100f3a;
        box-shadow: 0px 0px 80px 0px #0000001A;
        padding: 30px 0px 40px 0px;
    }
}

@media (max-width:575px) {
    .header .item-left {
        flex: 0 0 40%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header .item-left {
        flex: 0 0 28%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .images-fluid {
        max-width: 180px;
        height: auto;
        padding: 0px 0px 10px 0px;
    }

    .header.new-menu1 .header-item.item-left .images-fluid {
        width: 140px !important;
        padding-bottom: 0px;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {

    /* .img-fluid {
        margin-left:6px;
    } */
    .header .item-center {
        flex: 0 0 80%;
        display: flex;
        justify-content: center;
        padding-left: 166px;
    }
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li.head-li {
    /* padding-bottom:15px;  */
    border-bottom: 1px dotted #eee;
}


.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>div.head-m-item>a {
    font-size: 18px;
    color: #24397a;
    font-weight: 600;
}


.new-menu1 {
    display: none !important;
}

/* new payroll menu end */
.innerp .nav-menu li a {
    color: #000 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu p.ind-txt a {
    font-size: 22px;
    font-weight: 600;
    padding-top: 36px;
    color: var(--secondary);
    text-align: left;
    padding-left: 24px;
    text-transform: none;
    height: 0px;
    line-height: 0px;
    padding-bottom: 18px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu p.ind-txt a:hover {
    color: var(--blue);
}

.header .menu>ul>li .sub-menu.mega-menu .ind-txt a {
    font-size: 20px;
    font-weight: 600;
    padding-top: 18px;
    color: var(--secondary);
    text-align: left;
    margin-bottom: 4px;
}

.header .menu>ul>li .sub-menu.mega-menu .ind-txt a:hover {
    color: var(--blue);
}

.header .menu>ul>li .sub-menu.mega-menu p {
    margin-bottom: 6px;
    margin-top: 10px;
}

.header-area-4 .main-menu li a.iconbox_block_2:hover {
    color: #ffaf17;
}

.header-area-4 p.t-btn.t-btn-primary {
    padding: 0px;
}

.main-menu ul li .submenu li a.dm-btn {
    color: #fff;
    padding: 10px 25px;
}