

/*search menu*/
.item-235{
	display:none!important;
}

@media (max-width: 860px) {
	.item-235{
		display:inherit!important;
	}	
}
/*search menu*/

.menu-head{
  padding:0px 20px 5px 10px;
  font-size: 14px;
  font-weight:400;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  cursor: pointer;
  display:Table;
  } 
  
.menu-head:hover{
  color: #a9c638;
  }

.sub-arrow{
  position: absolute;
  top: 2px;
  right: 8px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #a9c638;
  border-right: 1px solid #a9c638;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}


#right-menu ul {padding: 0;list-style-type: none;}
#right-menu ul li {margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #d8d8d8;}
#right-menu ul li a{color:#000}
#right-menu ul li:hover a{color:#bfd42f}

#hp-services-menu {margin:auto;width:100%;text-align:center;}
#hp-services-menu ul {padding: 0;list-style-type: none;margin:auto}
#hp-services-menu ul li  {max-width:31%;margin:1%;width:100%;float:left;background:#bfd42f;color:#000;}
#hp-services-menu ul li a {width:100%;height:100%;padding:3%;float:left;background:#bfd42f;color:#000;font-size:14px;}
#hp-services-menu ul li a:hover{color:#fff;background:#000;}

@media screen and (max-width:868px)
{
	#hp-services-menu ul li  {max-width:48%;background:#bfd42f;}

}

@media screen and (max-width:768px)
{
#hp-services-menu {margin:auto;width:100%;text-align:center;}
#hp-services-menu ul {padding: 0;list-style-type: none;margin:auto;width:100%;}
#hp-services-menu ul li a {width:100%;height:100%;padding:3%;float:left;background:#bfd42f;color:#000;font-size:12px;font-weight:400}
}
@media screen and (max-width:500px)
{
#hp-services-menu {margin:auto;width:100%;text-align:center;}
#hp-services-menu ul {padding: 0;list-style-type: none;margin:auto;width:100%;}
#hp-services-menu ul li  {max-width:98%;background:#bfd42f;}
#hp-services-menu ul li a {width:100%;height:100%;padding:3%;float:left;background:#bfd42f;color:#000;font-size:14px;font-weight:700}
}



#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  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;  
  text-transform: uppercase;
	cursor: pointer;
}

#cssmenu ul li {
    margin: 0;
    padding: 0px;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
    display: table;
	
}
 
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
 }
#menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #bfd42f;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 0px;
  margin: 0px 10px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size:14px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #bfd42f;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #bfd42f;
  border-right: 1px solid #bfd42f;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #000;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
/*SUB MENU*/
#cssmenu ul ul li a {
    top: 5px;
    padding: 10px;
    width: 240px;
    line-height: 24px;
    font-size: 12px;
    background: #000;
    text-decoration: none;
    color: #fff;
    left: -60px;
	/*border-radius: 0 0 15px 15px;*/
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #bfd42f;
}
#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}



@media all and (max-width: 860px){
	
	.nav-wrp{
	overflow-x: scroll;
	height: 100%;
    max-height: 90vh;
	}
	
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    display: none;
    margin-top: 20px;
    left: 0px;
    width: 100%;
    margin: auto;
    margin: 30px auto 0 auto;
    padding: 0 0 0px 0;
  }
  
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
	margin-top:10px;
	margin-top:0;
  }
  
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 96%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  
  #cssmenu > ul > li > a {
  padding: 16px 10px 0px 0px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size:16px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul ul li a {
	padding: 5px 0px 5px 11px;
	padding: 0;
    font-size: 14px;
    color: #000000;
    background: none;
    margin-top: 0px;
    left: 10px;
    line-height: 22px;
    line-height: 44px;
  }
  
  .menu-head {
  padding:16px 20px 13px 10px;
  font-size: 16px;
  margin-left:2px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  cursor: pointer;
  display:Table;
  } 

	.sub-arrow{display:none;}

  
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #bfd42f;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
	background: #f7f7f7;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #bfd42f;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
	font-weight:700;
	right:-5px;
	top: -4px;
  }
  
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    width: 35px;
    height: 4px;
    background: #bfd42f;
  }
  
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 35px;
    height: 14px;
    border-top: 4px solid #bfd42f;
    border-bottom: 4px solid #bfd42f;
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 45px;
    width: 52px;
    cursor: pointer;
  }
  
  #cssmenu .parent.has-sub .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 46px;
    width: 52px;
    cursor: pointer;
	} 

  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 19px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #bfd42f;
    z-index: 99;
  }
  
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 23px;
    display: block;
    width: 11px;
    height: 1px;
    background: #bfd42f;
    z-index: 99;
  }
  
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  
  
  	#cssmenu .submenu-button.submenu-opened:after,
	#cssmenu .item-161 .submenu-button::before ,
	#cssmenu .item-161 .submenu-button::after ,
	#cssmenu  .parent.has-sub .item-161 span.submenu-button {
		display:none;
	}
	
	
	/*SUB MENU*/
	#cssmenu ul ul li a {
top: 0px;
    padding: 10px;
    width: 240px;
    line-height: 24px;
    font-size: 12px;
    /* background: #000; */
    text-decoration: none;
    /* color: #fff; */
    /* border-radius: 0 0 15px 15px; */
    width: 92%;
	}
	
}


 /*PAGGINATION*/
 *, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

 
/* -------------------------------- 

Basic style

-------------------------------- */
nav[role="navigation"] {
  text-align: center;
  display:none;
}
.pagination ul li {list-style-type: none;float:left;margin:5px;padding:0px;}
.pagination  ul {margin:auto;padding:0px;text-align:center}
.pagination {
  width: 100%;
  max-width: 100%;
  text-align: center;
   margin: auto;
}
.pagination li {
  /* hide numbers on small devices */
  color:#000;
}
.pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.pagination a, .pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .6em .8em;
    font-size: 12px;

}
.pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
}
.no-touch .pagination a:hover {
  background-color: #bfd42f;
}
.pagination a:active {
  /* click effect */
   background-color: #bfd42f;
   color:#000;
}
.pagination a:hover {
  /* click effect */
   background-color: #bfd42f;
   color:#000;
}
.pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.pagination a.disabled::before, .pagination a.disabled::after {
  opacity: .4;
}
.pagination .button:first-of-type a::before {
  content: '\00ab  ';
}
.pagination .button:last-of-type a::after {
  content: ' \00bb';
}
.pagination .current {
  /* selected number */
  background-color: #bfd42f;
  border-color: #bfd42f;
  color: #ffffff;
  pointer-events: none;
}


.item-161 ul.nav-child.unstyled.small,
.item-161.active.has-sub > a::after 
 {
    display: none!important;
}
 
 
#cssmenu ul ul li.item-161.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
   border-bottom: 0px solid #dddddd; 
     border-right: 0px solid #dddddd; 
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}






