/******************************************
    IMPORT FONTS
/******************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/******************************************
    IMPORT FILES
/******************************************/
@import url(font-awesome.css);
@import url(ca4c50b905dc21ea17a10549a6f5944f.css);
@import url(7f1d2b3a4016c460a93cdca536f3acce.css);

@font-face {
  font-family: 'TisaLight';
  src: url('../fonts/TisaLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}
body.open{
	height: 100%;
	overflow: hidden;
}
html.ov-hidden{
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}
header{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
footer{
	padding-top: 200px;
	padding-bottom: 20px;
}
footer .logofooter{
	width: 110px;
}
input{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 30px;
}
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
ul{
	padding-left: 0px;
}
ul>li{
	list-style-type: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 35px;
}
ul>li:before{

}
button{
	outline: none !important;
	box-shadow: none !important;
}
button:hover, button:focus{
	outline: none !important;
	box-shadow: none !important;
}
.col-header .hamburger{
	float: right;
	padding: 5px;
	padding-right: 0px;
	right: 15px;
	position: absolute;
}
.open .col-header .hamburger{
	z-index: 99;
}
.col-header a.logo-link{
	float: left;
}

.col-header a.logo-link img{
	width: 110px;
}
.col-main-header h1{
	font-family: 'TisaLight';
	font-size: 40px;
	color: #000000;
	letter-spacing: 0px;
	margin-bottom: 5px;
	margin-top: 60px;
}
#header-rocket{
	position: relative;
	padding-top: 90px;

}
.col-main-header{
	min-height: 576px;
}

.col-main-header h2{
	margin-top: 0px;
	font-family: 'TisaLight';
	font-size: 29px;
	color: #999999;
	letter-spacing: 0px;
}
.bgmainheader{
	position: absolute;
	top: 0px;
	right: 0px;
}
.learnmore{
	margin-top: 150px;
}
.learnmore a{
	margin-right: 22%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #333;
	letter-spacing: 0px;
	line-height: 26px;
	transition: all 0.4s ease 0s;
}
.learnmore a i{
	margin-left: 5px;
	transition: all 0.4s ease 0s;
	font-size: 16px;
    position: relative;
    top: 1px;
}
.learnmore a:hover i{
	margin-left: 10px;
}
.weare{
	position: absolute;
	left: 150px;
	bottom: -80px;
	width: 328px;
}
.col-main-header .weare h1{
	font-family: 'TisaLight';
	font-size: 26px;
	color: #000000;
	letter-spacing: 0px;
	margin-bottom: 5px;
	display: inline-block;
}
.col-main-header .weare h1:before{
	font-family: 'TisaLight';
	content: "—";
	color: #000;
	margin-right: 5px;
	display: inline-block;
}
.col-main-header .weare p{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 26px;
}
#quality{
	padding-top: 200px;
	padding-bottom: 180px;
}
.col-quality{
	padding-left: 15px;
	padding-right: 15px;
}
.col-quality h1{
	font-family: 'TisaLight';
	font-size: 26px;
	color: #000000;
	letter-spacing: 0px;
	margin-bottom: 22px;
}
.col-quality p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #333;
	letter-spacing: 0px;
	line-height: 30px;
}
.contactus-link{
	padding-top: 10px;
	text-align: left;
}
.contactus-link a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	letter-spacing: 0px;
	line-height: 30px;
	margin-right: 0px;
	transition: all 0.4s ease 0s;
}
.contactus-link a i{
	margin-right: 10px;
	transition: all 0.4s ease 0s;
}
.contactus-link a:hover{
	margin-right: -5px;
}
.contactus-link a:hover i{
	margin-right: 18px;
}

