.nav-menu,
.nav-menu>li,
.nav-menu>li.focus,
.nav-menu>li:hover,
.nav-menu>li>a {
    transition: .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);     */
background: #ffffffcf;
    padding: 1rem;
    border-radius: 10px;
}
@media (max-width:768px) {
        .navigation {
           padding: .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-color: #f0f0f0;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .8s;
    transition-duration: .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;
    padding: 8x 15px 8px 26px
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.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: .5s fade;
    animation: .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: 20%;
       right: 3px;
    }
}
  /* @media (width <=575.98px) {  .nav-toggle {
      top: 16%;
    } 
} */

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 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 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    color: #29314A !important;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .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: .3s;
    transition: .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 .3s;
    transition: border .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: .4s ease-in-out;
    transition: .4s ease-in-out
}

.nav-menu>li.active>a {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #29314A !important;
    font-weight: 500;
}
/* .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: .938rem;
    color: #000 !important;
    background: #fff;
    transition: .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 .3s, background .3s, border .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: #EA0A35;
}
.navigation-landscape .nav-menu > li:last-child > a::after {
  display: none;
}