/****Grid layout settings****/

/*General for documetn settings*/

/*Color*/

/*Typography*/

@import url("grid.css");

@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900&subset=latin-ext");

/*****=====header page style=====*****/

.page-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: transparent;
}

.page-header .container {
  padding: 16px;
}

.page-header .logo {
  position: relative;
}

.page-header .logo a {
  display: block;
}

.page-header .logo img {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.page-header .logo img:nth-child(1) {
  opacity: 1;
}

.page-header .logo img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.page-fixed-header {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: #FFF;
  box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.3);
}

.page-fixed-header .logo img:nth-child(1) {
  opacity: 0;
}

.page-fixed-header .logo img:nth-child(2) {
  opacity: 1;
}

/*****=====navigation menu page style=====*****/

/*nav general start style*/

nav {
  color: #FFF;
  font-size: 14px;
}

nav li {
  margin-right: 35px;
}

nav li:last-child {
  width: 1px;
  background: #FFF;
}

nav li a {
  padding: 5px 0px;
}

nav li .active:before {
  left: 20%;
  right: 20%;
}

/*nav general end style*/

/*nav page fixed header start style*/

.page-fixed-header nav .phone-number-site {
  color: #2c3e4e;
}

.page-fixed-header nav .phone-number-site:before {
  background-image: url("../img/phone-fixed.png");
}

.page-fixed-header nav li:last-child {
  background: #2c3e4e;
}

.page-fixed-header nav li a {
  color: #2c3e4e;
}

.page-fixed-header nav li a:hover {
  color: #2c3e4e;
}

.page-fixed-header nav li a:before {
  background: #2c3e4e;
}

/*nav page fixed header end style*/

.phone-number-site {
  display: none;
  -webkit-align-items: center;
  align-items: center;
}

