
div#menusite-stc {
    background-image: linear-gradient(to bottom,#0356b7 0,#014493 100%);
}
#cssmenu,
 #cssmenu ul,
 #cssmenu ul li,
 #cssmenu ul li a,
 #cssmenu #head-mobile {
     border: 0;
     list-style: none;
     line-height: 1;
     display: block;
     position: relative;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 #cssmenu:after,
 #cssmenu > ul:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0
 }
 #cssmenu #head-mobile {
     display: none
 }
 #cssmenu {
     -ms-flex-pack: end;
     justify-content: flex-start;
     position: relative;
     display: block;
     display: -ms-flexbox;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: -10px; 
 }
 #cssmenu > ul > li {
     float: left;
     text-align: center;
     margin-left: 1px;
     background: url(../images/nav-line.png)no-repeat right center;
 }
 #cssmenu > ul > li > a {
	padding: 17px 15px 16px 15px;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
    font-weight: 550;
	text-transform: capitalize;
	border: 1px solid rgba(0,0,0,0.10);
    border-width: 0 0 0 1px;
 }
 #cssmenu #nav-top{padding: 0;margin-bottom: 0;}
 #cssmenu .logo {
     position: relative;
     z-index: 123;
     padding: 5px;
     font: 18px verdana;
     color: #6ddb07;
     float: left; 
 }
 #cssmenu > ul > li:last-child {
     margin-right: 4px;
     background: none;
 }
 #cssmenu > ul > li:hover,
 #cssmenu ul li.active:hover,
 #cssmenu ul li.active,
 #cssmenu ul li.has-sub.active:hover {
     -webkit-transition: background .3s ease;
     -ms-transition: background .3s ease;
     transition: background .3s ease;
 }
 
 #cssmenu > ul > li.active.home > a:after{
	content: "";
    height: 5px;
    background: #003e87;
    width: calc(100% + 2px);
    position: absolute;
    bottom: 0;
    left: -1px;
 } 
   
 #cssmenu ul ul {
     position: absolute;
     left: -9999px;
     padding: 0;
     border: 1px solid #e2e2e2;
     background: #fff;
	 z-index: 99;
 }
 #cssmenu ul ul li {
     height: 0;
     -webkit-transition: all .25s ease;
     -ms-transition: all .25s ease;
     transition: all .25s ease
 }
 #cssmenu ul ul li:hover {}
 #cssmenu li:hover > ul {
     left: auto
 }
 #cssmenu li:hover > ul > li {
     height: auto
 }
 #cssmenu ul ul ul {
     margin-left: 100%;
     top: 0
 }
 #cssmenu ul ul li a {
     border-bottom: 1px solid rgba(150, 150, 150, 0.15);
     padding: 11px 15px;
     width: 255px;
     font-size: 14px;
     text-decoration: none;
     color: #212020 !important;
     font-weight: 400;
     text-align: left
 }
 #cssmenu ul ul li:last-child > a,
 #cssmenu ul ul li.last-item > a {
     border-bottom: 0
 }
 #cssmenu ul ul li:hover > a,
 #cssmenu ul ul li a:hover {
     color: #008529 !important
 }
 #cssmenu ul ul li.has-sub > a:after {
     position: absolute;
     top: 16px;
     right: 11px;
     width: 8px;
     height: 2px;
     display: block;
     background: #ddd;
     content: ''
 }
 #cssmenu ul ul li.has-sub > a:before {
     position: absolute;
     top: 13px;
     right: 14px;
     display: block;
     width: 2px;
     height: 8px;
     background: #ddd;
     content: '';
     -webkit-transition: all .25s ease;
     -ms-transition: all .25s ease;
     transition: all .25s ease
 }
 #cssmenu ul ul > li.has-sub:hover > a:before {
     top: 17px;
     height: 0
 }
 #cssmenu ul ul li.has-sub:hover,
 #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
     background: #fff;
 }
 #cssmenu ul ul ul li.active a {
     border-left: 1px solid #333
 }
 #cssmenu ul li.active a {
	color: #fff;
 }
 #cssmenu > ul > li:hover > a {
     color: rgb(251 234 0);
	 
 }
 #cssmenu ul > li > a:after{
    content: "";
    height: 5px;
    background: transparent;
    width: 0;
    position: absolute;
    bottom: 0;
    right: -1px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
 #cssmenu > ul > li:hover > a:after{
	 width: 100%;
    transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    right: auto;
    left: 0;
 }
 #cssmenu ul > li:hover > ul > a:after{background:none}
 #cssmenu > ul > li.has-sub > ul > li.active > a,
 #cssmenu > ul ul > li.has-sub > ul > li.active > a {
     border-top: 1px solid #333
 }
 .extra-nav {
    float: right;
    padding: 11px 0 13px 0px;
    position: relative;
    z-index: 9;
    border-left: 1px solid rgba(0,0,0,0.1);
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
.extra-nav .site-button-link {
    font-size: 19px; 
    color: #ddd4d4;
    cursor: pointer;
	background: none;
    border: none;
    font-weight: 100;
}
 .is-sticky #menusite-stc {
     height: 58px;
     width: 100%;
     padding: 0px;
     z-index: 1000;
     position: fixed;
     top: 0px;
     box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 4px;
     border-bottom: none;
     -webkit-box-shadow: 0 2px 2px rgba(88, 88, 88, 0.175);
     box-shadow: 0 4px 4px rgba(88, 88, 88, 0.175);
     -webkit-background-size: contain;
     -moz-background-size: contain;
     -o-background-size: contain;
}
.logo img {
    height: auto;
    width: 100%; 
}
.is-sticky .logo img {
    width: 139px;
}
.is-sticky #cssmenu > ul > li > a{
	line-height: 53px;
    padding: 3px 14px; 
}
.is-sticky #cssmenu > ul > li.has-sub > a:before,
.is-sticky #cssmenu > ul > li.has-sub > a:after{	 
}
.menubeauty ul{
	padding: 0;
	margin: 0;
}
.menubeauty li{ 
    padding: 8px 0px 2px 0px;
}
.menubeauty li a::before {
    content: '\f111';
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 6px;
}
.menubeauty li:first-child{border: none;}
 
