/* 
    reset.css
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.img_rps {
  width: 100%;
  height: auto;
}

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .mt-50 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .mt-50 {
    margin-top: 25px;
  }
}

.img-drop {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.img-drop img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes animation1 {
  0% {
    top: 0%;
    right: -30%;
    bottom: 0%;
    left: 0%;
    opacity: 1;
  }
  25% {
    top: 0%;
    right: 0%;
    bottom: -10%;
    left: 0%;
    opacity: .75;
  }
  50% {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: -30%;
    opacity: .5;
  }
  100% {
    top: -10%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    opacity: .25;
  }
}

@keyframes animation1 {
  0% {
    top: 0%;
    right: -30%;
    bottom: 0%;
    left: 0%;
  }
  25% {
    top: 0%;
    right: 0%;
    bottom: -10%;
    left: 0%;
  }
  50% {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: -30%;
  }
  100% {
    top: -10%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }
}

@-webkit-keyframes animation2 {
  0% {
    width: 10%;
    top: 0;
  }
  25% {
    width: 20%;
    top: -10%;
  }
  50% {
    width: 30%;
    top: -20%;
  }
  100% {
    width: 40%;
    top: -30%;
  }
}

@keyframes animation2 {
  0% {
    width: 10%;
    top: 0;
  }
  25% {
    width: 20%;
    top: -10%;
  }
  50% {
    width: 30%;
    top: -20%;
  }
  100% {
    width: 40%;
    top: -30%;
  }
}

@-webkit-keyframes animation4 {
  0% {
    width: 38%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
    left: 17%;
  }
  100% {
    width: 45%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.5;
    left: 12%;
  }
}

@keyframes animation4 {
  0% {
    width: 38%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
    left: 17%;
  }
  100% {
    width: 45%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.5;
    left: 12%;
  }
}

@-webkit-keyframes animation5 {
  0% {
    width: 40%;
    opacity: .5;
    right: 8%;
  }
  100% {
    width: 31%;
    opacity: 1;
    right: 5%;
  }
}

@keyframes animation5 {
  0% {
    width: 40%;
    opacity: .5;
    right: 8%;
  }
  100% {
    width: 31%;
    opacity: 1;
    right: 5%;
  }
}

@-webkit-keyframes about-img {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    @media (max-width: 991px) {
      opacity: 0.5;
      -webkit-transform: translateY(0) scale(0.7);
              transform: translateY(0) scale(0.7);
    }
  }
}

@keyframes about-img {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes about-content {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes about-content {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@-webkit-keyframes animation6 {
  0% {
    width: 45%;
    -webkit-transform: translateY(15%) rotate(45deg);
            transform: translateY(15%) rotate(45deg);
  }
  100% {
    width: 38%;
    -webkit-transform: translateY(15%) rotate(90deg);
            transform: translateY(15%) rotate(90deg);
  }
}

@keyframes animation6 {
  0% {
    width: 45%;
    -webkit-transform: translateY(15%) rotate(45deg);
            transform: translateY(15%) rotate(45deg);
  }
  100% {
    width: 38%;
    -webkit-transform: translateY(15%) rotate(90deg);
            transform: translateY(15%) rotate(90deg);
  }
}

@-webkit-keyframes animation7 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
    opacity: 0.5;
  }
}

@keyframes animation7 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.5;
  }
}

@-webkit-keyframes animation8 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animation8 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes animation9 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes animation9 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes animation-work1 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animation-work1 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes animation-work2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}

@keyframes animation-work2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

@-webkit-keyframes animation-work3 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes animation-work3 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}

@-webkit-keyframes animation-work4 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes animation-work4 {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes animation-work5 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animation-work5 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9999999;
  height: 50px;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  header {
    top: 15px;
  }
}

header .container {
  height: 100%;
}

.header-top {
  background: transparent !important;
}

.toggle-menu {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  z-index: 99;
  cursor: pointer;
}

@media (max-width: 767px) {
  .toggle-menu {
    display: block;
  }
}

.toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: white;
  width: 30px;
  left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.toggle-menu i:nth-child(1) {
  top: 16px;
}

.toggle-menu i:nth-child(2) {
  top: 24px;
}

.toggle-menu i:nth-child(3) {
  top: 32px;
}

.open-menu i:nth-child(1) {
  top: 25px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.open-menu i:nth-child(2) {
  background: transparent;
}

.open-menu i:nth-child(3) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media (max-width: 767px) {
  .l-left {
    width: 100px;
  }
  .l-left a {
    display: block;
  }
  .l-left img {
    width: 100%;
    height: auto;
  }
}

nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1080px;
  margin: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

@media (max-width: 767px) {
  nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

nav ul {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  nav ul {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 0vh;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: rgba(0, 0, 0, 0.95);
    padding-top: 0;
  }
  nav ul.open-menu {
    height: 100vh;
    padding-top: 80px;
    text-align: center;
  }
}

nav ul li {
  margin-left: 60px;
}

@media (max-width: 991px) {
  nav ul li {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  nav ul li {
    margin-left: 0;
  }
}

nav ul li a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  nav ul li a {
    padding: 20px 10px;
    display: block;
    margin: 1px;
    border-bottom: 1px solid #474747;
    font-size: 23px;
    outline: none; 
  }
  li.lang-item a {
    padding: 10px;
    border: none;
  }
}

nav ul li a:hover {
  text-decoration: none;
}

nav ul li.active a, nav ul li:hover a {
  font-weight: bold;
  opacity: 1;
}

.open-menu ~ nav {
  opacity: 1;
}

.fp-viewing-landing header {
  height: 80px;
}

.fp-viewing-landing header .title a {
  font-size: 22px;
}

@media (max-width: 480px) {
  .fp-viewing-landing header .title a {
    font-size: 25px;
  }
}

@media (max-width: 375px) {
  .fp-viewing-landing header .title a {
    font-size: 11px;
  }
}

.fp-viewing-landing header .title a span {
  display: block;
  font-size: 15px;
  margin-top: 6px;
}

@media (max-width: 375px) {
  .fp-viewing-landing header .title a span {
    font-size: 12px;
    margin-top: -1px;
  }
}

.fp-viewing-landing header .open-menu ~ nav {
  height: calc(100vh - 70px);
}

.fp-tooltip.right {
  font-size: 16px;
  letter-spacing: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
}

section {
  overflow: hidden;
}

#onepage {
  -webkit-transform: translate3d(0px, 0, 0px) !important;
          transform: translate3d(0px, 0, 0px) !important;
}

.container {
  height: 100vh;
  position: relative;
}

#fp-nav {
  display: none !important;
}

.text-fix {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-40%) rotateZ(-90deg);
          transform: translateX(-40%) rotateZ(-90deg);
  z-index: 99;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .text-fix {
    font-size: 14px;
    display: none;
  }
}

.text-fix:before, .text-fix:after {
  content: "+";
  margin: 0 15px;
}

#scroll {
  position: fixed;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

@media (max-width: 991px) {
  #scroll {
    bottom: 45px;
  }
}

@media (max-width: 767px) {
  #scroll {
    bottom: 10px;
  }
}

#scroll:before {
  position: absolute;
  content: "";
  bottom: -90px;
  height: 80px;
  width: 1px;
  background: #fff;
  opacity: 0.5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#scroll:hover {
  opacity: 0.5;
}

.social {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 99;
}

@media (max-width: 767px) {
  .social {
    top: auto;
    bottom: 5px;
    left: 5px;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: right;
  }
}

.social li {
  margin: 8px 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  .social li {
    display: inline-block;
    margin: 0 2px;
  }
}

.social li:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#slider {
  position: relative;
  background: #bc090f;
}

#slider .slide-title {
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 991px) {
  #slider .slide-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  #slider .slide-title {
    font-size: 20px;
    line-height: 28px;
  }
}

#slider .slide-title span {
  font-weight: 900;
  color: #000;
}

#slider .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  padding: 0 70px;
}

@media (max-width: 767px) {
  #slider .content {
    padding: 0 50px;
  }
}

#slider .animation1 {
  position: absolute;
  bottom: 0%;
  top: 0%;
  left: 0%;
  right: 0%;
  background-image: url(../img/slide-sin.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-animation-name: animation1;
          animation-name: animation1;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 1;
}

#slider .animation2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 40%;
  background-image: url(../img/slide-deco3.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-name: animation2;
          animation-name: animation2;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

#slider .animation3 {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 37%;
  background-image: url(../img/scine-deco4.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-name: animation2;
          animation-name: animation2;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

#slider .animation4 {
  position: absolute;
  bottom: 0;
  top: 10%;
  left: 17%;
  width: 38%;
  background-image: url(../img/about-deco1.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-name: animation4;
          animation-name: animation4;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  animation-direction: alternate-reverse;
}

#slider .animation5 {
  position: absolute;
  bottom: 0;
  right: 8%;
  width: 31%;
  top: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  background-image: url(../img/about-deco2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-name: animation5;
          animation-name: animation5;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: .5;
  animation-direction: alternate-reverse;
}

#about {
  background: #bc090f;
}

#about .container {
  position: relative;
}

#about .content {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

@media (max-width: 991px) {
  #about .content .about-img {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  #about .content .about-img {
    opacity: 0.2;
  }
}

#about .content .about-img img {
  height: 100%;
  width: auto;
}

#about .content .about-content {
  position: absolute;
  right: 130px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 330px;
  z-index: 9;
}

@media (max-width: 576px) {
  #about .content .about-content {
    max-width: 400px;
    padding: 0 50px;
    right: 0;
  }
}

#about .content .about-content h2 {
  font-size: 90px;
  line-height: 100px;
  letter-spacing: 2px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  margin-left: 100px;
  -webkit-transition: all 3s;
  transition: all 3s;
}

@media (max-width: 991px) {
  #about .content .about-content h2 {
    font-size: 65px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  #about .content .about-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

#about .content .about-content h2 span {
  display: block;
}

#about .content .about-content h2 .black {
  font-weight: 900;
  color: #000;
}

#about .animation1 {
  position: absolute;
  bottom: 0%;
  top: 0%;
  left: 0%;
  right: 0%;
  background-image: url(../img/about-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-animation-name: animation1;
          animation-name: animation1;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 1;
  z-index: 2;
  animation-direction: alternate-reverse;
}

#about .animation2 {
  position: absolute;
  bottom: 0%;
  left: 10%;
  width: 38%;
  top: 0;
  -webkit-transform: translateY(15%) rotate(45deg);
          transform: translateY(15%) rotate(45deg);
  background-image: url(../img/about-deco1.png);
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-animation-name: animation6;
          animation-name: animation6;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  opacity: 1;
}

#about .animation3 {
  position: absolute;
  bottom: 0%;
  right: 20%;
  width: 31%;
  top: 0;
  background-image: url(../img/about-deco2.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation-name: animation7;
          animation-name: animation7;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  z-index: 3;
}

#about.active .about-img img {
  position: relative;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-name: about-img;
          animation-name: about-img;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateY(100%) scale(0.5);
          transform: translateY(100%) scale(0.5);
  z-index: 1;
}

#about.active .about-content {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  opacity: 0;
  -webkit-animation-name: about-content;
          animation-name: about-content;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#about.active .about-content h2 {
  margin-left: 0;
}

#service {
  background: #1e1919;
}

#service .container {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

#service .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  max-width: 900px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -webkit-transition: all 4s;
  transition: all 4s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 70px;
}

@media (max-width: 767px) {
  #service .content {
    padding: 0 30px;
  }
}

#service .content .item {
  max-width: 100px;
  text-align: center;
  margin: 20px 70px;
}

@media (max-width: 991px) {
  #service .content .item {
    max-width: 80px;
    margin: 10px 70px;
  }
}

@media (max-width: 767px) {
  #service .content .item {
    margin: 0 30px;
  }
}

#service .content .item .icon img {
  width: 100%;
  height: auto;
}

#service .content .item .text {
  margin: 0 -50px;
}

@media (max-width: 767px) {
  #service .content .item .text {
    margin: 0;
  }
}

#service.active .animation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/sv-text.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-name: animation8;
          animation-name: animation8;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

#service.active .content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#work {
  background: #1e1919;
}

#work .container {
  margin-right: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
}

@media (max-width: 991px) {
  #work .container {
    margin-right: 80px;
  }
}

@media (max-width: 767px) {
  #work .container {
    display: block;
    margin-right: 30px;
    margin-left: 30px;
  }
}

#work .header-top {
  position: relative;
  height: 50px;
}

#work .header-top .toggle-menu {
  z-index: 9999;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#work #icetab-content {
  position: relative;
  width: 70%;
  margin-bottom: 50px;
  padding: 0 30px;
  height: calc( 100% - 50px);
}

@media (max-width: 767px) {
  #work #icetab-content {
    width: 100%;
    padding: 0;
    height: calc( 100% - 250px);
    margin-top: 15px;
  }
}

#work #icetab-container {
  width: 30%;
}

@media (max-width: 767px) {
  #work #icetab-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
    right: auto;
    padding: 120px 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.85) !important;
    pointer-events: none;
  }
}

#work #icetab-container.open-menu {
  opacity: 1;
  pointer-events: initial;
}

#work.active .animation {
  -webkit-animation-name: animation9;
          animation-name: animation9;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0.1;
}

#work.active .content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#work div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}

#work #icetab-content {
  position: relative;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#work .icetab {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: calc(100% - 250px);
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  opacity: 0.5;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

@media (max-width: 991px) {
  #work .icetab {
    padding-left: calc(100% - 180px);
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #work .icetab {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

#work .icetab:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: calc(100% - 260px);
  height: 1px;
  background: #bc090f;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 991px) {
  #work .icetab:before {
    width: calc(100% - 190px);
  }
}

@media (max-width: 767px) {
  #work .icetab:before {
    display: none;
  }
}

#work .icetab:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bc090f;
  right: 260px;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

@media (max-width: 991px) {
  #work .icetab:after {
    right: 190px;
  }
}

@media (max-width: 767px) {
  #work .icetab:after {
    display: none;
  }
}

#work .icetab.current-tab, #work .icetab:hover {
  opacity: 1;
  font-weight: 900;
}

#work .icetab.current-tab:before, #work .icetab.current-tab:after, #work .icetab:hover:before, #work .icetab:hover:after {
  opacity: 1;
}

#work .content-wrapper .work-slide .flexbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#work .content-wrapper .work-slide .flexbox p {
  position: relative;
  width: 50%;
  height: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#work .content-wrapper .work-slide .flexbox p img {
  margin: 5px;
}

#work .content-wrapper .work-slide .flexbox p span {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 15px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  #work .content-wrapper .work-slide .flexbox p span {
    opacity: 1;
    font-size: 12px;
  }
}

#work .content-wrapper .work-slide .flexbox p:hover span {
  opacity: 1;
}

#work .content-wrapper .slick-list {
  overflow: initial;
}

#work .content-wrapper button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center center;
  opacity: 0;
}

@media (max-width: 767px) {
  #work .content-wrapper button {
    width: 15px;
    height: 15px;
  }
}

#work .content-wrapper button:hover {
  opacity: 0.5;
}

#work .content-wrapper button:before {
  display: none;
}

#work .content-wrapper button.slick-prev {
  background-image: url(../img/btn-left.png);
}

#work .content-wrapper button.slick-next {
  background-image: url(../img/btn-right.png);
}

#work .content-wrapper .tab-active button {
  opacity: 1;
}

#work .content-wrapper .slick-active .img-drop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/sv-text.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  cursor: pointer;
}

#work .tabcontent {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border-top: 0px;
  border-top: 0px;
  opacity: 0;
}

#work .tabcontent.tab-active {
  border-top: 0px;
  display: block;
  height: 100%;
  opacity: 1;
}

#work .tabcontent:nth-child(1) {
  position: relative;
}

#work .tabcontent:nth-child(2) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}


#work .tabcontent:nth-child(3) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}


#work .tabcontent:nth-child(4) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#work .tabcontent:nth-child(5) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#work .tabcontent.tab-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

#work.active #icetab-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#work .modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  color: #000;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
}

#work .modal.is-visible {
  visibility: visible;
}

#work .modal .popup-slide {
  max-width: 500px;
  margin: 30px auto;
}

#work .modal .slick-slide {
  height: auto;
  padding: 0 1px;
  cursor: pointer;
}

@media (max-width: 576px) {
  #work .modal .slick-prev {
    left: 10px;
    z-index: 9;
  }
}

@media (max-width: 576px) {
  #work .modal .slick-next {
    right: 10px;
    z-index: 9;
  }
}

#work .modal .img-drop {
  padding-top: 70%;
  position: relative;
}

#work .modal .img-drop:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#work .modal .slick-current .img-drop:after {
  opacity: 0;
}

#work .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

#work .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#work .slick-dots {
  pointer-events: none;
}

#work .modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 90px;
  bottom: 30px;
  left: 100px;
  right: 100px;
  -webkit-transition: all 0.5s 0.12s;
  transition: all 0.5s 0.12s;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}

@media (max-width: 767px) {
  #work .modal-wrapper {
    min-width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    top: 75px;
    bottom: 15px;
    margin: auto;
  }
}

#work .modal-transition {
  -webkit-transition: all 0.5s 0.12s;
  transition: all 0.5s 0.12s;
  opacity: 0;
}

#work .modal.is-visible .modal-transition {
  opacity: 1;
}

#work .modal-header,
#work .modal-content {
  padding: 1em;
  font-size: 14px;
}

#work .modal-header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

#work button.modal-toggle {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: transparent;
  opacity: 1;
  background: transparent;
  border: none;
  width: 30px !important;
  height: 30px !important;
}

#work button.modal-toggle:focus {
  border: none;
  outline: none;
}

#work button.modal-toggle:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "x";
  color: #fff;
  text-align: center;
  background: #000;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid #777;
  width: 30px;
}

#work .modal-close {
  position: absolute;
  color: #000;
  top: 0;
  right: 0;
  background: none;
  border: 0;
}

#work .modal-close:hover {
  color: #777;
}

#work .modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#work .modal-content > *:first-child {
  margin-top: 0;
}

#work .modal-content > *:last-child {
  margin-bottom: 0;
}

#project {
  background: #bc090f;
}

#project .animation1 {
  position: absolute;
  bottom: 0%;
  top: 0%;
  left: 0%;
  right: 0%;
  background-image: url(../img/contact-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-animation-name: animation1;
          animation-name: animation1;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 1;
  z-index: 2;
  animation-direction: alternate-reverse;
}

#project .animation2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 40%;
  background-image: url(../img/contact-deco1.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-name: animation2;
          animation-name: animation2;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

#project .container {
  height: 100vh;
}

#project .animation3 {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 37%;
  background-image: url(../img/contact-deco2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-name: animation2;
          animation-name: animation2;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

#project .animation4 {
  position: absolute;
  bottom: 0;
  top: 10%;
  left: 17%;
  width: 38%;
  background-image: url(../img/about-deco1.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-name: animation4;
          animation-name: animation4;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  animation-direction: alternate-reverse;
}

#project .content {
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 9;
  padding: 0 100px;
}

@media (max-width: 991px) {
  #project .content {
    padding: 0 70px;
  }
}

@media (max-width: 767px) {
  #project .content {
    padding: 0 30px;
  }
}

#project .content h2 {
  font-size: 60px;
  line-height: 70px;
  max-width: 530px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (max-width: 991px) {
  #project .content h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  #project .content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

#project .content h2 span {
  color: #000;
  font-weight: 900;
}

#project .content dl {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #project .content dl {
    font-size: 13px;
    line-height: 20px;
  }
}

#project .content dl dt {
  width: 95px;
  color: #000;
  text-transform: capitalize;
}

#project dl a {
	color:#fff !important;
	text-decoration: none !important;
}

@media (max-width: 767px) {
  #project .content dl dt {
    width: 70px;
  }
}

#project .content dl dd {
  width: calc( 100% - 95px);
}

#project .content .content-text {
  margin-top: 30px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#project.active .content h2, #project.active .content .content-text {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body.fp-viewing-fifthSection #scroll {
  display: none;
}

body.fp-viewing-firstSection header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
/*# sourceMappingURL=main.css.map */