ffbody {
	margin: 0;
	padding: 0;
	    color: #737f8a;
}
@font-face {
	src: url(../fonts/helveticaneuebold.ttf);
	font-family: "helveticaneuebold.ttf";
}
@font-face {
	src: url(../fonts/HelveticaNeue-Condensed.otf);
	font-family: "HelveticaNeue-Condensed.otf";
}
@font-face {
	src: url(../fonts/HelveticaNeue-BlackCond.otf);
	font-family: "HelveticaNeue-BlackCond.otf";
}
@font-face {
	src: url(../fonts/HelveticaNeue-Roman.otf);
	font-family: "HelveticaNeue-Roman.otf";
}
	
.full {
	width: 100%;
	float: left;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.mybg_full {
	background: url(../imgs/top.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	display: table;
	height: 950px;
	width: 100%;
}
.table_display {
	position: relative !important;
}
svg {
	width: 500px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#nav_bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	z-index: 9999;	
    background-color: rgba(29,32,36,0.4);
}
#nav_bg.sticky {
    bottom: auto;
    position: fixed !important;
    top: 0;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
    background-color:rgb(29,32,36);
	z-index: 9999;
}
.nav_stiky {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
}
.lg_text {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
}
.nav_stiky li, .lg_text li {
	list-style: none;
	display: inline;
}
.nav_stiky li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-family: "HelveticaNeue-Condensed.otf";
	padding: 15px;
	float: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.lg_text li a {
	text-decoration: none;
	color: #fff;
	padding-right: 15px;
	font-size: 40px;
	line-height: 50px;
	font-family: "HelveticaNeue-BlackCond.otf";
	float: left;
	letter-spacing: 2px;
}
.st0 {
	fill: #00abc5;
	stroke: #00abc5;
	stroke-width: 3;
	stroke-miterlimit: 10;
}
path {
	fill: none;
	stroke: #00abc5;
	stroke-dasharray: 2000;
	opacity: 10;
	animation: animate 3s cubic-bezier(0, 0.23, 1, .1);
   -webkit-animation:animate 3s cubic-bezier(0, 0.23, 1, .1);
	-moz-animation:animate 3s cubic-bezier(0, 0.23, 1, .1);
	-ms-animation:animate 3s cubic-bezier(0, 0.23, 1, .1);
	-o-animation:animate 3s cubic-bezier(0, 0.23, 1, .1);
}
@keyframes animate {
 0% {
 opacity:0;
 fill:none;
 stroke-dashoffset:2000;
}
 30% {
 opacity:10;
 fill:none;
 stroke-dashoffset:2000;
}
 90% {
 fill:rgba(0,171,197,0);
}
 100% {
 opacity:10;
 fill:rgba(0,171,197,1);
 stroke-dashoffset:0;
}
}
@-moz-keyframes animate {
 0% {
 opacity:0;
 fill:none;
 stroke-dashoffset:2000;
}
 30% {
 opacity:10;
 fill:none;
 stroke-dashoffset:2000;
}
 90% {
 fill:rgba(0,171,197,0);
}
 100% {
 opacity:10;
 fill:rgba(0,171,197,1);
 stroke-dashoffset:0;
}
}
@-ms-keyframes animate {
 0% {
 opacity:0;
 fill:none;
 stroke-dashoffset:2000;
}
 30% {
 opacity:10;
 fill:none;
 stroke-dashoffset:2000;
}
 90% {
 fill:rgba(0,171,197,0);
}
 100% {
 opacity:10;
 fill:rgba(0,171,197,1);
 stroke-dashoffset:0;
}
}
@-o-keyframes animate {
 0% {
 opacity:0;
 fill:none;
 stroke-dashoffset:2000;
}
 30% {
 opacity:10;
 fill:none;
 stroke-dashoffset:2000;
}
 90% {
 fill:rgba(0,171,197,0);
}
 100% {
 opacity:10;
 fill:rgba(0,171,197,1);
 stroke-dashoffset:0;
}
}
/*toggle nav start*/

.open {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
  transition: opacity 0.2s linear;
}

.open:hover { opacity: 0.8; }

.open span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}

.open span:nth-child(2) { margin-top: 25px; }

.open span:nth-child(3) { margin-top: 40px; }

.sub-menu {
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(38, 84, 133, 0.54);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}

.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child { margin-top: 180px; }

.sub-menu li:nth-child(1) { -webkit-transition-delay: 0.05s; }

.sub-menu li:nth-child(2) { -webkit-transition-delay: 0.10s; }

.sub-menu li:nth-child(3) { -webkit-transition-delay: 0.15s; }

.sub-menu li:nth-child(4) { -webkit-transition-delay: 0.20s; }

.sub-menu li:nth-child(5) { -webkit-transition-delay: 0.25s; }

.sub-menu li a {
  color: #fff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  line-height: 40px;
}

.oppenned .sub-menu {
  opacity: 1;
  height: 400px;
  width: 400px;
}

.oppenned span:nth-child(2) { overflow: visible; }

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
  z-index: 100;
  transform: rotate(45deg);
}

.oppenned span:nth-child(1) { transform: rotate(45deg) translateY(12px) translateX(12px); }

.oppenned span:nth-child(2) {
  height: 400px;
  width: 400px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: rgba(38, 84, 133, 0.54);
}

.oppenned span:nth-child(3) { transform: rotate(-45deg) translateY(-10px) translateX(10px); }

.oppenned li { margin-right: 168px; }

/*end of toggle nav*/
@media screen and (max-width: 1368px) {
.mybg_full {
	background:url(../imgs/1366.jpg) no-repeat center center;
	height: 660px;
}
svg {
	width: 300px;
	height: 300px;
}
	}
	

@media screen and (max-width: 1200px) {
.mybg_full {
	background: url(../imgs/lapi_top.jpg) no-repeat center center;
	height: 564px;
}

}

@media screen and (max-width: 990px) {
.mybg_full {
	background: url(../imgs/990_top.jpg) no-repeat center center;
	height: 490px;
}
.nav_stiky li a {
	font-size: 16px;
	padding: 10px;
	}
.lg_text li a {
	font-size: 30px;
	line-height: 38px;
}	
}

@media screen and (max-width: 770px) {
.mybg_full {
	background: url(../imgs/767_top.jpg) no-repeat center center;
	height: 380px;
}
.nav_stiky li a {
	font-size: 15px;
	padding: 8px;
	}
.lg_text li a {
	font-size: 28px;
	line-height: 36px;
}
}

@media screen and (max-width: 640px) {
	.nav_stiky{display:none;}
	.open {
		display: block;
	}
svg {
	width: 200px;
	height: 200px;
}
.mybg_full {
	background: url(../imgs/640_top.jpg) no-repeat center center;
	height: 317px;
}
}

@media screen and (max-width: 480px) {
.mybg_full {
	background: url(../imgs/480_top.jpg) no-repeat center center;
	height: 528px;
}
}