.contactus-link button{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	letter-spacing: 0px;
	line-height: 30px;
	margin-right: 0px;
	transition: all 0.4s ease 0s;
	background: none;
    border: none;
}
.contactus-link button i{
	margin-right: 10px;
	transition: all 0.4s ease 0s;
}
.contactus-link button:hover{
	margin-right: -5px;
}
.contactus-link button:hover i{
	margin-right: 18px;
}
.other-links{
	padding-top: 30px;
}
.o-links{
	padding-left: 0px;
	text-align: right;
}
.o-links li{
	display: block;
	list-style-type: none;
}
.o-links li a{
	font-family: 'TisaLight';
	font-size: 27px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 45px;
}
.o-links li a:before{
	font-family: 'TisaLight';
	content: ">";
	color: #000;
	margin-right: 7px;
	display: inline-block;
}
#quote{
	background-color: #000;
	padding-top: 140px;
	padding-bottom: 140px;
	position: relative;
}
.col-quote{
	text-align: center;
}
.col-quote h1{
	margin-top: 0px;
	font-family: 'TisaLight';
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 38px;
}
.col-quote h2{
	opacity: 0.5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 7px;
    display: inline-block;
    margin-top: 10px;
    text-align: left;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#our-work{
	padding-top: 160px;
	padding-bottom: 70px;
	position: relative;
}
.col-ourwork{
	padding-bottom: 100px;
}
.col-ourwork h1 {
    font-family: 'TisaLight';
    font-size: 26px;
    color: #000000;
    letter-spacing: 0px;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 0px;
}
.col-ourwork h1:before{
	font-family: 'TisaLight';
	content: "—";
	color: #000;
	margin-right: 5px;
	display: inline-block;
}
.col-ourwork p{
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0px;
    line-height: 26px;
}
.title-project{
	float: left;
	width: 100%;
	position: relative;
}
.item-portfolio .title-project{
	text-align: right;
}
.title-project h1{
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: 'TisaLight';
	font-size: 24px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 35px;
}
.title-project p{
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 20px;
}
.imgport img{
	width: 100%;
	float: left;
	position: relative;
	-webkit-transition: all 1.1s ease-out;
	transition: all 1.1s ease-out;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.imgport:hover img{
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}
.portfolio-items{
	text-align: center;
}
.item-portfolio{
	max-width: 470px;
	display: inline-block;

}
.item-portfolio-allprojects{
	min-width: 470px;
	text-align: center;
}
.item-portfolio-allprojects .title-project{
	text-align: center;
}
.imgport{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	max-width: 470px;
	max-height: 535px;
}
.portfolio-items-right{
	padding-top: 300px;
}
.item-portfolio{
	margin-bottom: 130px;
}
.allprojects-div{
	margin-top: 190px;
}
.allprojects-div h1{
	position: relative;
	top: 2px;
	font-family: 'TisaLight';
	font-size: 30px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 40px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	transition: all 0.4s ease 0s;
}
.allprojects-div i{
	margin-right: 5px;
	font-size: 25px;
	color: #000000;
	transition: all 0.4s ease 0s;
}
.allprojects-div a{
	color: #000;
}
.allprojects-div a:hover i{
	margin-right: 15px;
}
#home-contact{
	position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: 100px;
}
.col-video-home{
	padding-left: 0px;
}
#video-contact{
	width: 100%;
	float: left;
	position: relative;
	top: -50px;
}
.bg-contact{
	background-color: #f8f8f8;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 95%;
	height: 150%;
}
.col-text-contact{
	padding-top: 100px;
	padding-left: 100px;
}
.col-text-contact h1{
	font-family: 'TisaLight';
	font-size: 26px;
	color: #000000;
	letter-spacing: 0px;
	margin-bottom: 5px;
}

