/* mobil menu */
section#mobilMenu {
    display: inline-block;
    vertical-align: sub;
    margin-left: auto;
}

header.active .nt_main_menu {
}

.nt_main_menu {
    color: #111728;
    cursor: pointer;
    z-index: 7;
    text-align: right;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 44px;
    margin: 0 15px 0 auto;
}

.nt_main_menu_icon {
    width: 44px;
    height: 44px;
    background: #ed1d23;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 11px;
}

.nt_main_menu_icon i {
    display: block;
    width: 100%;
    height: 2px;
    /* right:0; */
    border-radius: 3px;
    background: #ffffff;
    /* position:absolute; */
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    margin: 4px 0 0 0;
}

.nt_main_menu.active .nt_main_menu_icon i:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.nt_main_menu.active .nt_main_menu_icon i {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}

.nt_main_menu_icon i:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    width: 50%;
}

.nt_main_menu_icon i:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    width: 75%;
}

.nt_main_menu_icon i:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
}

.nt_main_menu_icon i:nth-child(4) {
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
    background: transparent;
    opacity: 0;
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
}

.nt_main_menu_icon i:nth-child(4):before {
    content: '';
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
    -o-transition: opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1),-o-transform .3s cubic-bezier(.4,0,.2,1);
    -moz-transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1),-moz-transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1),-moz-transform .3s cubic-bezier(.4,0,.2,1),-o-transform .3s cubic-bezier(.4,0,.2,1);
    -webkit-transform: rotate(45deg) scaleX(.8) translateX(-75%);
    -moz-transform: rotate(45deg) scaleX(.8) translateX(-75%);
    -ms-transform: rotate(45deg) scaleX(.8) translateX(-75%);
    -o-transform: rotate(45deg) scaleX(.8) translateX(-75%);
    transform: rotate(45deg) scaleX(.8) translateX(-75%);
}

.nt_main_menu_icon i:nth-child(4):after {
    content: '';
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
    -o-transition: opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1),-o-transform .3s cubic-bezier(.4,0,.2,1);
    -moz-transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1),-moz-transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1),-moz-transform .3s cubic-bezier(.4,0,.2,1),-o-transform .3s cubic-bezier(.4,0,.2,1);
    -webkit-transform: rotate(-45deg) scaleX(.8) translateX(75%);
    -moz-transform: rotate(-45deg) scaleX(.8) translateX(75%);
    -ms-transform: rotate(-45deg) scaleX(.8) translateX(75%);
    -o-transform: rotate(-45deg) scaleX(.8) translateX(75%);
    transform: rotate(-45deg) scaleX(.8) translateX(75%);
}

.nt_main_menu.active i:nth-child(4):before {
    -moz-transform: rotate(45deg) scaleX(.7) translateX(0);
    -ms-transform: rotate(45deg) scaleX(.7) translateX(0);
    -o-transform: rotate(45deg) scaleX(.7) translateX(0);
    transform: rotate(45deg) scaleX(.7) translateX(0);
}

.nt_main_menu.active i:nth-child(4):after {
    -webkit-transform: rotate(-45deg) scaleX(.7) translateX(0);
    -moz-transform: rotate(-45deg) scaleX(.7) translateX(0);
    -ms-transform: rotate(-45deg) scaleX(.7) translateX(0);
    -o-transform: rotate(-45deg) scaleX(.7) translateX(0);
    transform: rotate(-45deg) scaleX(.7) translateX(0);
}

.nt_main_menu.active i:nth-child(4) {
    opacity: 1;
    transform: translateY(-12px);
}

.nt_main_menu_content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 6;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.2,1,0.2,1);
    -o-transition: all 0.5s cubic-bezier(0.2,1,0.2,1);
    transition: all 0.5s cubic-bezier(0.2,1,0.2,1);
    transition-delay: 0;
    transition-delay: 0.1s;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    transform: translateY(100vh);
}

.nt_main_menu_content.active {
    opacity: 1
}

