body {
	color: #18191A;
	font-family: 'Roboto', sans-serif;
}
p {
	line-height: 1.8;
}
a {
	color: #27AAE1;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
	color: #18191A;
	font-weight: 600;
}
h2 img{
	max-width:250px !important;
	height:auto;
}
@media only screen and (min-width: 768px) {
h1 {font-size: 45px;}
.h2, h2 {font-size: 40px; letter-spacing: 1px;}
}
.h4, h4 {
    font-size: 26px;
}
.full-icon{
	font-size:60px;
}
.dark-bg.transparent-header{background-position: center center;background-repeat: no-repeat;background-size:cover;position:relative;}
.transparent-header{padding-top:250px; padding-bottom:150px;color:#FFF;}
.transparent-header h1{color:#FFF;}
.section-head {
	position: relative;
	margin-bottom: 17px;
}
.section-head:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 1px;
	margin-left: -40px;
	background-color: #27AAE1;
}
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.v-align-children-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

@media all and (max-width: 990px) {
.v-align-children {
	display: block !important;
}
}
.text-light , .text-light h3{
	color: #FFF;
}
.text-light a{
	color:#FFF;
}
.text-color{
	color:#ae151a;
}
.dark-bg {
	background: #000;
}
.light-bg {
	background: #f5f6f6;
}
.dark-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 0;
	-webkit-backface-visibility: hidden;
}
section {
	padding: 100px 0;
}
@media only screen and (min-width: 1600px) {
    .container {
        width: 1470px;
    }
}
@media only screen and (max-width: 991px) {
.mobi-center {
	text-align: center;
}
.mobi-center .img-responsive {
	margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.mobi-center-xs {
	text-align: center;
}
.mobi-center-xs .img-responsive {
	margin: 0 auto;
}
	.navbar-right{background-color:#000;}
}
.btn {
	border-color: #27AAE1;
	background: #27AAE1;
	width: 100%;
}
.btn:hover {
	background: #18191A;
	color: #fff;
	border-color: #18191A;
}

/* Nav */
@media only screen and (min-width: 768px) and (max-width: 991px) {
#topArea .container, .navbar .container {
	width: 100%;
}
}
#topArea {
	font-weight: 700;
	letter-spacing: 1px;
	border-bottom: 0;
	padding-top: 3px;
	padding-bottom:0;
	background: transparent;
	font-family: 'Poppins', sans-serif;
}
#topArea p a{
	color: #FFF !important;
	text-decoration:none;
}
header.tiny #topArea{display:none;}
.social-icon:first-child {
	margin-left: 0px;
}
.social-icon {
	background: none;
	color:#FFF;
}
.social-icon:hover {
	color: #27AAE1;
	background: none;
}
@media only screen and (max-width: 767px){
	#topArea p {
		padding: 3px 0 0;
		margin: 0px;
		line-height:1px;
	}
	#topArea {
		font-size: 20px;
	}
}
.top-menu {
	background: transparent;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	box-shadow: none;
	position: absolute;
}
.top-menu.tiny{background: #000;}
.top-menu > .container .navbar-brand, .top-menu > .container-fluid .navbar-brand {
	width: 260px;
}
.top-menu .navbar-brand img {
	width: 260px;
	height: auto;
}

@media only screen and (max-width: 767px) {
.top-menu > .container .navbar-brand, .top-menu > .container-fluid .navbar-brand {
	width: 180px;
}
.top-menu .navbar-brand img {
	width: 180px;
	height: auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.top-menu > .container .navbar-brand, .top-menu > .container-fluid .navbar-brand, .top-menu .navbar-brand img {
	width: 180px;
	height: auto;
}
}
.top-menu .navbar-nav > li > a {
	color: #FFF;
}
.top-menu .navbar-nav > li > a:hover, .top-menu .navbar-nav > li > a.current, .top-menu .navbar-nav > .active > a, .top-menu .navbar-nav > .active > a:hover, .top-menu .navbar-nav > .active > a:focus, .top-menu .navbar-nav > .open > a, .top-menu .navbar-nav > .open > a:hover, .top-menu .navbar-nav > .open > a:focus, .top-menu .navbar-nav .open .dropdown-menu > li > a:hover, .top-menu .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav > li > a:focus {
	background: none;
	color: #8cdafb;
}
.top-menu .navbar-toggle {
	border-color: #FFF;
	margin-right: 0px;
}
.top-menu .navbar-toggle .icon-bar {
	background: #FFF;
}
.top-menu .navbar-toggle:hover, .top-menu .navbar-toggle:focus {
	background: #27AAE1;
	border-color: #27AAE1;
}

@media only screen and (max-width: 767px) {
.top-menu .navbar-collapse, .top-menu .navbar-form {
	border-color: #888;
	margin-top: 20px;
}
}

@media only screen and (max-width: 767px) {
.navbar-toggle {
	margin-top: 12px;
}
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
	background: #F6F7F7;
	color: #000;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #F6F7F7;
    outline: 0;
}
@media only screen and (min-width: 768px) {
.navbar-nav > li > a {
	padding-top: 35px;
	padding-bottom: 30px;
}
.dropdown-menu {
	min-width: 170px;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu>li>a {
	font-family: 'Poppins', sans-serif;
	white-space: normal;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform:uppercase;
}
.top-menu .navbar-right .dropdown-menu.end {
    right: 0px;
	left:auto;
}
}
.top-menu {
	font-weight:400;
}
/* Slider */
.main-slide{
	min-height: calc(100vh - 135px);
	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center center;
}
@media only screen and (max-width: 768px) and (max-width: 992px){
	.main-slide{
	min-height: calc(60vh - 125px);
	}
	#main-slider .jumbotron {
    padding-top: 25%;
}
}
@media only screen and (max-width: 767px) {
	.main-slide{
	min-height: calc(60vh - 125px);
	}
	#main-slider .jumbotron {
    padding-top: 25%;
}
}
.banner_header {
    text-shadow: 1px 1px 20px #111;
}
.jumbotron h1 {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 4px;
}
.slides img {
	width: 100%;
}
/* Home */
#welcomeArea {
	border-top: 0;
}
#workArea ul#Grid a:hover {
	background: #191919;
}
#workArea ul#Grid .detail {
	background: rgba(25, 25, 25, 0.7);
}
#workArea ul#Grid a {
	color: #191919;
	width: 40px;
	height: 40px;
}
#workArea ul#Grid span {
    font-weight: 400;
	font-size: 18px;
    text-transform: uppercase;
}
#workArea ul#Grid .detail {
    font-size: 20px;
    line-height: 35px;
}
a.popup-gallery{
	margin-top:110px;
}
.text-light .icon{
	border: 2px solid #FFF;
    color: #FFF;
}
.about-box:hover .icon {
	border: 2px solid #27AAE1;
	color: #27AAE1;
}
.full-bg{
	position:relative;
	background-position: center;
	background-attachment: fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
.parallax {
position:relative;
}
@media only screen and (max-width: 991px) {
.parallax {
	background-position: top center;
	background-attachment: cover;
	-webkit-background-size: 1900px auto;
}
}
@media only screen and (min-width: 992px) {
.parallax {
	background-position: top center;
	background-attachment: scroll;
	-webkit-background-size: 1900px auto;
}
}
@media only screen and (min-width: 1025px) {
.parallax {
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-size: widthpx heightpx;
	-webkit-background-size: 100% auto;
}
}
.service-feature{
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	position:relative;
}
.inner-flex{
	height:400px;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.service-feature h2{
	
}
/* Contact */
.dark-bg .form-control{
	background-color: transparent;
	color: #FFF;
	padding: 20px;
}
.hours span {
	width: 100px;
	display: inline-block;
}
label {
	display: none;
}
.feature.map {
	height: 100%;
}
.feature.map iframe {
	height: 100%;
	width: 100%;
	border: 0;
	
	-webkit-backface-visibility: hidden;
	/* Fix for transition flickering */
	pointer-events: none;
}
.mapframe {
	height: 300px;
}
.grecaptcha-badge { visibility: hidden; }
/* Blog */
ul.blog-list {
	list-style: none;
	padding-left: 0;
}
/* Review Us */
.review-us {
	margin-bottom:40px;
}
.review-us img{
	max-width:60%;
	display: inline-block;
    margin-bottom: 20px;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.review-us img:hover{
	opacity:.7;
}
/* Footer */
#contact-detail a{
	color:#FFF;
}
.copyright {
	background: #191919;
	font-size: 12px;
}
.copyright p, .copyright a {
	color: #FFF;
}
#contact-detail {
	font-size: 15px;
	font-weight: 300;
	background: #000;
}
/*paddings/margins */
.mar-r-10{
	margin-right:10px;
}
.pad-0 {
	padding: 0 !important;
}
.pad-10 {
	padding: 10px;
}
.pad-20 {
	padding: 20px;
}
.pad-30 {
	padding: 30px;
}
.pad-40 {
	padding: 40px !important;
}
.pad-50 {
	padding: 50px;
}
.pad-60 {
	padding: 60px !important;
}
.pad-70 {
	padding: 70px;
}
.pad-80 {
	padding: 80px;
}
/* 4 Side Margin */
.margin-10 {
	margin: 10px;
}
.margin-20 {
	margin: 20px;
}
.margin-30 {
	margin: 30px;
}
.margin-40 {
	margin: 40px;
}
.margin-50 {
	margin: 50px;
}
.margin-60 {
	margin: 60px;
}
.margin-70 {
	margin: 70px;
}
.margin-80 {
	margin: 80px;
}
/* Top Padding */
.top-pad-0 {
	padding-top: 0px;
}
.top-pad-10 {
	padding-top: 10px;
}
.top-pad-20 {
	padding-top: 20px;
}
.top-pad-30 {
	padding-top: 30px;
}
.top-pad-40 {
	padding-top: 40px;
}
.top-pad-50 {
	padding-top: 50px;
}
.top-pad-60 {
	padding-top: 60px;
}
.top-pad-70 {
	padding-top: 70px;
}
.top-pad-80 {
	padding-top: 80px;
}
/* Top Margin */
.top-margin-0 {
	margin-top: 0px !important;
}
.top-margin-10 {
	margin-top: 10px;
}
.top-margin-20 {
	margin-top: 20px;
}
.top-margin-30 {
	margin-top: 30px;
}
.top-margin-40 {
	margin-top: 40px;
}
.top-margin-50 {
	margin-top: 50px;
}
.top-margin-60 {
	margin-top: 60px;
}
.top-margin-70 {
	margin-top: 70px;
}
.top-margin-80 {
	margin-top: 80px;
}
/* Bottom Padding */
.bottom-pad-0 {
	padding-bottom: 0px !important;
}
.bottom-pad-10 {
	padding-bottom: 10px !important;
}
.bottom-pad-20 {
	padding-bottom: 20px;
}
.bottom-pad-30 {
	padding-bottom: 30px;
}
.bottom-pad-40 {
	padding-bottom: 40px;
}
.bottom-pad-50 {
	padding-bottom: 50px;
}
.bottom-pad-60 {
	padding-bottom: 60px;
}
.bottom-pad-70 {
	padding-bottom: 70px;
}
.bottom-pad-80 {
	padding-bottom: 80px;
}
/* Bottom Margin */
.bottom-margin-0 {
	margin-bottom: 0px;
}
.bottom-margin-10 {
	margin-bottom: 10px;
}
.bottom-margin-20 {
	margin-bottom: 20px;
}
.bottom-margin-30 {
	margin-bottom: 30px;
}
.bottom-margin-40 {
	margin-bottom: 40px;
}
.bottom-margin-50 {
	margin-bottom: 50px;
}
.bottom-margin-60 {
	margin-bottom: 60px;
}
.bottom-margin-70 {
	margin-bottom: 70px;
}
.bottom-margin-80 {
	margin-bottom: 80px;
}
/* Top & Bottom Padding */

.tb-pad-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tb-pad-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tb-pad-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.tb-pad-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tb-pad-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.tb-pad-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.tb-pad-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.tb-pad-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
/* Top & Bottom Margin */
.tb-margin-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tb-margin-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tb-margin-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tb-margin-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.tb-margin-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.tb-margin-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.tb-margin-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}
.tb-margin-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
/*footer logos */
.gallery-cell {
	width: 200px;
	height: 100px;
	margin: 0 60px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}
