


 
div.burger {
	height: 30px; 
	width: 40px;
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
	position: absolute;
	border: 1px solid #fff;
	top: 0px; 
	right: 5px;
	cursor: pointer;	
	z-index: 99999999;-webkit-transition:all 0.4s ease;
    transition:all 0.4s ease; 
}

.fp-viewing-hero div.burger {
	background: #fff;border: 2px solid #eee;
}
.open1 div.burger {
right: 0;	
background: #fff;
}
 div.burger:hover {
 	background: #fff;
 }
 div.burger.open {
 	background: #fff;
 	border: 1px solid #ccc;
 }
	div.x,
	div.y,
	div.z {
		position: absolute; margin: auto;
		left: 9px;
		top: 0px; bottom: 0px;		
		background: #333;
		border-radius:2px;
		-webkit-transition: all 200ms ease-out;
		   -moz-transition: all 200ms ease-out;
		    -ms-transition: all 200ms ease-out;
		     -o-transition: all 200ms ease-out;
		        transition: all 200ms ease-out;
	}	

	div.x, div.y, div.z { height: 3px; width: 35px; }
	div.x{top: -16px;}
	div.y{top: 0px;}
	div.z{top: 16px;}
	div.collapse{
		top: 20px;
		background:#333;
		-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
	}
	 
		div.y {
 
	}	
	div.rotate30{
		-ms-transform: rotate(30deg); 
    	-webkit-transform: rotate(30deg); 
	    transform: rotate(30deg);	
		-webkit-transition: all 50ms ease-out;
		   -moz-transition: all 50ms ease-out;
		    -ms-transition: all 50ms ease-out;
		     -o-transition: all 50ms ease-out;
		        transition: all 50ms ease-out;					
	}
	div.rotate150{
		-ms-transform: rotate(150deg); 
    	-webkit-transform: rotate(150deg); 
	    transform: rotate(150deg);	
		-webkit-transition: all 50ms ease-out;
		   -moz-transition: all 50ms ease-out;
		    -ms-transition: all 50ms ease-out;
		     -o-transition: all 50ms ease-out;
		        transition: all 50ms ease-out;					
	}
	
	div.rotate45{
		-ms-transform: rotate(45deg); 
    	-webkit-transform: rotate(45deg); 
	    transform: rotate(45deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;	background: #333;	
top: 0px;	left: 8px;	

	}
	div.rotate135{
		-ms-transform: rotate(135deg); 
    	-webkit-transform: rotate(135deg); 
	    transform: rotate(135deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;	
background: #333;		
top: 0px;left: 8px;	
	}

div.navbar{height:73px;background:# ;}
 
div.circle{	
	border-radius: 0%;
	width: 1000px;
	height:101vh;
	position:absolute;
	top: -16px;
	right: -1200px;
	background:#fefefe;
	opacity:1;
	z-index: 8888;
	visibility: hidden;
	-webkit-transition:all 1s ease;
    transition:all 1s ease; 
	/*
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
			*/
}
div.circle.expand{  
	visibility: inherit;
	opacity: 1;
	right: -750px; 		/*
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);					
	

	-webkit-animation: float 8s ease-in-out infinite;
    -moz-animation: float 8s ease-in-out infinite;
    -o-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
	*/
}
@-webkit-keyframes float {
   0% {
     transform: scale(1.05);
    transform: scale(1.05);;
  }
  50% {
   transform: scale(1);
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    transform: scale(1.05);;
  }
}
@-moz-keyframes float {
  0% {
     transform: scale(1.05);
    transform: scale(1.05);;
  }
  50% {
   transform: scale(1);
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    transform: scale(1.05);;
  }
}
@-o-keyframes float {
  0% {
     transform: scale(1.05);
  }
  50% {
   transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes float {
  0% {
     transform: scale(1.05);
  }
  50% {
   transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@-o-keyframes float2 {
0% {
     transform: scale(1);
  }
 
  100% {
    transform: scale(1.06);
  }
}
@keyframes float2 {
  0% {
     transform: scale(1);
  }
 
  100% {
    transform: scale(1.06);
  }
}
div.menu {
	height: 568px; 
	width: 220px;
	position: absolute;
	top: 60px; right: 0px;
	text-align: left;
}
div.menu ul li {
	list-style: none;
	position:relative;
 
	left:0;
	opacity:0;
	width:320px;
	text-align:left;
	font-size:24px;
 -webkit-transition:all 1s ease;
    transition:all 1s ease; 
}
div.menu ul li a {
	color:#333;
	font-size: 18px;
	text-decoration:none;	
	letter-spacing:0px;	
    width: 100%;
    display: block;
line-height: 4;
    height: 60px;
position: relative;
padding-right: 150px;-webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
text-transform: capitalize;
font-weight: bold;
}
div.menu ul li a::before {
content: '';
display: block;
width: 0px;
height: 1px;
position: absolute;
right: 0%;
 
top: 22px;
background: #333; -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease; 
}
div.menu ul li  a:hover {
	font-weight: bold;
}
div.menu ul li  a:hover:before {
	width: 150px;
}
div.menu li.animate{
 
	opacity:1;
 
}
div.menu li.animate:nth-of-type(1){	
 
	transition-delay: 0.0s;	
}
div.menu li.animate:nth-of-type(2){
 
	transition-delay: 0.03s;	
			
}
div.menu li.animate:nth-of-type(3){
 
	transition-delay: 0.06s;		
	
}
div.menu li.animate:nth-of-type(4){
 
	transition-delay: 0.09s;		
	
}
div.menu li.animate:nth-of-type(5){
 
	transition-delay: 0.12s;		
	
}
div.menu li.animate:nth-of-type(6){
 
	transition-delay: 0.15s;	
			
}
.new-m {
	position: relative;
}
.new-m {
	position: fixed;
	top: 12px;
	right: 10px;
	width: 50px;
    height: 50px;
	z-index: 999;
}
.new-m .menu-1 
 {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.4s ease;transition:all 0.4s ease;
}
.new-m .menu-1 p a:first-child {
	text-decoration: underline;
	padding-right: 5px;
}
.new-m .menu-1 p {
	display: block;
	color: #333;
	padding-top: 20vh;font-size: 14px;
}
.new-m .menu-1 p a {
	color: #333;
	font-size: 18px;
}
.new-m .menu-1 p a:hover {
	font-weight: bold;
}
.new-m .menu-1.animate2 
 {
	opacity: 1;
	z-index: 999999;
	visibility: inherit;  
	padding-top: 5vh;
	}
	
body.open1 {
	height: 100vh;
	overflow: hidden;
}
body::before {
	content: '';
	width: 100%;
	height: 100vh;
	background: #222;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.4s ease;
    transition:all 0.4s ease; 
}
body.open1::before {
	content: '';
	width: 100%;
	height: 100vh;
	background: #222;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 88;
	opacity: .8;
	visibility: inherit;
}	

body.open1::before {

}