.contact-station h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 15px;
	color: #666666;
	letter-spacing: 0px;
	display: inline-block;
}
.contact-station img{
	display: inline-block;
	margin-left: 5px;
	position: relative;
	transition: all 0.4s ease 0s;
}
.contact-station:hover img{
	margin-left: 12px;
}
.email-div h1{
	font-family: 'TisaLight';
	font-size: 20px;
	color: #000000;
	letter-spacing: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.locations-ul{
	padding-left: 0px;
	padding-top: 0px;
}
ul.locations-ul li{
	float: left;
	margin-right: 60px;
	list-style-type: none;
}
ul.locations-ul li:last-child{
	margin-right: 0px;
}
ul.locations-ul li .country{
	font-family: 'TisaLight';
	font-size: 20px;
	color: #000000;
	letter-spacing: 0px;
	display: inline-block;
}
ul.locations-ul li .country:before{
	font-size: 20px;
	color: #000000;
	font-family: 'TisaLight';
	content: "—";
	margin-right: 5px;
	display: inline-block;
}
ul.locations-ul li .cities .city-item{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #666666;
	letter-spacing: 0px;
	line-height: 15px;
	display: block;
	padding-left: 28px;
}
.ware-mb{
	display: none;
}
.container-logo-footer{
	position: relative;
	height: 100%;
}
.bg-contact img{
	position: absolute;
	left: 45px;
	bottom: 25px;
	width: 110px;
}
#Smallchat .Launcher-icon{
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
}
.bgmain404{
	height: calc(100vh - 100px);
	position: absolute;
    top: 0px;
    right: 0px;
}
#s404{
	position: relative;
	text-align: right;
}
.col-main-header-404{
	text-align: left;
}
.col-main-header-404 h1{
	font-family: 'TisaLight';
    font-size: 100px;
    color: #000000;
    letter-spacing: -3px;
    margin-bottom: 5px;
    margin-top: 60px;
}
.col-main-header-404 h2 {
    margin-top: 0px;
    font-family: 'TisaLight';
    font-size: 29px;
    color: #999999;
    letter-spacing: 0px;
}
.col-main-header-404 .contactus-link{
	padding-top: 60px;
}
.header-abs{
	position: absolute;
	width: 100%;
}