.nt_main_menu_content.active {
    pointer-events: auto;
    -webkit-transition: all 0.5s cubic-bezier(0.2,1,0.2,1);
    -o-transition: all 0.5s cubic-bezier(0.2,1,0.2,1);
    transition: all 0.5s cubic-bezier(0.2,1,0.2,1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.nt_main_menu_content_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    -webkit-transition: all 1s cubic-bezier(0.2,1,0.2,1);
    -o-transition: all 1s cubic-bezier(0.2,1,0.2,1);
    transition: all 1s cubic-bezier(0.2,1,0.2,1);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    padding-bottom: 100px;
    width: 100vw;
    height: 100vh;
    padding-top: 100px;
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    transform: translateY(100vh);
}

.nt_main_menu_content_menu_copy {
    margin-top: 30px
}

.nt_main_menu_content_menu.text-left .nt_footer_social {
    margin-left: -10px
}

.nt_main_menu_content_menu.text-right .nt_footer_social {
    margin-right: -10px;
    float: right;
    display: block
}

.nt_main_menu_content_logo {
    position: absolute;
    left: 15px;
    top: 80px;
    z-index: 5
}

.nt_main_menu_content_menu.active {
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: rgba(255,255,255,0.8);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.nt_main_menu_content_menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.nt_main_menu_content_menu ul ul {
    display: none
}

.nt_main_menu_content_menu ul ul a {
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 13px;
    margin-bottom: 5px;
    color: #6f6f6f
}

.nt_main_menu_content_menu ul ul li {
    width: auto
}

.nt_main_menu_content_menu.text-right ul ul a:hover {
    margin-right: 20px
}

.nt_main_menu_content_menu a {
    font-size: 21px;
    display: block;
    text-decoration: none;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    outline: 0;
    text-transform: uppercase;
}

.nt_main_menu_content_menu a:hover {
    color: #ed1d23;
}

.nt_main_menu_content_menu.active a {
}

.nt_main_menu_content_menu div>ul>li:not(.has-children ) {
}

.nt_main_menu_content_menu div>ul>li {
    margin-bottom: 15px
}

.nt_wht_txt, .nt_wht_txt h2, .nt_wht_txt h3 {
    color: #000
}

#mobilMenu .quotes a {
    display: inline-block;
    background: #ed1d23;
    color: white;
    padding: 5px 50px;
    border-radius: 5px;
    font-size: 18px;
}

.text-center .nt_wht_txt h3 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto
}

footer.nt_wht_txt h3 {
    max-width: 100%
}

.nt_wht_txt .nt_icon_box_content {
    color: #fff
}

.nt_wht_txt .nt_icon_box h4 {
    color: #fff
}

.nt_wht_txt a, .nt_wht_txt a i {
    color: #000
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.nt_top_menu {
    float: right;
    margin-right: -35px
}

.nt_top_menu a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font: 600 13px/24px Bree Serif;
    position: relative
}

.nt_top_menu a:hover {
    text-decoration: none;
    color: #000
}

.nt_transp_nav .nt_top_menu a:hover {
    color: #fff
}

.nt_first_step .nt_transp_nav .nt_top_menu a:hover {
    color: #000
}

.nt_first_step .nt_transp_nav .nt_top_menu ul a:hover {
    color: #fff
}

.nt_top_menu ul a:hover {
    text-decoration: none;
    color: #fff
}

.nt_top_menu ul {
    position: absolute;
    width: 250px;
    display: none;
    background: rgba(0,0,0,0.9)
}

.nt_top_menu ul ul {
    padding: 0;
    background: none;
    margin-bottom: 20px
}

.nt_top_menu ul ul:last-child {
    margin-bottom: 0
}

.nt_top_menu ul li {
}

.nt_main_menu_content_menu .has-children >a:after, .nt_main_menu_content_menu .has-children >a.active:after {
    content: "\f107";
    display: inline-block;
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    position: initial!important;
    top: auto!important;
    right: auto!important;
    margin: auto auto auto 12px!important;
    background: initial!important;
    width: auto!important;
    height: auto!important
}

.has-children:last-child ul {
    right: 0
}

.has-children >a.active:after {
    content: "\f106"
}

.nt_top_menu ul li {
    float: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 7px 10px
}

.nt_top_menu ul a {
    color: #fff;
    padding: 10px 20px;
    height: auto
}

.nt_top_menu ul li:hover >a {
    color: #fff;
    margin-left: 10px
}

.nt_top_menu ul li:hover >a:before {
    display: none
}

