.menuArea {
    text-align: center;
    border-bottom: 1px rgb(255,255,255,50%) solid;
    background: #000;
}

.menu li a {
    color: #fff;
    text-transform: uppercase;
    padding: 8px 3px 5px;
    display: block;
    position: relative;
    font-family: "Poppins-Light";
    text-decoration: none;
}

.menu li a:before,.menu .current_page_item a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: transparent;
}

.current_page_item>a:before,
.current-menu-item>a:before {
    /*background: #fff !important;*/
}

.menu li a:hover:before,.menu .current_page_item a:before{
    background: #fff;
}

nav>ul>li {
    display: inline-block;
    margin: 0 2%;
}

@media screen and (max-width: 1090px) {
    .menu li a {
        padding: 4px 3px 4px;
    }
}

@media screen and (max-width: 991px) {
    ul.sub-menu a {

        font-size: 13px !important;

    }



    .aniPos ul.sub-menu a {

        font-size: 12px !important;

        padding: 4px 11px !important;

    }



    /*.menu>ul>li.current_page_item>a {

    border-bottom: 2px transparent solid;

}*/



    .current_page_item>a,

    .current-menu-item>a {

        color: #CACC2C !important;

        background: transparent;

    }



    .current_page_item>a:hover,

    .current-menu-item>a:hover {

        color: #EA232A !important;

        background: transparent
    }



    .current_page_item>a:hover:before,

    .current-menu-item>a:hover:before {

        background: #4BC9A2;

    }





    .menu>ul>li.current_page_item>a:before,

    .menu>ul>li.current-menu-item>a:before {

        /*background: #4BC9A2;*/

    }



    li.menu-item-has-children .current-menu-item a {

        background: #5b5b5b;

        color: #fff !important;

    }



    .current_page_item li a:hover,

    .current-menu-item li a:hover {

        color: white !important;

    }



    .current_page_item li a,

    .current-menu-item li a {

        color: white !important;

    }



    .current_page_item li a:hover,

    .current-menu-item li a:hover {

        color: white;

    }



    .current_page_parent li.current_page_item a:hover,

    .current_page_parent li.current-menu-item a:hover {

        color: white !important;

    }



    .current_page_item li a:hover {

        color: white !important;

    }



    .current_page_item li li a:hover {

        color: white !important;

    }



    footer .current_page_item a,

    footer .current-menu-item a {

        background: none;

        border-bottom: 0px solid rgba(0, 0, 0, 0.5) !important;

        -webkit-border-radius: 0px;

        -moz-border-radius: 0px;

        border-radius: 0px;

        color: #CACC2C !important;

    }



    .sitmpee .current_page_item a {

        color: inherit !important;

    }



    footer .current_page_item a:hover,

    footer .current-menu-item a:hover {

        background: none;

        -webkit-border-radius: 0px;

        -moz-border-radius: 0px;

        border-radius: 0px;

        color: #4BC9A2 !important;

    }



    .current_page_item li a {

        color: white !important;

        background: none;

    }



    
    a.menu-link {
    color: black;
    display: block;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    width: 40px;
    float: right;
    margin-top: 8px;
    margin-right: 0px;
    position: relative;
    background: url(../images/menu.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 0;
}



    /*#nav-toggle.active1 {

    background: transparent !important;

    right: 100%;

    height: 46px;

    width: 46px;

}*/

    #nav-toggle.active1 {

        right: 15px;
    height: 100px;
    width: 100px;
    background: url(../images/menuc.png) no-repeat 0 0 !important;
    z-index: 9999;
    transform: rotate(90deg);
    background-size: 40px !important;

    }



    #nav-toggle span {

        display: none !important;

    }



    .menu {

        opacity: 0;

        display: block;

        position: fixed;

        text-align: left;

        max-width: 0;

        top: 0;

        padding-top: 0;

        right: -320px;

        z-index: 3;

        width: 100%;

        height: 100vh;

        overflow: auto;

        transition: all 0.4s cubic-bezier(0, 0, .58, 1);

        -o-transition: all 0.4s cubic-bezier(0, 0, .58, 1);

        -webkit-transition: all 0.4s cubic-bezier(0, 0, .58, 1);

        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);

        background: #fff;

        padding-bottom: 30px;

    }



    .menu.active1 {

        opacity: 1;

        right: 0;

    }



    #nav-toggle.active1 span {

        opacity: 1;

        right: 0;

    }



    #nav-toggle span {

        background: transparent !important;

        opacity: 0;

        top: 23px;

    }



    .menu-link:hover span {

        border-color: black;

    }



    .menu,

    .menu>ul,

    .menu>ul ul {

        clear: both;

        flex-flow: column;

    }



    .menu.active1 {

        background: #f2f2f2 url(../images/get-in-touch-bg.jpg) no-repeat center center;

        max-width: 70%;

    }



    .js .menu>ul ul.active1 {

        margin: 0;

        max-height: 55em;

        padding: 0;

    }



    .menu>ul {

        padding: 0;

    }



    nav li {

        display: block;

        margin: 0;

        position: relative;

    }



    nav>ul>li {

        margin: 0 1px;

        padding: 0 0;
        display: block;

    }



    nav>ul>li:first-child {

        margin-left: 0;

        /*padding-left: 0;*/

    }



    nav>ul>li:last-child {

        margin-right: 0;

    }



    nav>ul>li:last-child ul.sub-menu {

        right: 0;

        left: inherit;

    }



    nav>ul>li:last-child ul.sub-menu li {

        text-align: right;

    }



    .aniPos .menu>ul>li>a {

        position: relative;

        border-radius: 0;

    }







    li.contactMenu a {

        padding: 8px 20px !important;

        border: 3px #ffa22d solid;

    }



    li.contactMenu a:hover {

        background: #ffa22d;

        color: #4BC9A2 !important;

    }



    li.contactMenu a:before,

    li.contactMenu a:hover:before {

        display: none
    }



    li.contactMenu {

        margin-left: 12px !important;

        float: right;

    }



    .menu li a {

        color: #000;

        display: block;

        font-size: 20px;

        line-height: 33px;

        letter-spacing: 0;

        padding: 20px 20px;

        text-decoration: none;

        border-bottom: 1px rgb(39 39 39 / 10%) solid;

        font-family: 'Poppins-Regular';

    }



    .menu li a:hover {

        background: transparent;

        color: #EA232A;

    }



    nav>ul>li:last-child a {

        border: none;

    }



    li.menu-item-has-children a {

        /*padding-right: 14px !important;*/

    }



    .menu>ul>li:last-child a {

        /*padding-right: 0;*/

    }



    span.has-subnav {

        display: block;

        color: #4BC9A2;

        font-size: 1em;

        line-height: 34px;

        position: absolute;

        padding: 0 0.5em;

        cursor: pointer;

        right: 7px;

        top: -2px;

        width: 30px;

        height: 30px;

        z-index: 9999;

    }





    /*===============  Navigation Toggle  ===================*/



    #nav-toggle span,

    #nav-toggle span:before,

    #nav-toggle span:after {

        cursor: pointer;

        border-radius: 1px;

        height: 2px;

        width: 100%;

        position: absolute;

        display: block;

        content: '';

    }



    #nav-toggle span,

    #nav-toggle span:before,

    #nav-toggle span:after {

        background: #000;

    }



    #nav-toggle span::before {

        top: 0;

        transform: rotate(45deg);

    }



    #nav-toggle span:after {

        top: 0;

        transform: rotate(-45deg);

    }



    #nav-toggle span,

    #nav-toggle span:before,

    #nav-toggle span:after {

        transition: all 500ms ease-in-out;

    }



    #nav-toggle span {

        background: transparent !important;

        right: -1600px;

    }



    #nav-toggle1.active1 span {

        background-color: transparent;

    }



    #nav-toggle1.active1.active1 span::before,

    #nav-toggle1.active1.active1 span::after {

        top: 11px;

    }



    #nav-toggle1.active1 span:before,

    #nav-toggle1.active1 span:after {

        top: 0;

    }



    #nav-toggle1.active1 span:before {

        transform: rotate(45deg);

    }



    #nav-toggle1.active1 span:after {

        transform: rotate(-45deg);

    }



    #nav-toggle1 span,

    #nav-toggle1 span:before,

    #nav-toggle1 span:after {

        cursor: pointer;

        border-radius: 1px;

        height: 3px;

        width: 100%;

        position: absolute;

        display: block;

        content: '';

    }



    #nav-toggle1 span,

    #nav-toggle1 span:before,

    #nav-toggle1 span:after {

        background: #fff;

    }



    #nav-toggle1 span::before {

        top: 8px;

    }



    #nav-toggle1 span:after {

        bottom: -16px;

    }



    .closeBtn {

        display: none;

    }



    .menu.active1 a.menu-link {

        display: block;

        z-index: 99999;

        left: 21px;

        right: inherit;

        top: 19px;

    }



    nav>ul>li.menu-item-has-children:last-child {

        padding-right: 11px;

    }



    .menu {

        display: block;
    padding-top: 15rem;

        align-content: center;

        justify-content: center;

        text-align: center;

    }












}



