.nav-menu,
.nav-menu>li,
.nav-menu>li.focus,
.nav-menu>li:hover,
.nav-menu>li>a {
    transition: 0.4s ease-in-out;
}

.nav-dropdown>li.focus>a,
.nav-dropdown>li:hover>a {
    color: #000;
}

.nav-dropdown-horizontal>li>a,
.nav-dropdown>li,
.nav-menu>li>a,
.navigation {
    position: relative;
}

.navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: rgba(240, 240, 240, 0.708);     */
    padding: 0.5rem;
}

@media (max-width: 768px) {
    .navigation {
        padding: 0.5rem;
    }
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    display: flex;
}

@media (max-width: 992px) {
    .navigation * {
        display: inline-block;
    }
}

.align-to-right-mob {
    float: right;
    display: none !important;
}

@media (max-width: 1006px) {
    .align-to-right-mob {
        display: block !important;
    }
}

.navigation-portrait .nav-menu>li span {
    font-size: 0;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible,
.navigation-portrait .nav-menus-wrapper-close-button,
.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-hidden .nav-header,
.navigation-hidden .nav-search,
.navigation-portrait .align-to-left .nav-menu>li span {
    display: none;
}

.navigation-portrait .dropdown {
    width: 100% !important;
}

.navigation-portrait .btn1 {
    padding: 4px 15px;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background: #ffffff;
    background: linear-gradient(105deg, rgba(255, 255, 255, 1) 0%, rgba(211, 237, 231, 1) 71%, rgba(1, 200, 120, 1) 90%, rgba(82, 100, 193, 1) 100%);
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.navigation-portrait .nav-dropdown-horizontal>li,
.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    /* border-top: 1px solid #e3e0e0 */
}

/* .navigation-portrait .nav-menu>li:last-child {
    border-bottom: 1px solid #e3e0e0
} */

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    font-weight: 600;
    padding: 10x 15px 10px 26px;
}




.navigation-portrait .nav-menu>li>a::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 30px;
    width: 20px;
    height: 2px;
    /* border thickness */
    /* background-color: #EA0A35; */
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

/* On hover/active/focus */
.navigation-portrait .nav-menu>li:hover>a::after,
.navigation-portrait .nav-menu>li.active>a::after,
.navigation-portrait .nav-menu>li.focus>a::after {
    width: 10px;
    /* desired border width */
    width: 30px;
    height: 2px;
    /* border thickness */
    background-color: #01c878;
}





.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up,
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.navigation-portrait .nav-search-inner input[type="search"],
.navigation-portrait .nav-search-inner input[type="text"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 38px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-menu+.nav-menu>li:first-child,
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent;
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 19998;
    will-change: opacity;
}

.navigation-fixed-wrapper .navigation {
    margin-right: auto;
    margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
    position: fixed !important;
    -webkit-animation: 0.5s fade;
    animation: 0.5s fade;
}

.navigation-fixed-placeholder {
    width: 100%;
    display: none;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -9999px;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.nav-brand {
    padding: 0 10px;
    text-decoration: none !important;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 22%;
    right: 10px;
    display: none;
    cursor: pointer;
}

@media (max-width: 992px) {
    .nav-toggle {
        top: 32%;
    }
}

@media (max-width: 768px) {
    .nav-toggle {
        top: 34%;
        right: 3px;
    }
}

@media (width <=575.98px) {
    .nav-toggle {
        /* top: 31%; */
        display: none !important;
    }
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #333;
    border-radius: 10px;
    box-shadow:
        0 0.5em 0 0 #333,
        0 1em 0 0 #333;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #333;
    font-size: 26px;
    cursor: pointer;
}

.nav-button,
.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.nav-menu>li {
    display: inline-block;
    text-align: left;
}

.nav-menu>li>a {
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    color: #3a3938 !important;
    -webkit-transition:
        color 0.3s,
        background 0.3s;
    transition:
        color 0.3s,
        background 0.3s;
    font-size: 1rem;
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #0e324e #0e324e transparent;
}

.nav-menu.nav-menu-centered {
    text-align: center;
}

.nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-button,
.nav-menu.nav-menu-social>li>a>.fa,
.nav-text {
    font-size: 14px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 8%;
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* display: none; */
}

.last .submenu-indicator {
    display: none;
}

.mob_view {
    display: none !important;
}

@media (width <=992px) {
    .last {
        display: none !important;
    }

    .mob_view {
        display: block !important;
    }
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.nav-button,
.nav-dropdown>li>a,
.nav-text {
    display: inline-block;
}

.no-scroll {
    touch-action: none;
    overflow-x: hidden;
}

.nav-text {
    margin: 25px 15px;
    color: #70798b;
}

.nav-menu>li.active {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.nav-menu>li.active>a {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #3a3938 !important;
}

/* .nav-menu>li.active>a::before{
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #EA0A35;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
} */

@media (max-width: 992px) {
    .nav-menu>li.active>a::before {
        transform: translate(0);
        left: 20px;
        bottom: 5px;
    }
}

.nav-dropdown {
    min-width: 180px;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    background: #fff;
    z-index: 98;
    white-space: nowrap;
    border: 1px solid #cbd6e0;
}

@media (width <=992px) {
    .nav-dropdown {
        border-radius: 0;
        border: none;
        background: #fff;
    }
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    text-align: left;
    background: #fff;
    border-radius: 10px;
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.938rem;
    color: #000 !important;
    background: #fff;
    transition: 0.4s ease-in-out;
}

@media (width <=992px) {
    .nav-dropdown>li>a {
        border-radius: 0px;
    }
}

.nav-dropdown>li:last-child {
    border-bottom: none;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 6px;
    position: absolute;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: transparent #0e324e #0e324e transparent;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: 1px solid #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .nav-menu>li>a {
        font-size: 0.839rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nav-menu>li>a {
        font-size: 0.875rem;
        padding: 10px 14px;
    }
}

.navigation-landscape .nav-menu>li>a {
    height: 66;

    /* border-bottom: solid 3px transparent; */
    transition:
        color 0.3s,
        background 0.3s,
        border 0.3s;
}

.navigation-landscape .nav-menu>li:hover>a,
.navigation-landscape .nav-menu>li.active>a,
.navigation-landscape .nav-menu>li.focus>a {
    /* border-bottom-color: #EA0A35;; */
}

.navigation-landscape .nav-menu>li>a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 20px;
    height: 2px;
    /* border thickness */
    /* background-color: #EA0A35; */
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

/* On hover/active/focus */
.navigation-landscape .nav-menu>li:hover>a::after,
.navigation-landscape .nav-menu>li.active>a::after,
.navigation-landscape .nav-menu>li.focus>a::after {
    width: 10px;
    /* desired border width */
    width: 30px;
    height: 2px;
    /* border thickness */
    background-color: #01c878;
}


.navigation-portrait .bottom {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 1rem;
    color: #000;
    display: flex;
    flex-direction: column;


}

.navigation-portrait .bottom .call {
    font-size: 0.938rem;
    font-weight: 400;
    margin-bottom: .8rem;
    color: #525151
}

.navigation-portrait .bottom .call span {
    font-size: 1rem;
    display: block;
    font-weight: 500;
    margin-top: .2rem;

}

.navigation-portrait .bottom .call span a {
    color: #000;
}

.navigation-portrait .bottom .call span i {
    color: #713EDD;
    padding-right: .2rem;

}