.menubeauty li,
.menubeauty li a{ 
	position: relative;
	color: #fff;
	transition: all 0.5s linear 0s; 
}
.menubeauty li a:hover{ 
	text-decoration: underline!important;
}

.menukey li.iconhot:after {
    content: "";
    background-image: url(../images/icons/icon-hot.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 20px;
    top: 2px;
}
.menukey li.iconstar:after {
    content: "";
    background-image: url(../images/icons/icon-feature.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 20px;
    top: 2px;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
	text-transform: capitalize;
}
.footer-links a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.15);
    left: -4px;
    z-index: 17;
    display: block;
    top: 6px;
}
.footer-links a:first-child:before {
    background: transparent !important;
}
#footer .border-top {
    border-top: 1px solid rgba(167, 180, 201, 0.2) !important;
    position: relative;
	margin-top: 20px;
    z-index: 1;
}
.footer-title {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 22px;
    position: relative;
    color: #2c2a3e;
}
#footer .bl-title:after, .footer-title:after {
    content: "";
    background: #ff5e14;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width:1000px) { 
	 #menusite{background:#fff;}
     #cssmenu .logo {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 64px;
         text-align: center;
         padding: 10px 0 0 0;
         float: none
     }
	 .extra-nav{
		 position: absolute;
		left: 0;
		top: -6px;
		border-left: none;
		cursor: pointer;
		z-index: 12399994;
	 }
	 #cssmenu > ul > li.active.home > a:after{width: 0;}
     #cssmenu .logo2 {
         display: none
     }
     #cssmenu .logo img {
         height: auto
     }
     #cssmenu {
         width: 100%;
         margin-bottom: 0;
         
		  background:#fff;
     }
     #cssmenu ul {
         width: 100%;
         display: none;
         padding: 0;
     }
     #cssmenu ul li {
         width: 100%;
         border-top: 1px solid #d2d2d2;
         overflow: hidden;
     }
     #cssmenu ul li:hover {
         background: #f5f5f5;
     }
     #cssmenu ul ul li,
     #cssmenu li:hover > ul > li {
         height: auto
     }
     #cssmenu ul li a,
     #cssmenu ul ul li a {
         width: 100%;
         border-bottom: 0;
         padding: 16px 16px;
		 color:#000 !important;
     }
	 div#menusite-stc{
		 background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
		 
	 }
	 .is-sticky #menusite-stc{height: 50px !important;}
	 .is-sticky #cssmenu > ul > li > a{line-height: 41px;}
     #cssmenu > ul > li {
         float: none
     }
     #cssmenu ul ul li a {
         padding-left: 25px
     }
     #cssmenu ul ul li {
         background: #fff !important;
     }
     #cssmenu ul ul li:hover {
         background: #f7f7f7  !important
     }
     #cssmenu ul ul ul li a {
         padding-left: 35px
     }
     #cssmenu ul ul li a {
         color: #fff;
         background: none
     }
     #cssmenu ul ul li:hover > a,
     #cssmenu ul ul li.active > a {
         color: #fafafa
     }
     #cssmenu ul ul,
     #cssmenu ul ul ul {
         position: relative;
         left: 0;
         width: 100%;
         margin: 0;
         text-align: left
     }
     #cssmenu > ul > li.has-sub > a:after,
     #cssmenu > ul > li.has-sub > a:before,
     #cssmenu ul ul > li.has-sub > a:after,
     #cssmenu ul ul > li.has-sub > a:before {
         display: none
     }
     #cssmenu #head-mobile {
         display: block;
         padding: 23px;
         color: #ddd;
         font-size: 12px;
         font-weight: 700;
		 background: #009bda;
     }
     #cssmenu .button {
         width: 55px;
         height: 46px;
         position: absolute;
         right: 0;
         top: 3px;
         cursor: pointer;
         z-index: 12399994;
     }
     #cssmenu .button:after {
         position: absolute;
         top: 22px;
         right: 20px;
         display: block;
         height: 8px;
         width: 20px;
         border-top: 2px solid #fff;
         border-bottom: 2px solid #fff;
         content: ''
     }
     #cssmenu .button:before {
         -webkit-transition: all .3s ease;
         -ms-transition: all .3s ease;
         transition: all .3s ease;
         position: absolute;
         top: 16px;
         right: 20px;
         display: block;
         height: 2px;
         width: 20px;
         background: #fff;
         content: ''
     }
     #cssmenu .button.menu-opened:after {
         -webkit-transition: all .3s ease;
         -ms-transition: all .3s ease;
         transition: all .3s ease;
         top: 23px;
         border: 0;
         height: 2px;
         width: 19px;
         background: #828080;
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg)
     }
     #cssmenu .button.menu-opened:before {
         top: 23px;
         background: #828080;
         width: 19px;
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg)
     }
     #cssmenu .submenu-button {
         position: absolute;
         z-index: 99;
         right: 0;
         top: 0;
         display: block;
         border-left: 1px solid #d4c5c5;
         height: 47px;
         width: 46px;
         cursor: pointer
     }
     #cssmenu .submenu-button.submenu-opened {
         background: #4472c4
     }
     #cssmenu ul ul .submenu-button {
         height: 34px;
         width: 34px
     }
     #cssmenu .submenu-button:after {
         position: absolute;
         top: 22px;
         right: 19px;
         width: 8px;
         height: 2px;
         display: block;
         background: #bdbdbd;
         content: ''
     }
     #cssmenu ul ul .submenu-button:after {
         top: 15px;
         right: 13px
     }
     #cssmenu .submenu-button.submenu-opened:after {
         background: #fff
     }
     #cssmenu .submenu-button:before {
         position: absolute;
         top: 19px;
         right: 22px;
         display: block;
         width: 2px;
         height: 8px;
         background: #bdbdbd;
         content: ''
     }
     #cssmenu ul ul .submenu-button:before {
         top: 12px;
         right: 16px
     }
     #cssmenu .submenu-button.submenu-opened:before {
         display: none
     }
     #cssmenu ul ul ul li.active a {
         border-left: none
     }
     #cssmenu > ul > li.has-sub > ul > li.active > a,
     #cssmenu > ul ul > li.has-sub > ul > li.active > a {
         border-top: none
     } 
}  