@media screen and (max-width: 767px) {

    .aniPos .menurgt {

        padding-top: 0px;

    }



    .menuCvr .btn {

        margin: 15px 0 0 0;

    }



    a.menu-link {

        position: absolute;

        top: 25px;

        right: 20px;

    }



    .menu>ul>li>a {

        padding: 10px 24px;
    font-size: 18px;

    }


    a.menu-link {

        width: 29px;

        right: 29px;

    }



    .aniPos nav.menu>ul>li span.has-subnav {

        top: 7px;

    }









    .menu li:hover span.has-subnav {

        top: 9px;

    }



    .aniPos nav.menu>ul>li:hover span.has-subnav {

        top: 6px;

    }



    .menu ul ul.active1 span.has-subnav {

        top: 11px;

    }



    .menu li.menu-item-has-children :hover span.has-subnav {

        top: 9px;

    }



    .homeSec7 .hmCon7Lft {

        text-align: center;

    }



    a.menu-link {

        position: absolute;

        top: 15px;

        right: 7px;

        width: 25px;

    }



    #nav-toggle.active1 {
    right: 0;
    height: 56px;
    width: 51px;
    z-index: 9999;
    transform: rotate(90deg);
    background-size: 34px !important;
    background-position: center !important;
}


    #nav-toggle span {

        display: none;

    }



    .menu.active1 {

        max-width: 100%;

    }



    #nav-toggle span {

        top: 13px;

    }



    .aniPos a.menu-link {
    top: 12px;
    width: 30px;
}



    .aniPos ul.sub-menu a {

        font-size: 14px !important;

    }



    header .logoRgt .hdrRgtTop {

        float: right;

    }



    header .logoRgt .hdrRgtTop .hdrEmail {

        float: right;

        color: white;

        margin: 0;

        font-size: 16px;

    }









}