header.header-abs .hamburger-inner::before, header.header-abs .hamburger-inner::after{
	background-color: #FFF;
}
.open header.header-abs .hamburger-inner::before, .open header.header-abs .hamburger-inner::after {
    background-color: #000;
}
#agency-hero{
	background-color: #000;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.col-agency-head h1{
	font-family: 'TisaLight';
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0px;
}
#agency-intro{
	padding-top: 115px;
	padding-bottom: 50px;
}
.col-agency-intro{
	padding-bottom: 70px;
}
.col-agency-intro p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 30px;
}
.col-about{
	padding-right: 25px;
}
.col-about h1{
	font-family: 'TisaLight';
	font-size: 38px;
	color: #000000;
	letter-spacing: 0px;
}
.col-about p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 30px;
}
#agency-standards{
	position: relative;
	padding-top: 135px;
	padding-bottom: 50px;
}
.col-video-standard{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px;
}
.col-video-text{
	padding-left: 90px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.col-video-text h1{
	font-family: 'TisaLight';
	font-size: 38px;
	color: #000000;
	letter-spacing: 0px;
	margin-top: 10px;
}
.col-video-text p{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 30px;
}
.col-video-text ul{
	margin-top: 20px;
}
.col-video-text ul>li:before{
	content: "";
	display: inline-block;
	margin-right: 0px;

}
.container-standards{
	padding-left: 0px;
	display: flex;
}
#video-standards {
    width: 100%;
    float: left;
    position: relative;
}
.col-agency-head .learnmore{
	margin-top: 60px;
}
.col-agency-head .learnmore a{
	color: #fff;
}
#agency-services{
	padding-top: 115px;
	padding-bottom: 175px;
}
.col-services{
	padding-bottom: 20px;
}
.col-services h1{
	font-family: 'TisaLight';
	font-size: 38px;
	color: #000000;
	letter-spacing: 0px;
}
.col-services p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 30px;
}
.col-services-list h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #000000;
	letter-spacing: 0px;
	line-height: 30px;
	margin-bottom: 15px;
}
.col-services-list ul>li{
	line-height: 27px;
}
#agency-letschat{
	background-color: #FAFAFA;
	padding-top: 100px;
	height: 645px;
	margin-bottom: 200px;
}
.col-lets-chat .contactus-link{
	margin-top: 50px;
}
.container-cities{
	position: relative;
}
.agency-citie{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.container-cities{
	position: relative;
	top: 50px;
}
.col-city img{
	width: 100%;
}
.col-city h1{
	margin-top: 25px;
	font-family: 'TisaLight';
	font-size: 29px;
	color: #000000;
	letter-spacing: 0px;
	margin-bottom: 5px;
}
.col-city h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 20px;
	margin-top: 0px;
}
.col-lets-chat h1{
	font-family: 'TisaLight';
	font-size: 38px;
	color: #000000;
	letter-spacing: 0px;
}
#contact-page{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.videocontainer-contact{
	position: absolute;
	right: 0px;
	top: 30px;
	width: 50%;
}
.col-contact-page h1 {
    font-family: 'TisaLight';
    font-size: 40px;
    color: #000000;
    letter-spacing: 0px;
    margin-bottom: 5px;
    margin-top: 40px;
}
.col-contact-page h2 {
    margin-top: 0px;
    font-family: 'TisaLight';
    font-size: 29px;
    color: #999999;
    letter-spacing: 0px;
}
.formgroup{
	margin-bottom: 40px;
}
.thin-input{
	border-color: #ddd;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	box-shadow: none;
	resize: none;
	min-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-transition : border 700ms ease-out;
	-moz-transition : border 700ms ease-out;
	-o-transition : border 700ms ease-out;
	transition : border 700ms ease-out;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #666;
}
.rowform{
	padding-top: 45px;
}
.formrocket label{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
}
.thin-input:focus{
	outline: none;
	box-shadow: none;
	border-color: #666;
}
.col-ourcontacts{
	padding-top: 150px;
	width: 100%;
	float: left;
	position: relative;
}
.item-ourcontact{
	width: 24%;
	float: left;
	position: relative;
}
.item-ourcontact h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 7px;
}
.item-ourcontact ul>li{
	line-height: 28px;
}
.item-ourcontact ul li a{
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
}
#contact-page + footer{
	padding-top: 130px;
}
.container-fluid-cruz{
	padding-left: 0px;
	padding-right: 0px;
}
.col100{
	float: left;
	width: 100%;
	position: relative;
}
.col-art{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.line{
	width: 2.5%;
	height: 600px;
	position: relative;
	background-color: #000;
	float: left;
}
.col-art .line:nth-child(3n+2) {
	background-color: #95E35B;

}
.col-art .line:nth-child(3n+0) {
	background-color: #0B47E5;

}
.col-art .line:nth-child(3n+1) {
	background-color: #EE5C36;

}
.col-overline{
	width: 160%;
	height: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.overline{
	-moz-transform: rotate(9deg) skew(0deg, -9deg);
	-webkit-transform: rotate(9deg) skew(0deg, -9deg);
	-o-transform: rotate(9deg) skew(0deg, -9deg);
	-ms-transform: rotate(9deg) skew(0deg, -9deg);
	transform: rotate(9deg) skew(0deg, -9deg);
	width: 1.6%;
	background-color: #000;
	height: 100%;
	float: left;
	margin-right: 75px;
}
.overline:last-child{
	margin-right: 0px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: none !important;
}
span.wpcf7-not-valid-tip {
    color: #EB5757;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
}
div.wpcf7-response-output {
    font-weight: 600;
    font-size: 14px;
}
div.wpcf7-mail-sent-ok{
	border: none !important;
}

.open button {
  opacity: 1;
}
.open button:before {
  opacity: 0;
  width: 0;
}
.open button:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
          transform: translate3d(0, 0, 0) rotate(360deg);
  transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
}

nav {
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
nav:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
          transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}
.open nav {
  top: 0;
}
.open nav:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}

ul.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  color: white;
}
ul.menu li {
	font-size: 48px;
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 36px, 0);
          transform: translate3d(0, 36px, 0);
          display: block;
}
ul.menu li a{
	display: block;
	font-size: 68px;
	line-height: 85px;
	float: left;
    width: 100%;
    color: #000;
}
ul.menu li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: #000;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.14s ease-out;
}
ul.menu li:after {
  opacity: 0;
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #98b296;
  overflow: hidden;
  -webkit-transform: translate(-24px, 6px);
          transform: translate(-24px, 6px);
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.open ul.menu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.open ul.menu li:nth-child(1) {
  transition-delay: 0.75s;
}
.open ul.menu li:nth-child(2) {
  transition-delay: 0.85s;
}
.open ul.menu li:nth-child(3) {
  transition-delay: 0.95s;
}
.open ul.menu li:nth-child(4) {
  transition-delay: 1.05s;
}


@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}