@media (max-width: 991.98px) {
	.menu-footer .gs_item {
        display: block;
        padding: 0;
        background: none;
        text-align: left;
        margin-top: 10px;
    }
	.gs_item .title-menu:before{background: none}
	.vppin{display:none}
    .menu-footer .gs_item .title {
        padding-bottom: 40px;
        font-size: 14px;
        color: #e6ab2e;
        height: 50px;
        line-height: 30px;
        padding: 10px 20px;
        position: relative;
        display: block;
        text-align: left;
        border: 1px solid #e8e8e86b;
        font-weight: bold;
        margin-bottom: 0;
    } 
	.menu-footer .footer-title, #footer .bl-title{font-size: 18px;} 
	.menu-footer .footer-title:after{display:none} 
    .menu-footer .gs_item.active .title::after {
        content: '\f077';
    }
	.menu-footer .gs_item .title::after {
        position: absolute;
        content: '\f078';
        font-family: "FontAwesome";
        font-size: 15px;
        right: 12px;
        top: 56%;
        margin-top: -17px;
    } 
    .menu-footer .gs_item .content {
        padding: 15px;
        border: 1px solid #e8e8e86b;
        border-top: none;
    }
	.menu-footer .gs_item .title-menu{margin-left: 0 !important;padding-left: 28px;}
}