/*fadedown css  important*/
.topMenu > .topMenu-list > li > ul.sub-menu, .topMenu > .topMenu-list > li > .topMegamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}
.topMenu > .topMenu-list > li:hover > ul.sub-menu, .topMenu > .topMenu-list > li:hover > .topMegamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

/* ================== Desktop Base CSS  ================== */
.topMenu .cl {
    clear: both;
}
.topMenu:before, .topMenu:after {
    content: "";
    display: table;
}
.topMenu:after {
    clear: both;
}
.topDownOpener, .topMenu > .topMenu-list > li > a, .topMenu > .topMenu-list > li > a > .fa, .topMenu > .topMenu-list > li:hover > a.menuHome > .fa {
    color: #fff;
}
.topMenu > .topMenu-list > li:hover > a > .fa {
    color: #555;
}
/* ================== Desktop Main Menu CSS ================== */
/*Label None , input*/
.topDown-menuopner, .topDownOpener, .topDownOpener-sub, .topDexpander {
    display: none;
}
/*Label None*/
.menubox {
    background-color: #079991;
}
.container {
    position: relative;
}
.topMenu {
    color: #fff;
    position: relative;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1140px;
}
.topMenu > .topMenu-list {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    display: table;
    position: relative;
}
/*Home*/
.topMenu > .topMenu-list > li > a.active {
    padding: 0 20px;
    background-color: #ed8526;
    color: #fff;
}
.topMenu > .topMenu-list > li:hover > a.active {
    background-color: #ed8526;
    color: #fff;
    border-top: none;
    border-radius: 0 0 0 0;
}
.topMenu > .topMenu-list > li {
    float: left;
    text-align: center;
}
.topMenu > .topMenu-list > li:hover > a {
    background-color: #fff;
    color: #555;
    border-top: 1px solid #e0e0e0;
    /*border-radius: 5px 5px 0 0;*/
}
.topMenu > .topMenu-list > li > a {
    display: block;
    padding: 0 16px;
    height: 60px;
    line-height: 60px;
    position: relative;
    font-weight: 600;
}
.topMenu > .topMenu-list > li > a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 9px;
    vertical-align: top;
}
.topMenu > .topMenu-list > li > a .fa.fa-home {
    margin-right: 0;
    font-size: 26px;
    vertical-align: middle;
}
/*help center*/
.nav-menu-fixed a {
    font-size: 15px;
    height: 60px;
    padding: 0 15px;
    background-color: #ed8526;
    display: inline-block;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
}
.nav-menu-fixed {
    position: absolute;
    top: 0;
    right: 0;
}
/* ================== Desktop Drop Down Menu CSS ================== */
/*submenu  used*/
.topMenu > .topMenu-list > li > ul.sub-menu {
    position: absolute;
    top: 60px;
    z-index: 1000;
    min-width: 230px;
    background-color: #fff;
    border: solid 1px #eeeeee;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.topMenu > .topMenu-list > li > .sub-menu li .fa, .topMenu > .topMenu-list > li > .topMegamenu li .fa {
    text-align: center;
    width: 18px;
    font-size: 11px;
}
.topMenu > .topMenu-list > li > ul.sub-menu > li {
    position: relative;
    display: block;
}

