body, html{
	background: rgb(0,0,51);
	background: -moz-radial-gradient(circle, rgba(0,0,51,1) 0%, rgba(0,0,38,1) 23%, rgba(0,0,0,1) 100%) no-repeat;
	background: -webkit-radial-gradient(circle, rgba(0,0,51,1) 0%, rgba(0,0,38,1) 23%, rgba(0,0,0,1) 100%) no-repeat;
	background: radial-gradient(circle, rgba(0,0,51,1) 0%, rgba(0,0,38,1) 23%, rgba(0,0,0,1) 100%) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000033",endColorstr="#000000",GradientType=1) no-repeat;
	width: 100%;
    height: 100%;
    padding: 0;
	margin: 0;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}
body, html{
  overflow-y: hidden;
  overflow-x: hidden;
}
@media  only screen and (max-width: 800px){
  body, html{
    overflow-y: visible !important;
  } 
  .logo{
    width: 100% !important;
    animation: none !important;
  }
  .mobile{
    top:10px !important;
    animation: WitdthOnMobile 4s ease !important;
    height: 260px !important;
    margin-bottom: 5px;
  }
  .information{
    width: 98% !important;
    height: auto !important;
    margin: 10px;
  }
}
@keyframes WitdthOnMobile{
  0% {
    top: 30%;
  }
  30% {
    top: 30%;
  }
  100% {
    top:10px;
  }
}
.logo {
    position: relative;
    text-align: center;
    width: 29%;
    animation: WitdthOnA 5s ease;
    top: 30%;
    float:left;
}
@keyframes WitdthOnA{
  0% {
    width: 100%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 29%;
  }
}
.logo a{
	text-decoration: none;
	color: #0091A3;
	text-align:center;

}
.logo a h2{
	font-weight: 400;
	margin-top: -65px;
  	animation: fadeIn2 1s ease;
}
i{
	color: #D8A14B;
	font-weight: 100;
	font-style: normal;
}
.blue{
	color: #0091A3;
}
.orange{
	color: #D8A14B;
}
h3.conact {
    font-size: 18px;
    text-align: center;
	padding: 20px;
  	animation: fadeIn2 2s ease;
}
.logo img{
  opacity: 1;
  animation: fadeIn 3s ease;
}
.clear{
  clear: both;
}
.information{
  height: 100%;
  width: 68%;
  text-align: center;
  color: #0091A3;
  animation: WidhInOn 6s ease;
  float: right;
  padding-top: 10%;
}
.about_us{
  padding-left: 40px;
  padding-right: 40px;
  text-align: justify;
}
.information a{
  text-decoration: none;
	color: #0091A3;
}
@keyframes WidhInOn{
  0% {
    opacity:0;
    width: 0%;
    display: none;
  }
  25% {
    opacity:0;
    width: 20%;
    display: none;
  }
  50% {
    opacity:0;
    width: 30%;
  }
  75% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes fadeIn2{
  0% {
    opacity:0;
  }
  25% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
