#nav-mobile-btn {
      background-color: #ec6325;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    padding: 6px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 25px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 99;
}

#nav-phone_call-btn{
    border: 1px solid #ec6325;
    border-radius: 50%;
    color: #ec6325;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    position: absolute;
    right: 70px;
    text-align: center;
    top: 22px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 99;
    display: flex;
    align-items: center;
}

.nav-mobile {
    background: #000;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    visibility: visible;
    width: 280px;
    z-index: 99999;
}

.nav-mobile>i {
    border-radius: 4px;
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
    font-size: 24px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 22px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 30px;
    color: #337ab7;
    background: #f7f7f7;
}

.nav-mobile h2 {
    color: #8CE4F4;
    font-size: 24px;
    margin: 10px 0 15px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px;
    font-family: 'Nunito Sans', sans-serif;
}

.nav-mobile h2 i {
    font-size: 21px;
    margin-right: 10px;
}

.menu_mobile_visibility a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.nav-mobile a:hover,
.nav-mobile a.active {
    color: #060301;
    background: none !important;
    text-decoration: none;
}

.nav-mobile a:focus {
    text-decoration: none;
}

.nav-mobile ul {
    list-style: outside none none;
}

.nav-mobile>ul li>a {
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    text-shadow: none;
    background: none !important;
    width: 100%;
    color: #fff;
}

.nav-mobile .nav-header {
    font-size: 16px;
    color: #fff;
    margin: 5px 0
}

.nav-mobile>ul li>a .caret {
    color: #fff;
    float: right;
    margin: 8px 15px 0 0
}

.nav-mobile .dropdown-mobile li a {
    text-transform: none;
    font-size: 14px;
    margin: 5px 0
}

.nav-mobile>ul>li {
    margin-bottom: 20px;
    padding-left: 10px;
}

.nav-mobile>ul ul {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0;
}

.nav-mobile::after {
    background: rgba(0, 0, 0, .5);
    content: "";
    display: none;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    width: 100%;
}

.nav-mobile.open {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    visibility: visible;
    background: #337ab7;
}

.nav-mobile.open::after {
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -webkit-transition: opacity 0.2s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.2s;
    width: 0;
}

#nav-mobile-btn,
.nav-mobile, #nav-phone_call-btn {
    display: none;
}

#wrapper.open {
    overflow: hidden;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    position: fixed;
}

#wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wrapper.open:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    content: "";
}

#wrapper.open::after {
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 100%;
}

#wrapper::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s, width 0.2s ease 0.5s, height 0.1s ease 0.2s;
    width: 0;
    z-index: 1002;
}

@media(max-width:1199px) {
    #wrapper.open .main-header {
        z-index: 999;
        background: rgba(0, 0, 0, .5);
    }
    #wrapper.open #nav-mobile-btn span {
        background: #8CE4F4;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
    }
    #wrapper.open #nav-mobile-btn span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }
    #wrapper.open #nav-mobile-btn span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -1px;
    }
    #wrapper.open #nav-mobile-btn span:nth-child(3) {
        display: none;
    }
}


/*mobile sub menu*/

.menu_mobile_visibility {
    display: none;
}

@media (max-width: 1199px) {
    .nav-mobile h2 {
        display: none;
    }
    .menu_mobile_visibility {
        display: block;
        text-align: center;
        padding-bottom: 50px;
        margin: auto;
    }
    .nav-mobile ul li a:hover,
    .nav-mobile ul li.current>a {
        background-color: transparent;
    }
    .nav-mobile ul li {
        margin: 0;
        padding: 0;
        clear: both;
        transform: translateX(-100%);
        transition: color 0.15s, transform 1s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    .nav-mobile.open ul li {
        transform: translateX(0);
    }
    .nav-mobile ul li:nth-child(1) {
        transition-delay: 0s, 100ms;
    }
    .nav-mobile ul li:nth-child(2) {
        transition-delay: 0s, 150ms;
    }
    .nav-mobile ul li:nth-child(3) {
        transition-delay: 0s, 200ms;
    }
    .nav-mobile ul li:nth-child(4) {
        transition-delay: 0s, 250ms;
    }
    .nav-mobile ul li:nth-child(5) {
        transition-delay: 0s, 300ms;
    }
    .nav-mobile ul li:nth-child(6) {
        transition-delay: 0s, 350ms;
    }
    .nav-mobile ul li:nth-child(7) {
        transition-delay: 0s, 400ms;
    }
    .nav-mobile ul li:nth-child(8) {
        transition-delay: 0s, 450ms;
    }
    .nav-mobile ul li:nth-child(9) {
        transition-delay: 0s, 500ms;
    }
    .nav-mobile ul li:nth-child(10) {
        transition-delay: 0s, 550ms;
    }
    .nav-mobile ul li:nth-child(11) {
        transition-delay: 0s, 600ms;
    }
    .nav-mobile ul li:nth-child(12) {
        transition-delay: 0s, 650ms;
    }
    .nav-mobile ul li:nth-child(13) {
        transition-delay: 0s, 700ms;
    }
    .nav-mobile ul li:nth-child(14) {
        transition-delay: 0s, 750ms;
    }
    .nav-mobile ul li:nth-child(15) {
        transition-delay: 0s, 800ms;
    }
    .nav-mobile ul li a {
        padding: 5px 15px;
        margin: 0;
    }
    .is-open-a>a {
        float: left;
        width: calc(100% - 40px) !important;
        border-width: 0 1px 0 0;
        /* border-style: solid;
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, .25) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); */
    }
    .is-open {
        position: relative !important;
        z-index: 99;
        float: right;
        width: 40px !important;
        height: 40px !important;
        top: 0 !important;
    }
    .is-open:before {
        position: absolute;
        content: "";
        background: #ec6325;
        text-align: center;
        width: 14px;
        height: 2px;
        top: 15px;
    }
    .is-open:after {
        position: absolute;
        content: "";
        background: #ec6325;
        text-align: center;
        width: 2px;
        height: 14px;
        top: 9px;
        left: 6px;
    }
    #nav-phone_call-btn{
        display: flex;
    }
}

.nav-mobile .is-open.is-close:after {
    content: none;
}

.nav-mobile ul li ul {
    display: none;
    min-height: auto!important;
    clear: both;
}

.nav-mobile .is-open.is-close~ul {
    display: block;
    padding: 0;
}

.nav-mobile ul li ul li {
    padding: 0;
}

.nav-mobile ul li .sub-menu li a {
    padding-left: 37px;
}

.nav-mobile ul li ul li a {
    padding: 10px 15px;
    margin: 0;
    display: block;
    font-size: 12px;
    color: #f2f2f2;
    position: relative;
}
.nav-mobile ul li.show_icon a:before{
    position: absolute;
        content: "";
        background: #ec6325;
        text-align: center;
           width: 11px;
    height: 2px;
    top: 14px;
    border-radius: 100%;
    left: 14px;
}

.nav-mobile ul li ul li a::after {
   position: absolute;
    content: '';
    /* background: #f2f2f2; */
    left: 10px;
    height: 18px;
    width: 18px;
    font-size: 9px;
    background-size: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/home.png);
}

.nav-mobile ul li.show_icon a{
    padding: 5px 35px;
}

/*.nav-mobile>ul li.show_icon>a::after{
    position: absolute;
    content: '';
     background: #f2f2f2; 
    left: 10px;
    height: 18px;
    width: 18px;
    font-size: 9px;
    background-size: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/home.png);
}*/

.nav-mobile>ul li.active>a,
.nav-mobile>ul li:hover > a {
    color: #ec6325;
}


