#full-page-slides .section .project-cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  #full-page-slides .section .project-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

#full-page-slides .section .project-cont .left-p {
  top: 0;
  left: 0;
  position: relative;
  display: inline-block;
  width: 30%;
  height: 100vh;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #full-page-slides .section .project-cont .left-p {
    width: 100%;
    height: auto;
  }
}

#full-page-slides .section .project-cont .left-p .left-w {
  padding-top: 14vh;
  padding-left: 3vw;
  padding-right: 3vw;
}

@media screen and (max-width: 767px) {
  #full-page-slides .section .project-cont .left-p .left-w {
    padding-top: 40px;
  }
}

#full-page-slides .section .project-cont .right-p {
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #full-page-slides .section .project-cont .right-p {
    width: 100%;
    height: 400px;
  }
}

#full-page-slides .section .project-cont .right-p .image-12 {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  #onepage-control {
    display: none;
  }
}

#onepage-control .div_circle.active {
  border-style: solid;
}

@media screen and (min-width: 768px) {
  .slide-out-right {
    -webkit-animation: slide-out-right 0.5s ease-out both;
    animation: slide-out-right 0.5s ease-out both;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@media screen and (min-width: 768px) {
  .slide-in-right {
    -webkit-animation: slide-in-right 1.2s cubic-bezier(0.175, 0.885, 0.32, 1) both;
    animation: slide-in-right 1.2s cubic-bezier(0.175, 0.885, 0.32, 1) both;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@media screen and (min-width: 768px) {
  .slide-in-right.start {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes slide-out-right {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=projects.css.map */