#menu__mobile {
  position: fixed;
  float: left;
  width: 30px!important;
  height: 30px!important;
  top: 25px;
  right: 20px;
  cursor: pointer;
}
#menu__mobile span {
  height: 2px;
  margin-top: 10px;
  background: #fff;
  position: absolute;
  right: 0;
}
#menu__mobile span:first-child {
  width: 25px;
}
#menu__mobile span:last-child {
  width: 30px;
  top: 8px;
}
#nav_mob {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #151514;
  display: none;
}
#nav_mob ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
#nav_mob ul li {
  color: #fff;
  font-size: 2em;
  margin-top: 20px;
  cursor: pointer;
}
.click span {
  width: 28px!important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.click span:first-child {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(6px);
          transform: rotate(45deg) translateY(5px) translateX(6px);
}
.click span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#logo {
  margin-left: 20px;
  display: block!important;
  width: 30px;
  float: left;
}
#logo img {
  width: 28px!important;
}
@-webkit-keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
    left: 0;
  }
  50% {
    width: 100%;
    right: 0;
    left: 0;
  }
  100% {
    right: 0;
    left: 100%;
    width: 0;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
    left: 0;
  }
  50% {
    width: 100%;
    right: 0;
    left: 0;
  }
  100% {
    right: 0;
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes op {
  0% {
    opacity: 1;
  }
  28% {
    color: #fff;
  }
  30% {
    opacity: 1;
    color: #151514;
  }
  90% {
    opacity: 1;
    color: #151514;
  }
  100% {
    opacity: .1;
  }
}
@keyframes op {
  0% {
    opacity: 1;
  }
  28% {
    color: #fff;
  }
  30% {
    opacity: 1;
    color: #151514;
  }
  90% {
    opacity: 1;
    color: #151514;
  }
  100% {
    opacity: .1;
  }
}
@-webkit-keyframes bghome {
  0% {
    -webkit-transform: translateZ(30px) scale(1);
            transform: translateZ(30px) scale(1);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateZ(30px) scale(1);
            transform: translateZ(30px) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(-80px) scale(1.4);
            transform: translateZ(-80px) scale(1.4);
    opacity: 1;
  }
}
@keyframes bghome {
  0% {
    -webkit-transform: translateZ(30px) scale(1);
            transform: translateZ(30px) scale(1);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateZ(30px) scale(1);
            transform: translateZ(30px) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(-80px) scale(1.4);
            transform: translateZ(-80px) scale(1.4);
    opacity: 1;
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(4000px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(4000px) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(4000px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(4000px) rotate3d(0, 1, 0, -10deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(4000px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(4000px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(4000px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(4000px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(4000px);
    transform: perspective(4000px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(4000px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(4000px) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(4000px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(4000px) rotate3d(0, 1, 0, -10deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(4000px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(4000px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(4000px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(4000px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(4000px);
    transform: perspective(4000px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media only screen and (max-width: 1200px) {
  #about img {
    max-width: 300px;
  }
  #about .bg_txt {
    font-size: 15vw!important;
  }
  #block img {
    max-width: 500px!important;
  }
  #c_form label {
    font-size: 2em!important;
  }
  footer {
    padding: 50px 0!important;
  }
  .carousel,
  .carousel-cell {
    height: 330px!important;
  }
}
@media only screen and (max-width: 960px) {
  .carousel,
  .carousel-cell {
    height: 240px!important;
  }
  #about {
    padding: 100px 0px 50px 0px!important;
  }
  #about img {
    display: none;
  }
  #about .bg_txt {
    margin-top: -100px;
  }
  #block {
    margin-top: 0!important;
    padding: 150px 0px 100px 0px!important;
  }
  #block img {
    max-width: 400px!important;
  }
  #block .man_bf::before,
  #block .man_bf:before {
    font-size: 25vw!important;
  }
  #service {
    margin-top: 0!important;
  }
  #gallery {
    margin-top: 0!important;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  header {
    margin: 0!important;
    width: 100%!important;
    padding: 20px 0;
    z-index: 999999;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, rgba(21, 21, 20, 0.4)), to(rgba(21, 21, 20, 0))) !important;
    background-image: linear-gradient(-180deg, rgba(21, 21, 20, 0.4) 4%, rgba(21, 21, 20, 0) 100%) !important;
  }
  #menu__mobile {
    display: block!important;
  }
  body {
    overflow-y: scroll!important;
    min-height: 600px!important;
  }
  header nav {
    display: none!important;
  }
  .befixed__h1 {
    font-size: 20vw!important;
  }
  #foot {
    width: 300px!important;
    bottom: 40%!important;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    right: -120px !important;
    left: auto!important;
    margin: 0!important;
    height: 20px;
    top: auto!important;
  }
  #about {
    padding: 50px 0px!important;
  }
  .bg_txt {
    display: none;
  }
  .parallax__home,
  .mywork img,
  .mywork,
  #block img,
  .man_bf::before,
  .man_bf:before,
  #contact:before,
  #contact::before {
    -webkit-transform: none!important;
            transform: none!important;
  }
  .flickity-page-dots {
    right: auto!important;
    left: 0!important;
    bottom: -45px !important;
    -webkit-transform: none!important;
            transform: none!important;
  }
  .scroll {
    overflow-y: hidden!important;
    overflow-x: hidden!important;
    -webkit-perspective: 200px!important;
            perspective: 200px!important;
    -webkit-perspective-origin: 50% 50%!important;
            perspective-origin: 50% 50%!important;
  }
  .intro__b p {
    left: 40px!important;
    bottom: 250px!important;
  }
  .bg_txt {
    margin-top: -200px !important;
  }
  #block {
    margin-top: 0!important;
    padding: 80px 0px!important;
    text-align: right;
    height: auto!important;
  }
  #block img {
    position: relative!important;
    margin-bottom: 50px;
    max-width: 300px!important;
    display: inline-block;
  }
  #block .man_bf::before,
  #block .man_bf:before {
    font-size: 20vw;
    top: -100px !important;
  }
  .container {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  #txt_contact {
    font-size: 30vw!important;
  }
  #service {
    padding: 50px 0px!important;
  }
  body .scroll #gallery .container .row::before,
  body .scroll #gallery .container .row:before {
    font-size: 20vw!important;
  }
  #contact {
    margin: 0px 0 100px 0!important;
  }
  #contact::before,
  #contact:before {
    display: none;
  }
  #c_form {
    padding: 80px 0!important;
  }
  #c_form input,
  #c_form input::-webkit-input-placeholder {
    font-size: 1.2em!important;
  }
  #c_form input,
  #c_form input:-ms-input-placeholder {
    font-size: 1.2em!important;
  }
  #c_form input,
  #c_form input::-ms-input-placeholder {
    font-size: 1.2em!important;
  }
  #c_form input,
  #c_form input::placeholder {
    font-size: 1.2em!important;
  }
  footer .col-sm-6 {
    margin-top: 20px;
  }
  footer .nav__footer {
    display: none;
  }
}
#cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #151514;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row wrap;
          flex-direction: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cookie p {
  display: inline-block;
  float: left;
}
#cookie a {
  color: #fff;
  text-decoration: underline;
}
#cookie #btn_cookie {
  display: block;
  float: right;
  padding: 8px 20px;
  background: #00B400;
  color: #fff;
  letter-spacing: .03em;
  border-radius: 5px;
  border: 1px solid #00B400;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
