/* Header CSS _start */
header {background: #fff;border-bottom: 0;height: 100px;position: fixed;top: 0;transition: all .3s ease-in;width: 100%;z-index: 999;padding: 0 0;}
header.white{
    background: transparent;
}
.desktop-nav-visible{
    display: block;
}
.mobile-nav-visible {
    display: none;
}
header.white.active {
    background: #fff;
}
.nav-link.active:after, .nav-link:hover:after {
    opacity: 1;
    transform: scale(1);
}
/* .breadcrumbs_style.white {
    position: relative;
    z-index: 9;
}
.breadcrumbs_style {
    margin-bottom: 100px;
}
.breadcrumbs_style .container {
    position: relative;
    z-index: 9;
}
.breadcrumbs_style .container ul.breadcrumb {
    left: 15px;
    margin-bottom: 0;
    position: absolute;
    top: 115px;
}
.breadcrumbs_style .container ul.breadcrumb li {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    padding-right: 50px;
    position: relative;
}
.breadcrumbs_style.white ul.breadcrumb li a {
    color: #fff;
    transition: var(--tran-all);
}
.breadcrumbs_style .container ul.breadcrumb li:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTcgOCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE2LjM1NCA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEwxMy4xNzIuNDY0YS41LjUgMCAxIDAtLjcwOC43MDhMMTUuMjkzIDRsLTIuODI5IDIuODI4YS41LjUgMCAxIDAgLjcwOC43MDhsMy4xODItMy4xODJaTTAgNC41aDE2di0xSDB2MVoiLz48L3N2Zz4=);
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 17px;
}
.breadcrumbs_style.white ul.breadcrumb li:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTcgOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2LjM1NCA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEwxMy4xNzIuNDY0YS41LjUgMCAxIDAtLjcwOC43MDhMMTUuMjkzIDRsLTIuODI5IDIuODI4YS41LjUgMCAxIDAgLjcwOC43MDhsMy4xODItMy4xODJaTTAgNC41aDE2di0xSDB2MVoiLz48L3N2Zz4=);
}
.breadcrumbs_style.white ul.breadcrumb li a:hover, .breadcrumbs_style.white ul.breadcrumb li:last-child a {
    color: #f47a1f;
}
.breadcrumbs_style.white ul.breadcrumb li:last-child::after {
    display: none;
} */
header .nav-link:after {
    border-top: 5px solid;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: opacity .3s, transform .3s;
    width: 100%;
}
.mega-header nav ul li.menu-item > a {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
    text-transform: capitalize;
}
.mega-header.white nav ul li.menu-item > a{
    color: #fff;
}
.mega-header.white.active nav ul li.menu-item > a{
    color: #000;
}
.mega-header nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mega-header nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}


.mega-header nav ul li.mega .mega-menu {
    background: #fff;
    border-radius: 0;
    display: flex;
    left: 0;
    max-width: 100%;
    position: fixed;
    text-align: left;
    top: 100px;
    transition: all .3s ease-in;
    width: 100%;
    z-index: 9;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    max-height: inherit;
    padding: 60px 40px;
}
.mega-header nav ul li.mega .mega-menu {
    display: none;
}
.mega-header nav ul li.mega:hover .mega-menu {
    display: block;
}
.mega-menu .category-name h4, .mega-menu .category-name h4 a {
    color: #314252;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 30px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    transition: var(--tran-all);
}

.mega-menu .category-name h4 a:hover{
    color: var(--clr-pri);
}

.mega-menu .category-name ul.menu-items li a .icon {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" fill="none" viewBox="0 0 6 10"><path fill="%23898989" d="M6 5L1.758 9.243.344 7.828 3.172 5 .344 2.172 1.758.757 6 5z"></path></svg>');
    background-color: #898989;
    display: inline-block;
    width: 6px;
    height: 10px;
    background-position: center;
    margin-right: 8px;
    transition: var(--tran-all);
    margin-left: 8px;
}
.mega-menu ul.menu-items li a {
    font-size: 16px;
    color: #898989;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 0;
    text-decoration: unset;
    transition: var(--tran-all);
    display: block;
}
.mega-menu ul.menu-items li a:hover{
    color: var(--clr-pri);
}
.mega-menu .category-name ul.menu-items li a:hover .icon {
    background-color: var(--clr-pri);
}
.mega-menu ul.menu-items {
    display: block;
    border-bottom: 1px solid #d3d3d3;
    border-left: unset;
    margin-left: 30px;
    padding-bottom: 15px;
    padding-left: 0;
}

