/*
  * Studioz Stylesheet (c) 2016 Mukhtar ali <mokhtarali.com>
*/
@font-face {font-family: 'nexab';src:  url('../fonts/NexaBold.otf');}
@font-face {font-family: 'nexal';src:  url('../fonts/NexaLight.otf');}
/* Global */
  
body{color: #fff;font-family: nexal;font-weight:400;text-rendering: optimizelegibility-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
b, i {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*,
*:after,
*:before {-webkit-box-sizing: border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing: border-box;}
.container{max-width: 940px;margin: 0 auto}
ul{padding: 0;margin: 0;list-style: none;}
p {text-align: center;}
a {text-decoration: none;outline: none;cursor: pointer;}
.clearfix:after{content: "";visibility: hidden;display: block;height: 0;clear: both}

/* Loader */
.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
  width: 50px;
  z-index: 4;
}
.path {
  stroke-dasharray: 1, 500;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #0066b3;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.no-js #loader {display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;background: #fff}

/* Website */
.wrapper{overflow: hidden;}
.wrapper-main{width: 100%;left: 0;position: fixed;}
header{
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: -1;
  line-height: 0 !important;
}
footer{
  width: 100%;
  height: 300px;
  background: #282828;
  bottom: -300px;
  position: fixed;
  z-index: 0;
}
.content{
  background: #ededed;
  position: relative;
  z-index: 1;
}
.wrapper-parallax {
  margin-top: 100%;
  margin-bottom: 300px;
}
header,
footer,
.wrapper-main{
  -webkit-transition-property: all;
     -moz-transition-property: all;
      transition-property: all;

  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
/* Slider */
.top{
  width: 100%;
}
.bothe{
  overflow: hidden;
}
.bothead{
  position: absolute;
  bottom: 30px;
  z-index: 2;
  width: 100%;
  float:right;
}
.bothead hr{
  float: left;
  width: 40px;
  margin: 8px 15px 5px 0;
  border: .5px solid #fff
}
.bothead h4{
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 15px;
  float: left;
  font-size: 10px;
  position: relative;
  bottom: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.rihead{
  position: absolute;
  bottom: 9%;
  right: 0;
  z-index: 2;
  width: 10%;
  float:right;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rihead hr{
  float: left;
  width: 40px;
  margin: 8px 15px 5px 0;
  border: .5px solid #fff
}
.rihead h4{
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 15px;
  float: left;
  font-size: 10px;
  position: relative;
  bottom: -2px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* -------------------------------- 

Slider

-------------------------------- */
.cd-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  /* hide horizontal scrollbar on IE11 */
  overflow: hidden;
}
.cd-slider-wrapper .cd-slider, .cd-slider-wrapper .cd-slider > li {
  height: 100%;
  width: 100%;
}
.cd-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* used to vertically center its content */
  /* display: table;*/
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-slider > li.visible {
  /* selected slide */
  /* position: relative; */
  z-index: 2;
  opacity: 1;
}
.cd-slider > li:first-of-type {
  background-color: #4a3553;
  background-image: url(../images/covers/s.jpg);
}
.cd-slider > li:nth-of-type(2) {
  background-color: #ffb251;
  background-image: url(../images/covers/s1.jpg);
}
.cd-slider > li:nth-of-type(3) {
  background-color: #7d7160;
  background-image: url(../images/covers/s2.jpg);
}
.cd-slider > li:nth-of-type(4) {
  background-color: #ff625a;
  background-image: url(../images/covers/s3.jpg);
}
.cd-slider > li:first-of-type, .cd-slider > li:nth-of-type(2), .cd-slider > li:nth-of-type(3), .cd-slider > li:nth-of-type(4) {
  background-size: cover;
}
.cd-slider .slider-text {
  /* vertically center the slider content */
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  left: 20%;
  position: relative;

}
.cd-slider > li h2, .cd-slider > li p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 320px;
}
.cd-slider > li h2 {
  font-size: 2.4rem;
}
.cd-slider > li p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.cd-slider > li .cd-btn {
  display: inline-block;
  padding: .9em 3em;
  margin-top: .8em;
  border: 1px solid #fff;
  font-size: .9em;
  font-weight: 400;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-slider > li .cd-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000
}
.no-touch .cd-slider > li .cd-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000
}
@media only screen and (min-width: 768px) {
  .cd-slider > li h2, .cd-slider > li p {
    max-width: 520px;
  }
  .cd-slider > li h2 {
    font-size: 2.4em;
    font-weight: 300;
  }

}
@media only screen and (min-width: 1170px) {
  .cd-slider > li h2, .cd-slider > li p {
    margin-bottom: 20px;
  }
  .cd-slider > li h2 {
    font-size: 3.2em;
  }
  .cd-slider > li p {
    font-size: 1.8rem;
  }
}
.cd-slider-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 90%;
  padding: 0
}
.cd-slider-navigation::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-navigation li {
  display: inline-block;
  margin-right: 10px;
}
.cd-slider-navigation li:last-of-type {
  margin-right: 0;
}
.cd-slider-navigation li.selected a {
  background-color: #ffffff;
}
.cd-slider-navigation a {
  display: block;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.no-touch .cd-slider-navigation a:hover {
  background-color: #ffffff;
}
@media only screen and (min-width: 1170px) {
  .cd-slider-navigation a {
    height: 15px;
    width: 15px;
  }
  .cd-slider-navigation li:first-of-type a {
    /* change custom icon using image sprites */
    background-position: 0 0px;
  }
  .cd-slider-navigation li.selected:first-of-type a {
    /* change custom icon using image sprites */
    background-position: 0 -60px;
  }
  .cd-slider-navigation li:nth-of-type(2) a {
    background-position: -60px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(2) a {
    background-position: -60px -60px;
  }
  .cd-slider-navigation li:nth-of-type(3) a {
    background-position: -120px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(3) a {
    background-position: -120px -60px;
  }
  .cd-slider-navigation li:nth-of-type(4) a {
    background-position: -180px 0;
  }
  .cd-slider-navigation li.selected:nth-of-type(4) a {
    background-position: -180px -60px;
  }
}
/* -------------------------------- 

svg cover layer

-------------------------------- */
.cd-svg-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.cd-svg-cover svg{
}
.cd-svg-cover path {
  fill: #4d4d4d;
}
.whitecarbon { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNicgaGVpZ2h0PSc2Jz4KICA8cmVjdCB3aWR0aD0nNicgaGVpZ2h0PSc2JyBmaWxsPScjZWVlZWVlJy8+CiAgPGcgaWQ9J2MnPgogICAgPHJlY3Qgd2lkdGg9JzMnIGhlaWdodD0nMycgZmlsbD0nI2U2ZTZlNicvPgogICAgPHJlY3QgeT0nMScgd2lkdGg9JzMnIGhlaWdodD0nMicgZmlsbD0nI2Q4ZDhkOCcvPgogIDwvZz4KICA8dXNlIHhsaW5rOmhyZWY9JyNjJyB4PSczJyB5PSczJy8+Cjwvc3ZnPg=="); background-repeat: repeat; }
.cd-svg-cover.is-animating {
  z-index: 4;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.cd-slider li  div{color: #fff}
.cd-slider h3{font-size: 17px;margin-bottom: 30px;;letter-spacing: 4px;text-transform: uppercase;}
.cd-slider hr{border: 1px solid #fff;width: 30%;}
.cd-slider h1{font-size: 35px;margin-bottom: 30px;text-transform: uppercase;font-family: nexab}
.bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    content: '';
    z-index: 3;
    opacity: .02
}
.menu-wrap a {
  color: #b8b7ad;
}
.content-wrap {-webkit-overflow-scrolling: touch;}
.topa{position: relative;margin: 0 auto;width: 90%;}
.nav{position: relative;z-index: 4;top: 30px;}
.nav .main-logo{left: 0;position: absolute;}
.nav .main-logo img{margin-top: 6px}
.menu__btn {
  z-index: 99;
  position: absolute;
  right:0;
  width: 40px;
  height: 40px;
  border: 1px solid;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.menu__btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.menu__btn:hover .menu__btn-line:nth-child(1) {
  -webkit-animation: animateMenuBtn 0.7s 0s;
          animation: animateMenuBtn 0.7s 0s;
}
.menu__btn:hover .menu__btn-line:nth-child(2) {
  -webkit-animation: animateMenuBtn 0.7s 0.2s;
          animation: animateMenuBtn 0.7s 0.2s;
}
.menu__btn:hover .menu__btn-line:nth-child(3) {
  -webkit-animation: animateMenuBtn 0.7s 0.4s;
          animation: animateMenuBtn 0.7s 0.4s;
}
.menu__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  will-change: transform;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.menu__btn-inner {
  position: absolute;
  top: .8rem;
  left: 0.6rem;
  width: 1.3rem;
  height: 1rem;
  overflow: hidden;
}
.menu_btncontain{
  position: relative;
}
.menu__btn-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.menu__btn-line:nth-child(1) {
  top: 0;
}
.menu__btn-line:nth-child(2) {
  top: 0.7rem;
}
.menu__btn-line:nth-child(3) {
  top: 1.4rem;
}
.menu__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}
.menu__block.visible {
  display: block;
}
.menu__block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/sls-5.jpg);
}
.menu__block-svg {
  overflow: visible;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu__block-svgPath {
  fill: #fff;
}
.menu__heading {
  position: absolute;
  max-width: 60rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 4rem;
  color: #000;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
}

@-webkit-keyframes animateMenuBtn {
  49.9% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes animateMenuBtn {
  49.9% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.menuu {
  position: relative;
  z-index: 3;
}
.burger {
  position: absolute;
  z-index: 10;
  right: 25px;
  top: 25px;
  cursor: pointer;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty {
  width: 28px;
  height: 2px;
  margin: 0 0 4px 0;
  background: white;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty:last-child {
  margin-bottom: 0;
}
.burger--close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  position: absolute;
}
.burger--close .burger__patty:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}
.burger--close .burger__patty:nth-child(2) {
  opacity: 0;
}
.burger--close .burger__patty:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -4px);
          transform: rotate(-45deg) translate(5px, -4px);
}
.menu {
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
  z-index: 3
}
.menu--active {
  visibility: visible;
}
.menu__brand, .menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
.menu__list {
  margin: 0;
  padding: 0;
  background: #333333;
  list-style-type: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__list--active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu__brand {
  background: #F7F7F7;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.menu__brand--active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu__item {
  -webkit-transform: translate3d(500px, 0, 0);
          transform: translate3d(500px, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__item--active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu__link {
  display: inline-block;
  position: relative;
  font-size: 2.5vw;
  padding: 3vw 0;
  font-weight: 300;
  text-decoration: none;
  color: #4d4d4d;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__link:hover {
  color: #fff;
}
.menu .menu__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.menu .menu__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu .menu__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu .menu__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu .menu__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu .menu__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.social a{font-size: 1.5vw;padding: 10px 10px;margin-top: 30px;}
@media screen and (max-width: 768px) {
  ul.menu__list,
  div.menu__brand {
    float: none;
    width: 100%;
    min-height: 0;
  }
  ul.menu__list--active,
  div.menu__brand--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .menu__list {
    height: 75vh;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  .menu__link {
    font-size: 24px;
  }

  .menu__brand {
    height: 25vh;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .menu__brand .logo {
    width: 90px;
    height: 90px;
  }
}
.menu__brand .logo {
  width: 200px;
  height: 200px;
  background: url(../images/logo1.png) no-repeat #1a1a1a;
  background-position: center;
  border-radius: 50%;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main h1 > a {
  color: white;
  text-decoration: none;
  font-size: 48px;
  font-weight: 300;
}
.support {
  position: fixed;
  bottom: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.menu__btn.activemenu{
  color: #000;
  background: #000;
}
.menu__btn.activemenu:after{
  border: 1px solid #4d4d4d; 
}
.menuopen{z-index: 4}
.link {
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #9e9ba4;
  display: inline-block;
}
.link--kumya {
  font-family: nexab;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  overflow: hidden;
  padding: 10px 10px 5px;
  line-height: 1;

}
nav .link--kumya{color: #4d4d4d}
.link--kumya:hover {color: #4d4d4d;}
.link--kumya::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #4d4d4d;
  -webkit-transform: translate3d(101%,0,0);
  transform: translate3d(101%,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--kumya:hover::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.link--kumya span {
  display: block;
  position: relative;
  z-index: 2
}

.link--kumya span::before {
  content: attr(data-letters);
  position: absolute;
  color: #fff;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.link--kumya:hover span::before {width: 100%;}
.link i{margin-left: 10px;}
.menu__list .link--kumya{
  font-size: 3vw;
}
.about{background:#463861;}
.about,.gallery{
  padding: 6% 3%
}
.about-main h1{

}
.about-main{

}
.aboutbtn{margin-top: 30px;}
.about-con{
    overflow: hidden;
    color: #fff
}
.about-img{
  float: right;
}
.about-img img:hover{
  opacity: .9
}
.about-info{
  float: left;
  width: 46%;
  margin-top: 55px;
}
.about-info hr{
  border: 1px solid #fff;
  width: 70px;
  position: relative;
  right: 185px;
}
.about-title{
  
}
.about-title h4{
  font-size: 13px;
  letter-spacing: 6px;
  font-family: nexab;
  text-transform: uppercase;
}
.about-title h2{
  font-size: 30px;
  font-family: nexab;
  text-transform: uppercase;
}
.about-article{
  
}
.about-article p{
  font-size: 17px;
  line-height: 23px;
  text-align:left;
}
.gallery{background: #211f34;}
.gallery-main{}
.gallery-title{
  width: 340px;
  margin: 0 auto;
  text-align: center;
  padding: 7% 0 4%;
  color: #fff;
  position: relative;
  z-index: 2
}
.gallery .container{
  width: 971px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.tiles {
  width: 971px;
  font-size: 0;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
.tiles:before,.gallery-item:before{
  content: "";
  display: table;
  clear: both;
}
.tiles:after{
    clear: both;
}
.tiles .tile {
  display: inline-block;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.tiles .tile:before {
  content: '';
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 22px;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.tiles .tile:focus:before,
.tiles .tile:focus span, .tiles .tile:hover:before,
.tiles .tile:hover span {
  opacity: 1;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
  top: 0;
}
.tiles .tile:focus .title, .tiles .tile:hover .title {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.tiles .tile:focus .info, .tiles .tile:hover .info {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.gallerybtn{
  margin-top: 30px;
}

.card {
  width: 470px;
  height: 422px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
}
.card:hover .card__image {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.card:hover .card__bg {
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation-name: bgin;
          animation-name: bgin;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

@-webkit-keyframes bgin {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  to {
    opacity: 0.7;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bgin {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  to {
    opacity: 0.7;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bgout {
  from {
    opacity: 0.7;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bgout {
  from {
    opacity: 0.7;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.card__bg {
  position: absolute;
  width: 675px;
  height: 675px;
  opacity: 0;
  z-index: 5;
  left: 50%;
  top: 50%;
  margin-left: -337.5px;
  margin-top: -337.5px;
  border-radius: 999px;
  -webkit-animation-name: bgout;
          animation-name: bgout;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
  background-color: #000;
  background-size: 337.5px 337.5px;
}

.card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card__text {
  display: none;
  position: absolute;
  z-index: 20;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20%);
          transform: translateX(-50%) translateY(-20%);
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.card__text small {
  display: block;
  font-size: 10px;
  letter-spacing: 5px;
  line-height: 15px;
}
.card:hover .card__text{display: block;}
.gallery h3{font-size: 12px;font-family: nexal;letter-spacing: 4px;text-transform: uppercase;text-align: center;color: #fff}
.clients{
  font-size: 0;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
.clients li{
  display: inline-block;
  margin: 0 0 -4px;
  padding: 0;
  width: 25%;
  max-width: 195px;
  height: 195px;
  border-right: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  list-style: disc;
  line-height: 20px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.clients li:nth-child(5),
.clients li:nth-child(6),
.clients li:nth-child(7),
.clients li:nth-child(8){border-bottom: none;}
.clients li:nth-child(4),
.clients li:nth-child(8){border-right: none;}
.clients li span{
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 195px;
  height: 195px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  opacity: .2;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.clients li span:hover{opacity: 1;}
.footer-con{padding: 7% 3%;}
.footer-title{text-align: center;}
.footer-title h2{
  margin-top: 20px;
  font-family: nexab;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.footer-title img{width: 6%;}
.bofooter{
  padding-top: 20px;
  border-top: 1px solid #5A5A5A;
  overflow: hidden;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 3px;

}
.bofooter nav{float: left;}
.bofooter nav a{
  padding: 0 20px;
  color: #fff;
  opacity: .2;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bofooter nav a:hover{opacity: 1;}
.bofooter .righ{float: right;cursor: default;color: #5A5A5A;font-family: nexab}



































.cd-btn {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: .15em;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
}
/* Transition Layer */
.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
          transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}
.cd-transition-layer.visible .bg-layer {
  -webkit-transform: translateY(-50%) translateX(-98%);
          transform: translateY(-50%) translateX(-98%);
}
.cd-transition-layer.opening .bg-layer, .cd-transition-layer.closing .bg-layer {
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}
.extinguisher-transition .cd-transition-layer .bg-layer {
  /* sprite composed of 25 frames */
  width: 2500%;
  background-image: url(../images/extinguisher.png);
}
.extinguisher-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
          animation: cd-sequence 0.8s steps(24) forwards;
}
.extinguisher-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
          animation: cd-sequence 0.8s steps(24) forwards reverse;
}
/* -------------------------------- 

Animations

-------------------------------- */
@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
            transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
            transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
            transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
            transform: translateY(-50%) translateX(-98%);
  }
}
@-webkit-keyframes cd-sequence-2 {
  0% {
    -webkit-transform: translateY(-50%) translateX(-1.3158%);
            transform: translateY(-50%) translateX(-1.3158%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-98.6842%);
            transform: translateY(-50%) translateX(-98.6842%);
  }
}
@keyframes cd-sequence-2 {
  0% {
    -webkit-transform: translateY(-50%) translateX(-1.3158%);
            transform: translateY(-50%) translateX(-1.3158%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-98.6842%);
            transform: translateY(-50%) translateX(-98.6842%);
  }
}
@-webkit-keyframes cd-sequence-3 {
  0% {
    -webkit-transform: translateY(-50%) translateX(-2.5%);
            transform: translateY(-50%) translateX(-2.5%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-97.5%);
            transform: translateY(-50%) translateX(-97.5%);
  }
}
@keyframes cd-sequence-3 {
  0% {
    -webkit-transform: translateY(-50%) translateX(-2.5%);
            transform: translateY(-50%) translateX(-2.5%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-97.5%);
            transform: translateY(-50%) translateX(-97.5%);
  }
}
.page .wrapper-parallax{margin-top: 0 !important}
.other{;background: #463861;height: 100%;}


.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
}
.cd-intro span:first-child{display: block;}
.cd-headline {
  font-size: 3rem;
  line-height: 1.3;
  font-family: nexal
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 60px;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-style: normal;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.cd-intro hr {
    border: 1px solid #fff;
    width: 70px;
    position: relative;
    right: 360px;
}
.mailto{
  margin-top: 80px;
  display: block;
  float: left;
  font-size: 30px;
  font-family: nexal;
  color: #fff;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.contactinfo{margin-top: 40px;float: right;}
.contactinfo i{margin-right: 10px;}
.page .content{
  height: 652px;
  min-height: 652px;
  background: none;
}
.page .about-con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: url(../images/chimera.jpg) no-repeat center center;
  background-size: cover;
  z-index: -999;
  -webkit-animation: scale reverse 1s linear;
  animation: scale reverse 1s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-animation .5s ease;
  transition: -webkit-animation .5s ease;
  transition: animation .5s ease;
  transition: animation .5s ease, -webkit-animation .5s ease;
}
.bg.f{background: url(../images/fbi.jpg) no-repeat center center;}
.bg.g{background: url(../images/goharz.jpg) no-repeat center center;}
.bg:after{    
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  z-index: -888;
}
.project{position: relative;top: 50px;text-align: center;height: 100%;width: 100%}
.project a{
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255,255,255,0);
  -webkit-transition: -webkit-animation .5s ease;
  transition: -webkit-animation .5s ease;
  transition: animation .5s ease;
  transition: animation .5s ease, -webkit-animation .5s ease;
}
.project a:first-child{padding: 10px 30px;border: 1px solid #fff;border-radius: 20px;margin-right: 20px;}
.project a:hover{background: rgba(255,255,255,.5);color: #4d4d4d}
.project-con{
  background: rgba(255,255,255,.3);
  margin: 0 auto;
  padding: 40px 50px 0;
  overflow-y: scroll;
  margin-top: 30px;
  height: 87vh;
}
.blur{
  background-image: url("../images/Chimera-blr.jpg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.img_blur.show{
  opacity: 1;
  transition: 1.3s cubic-bezier(.77,0,.175,1) .4s;
  -webkit-transition: 1.3s cubic-bezier(.77,0,.175,1) .4s;
}
.blur.g{background-image: url("../images/goharz-blr.jpg");}
.blur.f{background-image: url("../images/fbi-blr.jpg");}
.project-title{text-align: center;color: #fff;font-size: 2vw;font-family: nexab;}
.project-title h1{margin-bottom: 10px;text-transform: uppercase;}
.project-title h4{font-size: 15px;font-family: nexal;margin-bottom: 40px;}
.project-con > div{margin-top: 100px}
.project-con img{width: 100%;}
.pro{overflow-y: hidden;text-align: center;margin: auto;}
.scrollbar{width:80%;height:300px;background:#e1e1e1;margin-bottom:2em;overflow-y:auto;}
.inside{height:300vh;}
#line::-webkit-scrollbar{width: 0.2em;background-color: #FFF;}
#line::-webkit-scrollbar-thumb{background-color: #343436;}
.pro .topa,.pro nav{display: none;}
.allprojects{padding-top: 80px;background: #211f34;position: relative;z-index: 2}
.btn-group {
  position: relative;
  display: inline-block;
}
.btn-group .btn {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
  margin-left: 6px;
  margin-top: 1px;
}
.btn-group .btn:first-child {
  margin-left: 3px;
}
.btn-group svg {
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.btn-group path {
  fill: none;
  stroke: #eee;
  stroke-dasharray: 39, 99999;
  transition: all 1s ease-in-out;
  stroke-width: 2;
}
.slides {
  transition: left 1s ease-in-out;
  height: 100vh;
  position: absolute;
}
.slides .slide {
  height: 100vh;
  width: 100vw;
  float: left;
}
.slides .slide:nth-child(1) {
  background: #c66;
}
.slides .slide:nth-child(2) {
  background: #acac39;
}
.slides .slide:nth-child(3) {
  background: #39ac39;
}
.slides .slide:nth-child(4) {
  background: #40bfbf;
}
.slides .slide:nth-child(5) {
  background: #8c8cd9;
}
.navv {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 5%;
  transform: translateY(-50%);
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.page footer{
  position: fixed;
  bottom: 0 !important;
  width: 100%;
  z-index: 0
}
.page .content{
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  margin: 0 0 300px;
  overflow: hidden;
  z-index: 1;
  background: #463861;
  min-height: 800px;
}
.page .wrapper-parallax{margin-top: 0 !important}
.site-co{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.site-co h1{text-transform: uppercase;margin: 0}