.primary-font, body {
  font-family: 'Raleway', sans-serif; }

.bg-primary {
  background-color: #00b3b3 !important; }

.bg-secondary {
  background-color: #ffea00 !important; }

.color-primary {
  color: #00b3b3 !important; }

.color-secondary {
  color: #ffea00 !important; }

.rounded-50 {
  border-radius: 50px !important; }

.overlay {
  position: relative; }
  .overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56); }

.hover-hide-underline:hover {
  text-decoration: none; }

.hover-dim:hover {
  opacity: 0.7; }

.hover-color-white:hover {
  color: #fff; }

.gutter-top {
  padding-top: 80px; }
  @media (max-width: 1366px) {
    .gutter-top {
      padding-top: 40px; } }
.gutter-bottom {
  padding-bottom: 80px; }
  @media (max-width: 1366px) {
    .gutter-bottom {
      padding-bottom: 40px; } }

.gutter-half-top {
  padding-top: 40px; }

.gutter-half-bottom {
  padding-bottom: 40px; }

.font-light {
  font-weight: 300; }

.font-lighter {
  font-weight: 200; }

.font-lightest {
  font-weight: 100; }

.lh-2 {
  line-height: 2; }

.lh-1half {
  line-height: 1.5; }

h1, h2, h3, h4, h5 {
  font-weight: 100; }

b, strong {
  font-weight: 700; }

h1, h2, h3, h4 {
  font-weight: 300; }

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9215686275);
  z-index: 1001; }

.site-brand img {
  margin: 15px 0;
  height: 130px;
  transition: .7s all;
  object-fit: contain; }
  @media (max-width: 992px) {
    .site-brand img {
      height: 100px;
      margin: 5px 0; } }

@media (max-width: 992px) {
  .site-nav {
    display: none !important; }
    .site-nav.active {
      display: flex !important; } }

.nav-link {
  margin: 10px 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .nav-link {
      margin-left: 0;
      text-align: center;
      padding: 7px 0; } }
  .nav-link:hover {
    color: #fff; }

.home-carousel-wrapper {
  position: relative;
  height: 100vh; }
  .home-carousel-wrapper img {
    object-fit: cover;
    width: 100vw;
    height: 100vh; }
  .home-carousel-wrapper .move-down {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 40px;
    height: 27px;
    background: url("../images/icon/arrow-down.png");
    z-index: 1000;
    cursor: pointer; }

.carousel-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  font-size: 4vw;
  font-weight: 200; }
  .carousel-caption span {
    text-align: center;
    white-space: nowrap; }

@media (max-width: 1366px) {
  .home-about.gutter-bottom {
    padding-bottom: 70px; } }

.left-dashed-heading {
  position: relative;
  transition: .7s all;
  text-transform: uppercase;
  margin-bottom: 5px !important; }
  .left-dashed-heading span.line {
    height: 3px;
    width: 50px;
    display: none;
    margin-right: 20px;
    position: absolute;
    bottom: 28%;
    left: 0;
    transition: .8s all; }

.down-dashed-heading span.line {
  display: block;
  width: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 3px; }

.about-carousel-wrapper {
  position: absolute;
  right: 0;
  width: 45%;
  background-color: #fff;
  top: 0;
  height: 100%;
  padding: 30px 0; }
  @media (max-width: 992px) {
    .about-carousel-wrapper {
      position: static;
      width: 100%;
      margin-top: 0px;
      margin-bottom: -50px; } }
  .about-carousel-wrapper .slick-slide {
    text-align: right;
    padding: 0 50px; }
    .about-carousel-wrapper .slick-slide img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
  .about-carousel-wrapper .slick-arrow {
    width: 27px;
    height: 40px;
    font: 0/0 a;
    position: absolute;
    border: 0;
    bottom: -40px;
    cursor: pointer;
    z-index: 1000; }
    .about-carousel-wrapper .slick-arrow.slick-next {
      background: url("../images/icon/arrow-right.png");
      right: 50px; }
    .about-carousel-wrapper .slick-arrow.slick-prev {
      background: url("../images/icon/arrow-left.png");
      right: 90px; }

.site-button {
  min-width: 140px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  transition: .4s all; }
  @media (max-width: 992px) {
    .site-button {
      overflow: hidden; } }
  .site-button img {
    margin-left: 15px;
    transition: .4s all; }
  .site-button:hover {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    text-decoration: none;
    padding-left: 30px; }
    .site-button:hover img {
      transform: translateX(40px); }
  .site-button-light {
    border: 2px solid #fff;
    color: #fff; }
    .site-button-light:hover {
      color: #fff; }
  .site-button-dark {
    border: 2px solid #666;
    color: #666; }
    .site-button-dark:hover {
      color: #666; }

@media (min-width: 1200px) {
  .home-portfolio a.site-button {
    transform: rotate(90deg) translate(51px, -51px); } }
.home-portfolio .item {
  position: relative;
  margin-bottom: 80px; }
  @media (max-width: 992px) {
    .home-portfolio .item {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .home-portfolio .item.translated-left {
      transform: translateX(-100px); } }
  @media (min-width: 1200px) {
    .home-portfolio .item.translated-top {
      transform: translateY(150px);
      margin-bottom: 225px; } }
  .home-portfolio .item .label {
    position: absolute;
    padding-top: 10px;
    transition: .8s all;
    background-color: #fff;
    z-index: 101;
    transform: rotate(90deg); }
    @media (max-width: 992px) {
      .home-portfolio .item .label {
        position: static;
        transform: none !important;
        padding: 0; } }
    .home-portfolio .item .label.left {
      top: 0;
      transform: rotate(90deg);
      transform-origin: left top;
      left: -20px; }
    .home-portfolio .item .label.right {
      top: 0;
      transform-origin: bottom right;
      right: -20px;
      top: 70px; }
    .home-portfolio .item .label.right-translated {
      top: 120px; }
    .home-portfolio .item .label.bottom {
      bottom: 65px;
      transform: rotate(90deg);
      transform-origin: left top;
      left: -20px; }
  .home-portfolio .item figure {
    margin: 0;
    transition: .8s all; }
    .home-portfolio .item figure img {
      width: 100%;
      object-fit: cover;
      transition: .3s all; }
  .home-portfolio .item figcaption {
    font-size: 130%;
    font-weight: 300; }
    .home-portfolio .item figcaption .line {
      height: 1px; }
  .home-portfolio .item:hover img {
    transform: translate(10px, 10px) scale(0.9, 0.9);
    opacity: 0.8; }
  .home-portfolio .item:hover .label {
    padding: 10px;
    transform: rotate(0); }
    .home-portfolio .item:hover .label.left {
      left: 20px;
      top: 20px; }
    .home-portfolio .item:hover .label.right {
      right: 2px;
      top: 20px; }
    .home-portfolio .item:hover .label.bottom {
      left: 20px;
      bottom: 20px; }
    .home-portfolio .item:hover .label.right-translated {
      top: 75px; }
  .home-portfolio .item:hover .left-dashed-heading {
    padding-left: 150px; }
    .home-portfolio .item:hover .left-dashed-heading .line {
      left: 20px;
      width: 100px; }

.home-services .item {
  position: relative;
  background-color: #0e0e0e; }
  .home-services .item:hover .front {
    transform: scaleX(-1);
    opacity: 0; }
  .home-services .item:hover .back {
    transform: scaleX(1);
    opacity: 1; }
.home-services .front {
  transition: .4s all;
  margin: 50px 0;
  padding: 80px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 9px; }
  @media (max-width: 992px) {
    .home-services .front {
      margin: 5px 0; } }
  .home-services .front .icon-wrapper {
    height: 80px;
    text-align: center;
    margin-bottom: 30px; }
  .home-services .front .title {
    font-size: 120%;
    font-weight: normal; }
.home-services .back {
  background-color: #1a1a1a;
  transition: .4s all;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: scaleX(-1);
  opacity: 0; }

@media (min-width: 992px) {
  .home-ideas .site-button {
    transform: rotate(90deg) translate(51px, -51px); } }
.home-ideas .item {
  border: 1px solid #e2e7e7;
  position: relative; }
  @media (max-width: 992px) {
    .home-ideas .item {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .home-ideas .item {
      margin-top: 100px;
      margin-bottom: 50px; } }
  .home-ideas .item:hover img {
    opacity: 0.9;
    transform: scale(1.2, 1.2); }
  .home-ideas .item:hover .permalink {
    transform: rotate(0);
    top: 100%;
    width: 100%;
    border-bottom-color: #e2e7e7; }
    .home-ideas .item:hover .permalink span {
      transition-delay: .4s;
      width: 100px; }
  .home-ideas .item .permalink {
    transition: .6s all;
    transform-origin: 0 100%;
    transform: rotate(90deg);
    padding: 10px;
    border: 1px solid #e2e7e7;
    border-bottom-color: 0;
    position: absolute;
    z-index: 101;
    background-color: #fff;
    left: 0;
    top: -43px;
    font-size: 90%;
    font-weight: 500;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .home-ideas .item .permalink span {
      transition: .6s all;
      vertical-align: middle;
      width: 40px;
      background: #999;
      height: 1px;
      display: inline-block;
      margin-right: 15px; }
  .home-ideas .item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .home-ideas .item figure img {
      transition: .7s all;
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.site-footer {
  color: #fff; }
  .site-footer h3 {
    margin-bottom: 20px; }
  .site-footer a {
    color: inherit; }
  .site-footer p, .site-footer a {
    line-height: 2; }

.toggle-nav {
  outline: 0;
  cursor: pointer;
  outline: 0;
  font-size: 160%;
  color: #fff;
  background: transparent;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat; }

.page .inner-page-hero {
  height: 600px; }
.page article {
  padding: 50px 0; }
  .page article p {
    text-align: justify;
    line-height: 2; }

#page-about .about-exposure {
  position: relative; }
  #page-about .about-exposure img.hero {
    max-width: 240px;
    border: 10px solid #fff; }
  #page-about .about-exposure img.hero-name {
    height: 100px; }

#page-contact address {
  font-size: 120%;
  line-height: 2;
  color: #333; }
#page-contact .form-control {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  background-color: #f9f9f9;
  padding: 14px;
  resize: none; }
#page-contact .btn {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; }

.stripe {
  height: 4px;
  margin: 20px 0; }
  .stripe span {
    display: inline-block;
    height: 100%;
    width: 140px;
    background-color: #00ff95; }

.site-nav {
  min-width: 240px;
  display: none !important;
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.6784313725);
  padding: 39px;
  top: 100%;
  text-align: right; }
  .site-nav.active {
    display: flex !important; }

.pro-bg-color {
  background: #0e0e0e; }

.pro-caption {
  background: #0e0e0e;
  padding: 70px 0;
  text-align: center;
  color: #fff; }
  .pro-caption h3 {
    font-size: 280%; }

.img-contain {
  object-fit: contain; }

.parallax-slider {
  max-width: 100%; }

.social-icon-wrapper:hover .social-icon {
  opacity: 0.5; }
.social-icon-wrapper .social-icon {
  transition: .7s all;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  margin-right: 7px; }
  .social-icon-wrapper .social-icon:hover {
    opacity: 1;
    text-decoration: none; }

.text-dark {
  color: #000 !important; }

.font-lighter {
  font-weight: 300 !important; }

.site-button-black {
  color: #000;
  border: 2px solid #000; }

/*# sourceMappingURL=main.css.map */