/* cell number */
.gallery-cell:before {
	display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.gallery-cell {
	width: 70%;
	height: 60px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.gallery-cell {
	width: 50%;
	height: 60px;
}
}
/* Overlays */
.thumb-box {
	height: 270px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}
.thumb-box-overlay {
	background: rgba(0,0,0,.75);
	text-align: center;
	padding: 0;
	height: 100%;
	z-index: 1;
}
.thumb-box-overlay span {
	margin: auto;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 2;
}
.thumb-box-overlay span, .thumb-box-overlay span a{
	color: #FFF;
}
.thumb-box-overlay, .thumb-box-overlay span {
	opacity: 0;
	-webkit-transition: opacity .25s ease;
}
.thumb-box:hover .thumb-box-overlay , .thumb-box:hover .thumb-box-overlay span{
	opacity: 1;
}
/* Video Layer */
svg.play-icon {
	position:relative;
}
svg.play-icon .box {
  fill: rgba(0, 0, 0, 0);
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 400;
  stroke-dashoffset: 402;
  stroke-linecap: square;
  transition: all .4s ease-out;
}
svg.play-icon .play {
  fill: rgba(255, 255, 255, 0.6);
  transition: all .6s ease-out;
}
svg.play-icon:hover .box {
  fill: #c00;
  stroke: #c00;
  stroke-dashoffset: 0;
  transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out, fill .4s .3s ease-out;
}
svg.play-icon:hover .play {
  fill: white;
}
/* footer logos */
.partnerships {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow:row wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  flex-flow:center;
}
.flex-item {
  padding: 20px;
  margin: 20px;
  text-align: center;
}
.flex-item img{
  max-width:100px;
  max-height:150px;
}
/* home */
.s-one{
	display: table;
	width: 100%;
	position: relative;
	height: 100vh !important;
	color:#FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s-one-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,.2) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,.2) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,.2) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  opacity: .75;
}
.s-two-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,.4) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,.4) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,.4) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  opacity: .75;
}
.page-header-home.s-one .container, .page-header-home.s-three .container{height:auto;}
.s-one-content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding-top: 50px;
}
.s-one-content h1 {
	color:#FFF;
	font-size: 65px;
	font-weight: 700;
	line-height: 1;
}
@media screen and (max-width:990px){
	.s-one{height: 500px !important;}
}
@media screen and (max-width:500px){
	.s-one{height: 100vh !important;}
	.s-one-content h1{font-size:45px;}
}
#scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-top: 59px;
  margin-top: 50px;
  text-align: center;
}
.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}
.arrow-down:after {
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */
  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -2px;
  width: 2px;
  height: 60px;
  background: #FFF;
  content: ' ';
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
#aboutArea {
    padding: 160px 0;
}