/* sub menu hover  */

.nav-dropdown.nav-dropdown-default {
    min-width: 32rem;
}

.nav-dropdown.nav-dropdown-default>li {
    margin-bottom: 1rem;
}

.nav-dropdown.nav-dropdown-default>li>a {
    padding: 1.2rem 1.6rem;
    background-color: #fafafa;
    border-radius: .8rem;
    color: #333;
    font-weight: bold !important;
    margin: 0;
    font-size: 1.6rem;
}

.nav-dropdown.nav-dropdown-default>li:last-child {
    margin-bottom: 0;
}

.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: var(--fs-color-primary);
}

.ux-menu-icon {
    margin-right: 1rem !important;
}

.nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: var(--primary-color);
    color: #fff;
    /* font-size: 1.4rem; */
}

.nav-dropdown>li.nav-dropdown-col {
    display: block
}

.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 1.5rem;
    font-weight: 500;
}

.nav-dropdown .nav-dropdown-col>ul li:hover {
    background: var(--primary-color)
}


.nav-dropdown-default>li>a {
    border-bottom: 0 !important
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 1rem;
    margin-left: -1rem;
}

.nav-dropdown .nav-dropdown-col>ul {
    border: .1rem solid #d2d2d2;
    margin-top: -4rem;
    box-shadow: .2rem .2rem .5rem #828282;
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 24rem;
}

.nav-dropdown>li.nav-dropdown-col {
    width: 100%;
    border-right: 0
}

.nav-dropdown .nav-dropdown-col>ul li a {
    padding: 1rem;
    text-transform: none;
    color: black
}

.header-nav li.nav-dropdown-col:hover>ul {
    display: block !important
}

.header-nav-main.nav>li.menu-item {
    margin: 0 2rem;
}

.header-nav-main.nav>li.menu-item>a {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
}

.header-nav-main.nav>li.html {
    margin: 0 1rem;
}

li.html .header-button a.button {
    min-width: 19.3rem;
    height: 4.4rem;
    text-transform: none;
    line-height: 4.4rem;
}

li.html .header-button a.button.primary:not(.is-outline) {
    background-color: transparent;
    background: var(--linear-gradient);
}

li.html.header-button-2 a {
    font-size: 1.5rem;
}

li.html.header-button-1 a {
    border: 0.1rem solid #E3E3E3;
    line-height: 5rem !important;
}
li.html.header-button-1 a::before{
    content:"";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../icons/phone2.svg) center / contain no-repeat;
    position: relative;
    top: 0.35rem;
    margin-right: 0.5rem;
}
li.html.header-button-1 a span{
       font-size: 2rem;
    background: var(--linear-gradient-2);
       color: transparent;
    background-clip: text;
}
li.html.header-button-1 a:hover span{
	color: #fff
}
li.html.header-button-1 a:hover::before{
    background: url(../icons/phone2-w.svg) center / contain no-repeat;
}
header i.icon-menu::before {
    content: url(../icons/menu.svg);
    position: relative;
    top: 0.1rem;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: #fff
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: 1.6rem;
    color: var(--primary-color);
    text-transform: none;
}

.mfp-close-btn-in .mfp-close {
    mix-blend-mode: unset;
    color: var(--primary-color);
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .header-full-width .container {
        max-width: 192rem !important;
        margin: 0 auto;
        padding: 0 5rem;
    }
}

@media screen and (max-width: 1200px) {
	.header-nav-main.nav > li.menu-item {
	  margin : 1rem;
	}
    li.html.header-button-2,
    li.html.header-button-1 {
        display: none;
    }
}

@media screen and (max-width: 850px) {

    li.html.header-button-2,
    li.html.header-button-1 {
        display: block;
    }

    li.html .header-button a.button {
        min-width: 14.4rem;
        height: 4rem;
        line-height: 4rem;
        padding: 0;
    }

    li.html.header-button-2 a {
        font-size: 1.2rem;
    }

    #logo {
        width: 12.9rem !important;
    }
}