#cookie #btn_cookie:hover {
  border: 1px solid #00B400;
  background: none;
}
@media only screen and (max-width: 500px) {
  .carousel,
  .carousel-cell {
    height: 180px!important;
  }
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', sans-serif;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5 {
  letter-spacing: .01em;
}
body header {
  width: 90%;
  position: fixed;
  float: left;
  margin: 40px 5%;
  z-index: 100;
  background: none;
}
body header nav {
  position: absolute;
  right: 30px;
  text-align: right;
  margin: 0;
  top: 22px;
  opacity: 0;
}
body header nav ul {
  margin: 0;
  list-style-type: none;
}
body header nav ul li {
  font-weight: 300;
  color: #ccc;
  cursor: pointer;
  letter-spacing: .08em;
  margin-bottom: 2px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body header nav ul li:last-child {
  margin: 0;
}
body header nav ul li:hover {
  color: #ccc;
  margin-right: 5px;
}
body #foot {
  width: 90%;
  position: absolute;
  float: left;
  margin: 40px 5%;
  z-index: 100;
  top: 0;
  left: 0;
  text-align: right;
}
body #foot ul {
  display: inline-block;
  margin: 0;
  list-style-type: none;
}
body #foot ul li {
  float: left;
  margin-right: 20px;
}
body #foot ul li:last-child {
  margin: 0;
}
body #foot ul li a {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.02em;
}
body #menu__mobile {
  display: none;
}
body section {
  width: 100%;
  float: left;
}
body .scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll!important;
  overflow-x: hidden!important;
  -webkit-perspective: 200px!important;
          perspective: 200px!important;
  -webkit-perspective-origin: 50% 50%!important;
          perspective-origin: 50% 50%!important;
  position: relative;
}
body .scroll .intro__b {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .scroll .intro__b .col-md-12 {
  position: relative;
}
body .scroll .intro__b p {
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 20%;
  bottom: 30%;
  z-index: 100;
  cursor: pointer;
  letter-spacing: 0.04em;
}
body .scroll .intro__b p:hover::before,
body .scroll .intro__b p:hover:before {
  -webkit-transform: translateX(20px) rotate(-135deg);
          transform: translateX(20px) rotate(-135deg);
}
body .scroll .intro__b p:hover::after,
body .scroll .intro__b p:hover:after {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
body .scroll .intro__b p::after,
body .scroll .intro__b p:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 120%;
  top: 50%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body .scroll .intro__b p::before,
body .scroll .intro__b p:before {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  right: -111px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body .scroll .intro__b .befixed__h1 {
  display: block;
  margin: auto;
  font-size: 15vw;
  color: #151514;
  font-weight: 700;
  -webkit-transform: translateZ(-100px) scale(0.8);
          transform: translateZ(-100px) scale(0.8);
  -webkit-animation: op 2s ease-in;
          animation: op 2s ease-in;
  opacity: 0.3;
}
body .scroll .intro__b .befixed__h1::after {
  content: '';
  position: absolute;
  background: #151514;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-animation: revealRTL 1s ease-in;
          animation: revealRTL 1s ease-in;
}
body .scroll .parallax__home {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #151514;
  background: url("../img/cover.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
  -webkit-transform: translateZ(-80px) scale(1.4);
          transform: translateZ(-80px) scale(1.4);
  -webkit-animation: bghome 2s ease-in;
          animation: bghome 2s ease-in;
  z-index: -1;
  position: relative;
}
body .scroll .mywork {
  padding: 150px 0;
  position: relative;
  background: #151514;
  color: #fff;
}
body .scroll .mywork p {
  color: #888888;
  margin: 0;
  position: relative;
  z-index: 2;
}
body .scroll .mywork p:last-child {
  margin-top: 10px;
}
body .scroll .mywork h4 {
  font-size: 1.95em;
  position: relative;
  z-index: 2;
}
body .scroll .mywork img {
  position: relative;
  z-index: 2;
  -webkit-transform: translateZ(-80px) translateX(180px) translateY(150px) scale(1.4);
          transform: translateZ(-80px) translateX(180px) translateY(150px) scale(1.4);
}
body .scroll .mywork .bg_txt {
  font-size: 12vw;
  font-weight: 700;
  color: #0b0b0a;
  -webkit-transform: translateZ(-50px) scale(1.4);
          transform: translateZ(-50px) scale(1.4);
  margin-top: -200px;
  position: relative;
  z-index: 0;
}
body .scroll #block {
  height: 60vh;
  min-height: 500px;
  padding: 200px 0;
  background: #fff;
  margin-top: 100px;
  position: relative;
}
body .scroll #block img {
  max-width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-transform: translateZ(20px) translateX(10%) scale(0.8);
          transform: translateZ(20px) translateX(10%) scale(0.8);
}
body .scroll #block .man_bf {
  text-align: center;
  margin-top: 0px;
  position: relative;
  z-index: 0;
}
body .scroll #block .man_bf .txt_block {
  color: #888888;
  display: block;
  text-align: left;
  max-width: 400px;
}
body .scroll #block .man_bf .txt_block h4 {
  color: #747474;
  font-size: 2em;
}
body .scroll #block .man_bf .txt_block h2,
body .scroll #block .man_bf .txt_block p {
  display: inline;
  font-size: 16px;
  margin-top: 30px;
}
body .scroll #block .man_bf::before,
body .scroll #block .man_bf:before {
  content: 'Quality';
  position: absolute;
  text-align: center;
  z-index: -1;
  right: 0px;
  width: 100%;
  height: 140%;
  color: #efefef;
  font-size: 20vw;
  font-weight: 700;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateZ(40px) scale(0.8);
          transform: translateZ(40px) scale(0.8);
}
body .scroll #service {
  padding: 200px 0;
  position: relative;
  overflow: hidden;
  margin-top: 200px;
}
body .scroll #service h3 {
  color: #fff;
}
body .scroll #service p {
  color: #ccc;
}
body .scroll #service::before,
body .scroll #service:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../img/cover_2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .scroll #gallery {
  padding: 100px 0;
  margin: 150px  0 0 0;
}
body .scroll #gallery img {
  max-width: 100%;
}
body .scroll #gallery .carousel {
  border-radius: 8px;
  margin-top: 80px;
  -webkit-box-shadow: 0px 30px 80px #ccc;
          box-shadow: 0px 30px 80px #ccc;
}
body .scroll #gallery .carousel .carousel-cell {
  width: 100%;
  height: 400px;
  margin-right: 10px;
  background: #eaeaea;
  border-radius: 8px;
}
body .scroll #gallery .carousel .flickity-page-dots {
  bottom: 80px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: -100px;
  width: auto!important;
}
body .scroll #gallery .carousel button {
  top: auto!important;
  bottom: -80px;
  background: none;
}
body .scroll #gallery .carousel .previous {
  left: auto!important;
  right: 50px!important;
}
body .scroll #gallery .container .row {
  position: relative;
}
body .scroll #gallery .container .row::before,
body .scroll #gallery .container .row:before {
  content: 'Gallery';
  position: absolute;
  text-align: center;
  z-index: -1;
  right: 0px;
  top: 0;
  width: 100%;
  height: 140%;
  color: #eaeaea;
  font-size: 15vw;
  font-weight: 700;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateZ(-90px) translateY(-50px) scale(1.3);
          transform: translateZ(-90px) translateY(-50px) scale(1.3);
}
body .scroll #contact {
  margin: 100px 0 200px 0;
  position: relative;
}
body .scroll #contact h5 {
  font-size: 2em;
  color: #151514;
}
body .scroll #contact p {
  color: #888888;
}
body .scroll #contact form {
  margin-top: 30px;
}
body .scroll #contact::before,
body .scroll #contact:before {
  content: 'Contact';
  position: absolute;
  text-align: center;
  z-index: -1;
  left: 30%;
  width: 100%;
  height: 140%;
  color: #efefef;
  font-size: 12vw;
  font-weight: 700;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateZ(40px) scale(0.8);
          transform: translateZ(40px) scale(0.8);
}
body .scroll .form {
  display: none!important;
}
body .scroll #c_form {
  padding: 150px 0;
  background: #3452FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row wrap;
          flex-direction: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
}
body .scroll #c_form h3 {
  color: #ccc;
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: .2em;
}
body .scroll #c_form #txt_contact {
  font-size: 20vw;
  display: block;
  position: absolute;
  color: #3452FF;
  font-weight: 700;
  text-shadow: 0 2px 54px #2544f3;
}
body .scroll #box_input {
  margin-top: 40px;
}
body .scroll #box_input span,
body .scroll #box_input a {
  color: #151514;
  font-size: 14px;
  margin-top: 10px;
}
body .scroll #box_input a {
  text-decoration: underline;
}
body .scroll #box_input .box {
  margin: auto;
}
body .scroll #box_input .box label {
  font-size: 3.4em;
  margin-bottom: 40px;
  color: #fff;
  width: 100%;
}
body .scroll #box_input .box input {
  max-width: 600px;
  display: block;
  margin: auto;
  background: none!important;
  border-left: none!important;
  border-right: none!important;
  border-top: none!important;
  border-radius: 0;
  font-size: 2.4em;
  color: #fff;
}
body .scroll #box_input .box input::-webkit-input-placeholder {
  color: #ebebeb;
}
body .scroll #box_input .box input:-ms-input-placeholder {
  color: #ebebeb;
}
body .scroll #box_input .box input::-ms-input-placeholder {
  color: #ebebeb;
}
body .scroll #box_input .box input::placeholder {
  color: #ebebeb;
}
body .scroll #box_input #button_input {
  padding: 15px 20px;
  border-radius: 3px;
  border: 2px solid #0c2ad7;
  max-width: 250px;
  margin: 50px auto 0px auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: .2em;
  font-size: 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body .scroll #box_input #button_input .arrow {
  width: 20px;
  height: 8px;
  overflow: hidden;
  position: relative;
}
body .scroll #box_input #button_input img {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body .scroll #box_input #button_input img:last-child {
  right: 30px;
}
body .scroll #box_input #button_input:hover {
  border-color: #fff;
}
body .scroll #box_input #button_input:hover img {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
body .scroll footer {
  width: 100%;
  float: left;
  padding: 100px 0 100px 0;
  background: #151514;
  font-size: 14px;
  color: #ccc;
  font-weight: 300;
}
body .scroll footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
body .scroll footer ul li {
  width: 100%;
}
body .scroll footer ul li span,
body .scroll footer ul li a {
  color: #ccc;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
body .scroll footer ul li span:hover,
body .scroll footer ul li a:hover {
  color: #3452FF;
  text-decoration: none;
  position: relative;
  margin-left: 10px;
}
body .scroll footer ul li span:hover::before,
body .scroll footer ul li a:hover::before,
body .scroll footer ul li span:hover:before,
body .scroll footer ul li a:hover:before {
  content: '';
  position: absolute;
  width: 10px;
  left: -20px;
  top: 50%;
  height: 1px;
  background: #fff;
}
body .scroll footer img {
  max-width: 80%;
  margin-top: -20px;
}
/*# sourceMappingURL=style.css.map */