@media screen and (max-width: 479px) {



    .aniPos .menurgt {

        padding-top: 0px;

    }



    header {

        /* position: fixed;*/

    }



    .aniPos .menu li ul.sub-menu a {

        padding: 5px 22px 5px 19px !important;

    }





    a.menu-link {

        position: absolute;

        top: 15px;
    right: 15px;

    }



    .menu.active1 a.menu-link {

        /*top: 9px;*/

    }







    .menu li:hover span.has-subnav {

        top: 11px;

    }







    .menu li a {

        font-size: 18px;

    }



    .sub-menu li a {

        font-size: 15px !important;

    }



    .menu {

        max-width: 65%;

        right: -320px;

    }





    .menu.active1 a.menu-link {

        top: 9px;

    }



    .aniPos .menu span.has-subnav {

        top: 8px;

        background-size: 12px;

    }



    .menu span.has-subnav {

        /*top: 7px;*/

        background-size: 12px;

    }



    .aniPos nav.menu>ul>li:hover span.has-subnav {

        top: 7px;

    }



    .aniPos nav.menu>ul>li span.has-subnav {

        top: 7px;

    }



    .aniPos .menuD {

        padding-top: 0;

    }



    .blueSeclinks li.greenLi_1 div,

    .blueSeclinks li.greenLi_3 div {

        width: 92px;

    }

}



@media screen and (max-width: 431px) {





    .tpmainLnk a {

        font-size: 10px;

        margin: 0 4px;

        line-height: 23px;

    }



    .btnScn .quoteBtn .btn,

    .btnScn .callBtn .btn {

        width: 152px;

        font-size: 15px;

        height: 39px;

    }



    .btnScn .callBtn .btn.btn-blue {

        padding-right: 15px;

    }



    a.menu-link {

        position: absolute;

    }



    .aniPos nav.menu>ul>li span.has-subnav {

        top: 6px;

    }



    .menu li:hover span.has-subnav {

        top: 9px;

    }



    .sub-menu li a {

        font-size: 15px !important;

    }



    header.aniPos .hdrTop .logo {

        width: 250px;

        margin-top: 7px;

    }

}



@media screen and (max-width: 359px) {



    .menu>ul>li>a,

    .aniPos .menu>ul>li>a {

        padding: 0px 24px;

        font-size: 16px;

        line-height: 25px;

    }



    #nav-toggle.active1 {

        right: 0;

        height: 56px;

        width: 47px;

        z-index: 9999;

        transform: rotate(90deg);

        background-size: 100% !important;

    }

}