@import url('https://fonts.googleapis.com/css?family=ABeeZee:regular&subset=latin');

#header.fixed-bottom, 
#header.fixed-top {
    position: static;
}

.body-wrapper {
	overflow-x: hidden;
	-webkit-transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
	transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
	margin: 0 auto;
	overflow-y: hidden;
}

#np-header.netpear-header {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    position: absolute;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    height: 89px;
    width: 100% !important;
    padding: 0;
    background-color: rgb(45 45 45);
    z-index:1001;
    font-weight: 400;
}

.sticky-wrapper:not(.is-sticky) #np-header {
	position: fixed;
	width: 100% !important;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 89px;
	padding: 15px 0 0 0;
	background: #222222a6;
	display: block;
}

#np-header.netpear-header .navbar.np-megamenu-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
#np-header.netpear-header .nav,
#np-header.netpear-header .navbar ul,
.offcanvas-menu ul {
    display: block !important;
}

#np-header.netpear-header .navbar-brand {
	display: block;
}

#np-header.netpear-header .navbar-brand img {
    height: 65px;
}

#np-header .np-retina-logo {
	display: none;
}

#np-header.netpear-header .lightlogo {
	font-size: 24px;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

#np-header.netpear-header img.np-default-logo {
	width: auto;
	height: 65px;
	margin-top: 3px;
}

.sticky-wrapper.is-sticky #np-header img.np-default-logo {
	margin-top: 3px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#np-header.netpear-header .np-retina-logo {
		display: block;
	}
}

/* @group Heqader account column */

.netpear-header .customclientsxxm {
	padding-left: 22px !important;
	background: none !important;
	font-size: 14px!important;
	color: #ffffff !important;
	line-height: 80px;
	display: none;
}

.netpear-header #dropdownMenuLink{
	color: #37d58c;
}
.netpear-header .loggedins::before,
.netpear-header .loggedouts::before {
	font-family: "ionicons";
	font-size: 1.5rem;
	color: #37d58c;
	position: absolute;
	right: 0;
	top:auto;
}

.netpear-header .loggedins::before {
	content: "\f35f";
	padding-left: 25px;
	width: 31px;
	height: 31px;
	line-height: 20px;
}

.netpear-header .loggedouts::before {
	content: "\f345";
	width: 32px;
	height: 24px;
	line-height: 11px;
}

.netpear-header .btn-account:hover,
.netpear-header .btn-account:active,
.netpear-header .btn-account:focus,
.netpear-header .btn-account {
    display: inline-block;
    margin-bottom: 0;
    color: #135b38;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 9px 15px;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
}

@media screen and (min-width: 999px) and (max-width: 1400px) {
	.netpear-header .loggedouts::before {
        padding-left: 32px;
 }
	.netpear-header .customclientsxxm {
        /* padding-left: 0px !important; */
        /* margin: 2px 0 0 0; */
    }
    .netpear-header .customclientsxxm a {
        padding: 0px 0 0 0 !important;
        margin: 0px;
        display: inline-block;
    }
}

/* @end */


/* @group Nav menu */

.netpear-header .np-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 9;
	display: block;
	float: right;
}

.netpear-header .np-megamenu-parent > li {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: 64px;
	float: left;
}
.netpear-header .np-megamenu-parent li {
    list-style: none;
}

.netpear-header .np-megamenu-parent>li.menu-justify {
	position: static;
}

.netpear-header .np-megamenu-parent>li.menu-button {
	margin-left: 20px;
}

.netpear-header .np-megamenu-parent>li.menu-button>a {
	color: #fff;
	border-radius: 3px;
	text-transform: none;
    background-color: #4bb463;
}

.netpear-header .np-megamenu-parent>li.menu-button>a:hover, 
.netpear-header .np-megamenu-parent>li.menu-button>a:focus, 
.netpear-header .np-megamenu-parent>li.menu-button>a:active {
	color: #fff;
    background-color: #3c904f;
}