.phone-number-site:before {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  margin-right: 12px;
  background-image: url("../img/phone.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.list-menu {
  position: absolute;
  background: #FFF;
  color: #2c3e4e;
  text-align: center;
  padding: 40px 0;
  font-size: 24px;
  top: 0;
  left: 0;
  display: block;
  width: 80vw;
  height: 100vh;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
  -ms-transition: transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
}

.list-menu li {
  margin-bottom: 24px;
  width: 100%;
}

.list-menu li a {
  display: block;
}

.list-menu-active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

/*nav-toggle-block*/

.block-toggle {
  display: block;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}

.nav-toggle-block {
  margin: 15px;
  cursor: pointer;
  display: block;
  width: 29px;
  height: 27px;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.nav-toggle-line {
  width: 80%;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  display: block;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 3px;
  top: 0;
  -webkit-transition: background 0.3s, opacity 0.35s 0.2s, top 0.2s 0.4s, transform 0.2s 0.2s ease;
  -moz-transition: background 0.3s, opacity 0.35s 0.2s, top 0.2s 0.4s, transform 0.2s 0.2s ease;
  -ms-transition: background 0.3s, opacity 0.35s 0.2s, top 0.2s 0.4s, transform 0.2s 0.2s ease;
  -o-transition: background 0.3s, opacity 0.35s 0.2s, top 0.2s 0.4s, transform 0.2s 0.2s ease;
  transition: background 0.3s, opacity 0.35s 0.2s, top 0.2s 0.4s, transform 0.2s 0.2s ease;
}

.nav-toggle-line:nth-child(1) {
  top: 5px;
}

.nav-toggle-line:nth-child(2) {
  top: 12px;
}

.nav-toggle-line:nth-child(3) {
  top: 19px;
}

.active-line {
  -webkit-transition: background 0.3s, opacity 0.35s 0.4s, top 0.2s 0.2s, transform 0.3s 0.4s ease;
  -moz-transition: background 0.3s, opacity 0.35s 0.4s, top 0.2s 0.2s, transform 0.3s 0.4s ease;
  -ms-transition: background 0.3s, opacity 0.35s 0.4s, top 0.2s 0.2s, transform 0.3s 0.4s ease;
  -o-transition: background 0.3s, opacity 0.35s 0.4s, top 0.2s 0.2s, transform 0.3s 0.4s ease;
  transition: background 0.3s, opacity 0.35s 0.4s, top 0.2s 0.2s, transform 0.3s 0.4s ease;
  background: #FFF;
}

.active-line:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active-line:nth-child(2) {
  opacity: 0;
}

.active-line:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-fixed-header .nav-toggle-line {
  background: #2c3e4e;
}

/**********end nav toggle**************/

/*****=====top page style=====*****/

.top-page {
  position: relative;
  width: 100%;
  padding: 150px 0 20px;
}

.technology-top-page,
.services-top-page {
  padding: 150px 0 100px !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  background-color: #f55320;
  opacity: 0.8;
  background-image: -webkit-linear-gradient(right, #f55320 0%, #ed9900 100%);
  background-image: -o-linear-gradient(to right, #f55320 0%, #ed9900 100%);
  background-image: linear-gradient(to right, #f55320 0%, #ed9900 100%);
}

.top-page-img {
  display: none;
}

.top-page-img img {
  width: 100%;
}

.top-page-desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 200;
}

.top-page-desc h1 {
  color: #fff;
  max-width: 100%;
}

.top-page-desc h1:after {
  display: none;
}

.h-section {
  font-size: 30px;
  font-weight: lighter;
  line-height: 4	2px;
  margin-bottom: 21px;
  max-width: 375px;
}

.h-section:after {
  content: "";
  display: block;
  height: 3px;
  width: 200px;
  margin-top: 21px;
  background: #f35e19;
}

.top-page-img {
  text-align: center;
}

.global-btn {
  display: flex;
  width: 138px;
  height: 60px;
  background: #FFF;
  color: #f35e19;
  font-weight: 600;
  margin: 49px 0px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrow-down {
  width: 64px;
  height: 64px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  background-color: #FFF;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

.home-page .global-btn:hover {
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-4px) scale(1.05);
  -moz-transform: translateY(-4px) scale(1.05);
  -ms-transform: translateY(-4px) scale(1.05);
  -o-transform: translateY(-4px) scale(1.05);
  transform: translateY(-4px) scale(1.05);
}

.focus-domains-section-technology-page .global-btn:hover {
  background: #D94806;
}

.section-block {
  padding: 50px 38px;
}

/*****=====about head page style=====*****/

.about-head-page {
  text-align: center;
}

.about-head-page .h-section {
  margin: 0 auto 21px;
}

.about-head-page .h-section:after {
  margin: 21px auto;
}

/*****=====services head page style=====*****/

.services-head-page {
  background: #f7f8fa;
}

.services-head-page .section-text,
.domains-head-page .section-text {
  max-width: 600px;
  margin-bottom: 48px;
}

.section-clone-block {
  text-align: center;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
  background: #FFF;
  -webkit-border-radius: 6px;
  border: 2px solid #fff;
  border-radius: 6px;
  margin: 12px auto;
  max-width: 192px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section-clone-block:hover {
  border: 2px solid #f35e19;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.section-clone-block a {
  display: block;
  padding: 40px;
}

.section-clone-block .section-clone-block-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 27px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  margin: 0 auto 27px;
}

.section-clone-block .section-clone-block-img img {
  width: 100%;
  height: auto;
}

.domains-head-page {
  background: #fef3ed;
  text-align: center;
}

.domains-head-page .h-section {
  margin-left: auto;
  margin-right: auto;
}

.domains-head-page .h-section:after {
  margin-left: auto;
  margin-right: auto;
}

.domains-head-page .section-text {
  margin-left: auto;
  margin-right: auto;
}

.domains-head-page .section-clone-block {
  padding: 40px 52px;
  border: none;
}

.domains-head-page .section-clone-block:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border: none;
}

.domains-head-page .section-clone-block .section-clone-block-img {
  width: auto;
  height: auto;
}

.domains-head-page .section-clone-block .section-clone-block-img img {
  width: auto;
}

/*****=====conceptive head page style=====*****/

.conceptive-head-page h2 {
  font-size: 32px;
}

.conceptive-head-page .section-text {
  margin: 20px 0 60px;
}

.global-middle-block {
  margin: 30px 0;
}

.global-middle-block .img {
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  min-width: 56px;
}

.global-middle-block h3 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 12px;
}

/*****=====footer head page style=====*****/

.footer-head-page {
  font-size: 24px;
}

.footer-head-page .section-block {
  padding: 50px 38px;
}

.footer-head-page a {
  display: block;
  color: #f35e19;
  margin: 8px 0;
}

.footer-head-page .desc {
  max-width: 170px;
  width: 100%;
  text-align: center;
  margin: 20px auto 0px;
}

.footer-head-page .desc span {
  font-size: 12px;
  display: block;
}

/*****=====S E R V I C E S page style=====*****/

.services-top-page .overlay {
  opacity: 1;
  background-image: -webkit-linear-gradient(right, #f64a02 0%, #fed800 100%);
  background-image: -o-linear-gradient(to right, #f64a02 0%, #fed800 100%);
  background-image: linear-gradient(to right, #f64a02 0%, #fed800 100%);
}

.services-top-page .h-section {
  max-width: 550px;
  text-align: center;
}

.our-services-desc-block {
  margin: 80px 0 100px;
}

.our-services-desc-block:nth-child(2n+1) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.our-services-desc-block .img {
  background: #FFA376;
  max-height: 230px;
  margin-bottom: 30px;
}

.our-services-desc-block .img img {
  height: 100%;
  width: auto;
}

.our-services-desc-block .desc h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

/*****=====T E C H N O L O G Y page style=====*****/

.technology-top-page .overlay {
  opacity: 1;
  background-image: -webkit-linear-gradient(right, #f4c930 0%, #e6797f 100%);
  background-image: -o-linear-gradient(to right, #f4c930 0%, #e6797f 100%);
  background-image: linear-gradient(to right, #f4c930 0%, #e6797f 100%);
}

.technology-top-page .h-section {
  max-width: 485px;
  text-align: center;
}

.technology-section-technology-page .h-section {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: center;
}

.technology-section-technology-page .h-section:after {
  margin-right: auto;
  margin-left: auto;
}

.tech-experience-block {
  margin: 40px 0;
}

.tech-experience-block h3 {
  font-weight: 800;
  display: flex;
  margin-bottom: 24px;
  max-width: 280px;
}

.tech-experience-block h3 img {
  padding: 30px 28px;
  background: #ffa376;
  display: block;
  margin-right: 18px;
}

.focus-domains-section-technology-page {
  background: #F7F8FA;
}

.focus-domains-section-technology-page img {
  width: 100%;
}

.focus-domains-section-technology-page .container-block {
  margin: 40px 0px;
}

.focus-domains-section-technology-page .global-btn {
  background: #f35e19;
  color: #FFF;
}

.footer-technology-page .desc {
  max-width: 220px;
}

.footer-technology-page .desc:after {
  content: "";
  display: block;
  height: 3px;
  width: 200px;
  margin: 21px auto;
  background: #f35e19;
}

/*****=====A B O U T page style=====*****/

.about-conception-about-page {
  background-image: url("../img/Layer-191.jpg");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-conception-about-page h4 {
  font-size: 20px;
  font-weight: bold;
}

.about-desc-about-page {
  margin: 20px 0px;
}

.our-process-about {
  margin-top: 60px;
  background: none;
}

.our-process-about .flex {
  height: auto;
  padding: 0;
}

.our-process-item {
  font-size: 14px;
  border-left: 1px solid #f35e19;
  padding-left: 10px;
  margin: 30px 40px;
  max-width: 300px;
  position: relative;
}

.our-process-item span {
  font-size: 12px;
  height: 26px;
  width: 39px;
  color: #FFF;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url("../img/Shape-7.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: -55px;
  top: 0;
}

.our-process-item h4 {
  color: #f35e19;
  font-weight: bold;
  margin-bottom: 8px;
}

/*****=====C O N T A C T page style=====*****/

.contact-top-page .overlay {
  opacity: 1;
  background-image: -webkit-linear-gradient(right, #f7b52c 0%, #f0e405 100%);
  background-image: -o-linear-gradient(to right, #f7b52c 0%, #f0e405 100%);
  background-image: linear-gradient(to right, #f7b52c 0%, #f0e405 100%);
}

.contact-body-contact-page {
  background: #f7f8fa;
}

.contact-body-contact-page .contact-body-img {
  display: none;
}

.contact-body-contact-page .contact-body-img img {
  width: 100%;
}

.input-global {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 525px;
  width: 100%;
  display: block;
  margin-top: 50px;
}

.input-global input,
.input-global textarea {
  border: none;
  background: transparent;
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: 0.85em 0.15em;
  font-size: 18px;
  color: #2c3e4e !important;
}

.input-global label {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1em);
  pointer-events: none;
}

.input-global label:before,
.input-global label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #999;
}

.input-global label:after {
  border-bottom: 2px solid #f35e19;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-global label span {
  display: block;
  padding: 0.6em 0;
  width: 100%;
  color: #999;
  position: relative;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.input-focus label:after {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.input-focus span {
  -webkit-transform: translateY(-65%) !important;
  -moz-transform: translateY(-65%) !important;
  -ms-transform: translateY(-65%) !important;
  -o-transform: translateY(-65%) !important;
  transform: translateY(-65%) !important;
}

#submitForm {
  border: none;
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 12px;
  margin-top: 40px;
  cursor: pointer;
  background: #f35e19;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: #FFF;
}

#submitForm:hover {
  background: #d94806;
}

/*****=====A N I M A T I O N page style=====*****/

#pinContainer {
  overflow: hidden;
  position: relative;
}

.panel {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.fade-in {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

@media screen and (min-width: 480px) {
  .phone-number-site {
    display: flex;
  }

  .section-clone-block {
    margin: 12px 0px;
  }
}

@media screen and (min-width: 640px) {
  .top-page {
    padding: 150px 0 100px;
  }

  .h-section {
    font-size: 48px;
    line-height: 52px;
  }

  .conceptive-head-page h2 {
    font-size: 48px;
  }

  .global-middle-block .img {
    margin-bottom: 0px;
  }

  .footer-head-page .desc {
    margin-left: auto;
  }
}

@media screen and (min-width: 780px) {
  .section-block {
    padding: 130px 38px;
  }

  .our-services-desc-block .img {
    margin-bottom: 0;
  }

  .contact-body-contact-page .contact-body-img {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  nav li a {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }

  nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  nav li a:hover {
    background: none;
    color: inherit;
  }

  nav li a:hover:before {
    left: 20%;
    right: 20%;
  }

  .list-menu {
    display: flex;
    padding: 0;
    background: none;
    color: #FFF;
    position: static;
    width: auto;
    height: auto;
    font-size: 14px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  .list-menu li {
    width: auto;
    margin: 0px 35px 0px 0px;
  }

  .block-toggle {
    display: none;
  }

  .top-page {
    padding: 40px 0px 0px;
  }

  .top-page-img {
    display: block;
  }

  .focus-domains-section-technology-page .container-block {
    margin: 0;
  }

  .our-process-about {
    background-image: url("../img/process-map.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
  }

  .our-process-about .flex {
    height: 270px;
    padding: 0px 18px 0px 37px;
  }

  .our-process-item {
    margin: 0;
    max-height: 125px;
  }

  .our-process-item:nth-child(2n) {
    padding-top: 20px;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    max-height: 125px;
    margin-bottom: 10px;
  }

  .our-process-item:nth-child(2n) span {
    background-image: url("../img/Shape-6-copy-3.png");
    top: -30px;
  }

  .our-process-item span {
    width: 26px;
    height: 39px;
    background-image: url("../img/Shape-6.png");
    bottom: -30px !important;
    left: -13px;
    top: auto;
  }

  .panel {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
}