.topMenu > .topMenu-list > li > ul.sub-menu > li > a {
    color: #555;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    font-size: 14px;
    letter-spacing: normal;
}
/* ================== Desktop Mega Menus CSS  ================== */
.topMenu > .topMenu-list > li > .topMegamenu {
    width: 100%;
    left: 0;
    position: absolute;
    top: 60px;
    color: #555;
    z-index: 1000;
    margin: 0;
    text-align: left;
    padding: 10px 5px;
    font-size: 15px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
/*tab*/
.list {
    width: 100%;
    height: 50px;
    position:relative;
}
.list li {
    display: inline-block;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    margin: 0 128px 0 0;
    border: 2px solid #079991;
    background-color:#fff;
    color:#555;
    vertical-align:top;
}

.list:after{
    content: "";
    width: 80%;
    border: 1px solid #ccc6c6;
    position: absolute;
    top: 50%;
    left:0;
    right: auto;
    z-index:-1;
    margin:0 auto;
}
.list li:last-child:after {
    width: 0;
}
.tab {
    width: 100%;
    margin-top: 20px;
}
.tab .main {
    width: 100%;
    float: left;
    display: none;
}
.tab .main.selected {
    display: block;
}
.list > li > .fa.fa-angle-down {
    margin-left: 5px;
}
@media only screen and (max-width: 1200px) {
    .list li {
        margin: 0 25px 0 0;
    }
    .list:after {
        content: "";
        border: 1px solid #ccc6c6;
        position: absolute;
        top: 50%;
        left: 0;
        right: auto;
        z-index: -1;
        margin: 0 auto;
        width: 60%;
    }
}
.bgcolor {
    background-color: #079991 !important;
    color: #fff !important;
    cursor:pointer;
}
.topMenu > .topMenu-list > li > .topMegamenu .link-list li {
    display: block;
    white-space: nowrap;
    text-align: left;
}
.topMenu > .topMenu-list > li > .topMegamenu .link-list li a {
    line-height: 22px;
    border-right: none;
    text-align: left;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    color:#555;
}
.topMenu > .topMenu-list > li > ul.sub-menu > li:hover > a, .topMenu > .topMenu-list > li > .topMegamenu li a:hover {
    background-color: #079991;
    color: #fff;
}
.newproduct {
    margin-top:10px;
}
.newproduct:hover p {
    color: orange;
}
.newproduct h3 {
    border-bottom: 1px solid #CCC;
    padding: 9px 5px 9px 0px;
    font-size: 17px;
    color: #424242;
    margin: 0px 0px 15px 0px;
    text-align: left;
    height: 39px;
    font-weight: 700;
}
.newproduct p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #424242;
    margin-top: 10px;

}
@media only screen and (max-width: 1200px) {
    .newproduct h3 {
        font-size:15px;
    }
}
/* ================== Desktop Extra CSS ================== */
.topMenu .topMenu-click, .topMenu .topMenu-click02, .hometext, .topDownmenu-animated-arrow, .topDownmenu-text {
    display: none;
}
.topMenu > .topMenu-list > li > a > .fa.fa-angle-down {
    margin-left: 9px;
    display: inline-block;
    font-size: 18px;
    line-height: inherit;
    margin-right: 0;
}
/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
@media only screen and (max-width: 991px) {
    /* Show Menu in Mobile,input controal checked*/
    .topDownOpener-sub, .topMenu > input:checked + .topMenu-list {
        display: block;
    }
    .topMenu > ul > li > input:checked + .topMegamenu, .topMenu > ul > li > input:checked + ul.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        position: static;
        top: 0;
    }
    .topMenu > ul > li > input {
        display: none;
    }
    .topDownOpener {
        width: 100%;
        display: block;
        padding: 0 20px;
        color: #fff;
        font-size: 20px;
        line-height: 54px;
        text-decoration: none;
        border: none;
        margin: 0;
    }
    .topDownOpener i {
        margin-right: 5px;
    }
    .topDownOpener-sub {
        width: 100%;
        position: absolute;
        z-index: 1000;
        height: 50px;
        background-color: transparent;
        text-decoration: none;
        border: none;
    }
    /* ================== Mobile Main Menu CSS ================== */
    .topMenu {
        width: 100%;
        padding: 0;
        position: relative;
    }
    .topMenu > .topMenu-list {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        display: none;
        background-color: #fff;
    }
    .topMenu > .topMenu-list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }
    /*home*/
    .topMenu > .topMenu-list > li > a.active, .topMenu > .topMenu-list > li:hover > a.active {
        background-color: #fff;
    }
    .topMenu > .topMenu-list > li > a.active {
        padding: 10px 17px;
    }
    .list > li {
        float: left;
        width: 100%;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        text-align: left;
        margin: 0;
        border: none;
    }
    .topMenu > .topMenu-list > li > a {
        height: 50px;
        color: #555 !important;
        padding: 10px 17px 10px 17px;
        font-size: 15px;
        text-align: left;
        background-color: transparent;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, 0.13);
        position: static;
    }
    .topMenu > .topMenu-list > li > a > .fa {
        font-size: 16px;
        color: #555 !important;
    }
    .topMenu > .topMenu-list > li > a .wsarrow:after {
        display: none;
    }
    .topMenu > .topMenu-list > li:hover > a {
        border-top: 3px solid #079991 !important;
    }
    .topMenu > .topMenu-list > li > a > .hometext {
        display: inline-block;
    }
    .topMenu-list > li > a .fa.fa-angle-down {
        float: right;
    }
    .nav-menu-fixed a {
        line-height: 54px;
        height: 54px;
    }

    .nav-menu-fixed {
        right: 20px;
    }
    /* ================== Mobile Slide Down Links CSS ================== */
    .topMenu > .topMenu-list > li > ul.sub-menu, .topMenu > .topMenu-list > li > .topMegamenu {
        display: none;
        position: relative;
        top: 0px;
        background-color: #fff;
        border: none;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        border-bottom: solid 1px #DEDEDE;
    }
    .topMenu > .topMenu-list > li > ul.sub-menu > li > a {
        line-height: 20px;
        font-size: 14px;
        padding: 10px 15px 10px 16px;
    }
    .topMenu > .topMenu-list > li > ul.sub-menu > li span + a {
        padding-right: 30px;
    }
    .topMenu > .topMenu-list > li > ul.sub-menu > li > a > .fa {
        margin-top: 4px;
    }
    .topMenu > .topMenu-list > li > ul.sub-menu > li > a:hover, .topMenu > .topMenu-list > li > ul.sub-menu li:hover > a {
        background-color: #079991;
        color: #fff;
    }
    .bgcolor {
        background-color:#fff !important;
        color: #555 !important ;
    }
    .list:after {
        width:0;
    }
    /* ================== Mobile Mega Menus CSS  ================== */
    .topMenu > .topMenu-list > li > .topMegamenu > ul {
        width: 100%;
        font-size: 14px;
    }
    .topMenu > .topMenu-list > li > .topMegamenu > ul > li > a {
        padding: 9px 14px;
        line-height: normal;
        font-size: 14px;
        background-color: #fff;
        color: #555;
    }
}
/* ================== Mobile Sub Menu Expander Arrows  ================== */
@media only screen and (min-width: 992px) and (max-width:1091px) {
    .topMenu > .topMenu-list > li > a > .fa {
        display: none;
    }
    .hometext {
        display: block;
    }
}