.netpear-header .np-megamenu-parent>li.menu-item>a:hover, 
.netpear-header .np-megamenu-parent>li.menu-item>a:focus, 
.netpear-header .np-megamenu-parent>li.menu-item>a:active {
    text-decoration:none;
}

.netpear-header .np-megamenu-parent>li.menu-button:hover>a, 
.netpear-header .np-megamenu-parent>li.menu-button:active>a, 
.netpear-header .np-megamenu-parent>li.menu-button:focus>a,
.netpear-header .np-megamenu-parent>li.menu-button:hover>a:hover, 
.netpear-header .np-megamenu-parent>li.menu-button:hover>a:focus, 
.netpear-header .np-megamenu-parent>li.menu-button:hover>a:active, 
.netpear-header .np-megamenu-parent>li.menu-button:active>a:hover, 
.netpear-header .np-megamenu-parent>li.menu-button:active>a:focus, 
.netpear-header .np-megamenu-parent>li.menu-button:active>a:active, 
.netpear-header .np-megamenu-parent>li.menu-button:focus>a:hover, 
.netpear-header .np-megamenu-parent>li.menu-button:focus>a:focus, 
.netpear-header .np-megamenu-parent>li.menu-button:focus>a:active,
.netpear-header .np-megamenu-parent>li.menu-button.current_menu_item>a, 
.netpear-header .np-megamenu-parent>li.menu-button.current_page_item>a, 
.netpear-header .np-megamenu-parent>li.menu-button.current_menu_item>a:hover, 
.netpear-header .np-megamenu-parent>li.menu-button.current_page_item>a:hover, 
.netpear-header .np-megamenu-parent>li.menu-button.current_menu_item>a:focus, 
.netpear-header .np-megamenu-parent>li.menu-button.current_page_item>a:focus, 
.netpear-header .np-megamenu-parent>li.menu-button.current_menu_item>a:active, 
.netpear-header .np-megamenu-parent>li.menu-button.current_page_item>a:active {     
	color: #fff;
}

.netpear-header .np-megamenu-parent>li>a {
	display: block;
	padding: 2px 7px 0px 7px;
	font-size: 1rem;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 83px;
}

.netpear-header .np-megamenu-parent>li.menu-item-has-children>a:after {
	font-family: "ionicons";
	content: "\f280";
	padding-left: 5px;
}

.netpear-header .np-megamenu-parent>li:nth-child(4):hover>a {
    background:none !important;
}

.netpear-header .np-megamenu-parent>li.current_menu_item>a,
.netpear-header .np-megamenu-parent>li.current_page_item>a,
.netpear-header .np-megamenu-parent>li:hover>a {
  color: #37d58c;
  background: rgba(0, 0, 0, 0.38);
}
.netpear-header .np-megamenu-parent>li.current_menu_item>a,
.netpear-header .np-megamenu-parent>li.current_page_item>a {
	  background: #5cff0800;
}
.netpear-header .np-megamenu-parent>li:hover>a {
	  background:transparent url(images/grline.png) 0 100% repeat-x;
}

