 /*menu-css*/ 
.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: transparent;
    max-height: 100vh;
    overflow-y: auto;
    height: 100%; 
    opacity: 0;
    transition: opacity 0.5s ease;
}.overlay-menu.active {
    display: block!important; 
    background: rgba(0,0,0,.9); 
}.side-menu-container {
    transform: translateX(0);
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    display: table;
    width: 70%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}.main.menu-wrapper {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}.main.menu-wrapper  .text-menu {
    padding: 0;
    margin: 0;
    display: inline-block;
}.main.menu-wrapper  .text-menu  li{
    list-style-type: none;
    text-align: left;
    padding: .5em;
    position: relative;
    display: block;
}.main.menu-wrapper .text-menu li {
    line-height: normal;
    padding: .8em .5em !important;
}.main.menu-wrapper  .text-menu  li a{
    font-size: 26px;
    padding: 0;
    display: inline-block;
    border: 0;
    color: #fff;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0;
    opacity: .7;
    transition:.3s;
}.main.menu-wrapper  .text-menu  li a:hover{
    opacity: 1;
}.text-menu.first-level.\33 394 li a {
    font-size: 26px;
    display: block;
    border: 0;
    color: #fff;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0;
    opacity: .7;
    transition: .3s;
    text-align: left;
    padding: 20px 0px;
}.text-menu.first-level li a:hover{
    opacity: 1!important;
}.line {
    left: -40px;
    vertical-align: middle;
    background-color: #fff;
    width: 1px;
    height: 100%;
    opacity: .25;
    position: relative;
    display: table-cell;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transform-origin: left top 0px;
}.text-menu.first-level .back.visible-xs.visible-sm {
    display: none;
}.text-menu.first-level.\33 394 {
    list-style: none;
    padding: 0;
    margin: 0;
      padding-top: 90px;
}.submenu.menu-wrapper.first {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}.submenu.menu-wrapper.first .inner {
    display: table;
    width: 100%;
}.main.menu-wrapper.zero, .submenu.menu-wrapper.first {
    transition: transform 0.5s ease, opacity 0.5s ease;
}
/*menu-css*/










.about-us-page .line-afterr {
    background: #fff!important;
}.about-us-page .line-afterr::before,.about-us-page .line-afterr::after{
    background: #fff!important;
}.about-us-page .open-navv .line-afterr {
    background: transparent !important;
}
.contact-page .line-afterr {
    background: #fff!important;
}.contact-page .line-afterr::before,.contact-page .line-afterr::after{
    background: #fff!important;
}.contact-page .open-navv .line-afterr {
    background: transparent !important;
}