.mega-menu ul.menu-items li {
    display: block;
}

.mega-menu .category-name h4 {
    padding-left: 30px;
    margin-bottom: 10px;
}

.mega-menu .category-name.main-title h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}
.mega-menu .category-name.main-title p {
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}
.mega-menu ul.menu-items li p {
    color: #898989;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 270px;
    min-height: 45px;
}
.mega-menu .category-name:not(:first-child) {
    padding-top: 15px;
}

.mega-menu ul.menu-items.no-border {
    border-bottom: 0;
}
.mega-header nav ul li .btn-pri {
    font-size: 16px;
    padding: 18px 42px;
    margin-left: 15px;
}

.footer-new {
    background: #000;
    padding: 100px 0 0;
}
.footer-new .footer-title {
    text-align: center;
}
.footer-new .footer-title p {
    color: #fff;
    line-height: normal;
    margin-bottom: 0;
}
.footer-new .footer-title h2 {
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 20px;
    color: #fff;
}
.footer-new .footer-title .footer-btn a.btn-border{
    border: 2px solid var(--clr-pri);
    border-radius: 50px;
    color: var(--clr-pri);
    display: block;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
    background: transparent;
    font-size: 16px;
    padding: 0;
    transition: var(--tran-all);
}
.footer-new .footer-title .footer-btn a.btn-border:hover{
    background: var(--clr-pri);
    color: #fff;
}

.footer-new .footer-links {
    margin: 100px 0 50px;
}

.footer-new .footer-links .h4, 
.footer-new .footer-links h4 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.49546px;
    line-height: 45px;
    margin-bottom: 30px;
}

.footer-new .footer-links ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.footer-new .footer-links ul li {
    flex: 0 0 50%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    list-style: none;
}
.footer-new .footer-links ul li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    transition: var(--tran-all);
}
.footer-new .footer-links ul li a:hover{
    color: var(--clr-pri);
}
.footer-new .last-links ul {
    display: block;
}

.footer-new .footer-location .h4, 
.footer-new .footer-location h4 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.49546px;
    line-height: 45px;
    margin-bottom: 30px;
}

.footer-new .footer-location ul{
    margin: 0;
    padding: 0;
}

.footer-new .footer-location ul li {
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.49546px;
    line-height: 22px;
    padding: 0 20px;
    position: relative;
}

.footer-new .footer-location ul li:first-child {
    padding-left: 0;
}

.footer-new .footer-location ul li:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.footer-new .footer-location ul li:last-child:after{
    display: none;
}
.footer-new .footer-location ul li a {
    color: #fff;
    text-decoration: unset;
    transition: var(--tran-all);
}
.footer-new .footer-location ul li a:hover{
    color: var(--clr-pri);
}

.footer-new .footer-location .contact-information {
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    margin-top: 15px;
    padding-top: 15px;
}

.footer-new  .footer-social ul {
    align-items: end;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    margin: 0;
    padding: 0;
}

.footer-new  .footer-social ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    margin: 0 5px;
    list-style: none;
}

.footer-new .footer-social ul li a svg {
    height: 40px;
    width: 40px;
}
.footer-new .footer-social ul li a svg path {
    fill: #fff;
    transition: var(--tran-all);
}
.footer-new .footer-social ul li a:hover svg path {
    fill: var(--clr-pri);
}

.footer-new .footer-copyright {
    margin: 80px 0 30px;
}
.footer-new .footer-copyright-links ul {
    margin: 80px 0 30px;
}
.footer-new .footer-copyright .copyright-txt {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.footer-new .footer-copyright-links {
    text-align: right;
}
.footer-new .footer-copyright-links ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    list-style: none;
}

.footer-new .footer-copyright-links ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: unset;
    transition: var(--tran-all);
}

.footer-new .footer-copyright-links ul li:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.footer-new .footer-copyright-links ul li:last-child:after{
    display: none;
}

.footer-new .footer-copyright-links ul li a:hover {
    color: var(--clr-pri);
}


