/*Start Humber Icon Design Css*/
/*.mobile-menu-icon {*/
/*  display: none;*/
/*}*/
.menu_logo_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu ul {
	content: "";
	position: absolute;
	width: 100%;
	background: #33424a;
	opacity: .9;
	left: 0;
	top: 75px;
	padding: 15px 0 25px 67px;
	display: none;
	z-index: 9999;
}
.all-p-humber {
  width: 30px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}
.all-p-humber span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: #76CF36;
  border-radius: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.all-p-humber span:nth-child(1) {
  top: 0px;
}
.all-p-humber span:nth-child(2), .all-p-humber span:nth-child(3) {
  top: 8px;
}
.all-p-humber span:nth-child(4) {
  top: 16px;
}
.all-p-humber.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.all-p-humber.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.all-p-humber.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.all-p-humber.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*End Humber Icon Design Css*/
.logo {
	display: inline-block !important;
	width: 100%;
}
.menu ul li a {
	font-size: 18px;
	color: #FFF !important;
	font-weight: 700;
	line-height: 36px;
	transition: 0.3s;
	font-family: Nunito,sans-serif;
}
.menu ul li a:hover{
    color: #FB1515;
}
.whatsapp_button {
	position: fixed;
	bottom: 10px;
	right: 85px;
	padding: 10px;
	z-index: 999;
}
.call_button {
	position: fixed;
	bottom: 10px;
	right: 135px;
	padding: 10px;
	z-index: 999;
}
@media all and (max-width:768px) {
    .menu_logo_area:hover {
    	max-width: 90%;
    	margin: auto;
    	width: 100%;
    }
    .whatsapp_button {
    	right: 30px;
    }
    .call_button {
    	right: 80px;
    }
}


