.netpear-header .np-megamenu-parent .np-dropdown.np-dropdown-mega li.menu-item>a {
	padding: 9px 0;
	font-family: 'Poppins', sans-serif;
	text-shadow: none;
	box-shadow: none;
	font-weight: 400;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item {
	display: block;
	padding: 0px;
	height: auto;
	line-height: normal;
	position: relative;
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item:last-child {
	border-bottom: none;
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item>a {
	display: block;
	padding: 12px 20px;
	color: #282727;
	cursor: pointer;
	font-size: 14px;
	text-transform: capitalize;
	text-shadow: none;
	box-shadow: none;
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item>a.np-group-title,
.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.np-group-title-cont>a {
	font-size: 16px;
	font-weight: 600;
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item>a.np-group-title:hover,
.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.np-group-title-cont>a:hover {
	background: none;
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item>a:hover {
	font-weight: 600;
	text-shadow: none;
	box-shadow: none;
	padding: 9px 0;
	display: block;
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.current_menu_item>a.np-group-title,
.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.current_menu_item>a {
	background: none;
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.current_menu_item>a.np-group-title:hover,
.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.current_menu_item>a:hover {
	background: none;
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.current_menu_item>a,
.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.current_menu_item>a:hover,
.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.current_menu_item>a:active,
.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.current_menu_item>a:focus,
.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.current_page_item>a {
    color: #333;
    text-decoration: none;
}

.netpear-header .np-megamenu-parent .np-dropdown-inner .row li:nth-child(1) li.np-group-title-cont > a:before,
.netpear-header .np-megamenu-parent .np-dropdown-inner .row li:nth-child(2) li.np-group-title-cont > a:before,
.netpear-header .np-megamenu-parent .np-dropdown-inner .row li:nth-child(3) li.np-group-title-cont > a:before,
.netpear-header .np-megamenu-parent .np-dropdown-inner .row li:nth-child(4) li.np-group-title-cont > a:before {
    content: "";
    padding: 0px 0px 0px 0px;
    margin: 0 12px -6px -3px;
    width: 29px;
    height: 25px;
    display: inline-block;
    background-position: bottom left;    
    background-repeat: no-repeat;    
}
.netpear-header .np-megamenu-parent .np-dropdown-inner .row li:nth-child(1) li.np-group-title-cont > a:before {
    background: transparent url('images/devvv.png');    
}
.netpear-header .np-megamenu-parent .np-dropdown-inner .row li:nth-child(2) li.np-group-title-cont > a:before {
    background: transparent url('images/ooi.png');    
}
.netpear-header .np-megamenu-parent .np-dropdown-inner .row li:nth-child(3) li.np-group-title-cont > a:before {
    background: transparent url('images/ooo9.png');    
}
.netpear-header .np-megamenu-parent .np-dropdown-inner .row li:nth-child(4) li.np-group-title-cont > a:before {
    background: transparent url('images/huhui.png');    
}

.netpear-header .np-megamenu-parent .np-dropdown li.menu-item>a.np-group-title,
.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.np-group-title-cont>a {
    color: #1b1b1b;
    font-family: 'Poppins';
    border-bottom: 1px solid #36d089;
    max-width: 89%;
    padding-bottom: 10px;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {
	.netpear-header .np-megamenu-parent>li>a {
		font-size: 12px;
	}
	.netpear-header .np-megamenu-parent .np-dropdown.np-dropdown-mega .np-dropdown-inner {
		padding: 20px;
	}
	.netpear-header .np-megamenu-parent .np-dropdown li.menu-item>a {
		padding: 10px 15px;
		font-size: 11px;
	}
	.netpear-header .np-megamenu-parent .np-dropdown li.menu-item>a.np-group-title,
	.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.np-group-title-cont>a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 992px) {
	.netpear-header .np-megamenu-parent>li>a {
		padding: 0 7px;
		font-size: 11px;
	}
	.netpear-header .np-megamenu-parent>li.menu-button {
		margin-left: 10px;
	}
	.netpear-header .np-megamenu-parent .np-dropdown.np-dropdown-mega .np-dropdown-inner {
		padding: 10px;
	}
	.netpear-header .np-megamenu-parent .np-dropdown li.menu-item>a {
		padding: 10px;
		font-size: 10px;
	}
	.netpear-header .np-megamenu-parent .np-dropdown li.menu-item>a.np-group-title,
	.netpear-header .np-megamenu-parent .np-dropdown li.menu-item.np-group-title-cont>a {
		font-size: 12px;
	}
}

/* @end */


.np-megamenu-parent .np-module {
	padding: 10px;
}

.np-megamenu-parent .np-mega-group {
	list-style: none;
	padding: 1px 0px 15px 0px;
	margin: 0;
}

.np-megamenu-parent .np-mega-group .np-mega-group-child {
	list-style: none;
	padding: 0;
	margin: 0;
}

.np-megamenu-parent .np-dropdown {
	margin: 0;
	position: absolute;
	display: none;
}

.np-megamenu-parent .np-dropdown.np-dropdown-mega .np-dropdown-inner div{margin:0;}
.np-megamenu-parent .np-dropdown.np-dropdown-mega .np-dropdown-inner {
	padding: 0;
}

.np-megamenu-parent .np-dropdown .np-dropdown-items {
	list-style: none;
	padding: 0;
	margin: 6px 0;
}

.np-megamenu-parent .np-dropdown .np-dropdown-items .menu-item-has-children>a:after {
	font-family: "FontAwesome";
	content: " \f105";
	float: right;
}

.np-megamenu-parent .np-dropdown.np-menu-center {
	margin-left: 45px;
}

.np-megamenu-parent .np-dropdown.np-dropdown-main {
	top: 100%;
}

 .np-megamenu-parent .np-dropdown.np-dropdown-main.np-menu-right,.is-sticky .np-megamenu-parent .np-dropdown.np-dropdown-main.np-menu-full {
	top: 85px;
	box-shadow: 0 0 5.0625rem rgba(0,0,0,.54);
	z-index: 1000;
	opacity: 1;
}

.np-megamenu-parent .np-dropdown.np-dropdown-main.np-menu-right, .np-megamenu-parent .np-dropdown.np-dropdown-main.np-menu-full {
	margin-left: -654px;
	top: 84px;
	box-shadow: 0 0 5.0625rem rgba(0,0,0,.54);
	z-index: 1000;
	opacity: 1;
}

.np-megamenu-parent .np-dropdown.np-dropdown-main.np-menu-left {
	right: 0;
}

.np-megamenu-parent .np-dropdown.np-dropdown-sub {
	top: 0;
	left: 100%;
}

.np-megamenu-parent .np-dropdown-mega>.row {
	margin-top: 30px;
}

.np-megamenu-parent .np-dropdown-mega>.row:first-child {
	margin-top: 0;
}

.np-megamenu-parent .menu-item-has-children:hover>.np-dropdown {
	display: block;
	z-index: 10000;
}

.np-megamenu-parent.menu-fade .menu-item-has-children:hover>.np-dropdown {
	-webkit-animation: spMenuFadeIn 400ms;
	animation: spMenuFadeIn 400ms;
}

.np-megamenu-parent.menu-zoom .menu-item-has-children:hover>.np-dropdown {
	-webkit-animation: spMenuZoom 400ms;
	animation: spMenuZoom 400ms;
}


.np-megamenu-parent.menu-fade-up .menu-item-has-children:hover>.np-dropdown:before{
    content: " ";
    display: table;
    top: -19px;
    left: 70%;
    margin-left: -11px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color: transparent transparent #fff;
}
                                                    .np-megamenu-parent.menu-fade-up .menu-item-has-children>.np-dropdown,
.np-megamenu-parent.menu-fade-up .menu-item-has-children:hover>.np-dropdown {
	-webkit-animation: spMenuFadeInUp 300ms;
	animation: spMenuFadeInUp 300ms;
	background: rgb(255, 255, 255);
	border-top: 3px solid #36d28a61;
	width: 998px;
	padding: 10px;
	transition: 0.2s 1s;
}

.np-module {
	margin-top: 0;
}
.np-module:first-child {
	margin-top: 0px;
}
.np-module .np-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 1;
}

.np-module ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}

.np-module ul>li>a {
	-webkit-transition: 300ms;
	transition: 300ms;
}

.np-module ul>li>a:hover {
	background: none;
}

@media screen and (min-width: 999px) {
	.hidden-xsff{
        visibility: hidden;
    }
}

#np-menuside{
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 82px;
}
@media screen and (max-width: 999px) {
    #np-menuside{
    visibility: hidden;

    }  
    .loggedouts::before{
        visibility: hidden;
    }
}

.np-megamenu-parent .np-dropdown .np-dropdown-inner {
  background: rgb(255, 255, 255);
}


#offcanvas-toggler {
	/*float: right;*/
}
a#offcanvas-toggler {
    position: absolute;
    z-index: 1;
    right: 0;
}
#offcanvas-toggler>i {
	display: inline-block;
	padding: 0 0 0 10px;
	font-size: 38px;
	background: transparent;
	margin: 0;
	line-height: 70px;
	height: 70px;
	cursor: pointer;
	color: #fff;
	-webkit-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

#offcanvas-toggler>i:hover {
  color: #4bb463;
}

.offcanvas-overlay {
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

body.offcanvas .offcanvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	z-index: 9999;
}

.close-offcanvas {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	color: #000;
	border-radius: 100%;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 27px;
	background: rgba(255, 255, 255, 0.84);
}

.close-offcanvas:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.offcanvas-menu .offcanvas-inner .np-module ul>li a {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .np-module ul>li a:hover {
  background: rgba(0,0,0,0.2);
}
ul.social-icons>li a:hover {
  color: #4bb463;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.np-module ul>li>a:hover {
  color: #4bb463;
}
.np-module .latestnews>div>a,
.np-module .mostread>div>a {
  color: #000000;
}
.np-module .latestnews>div>a:hover,
.np-module .mostread>div>a:hover {
  color: #4bb463;
}
.np-module .tagscloud .tag-name:hover {
  background: #4bb463;
}


#offcanvas-toggler {
	float: right;
}

#offcanvas-toggler>i {
	display: inline-block;
	padding: 0 0 0 10px;
	font-size: 38px;
	background: transparent;
	margin: 0;
	line-height: 70px;
	height: 70px;
	cursor: pointer;
	color: #fff;
	-webkit-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

#offcanvas-toggler>i:hover {
	color: #fff;
}

.offcanvas-overlay {
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

body.offcanvas .offcanvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	z-index: 9999;
}

.close-offcanvas {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	color: #000;
	border-radius: 100%;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 27px;
	background: rgba(255, 255, 255, 0.84);
}

.close-offcanvas:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.offcanvas-menu {
	width: 320px;
	height: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	opacity: 0;
	z-index: 99999;
	overflow-y: scroll;
}

.offcanvas-menu .offcanvas-inner {
	padding: 20px;
	margin-top: 28px;
}

.offcanvas-menu .offcanvas-inner .np-module {
	margin-top: 20px;
}

.offcanvas-menu .offcanvas-inner .np-module .np-module-title {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner .np-module ul>li {
	border: 0;
	position: relative;
}

.offcanvas-menu .offcanvas-inner .np-module ul li a {
    display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner .np-module ul li a:hover,
.offcanvas-menu .offcanvas-inner .np-module ul li a:active,
.offcanvas-menu .offcanvas-inner .np-module ul li a:focus,
.offcanvas-menu .offcanvas-inner .np-module ul li a {
    text-decoration: none;
}
.offcanvas-menu-toggler {
    display: inline;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
.netpear-header .offcanvas-menu-toggler {
	display: none;
}

.offcanvas-menu .offcanvas-inner .np-module ul>li .offcanvas-menu-toggler {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px;
	cursor: pointer;
	color: #fff;
}

.offcanvas-menu .offcanvas-inner .np-module ul>li .offcanvas-menu-toggler .ion ion-md-add {
	display: none;
}

.offcanvas-menu .offcanvas-inner .np-module ul>li .offcanvas-menu-toggler .ion ion-md-remove {
	display: inline;
}

.offcanvas-menu .offcanvas-inner .np-module ul>li .offcanvas-menu-toggler.collapsed .ion ion-md-add {
	display: inline;
}

.offcanvas-menu .offcanvas-inner .np-module ul>li .offcanvas-menu-toggler.collapsed .ion ion-md-remove {
	display: none;
}

.offcanvas-menu .offcanvas-inner .np-module ul>li>a:after {
	display: none;
}

.offcanvas-menu .offcanvas-inner .np-module ul>li ul {
	background: rgba(0, 0, 0, 0.1);
}

.offcanvas-menu .offcanvas-inner .np-module:first-child {
	margin-top: 0;
}

.offcanvas-menu .offcanvas-inner .np-module .np-module-content>ul {
	margin: 0 -20px;
}

.offcanvas-menu .offcanvas-inner .search {
	margin-top: 25px;
}

.offcanvas-menu .offcanvas-inner .search input {
	width: 100%;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.ltr .offcanvas-menu {
	-webkit-transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
	transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
}

.ltr .body-innerwrapper:after {
	right: 0;
}

.ltr .offcanvas-menu {
	right: -320px;
}

.ltr.offcanvas .offcanvas-menu {
	right: 0;
}

.offcanvas {
	width: 100%;
	height: 100%;
	position: relative;
}

.offcanvas .offcanvas-menu {
	opacity: 1;
}

.menu .nav-child.small {
	font-size: inherit;
}

#offcanvas-toggler >i:hover {
  color: #4bb463;
}
.offcanvas-menu {
  background: #4bb463;
}
.offcanvas-menu .offcanvas-inner .np-module ul > li a {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .np-module ul > li a:hover {
  background: rgba(0,0,0,0.2);
}

.offcanvas-menu .container {
    padding: 0;
    margin: 0;
}
.offcanvas-menu .offcanvas-inner .np-module ul > li {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    max-width: none;    
}

.offcanvas-menu .closed {
    height: 0;
    overflow: hidden;
}

.netpear-header .col-sm-1, 
.netpear-header .col-sm-2, 
.netpear-header .col-sm-3, 
.netpear-header .col-sm-4, 
.netpear-header .col-sm-5, 
.netpear-header .col-sm-6, 
.netpear-header .col-sm-7, 
.netpear-header .col-sm-8, 
.netpear-header .col-sm-9, 
.netpear-header .col-sm-10, 
.netpear-header .col-sm-11, 
.netpear-header .col-sm-12 {
    float: left;
}

.visible-xs, 
.visible-sm, 
.visible-md, 
.visible-lg {
    display: none !important;
}

@media (max-width: 999px) {
    .visible-xs, 
    .visible-sm, 
    .visible-md, 
    .visible-lg {
        display: block !important; 
    }  
    .hidden-xs {
        display: none !important;
    }
}

@media only screen and (max-width: 999px) {
    
    #np-header.netpear-header,
    .sticky-wrapper:not(.is-sticky) #np-header {    
        height: 86px !important;
        padding-top:0;
        padding-left:0;
    }
    
    #np-header.netpear-header img.np-default-logo {
        height: 65px !important;
        margin-top: -6px !important;
    }
    
    #np-header.netpear-header #offcanvas-toggler {
        margin: 8px 18px 8px 8px;
    }
    
    .netpear-header .container {
        max-width: none;
        width: auto;
    }
    .netpear-header #np-menu {
        max-width: 80%;
        flex: 0 0 80%; 
    }
    .netpear-header #np-menu {
        display:none;
    }
    .netpear-header #np-menuside {
        display:none;
    }    
}
@media only screen and (max-width: 767px) {
    
    .netpear-header #np-logo {
        display:inline-block;
        width: auto !important;
       
    } 
    .sticky-wrapper:not(.is-sticky) #np-header {
    	background:#222222;
    }
   
}
@-webkit-keyframes spMenuFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes spMenuFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes spMenuZoom {
	0% {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes spMenuZoom {
	0% {
		opacity: 0;
		transform: scale(.8);
		-webkit-transform: scale(.8);
	}
	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes spMenuFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}

@keyframes spMenuFadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.ion-md-menu {
    color: #37ce89;
    display: inline-block;
    width: 23%;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0 10px;
    border-radius: 4px;
    list-style: none;
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    cursor: pointer;
    vertical-align: middle;
}
 @media only screen and (max-width: 767px) {
    .sub-menu.row {
        display: none;
    }
}
 