@media (min-width: 100px) and (max-width: 1800px) {
    .mega-header nav ul li.menu-item > a {
        font-size: 14px;
        height: 90px;
        line-height: 100px;
        padding: 0 20px;
    }
    .mega-header .tekrevol-menu ul li:last-child a.btn-primary {
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        width: 180px;
    }
    .mega-menu .category-name h4, .mega-menu .category-name h4 a {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .mega-menu ul.menu-items li a {
        font-size: 13px;
        line-height: 1.8;
    }
    
    .mega-menu .category-name ul.menu-items li a .icon {
        margin-right: 8px;
        margin-left: 8px;
    }
    
    .mega-header nav ul li.mega .mega-menu {
        padding: 40px;
    }
    
    .mega-menu ul.menu-items {
        margin-left: 20px;
        padding-bottom: 20px;
    }
    
    .mega-menu .category-name h4 {
        padding-left: 20px;
        margin-bottom: 10px;
    }
    
    .mega-menu .category-name.main-title p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .mega-menu .category-name.main-title h4 {
        font-size: 20px;
        line-height: 1.5;
    }
    
    .mega-menu .category-name.main-title .image-wrap img {
        margin: 10px auto;
    }
    .mega-header nav ul li .btn-pri {
        padding: 13px 42px;
    }
    
}
@media (min-width: 100px) and (max-width: 1599px) {
    .mega-menu ul.menu-items li p {
        font-size: 12px;
        max-width: 205px;
        min-height: 36px;
    }
    
    .mega-menu ul.menu-items {
        padding-bottom: 12px;
    }
    
    header {
        height: 90px;
    }
    
    .mega-header nav ul li.mega .mega-menu {
        top: 90px;
    }
    .mega-header nav ul li.menu-item > a {
        height: 90px;
        line-height: 90px;
    }


    .footer-new .footer-links {
        margin: 80px 0 50px;
    }
    
    .footer-new .footer-links ul li a {font-size:13px; line-height:22px; }
    
    .footer-new .footer-links ul li {line-height:30px}
    
    
    .footer-new .footer-location ul li a {
        font-size: 14px;
    }
    
    .footer-new .footer-location ul li {
        padding: 0 18px 0 12px;
        line-height: 18px;
    }
    
    .footer-new .footer-copyright .copyright-txt {
      
        font-size: 14px;
        font-weight: 400; 
    }
    
    .footer-new .footer-copyright-links ul li a {
        font-size: 14px;}
}

@media (min-width: 100px) and (max-width: 1399px) {
    .mega-menu .category-name h4 {
        padding: 0;
        margin-bottom: 5px;
    }
    .mega-header nav ul li.mega .mega-menu .container {
    max-width: 100%;
}
    .mega-menu ul.menu-items {
        margin-left: 0;
    }
    
    .mega-header nav ul li.mega .mega-menu {
        padding: 25px 30px;
    }
    
    header {
        height: 80px;
    }
    
    .mega-header nav ul li.menu-item > a {
        height: 80px;
        line-height: 80px;
    }
    
    .mega-header nav ul li.mega .mega-menu {
        top: 80px;
    }
    
    .mega-header nav ul li .btn-pri {
        padding: 12px 33px;
        font-size: 14px;
    }
    
    .mega-menu .category-name.main-title p {
        font-size: 12px;
    }
    
    .mega-menu .category-name.main-title h4 {
        font-size: 18px;
    }

    .footer-new .footer-links .h4, .footer-new .footer-links h4 { margin-bottom : 20px;      line-height: 30px; }


    .footer-new .footer-links ul li {
        line-height: 25px;
    }


    .footer-new .footer-links ul li a {
        font-size: 12px;
        line-height: normal;
    }

    .footer-new .footer-location ul li {
        padding: 0 16px 0 11px;
        line-height: 12px;
    }
    .footer-new .footer-location ul li a {
        font-size: 12px;
    }

    .footer-new .footer-title .footer-btn a.btn-border {height: 50px; line-height: 46px;    font-size: 16px; }

    .footer-new .footer-copyright-links ul li {line-height: 16px;}
    
}

@media (min-width: 100px) and (max-width: 1199px) {
    header {
        height: 60px;
    }
    
    .mega-header nav ul li.menu-item > a {
        height: 60px;
        line-height: 60px;
    }
    
    .mega-header nav ul li.mega .mega-menu {
        top: 60px;
    }
    .mega-header nav ul li.menu-item > a {
    font-size: 11px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}

.mega-header nav ul li .btn-pri {
    padding: 9px 24px;
    font-size: 12px;
}

.mega-menu .category-name h4, .mega-menu .category-name h4 a {
    font-size: 13px;
}

.mega-header nav ul li.mega .mega-menu {
    padding: 20px;
}



.mega-menu .category-name ul.menu-items li a .icon {
    display: none;
}

.mega-header nav ul li.mega .mega-menu .container .row>div:not(:first-child) {
    padding-left: 0;
}
.mega-menu .category-name.main-title h4 {
    font-size: 15px;
    margin-bottom: 9px;
}

.mega-menu ul.menu-items li p {
    max-width: max-content;
}
.footer-new .footer-links {
    margin: 10px 0;
    WIDTH: 100%;
}

.footer-new .footer-links ul li {
    line-height: 22px;
}



.footer-new .footer-links ul li , .footer-new .last-links ul  {
    flex: 0 0 33%; }

 
.footer-new .last-links ul {
    display: flex;
}

.footer-location {
    width: 100%;
}

.footer-new .footer-links .h4, .footer-new .footer-links h4 {margin-top:25px; line-height:25px}

.footer-new .footer-social ul {justify-content:start; margin-top:20px } 

.footer-new .footer-copyright-links ul li {padding:0 15px; }


.footer-new .footer-copyright-links ul li a {
    font-size: 11px;
}


}

@media (min-width: 100px) and (max-width: 991px) {
    .footer-new .footer-links ul li, .footer-new .last-links ul {
        flex: 0 0 100%;
    }
    .footer-new .footer-title h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .footer-new .footer-links {
        margin: 30px 0 10px;
    }
    
    .footer-new .footer-links .h4, .footer-new .footer-links h4 {    margin-bottom: 10px; }
    
    .footer-new .footer-copyright {
        margin: 20px 0;
        text-align: center;
    }
    
    .footer-new .footer-copyright-links ul {
        margin: 0px 0 30px;
        text-align: center;
    }
    
    .mega-menu .category-name h4, .mega-menu .category-name h4 a {
        font-size: 12px;
    }
    
    .mega-menu .category-name.main-title p {
        font-size: 11px;
    }
    
    .mega-menu ul.menu-items li a {
        font-size: 12px;
    }
    
    .mega-menu ul.menu-items li p {
        font-size: 11px;
    }

}
@media (min-width: 100px) and (max-width: 990px) {
    .tekrevol_logo img {
        height: 20px;
        width: auto;
    }
    .desktop-nav-visible{
        display: none;
    }
    .mobile-nav-visible {
        display: block;
    }
    header {
        height: 40px;
    }

    /* mobile nav _start */
    ul.mobile_header_icons li svg {
        height: 20px;
        width: 20px;
    }
    
    nav.tekrevol_menu {
        display: none;
    }
    .navicon svg path {
        transition: transform .5s cubic-bezier(.4,0,.2,1), stroke-dasharray .5s cubic-bezier(.4,0,.2,1), stroke-dashoffset .5s cubic-bezier(.4,0,.2,1);
    }
    .navicon svg path:first-child {
        transform-origin: 36% 40%;
    }
    .navicon svg path:nth-child(2) {
        stroke-dasharray: 29 299;
    }
    .navicon svg path:nth-child(3) {
        transform-origin: 35% 63%;
    }
    .navicon svg path:nth-child(4) {
        stroke-dasharray: 29 299;
    }
    .navicon svg path:nth-child(5) {
        transform-origin: 61% 52%;
    }
    .navicon svg path:nth-child(6) {
        transform-origin: 62% 52%;
    }
    .navicon svg path:first-child {
        transform-origin: 36% 40%;
    }
    .navicon svg {
        height: 40px;
        transition: transform .5s cubic-bezier(.4,0,.2,1);
    }
    .navicon.active svg {
        transform: rotate(90deg);
    }
    .navicon.active path:nth-child(2) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px;
    }
    .navicon.active path:nth-child(3) {
        transform: translateX(9px) translateY(1px) rotate(-45deg);
    }
    .navicon.active path:nth-child(4) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px;
    }
    .navicon.active path:nth-child(5) {
        transform: translateX(9px) translateY(1px) rotate(-45deg);
    }
    .navicon.active path:nth-child(6) {
        transform: translateX(9px) translateY(1px) rotate(45deg);
    }
    .navicon.active path:first-child {
        transform: translateX(9px) translateY(1px) rotate(45deg);
    }
    header.white ul.mobile_header_icons li svg {
        fill: #fff;
    }
    header ul.mobile_header_icons .navicon svg path {
        stroke: #000;
    }
    header.white ul.mobile_header_icons .navicon svg path {
        stroke: #fff;
    }
    
    header.white.active ul.mobile_header_icons .navicon svg path {
        stroke: #000;
    }
    
    header.white.active ul.mobile_header_icons li svg {
        fill: #000;
    }
    
    ul.mobile_header_icons {
        align-items: center;
        display: flex;
        justify-content: end;
        list-style: none;
        margin: 0;
        padding-right: 10px;
    }
    
    ul.mobile_header_icons li {
        align-items: center;
        display: flex;
        height: 40px;
        justify-content: center;
        margin: 0;
        width: 40px;
    }
    
    header ul.mobile_header_icons li.navicon svg {
        height: 40px;
        width: 40px;
    }
    body.active:after {
        background: #000;
        content: "";
        height: 100%;
        left: 0;
        opacity: .9;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }
    .tekrevol_menu.mobile_view {
        transition: .5s;
        width: 0;
    }
    .tekrevol_menu.mobile_view.active {
        background: #fff;
        display: block;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 40px;
        transition: .5s;
        width: 300px;
    }
     .tekrevol_menu.mobile_view.active ul {
        padding: 10px 20px;
        margin: 0;
        display: block;
    }
     .tekrevol_menu ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
    }
     .tekrevol_menu.mobile
     .tekrevol_menu.mobile_view.active ul li a svg {
        display: inline-block;
        margin-right: 15px;
    }
     .tekrevol_menu.mobile_view.active ul li {
        display: block;
    }
     .tekrevol_menu ul li a {
        color: #000;
        display: block;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        height: 100px;
        line-height: 100px;
        padding: 0 20px;
        text-transform: capitalize;
    }
    .white .tekrevol_menu ul li a {
        color: #fff;
    }
     .tekrevol_menu.mobile_view.active ul li a {
        background: #fff;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
    }
    .white .tekrevol_menu.mobile_view.active ul li a {
        color: #000 !important;
    }
     .tekrevol_menu.mobile_view.active ul li a svg {
        display: inline-block;
        margin-right: 15px;
    }

    .tekrevol_menu ul li.mega:hover .mega_menu {
        background: #fff;
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, .2);
        display: flex;
        flex: 1 1 100%;
        flex-wrap: wrap;
        left: 0;
        max-height: 545px;
        max-width: 100%;
        padding: 40px 40px 0;
        position: fixed;
        text-align: left;
        top: 100px;
        transition: all .3s ease-in;
        width: 100%;
        z-index: 9;
    }

    .tekrevol_menu ul li.mega-header .mega_menu {
        background: #fff;
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, .2);
        display: flex;
        flex: 1 1 100%;
        flex-wrap: wrap;
        left: 0;
        max-height: 545px;
        max-width: 100%;
        padding: 40px 40px 0;
        position: fixed;
        text-align: left;
        top: 100px;
        transition: all .3s ease-in;
        width: 100%;
        z-index: 9;
    }
    .tekrevol_menu.mobile_view.active ul li .mega_menu {
        display: none;
    }
    .tekrevol_menu.mobile_view.active ul li .mega_menu.active {
        display: block;
        left: unset;
        padding: 10px 0;
        position: fixed;
        right: 0;
        top: 60px;
        width: 300px;
    }
    .tekrevol_menu ul li a.active {
        color: #f47a1f;
    }
    .tekrevol_menu.mobile_view.active ul li .mega_menu.active .lightbg_menu .cateorgy_namee {
        height: 70vh;
        overflow: auto;
    }
    .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
        border-left: 1px solid #f1f1f1;
        padding-left: 30px;
    }
    .tekrevol_menu.mobile_view.active ul li .mega_menu.active .lightbg_menu .cateorgy_namee .menu_items {
        border-left: 0 solid #f1f1f1;
        padding: 0;
        padding-left: 10px;
    }
    .tekrevol_menu.mobile_view.active ul li {
        display: block;
    }
    .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li {
        display: block;
    }
    .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a {
        color: #314252;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        height: auto;
        line-height: 26px;
        margin-bottom: 15px;
        padding: 0;
    }
    .tekrevol_menu.mobile_view.active ul li .mega_menu.active .lightbg_menu .cateorgy_namee .menu_items li a {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    /* mobile nav _end */

}