.hexagon {
  position: relative;
  width: 150px;
  height: 86.6px;
  background-color: #64c7cc;
  margin: 43.3px 6px;
  box-shadow: 0 0 20px rgba(0,0,0,.6);
  cursor: pointer;
  -webkit-animation: d .5s ease-out forwards;
  animation: d .5s ease-out forwards;
  opacity: 0;
  top: 0;
  transition: top .2s ease-out;
}

.hexagon:hover {
  top: -5px;
}

 {
  margin-top: 10px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

#mobile {
  position: relative;
  background-attachment: scroll;
}

@font-face {
  font-family: elianto;
  src: url(elianto-regular-webfont.woff2) format("woff2"),url(elianto-regular-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

.nav-icon {
  position: relative;
  margin: auto 0;
  height: 50px;
  cursor: pointer;
  vertical-align: middle;
  transition: opacity .2s ease-in;
}

.nav li {
  font-family: elianto,Roboto,sans-serif;
  display: inline-block;
  padding: 20px 30px;
  font-size: 16px;
  border-right: 1px solid #fff;
  cursor: pointer;
  line-height: 18px;
}

.nav p {
  transition: opacity .2s;
}

.nav p:hover {
  opacity: .8;
}

.menu-icon {
  cursor: pointer;
  position: absolute;
  margin: auto 0;
  height: 60px;
  vertical-align: middle;
  display: none;
  width: 50px;
  padding: 0 65px 0 40px;
}

.container {
  position: absolute;
  top: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  overflow-x: hidden;
}

.container h2 {
  font-family: Roboto Condensed,Verdana,sans-serif;
  width: 100%;
}

.container p {
  font-family: Roboto,Calibiri,sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.container iframe {
  border: 0;
}

#container-mobile {
  position: relative;
  top: auto;
}

.inner-container-wrapper {
  width: 100%;
  margin: 30px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-container,
.inner-container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-container {
  width: 80%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.inner-container picture {
  width: 100%;
}

#videos h2 {
  font-size: 38px;
  margin: 20px 0;
  text-align: center;
}

.video-wrapper {
  width: 45%;
  padding: 60px 0;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 10px 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ideology {
  width: 60%;
}

#ideology img {
  margin: 10px 0;
}

#aboutus {
  padding: 60px 0;
}

#aboutus h2 {
  font-size: 62px;
  text-align: left;
  display: none;
}

#aboutus picture {
  width: 55%;
}

#aboutus p {
  width: 40%;
}

#contact-us-wrapper h2 {
  font-size: 62px;
  text-align: left;
}

.contact-us {
  width: 48%;
  height: 700px;
}

address {
  background-color: #f8f9f9;
  padding: 30px;
  width: 100%;
  height: 40%;
  display: block;
  font-family: Roboto,Calibiri,sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  font-style: normal;
}

.map {
  padding: 10px 0;
  height: 60%;
  width: 100%;
}

.form {
  height: 100%;
  width: 100%;
}

.social-buttons li:hover .onHover-show {
  opacity: 1;
}

.social-buttons li:hover .onHover-hide {
  opacity: 0;
}

.services {
  position: relative;
  width: 30%;
  padding: 20px 0;
}

.services p {
  position: absolute;
}

.services-child {
  position: relative;
  cursor: pointer;
}

.blackout {
  position: absolute;
  top: 0;
  background-color: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-out;
}

.blackout p {
  color: #fff;
  position: relative;
  top: 0;
  padding: 25px;
}

.blackout:hover {
  opacity: .9;
}

@-webkit-keyframes a {
  0% {
    opacity: 0;
    visibility: visible;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes a {
  0% {
    opacity: 0;
    visibility: visible;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes b {
  0% {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes b {
  0% {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes c {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes c {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes d {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes d {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes e {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes e {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes f {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
}

@keyframes f {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
}

@-webkit-keyframes g {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes g {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.visible {
  -webkit-animation: a .2s ease-out forwards;
  animation: a .2s ease-out forwards;
}

.see-through {
  opacity: .9;
}

.orange {
  color: #e18a00;
}

.back-grey {
  background-color: #f8f9f9;
}

.black {
  color: #000;
}

.animated-fadeInUp {
  -webkit-animation: c .6s ease-out forwards;
  animation: c .6s ease-out forwards;
}

.animated-fadeInLeft {
  -webkit-animation: d .6s ease-out forwards;
  animation: d .6s ease-out forwards;
}

.animated-fadeInRight {
  -webkit-animation: e .6s ease-out forwards;
  animation: e .6s ease-out forwards;
}

.animated-slideRight {
  -webkit-animation: f .2s ease-out forwards;
  animation: f .2s ease-out forwards;
}

.animated-slideLeft {
  -webkit-animation: g .2s ease-out forwards;
  animation: g .2s ease-out forwards;
}

.animated-make-cross span:first-child {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-make-cross span:nth-child(2) {
  transition: width .3s ease-out,opacity .5s ease-out;
  width: 0;
  opacity: 0;
}

.animated-make-cross span:nth-child(3) {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 46px;
}

.animated-make-cross span:nth-child(3),
.animated-undo-cross span:first-child {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.animated-undo-cross span:first-child {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 18px;
}

.animated-undo-cross span:nth-child(2) {
  transition: width .3s ease-out,opacity .3s ease-out;
  width: 30px;
  opacity: 1;
  top: 30px;
  transition-delay: .1s;
}

.animated-undo-cross span:nth-child(3) {
  top: 42px;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (min-width:300px) and (max-width:650px),screen and (min-width:951px) and (max-width:1560px) {
 {
    margin-left: 160px;
    margin-top: 10px;
  }

  .hexagon:nth-child(13) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
}

@media screen and (max-width:1490px) {
  .container p {
    font-size: 16px;
  }
}

@media screen and (max-width:1350px) {
  .services {
    width: 45%;
  }

  .video-wrapper {
    width: 100%;
    padding: 10px 0;
  }

  .container p {
    font-size: 14px;
  }
}

@media screen and (max-width:1300px) {
 {
    margin-left: 140px;
  }
}

@media screen and (max-width:1120px) {
  #aboutus p {
    width: 100%;
  }

  #aboutus h2 {
    display: block;
  }

  #ideology {
    width: 80%;
  }
}

@media screen and (min-width:300px) and (max-width:740px),screen and (min-width:951px) and (max-width:1120px) {
 {
    margin-left: 120px;
  }
}

@media screen and (min-width:625px) and (max-width:950px) {
 {
    margin-left: 6px;
  }
}

@media screen and (min-width:300px) and (max-width:850px) {
  .blackout {
    position: relative;
    opacity: 1;
    background-color: transparent;
    top: 100%;
  }

  .blackout p {
    color: #000;
    padding: 10px 0;
  }

  .contact-us,
  .services {
    width: 100%;
  }

  .contact-us:nth-child(2) {
    padding: 10px 0;
  }

  #ideology,
  .inner-container {
    width: 90%;
    padding: 10px;
  }

  #aboutus,
  #contact-us-wrapper {
    padding: 10px;
  }

  .inner-container-wrapper.back-grey {
    margin: 0;
  }
}

@media screen and (min-width:625px) and (max-width:740px) {
 {
    margin: 28.74px 6px;
  }

 {
    margin-top: 10px;
  }
}

@media screen and (max-width:452px) {
 {
    margin-left: 100px;
  }
}