.nt_top_menu li:hover >a:before, .nt_top_menu li.current a:before {
    display: block;
    content: '';
    height: 1px;
    width: 30%;
    position: absolute;
    top: 55px;
    margin-right: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 2px solid rgba(0,0,0,.5)
}

.nt_top_menu li.current a:before {
    border-bottom: 2px solid rgba(255,255,255,.5)
}

.nt_transp_nav .nt_top_menu li:hover >a:before {
    border-bottom: 2px solid #fff
}

.nt_first_step .nt_top_menu li:hover >a:before {
    border-bottom: 2px solid rgba(0,0,0,.5)
}

.nt_second_step .nt_top_menu li:hover >a:before, .nt_second_step .nt_top_menu li.current a:before {
    top: 38px
}

.nt_first_step .nt_top_menu li.current a:before {
    border-bottom: 2px solid rgba(0,0,0,.5)
}

nav#menu {
    padding: 0;
    position: relative;
    z-index: 9;
}

.nt_footer_social {
    display: block;
    text-align: center
}

.nt_footer_social a {
    display: inline-block;
    float: none;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    border-radius: 50%;
    color: #555;
}

.nt_footer_social a i {
    color: inherit;
}

.nt_main_menu_content_menu ul ul li.go-back, .nt_main_menu_content_menu ul ul li.see-all {
    display: none
}

section#mobilMenu.MenuType2 {
    position: absolute;
    right: 0;
}

section#mobilMenu.MenuType2 .nt_main_menu_icon {
    width: 85px;
    height: 70px;
    padding: 22px 0;
    background: transparent;
}

section#mobilMenu.MenuType2 .nt_main_menu {
    padding: 0px 30px;
    background: white;
    width: auto;
    margin-right: 0;
}

section#mobilMenu.MenuType2 .nt_main_menu_icon i {
    width: 26px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

section#mobilMenu.MenuType2 .nt_main_menu_icon:Before {
    content: 'Menu';
    position: absolute;
    right: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #707070;
    font-size: 1rem;
}

section#mobilMenu.MenuType2 .nt_main_menu_content {
    -webkit-transition: 0s 0s !important;
    -moz-transition: 0s 0s !important;
    -ms-transition: 0s 0s !important;
    -o-transition: 0s 0s !important;
    transition: 0s 0s !important;
    background: black;
    opacity: 0.5 !important;
    position: absolute;
    width: 100vw;
    right: 0 !important;
    left: auto !important;
    top: 100%;
}

section#mobilMenu.MenuType2 .nt_main_menu_content_menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

section#mobilMenu.MenuType2 .nt_main_menu_content_menu {
    width: 370px;
    max-width: 100vw;
    margin-left: auto;
    position: absolute;
    top: 100%;
    background-color: white;
    -webkit-transform: translateX(100vh);
    -moz-transform: translateX(100vh);
    -ms-transform: translateX(100vh);
    -o-transform: translateX(100vh);
    transform: translateX(100vh);
}

.nt_main_menu_content_menu div>ul>li.mobileLangs a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 50%;
}

@media (max-width: 992px) {
    #mobilMenu.MenuType3 .nt_main_menu {
    }

    section#mobilMenu.MenuType1 {
        position: relative;
        display: block;
        vertical-align: inherit;
    }

    section#mobilMenu.MenuType1 .nt_main_menu_content {
        display: none !important;
    }

    section#mobilMenu.MenuType1 .nt_main_menu_content_menu {
        position: initial;
        max-height: 0px;
        top: auto;
        left: auto;
        padding: 0;
        opacity: 1;
        overflow: hidden !important;
        height: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: max-height 0.8s ease, padding 0.8s ease !important;
        -moz-transition: max-height 0.8s ease, padding 0.8s ease !important;
        -ms-transition: max-height 0.8s ease, padding 0.8s ease !important;
        -o-transition: max-height 0.8s ease, padding 0.8s ease !important;
        transition: max-height 0.8s ease, padding 0.8s ease !important;
    }

    section#mobilMenu.MenuType1 .nt_main_menu {
        text-align: right;
        top: 0;
        margin-top: -60px;
    }

    section#mobilMenu.MenuType1 .nt_main_menu_icon {
        margin-right: 0;
        margin-left: auto;
    }

    section#mobilMenu.MenuType1 .nt_main_menu_content_menu.active {
        max-height: 100vh;
        padding: 30px 0;
    }
}
