/* mobile menu*/

.mobile-menu .nav {
    padding: 0px;
    width: 100%;
}

.mobile-menu,
.wrapper {
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

.menu-hide {
    display: none;
}

.mobile-menu .site-logo {
    padding-left: 25px;
}

.mobile-menu.show-menu {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile-menu {
    padding: 38px 0px 0px;
    position: fixed;
    height: 100%;
    width: 320px;
    z-index: 99999999;
    max-width: 320px;
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(320px);
    transform: translateX(-320px);
    overflow: auto;
    top: 0;
    background-color: #fff;
    color: #414141;
    background: url(../images/about-banner.jpg);
    background-position: 63% 50% !important;
    background-size: cover;
}

.mobile-menu ul {
    margin: 0px;
    padding: 0px;
    margin-top: 28px;
    width: 100%;
}

.mobile-menu ul ul {
    margin-top: 0px;
}

.mobile-menu ul li {
    list-style: none;
    position: relative;
    text-transform: uppercase;
    padding: 0px 10px;
    transition: all .4s;
    border-bottom: rgba(195, 193, 193, 0.16) solid 1px;
    display: block;
    width: 100%;
    margin: 0px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.mobile-menu ul li:last-child {
    border: none;
}

.mobile-menu ul li a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    font-weight: 500;
}

.mobile-menu ul li a:hover {
    color: #6f6329;
}

.mobile-menu ul ul {
    display: none;
}

.mobile-menu ul ul li {
    font-size: 13px;
    font-weight: 400;
}

.mobile-menu ul li .dropdown .lni-chevron-down {
    display: none;
}

.mobile-menu ul li .dropdown.open .lni-chevron-right {
    display: none;
}

.mobile-menu ul li .dropdown.open .lni-chevron-down {
    display: block;
}

.mobile-menu span.dropdown {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 16px;
    padding: 0px 7px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
}

.mobile-menu ul ul span.dropdown {
    padding-right: 0px;
}

.mobile-menu ul li a.btn {
    margin-top: 0px;
    text-align: left;
}

.cross {
    top: -0px !important;
    margin-right: 12px !important;
    float: right !important;
}

.toggle-mobile,
.cross {
    position: absolute;
    width: 28px;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    float: right;
    color: #b4b4b4;
    z-index: 10;
    text-align: left;
    margin-right: 0px;
    right: 15px;
    bottom: 3px;
    display: none;
}

.toggle-mobile span,
.cross span {
    background: #fff;
    height: 2px;
    position: absolute;
    overflow: hidden;
    width: 28px;
}

.cross span.one {
    top: 15px;
    transform: rotate(45deg);
}

.cross span.two {
    bottom: 18px;
    transform: rotate(-45deg);
}

.toggle-mobile span.one {
    top: 8px;
}

.toggle-mobile span.two {
    top: 16px;
}

.toggle-mobile span.three {
    top: 24px;
}

.menu-canvas-off {
    overflow-x: hidden;
}

.menu-canvas .wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
}

.mobile-menu.show-menu .cross {
    margin-right: 0px !important;
    float: right !important;
    top: 10px !important;
    right: 25px !important;
}

.toggle-mobile span {
    background: #e7470c;
    height: 2px;
    position: absolute;
    overflow: hidden;
    width: 25px;
}

.toggle-mobile span.one {
    top: 8px;
}

.toggle-mobile span.two {
    top: 15px;
}

.toggle-mobile span.three {
    top: 22px;
}

.toggle-mobile span {
    background: #e7470c;
    height: 3px;
    position: absolute;
    overflow: hidden;
    width: 25px;
    -moz-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    -webkit-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    -o-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    -ms-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    transition: all .4s cubic-bezier(.1, .7, .3, 1);
}

.toggle-mobile span.one {
    top: 0px;
}

.toggle-mobile span.two {
    top: 8px;
}

.toggle-mobile span.three {
    top: 15px;
}

.toggle-mobile.open span.one {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    top: 10px;
}

.toggle-mobile.open span.three {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    top: 10px;
}

.toggle-mobile.open span.two {
    display: none;
}

.mobile-menu .dropdowns,
.dropup {
    position: relative;
    margin-left: 0px;
}

.mobile-menu ul.main-list {
    max-height: 400px;
    overflow-y: auto;
    padding-bottom: 20px;
}

.mobile-menu .dropdown {
    display: none;
}

i.lni-chevron-down {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}

i.lni-chevron-down:before {
    content: "\f107";
}

.mobile-menu .dropdowns {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 46px;
    top: 0px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.mobile-menu ul li {
    position: relative;
}

.mobile-menu ul li a {
    font-size: 16px !important;
}

.mobile-menu ul li {
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
}

.mobile-menu ul li a {
    padding: 0px;
}

.mobile-menu .logo_side {
    padding-left: 15px;
    display: inline-block;
    max-width: 150px;
}

.mobile-menu .social_icon li {
    display: inline-block;
    width: auto;
    margin: 0px;
    border: none;
    padding: 0px 10px !important;
    font-size: 25px !important;
}

.mobile-menu .social_icon li a {
    font-size: 25px !important;
    padding: 0px;
}

.mobile-menu .social_icon {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.mobile-menu:before {
    background: rgb(0 0 0 / 84%);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    bottom: 0px;
    right: 0px;
}

.mobile-menu div,
.mobile-menu ul {
    position: relative;
    z-index: 11;
}

.mobile-menu ul.drop_menu {
    padding-top: 10px;
}

@media (max-width:991px) {
    .move-to-right {
        -webkit-transform: translateX(320px);
        -moz-transform: translateX(320px);
        -ms-transform: translateX(320px);
        -o-transform: translateX(320px);
        transform: translateX(320px);
    }
}