@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700");
body,
html {
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  overflow-y: hidden;
  overflow-x: hidden; }

.font-xs {
  font-size: 12px; }

.font-sm {
  font-size: 16px; }

.font-md {
  font-size: 28px; }

.font-lg {
  font-size: 35px; }

.font-xlg {
  font-size: 50px; }

.font-xxlg {
  font-size: 90px; }

.color-transparent {
  color: transparent; }

.background-color-transparent, #main .subscribe .subscribe-form .subscribe-field {
  background-color: transparent; }

.border-color-transparent {
  border-color: transparent; }

.color-white, #main, #main .subscribe .subscribe-open:hover, #main .subscribe .subscribe-close, #main .subscribe .subscribe-close .ion-ios-close-empty, #main .subscribe .subscribe-form .subscribe-submit:hover, #content .title, #content .content-wrapper #about .text-content, #content .content-wrapper #services .box, #content .content-wrapper #services .box .box-text, #content .content-wrapper #contact .details .details-block span, #content .content-wrapper #contact .get-in-touch .contact-form .label, #content .content-wrapper #contact .get-in-touch .contact-form .submit-btn {
  color: #FFF; }

.background-color-white, .navigation, .navigation ul li .title-animation, .navigation-mobile .navbar-collapse, #main, #main .subscribe .subscribe-close:hover, #main .main-wrapper .logo-wrapper .logo-wrapper-animation, #content .vertical-separator, #content .content-wrapper #about hr, #content .content-wrapper #contact hr, #content .content-wrapper #contact .get-in-touch .contact-form .submit-btn:hover {
  background-color: #FFF; }

.border-color-white, #content .content-wrapper #contact .get-in-touch .contact-form .input-text,
#content .content-wrapper #contact .get-in-touch .contact-form .input-textarea, #content .content-wrapper #contact .get-in-touch .contact-form .submit-btn {
  border-color: #FFF; }

.color-light-gray, #content .social a span, #content .social a span:hover, #content .content-wrapper #services .box .box-title, #content .content-wrapper #contact .details .details-block a, #content .content-wrapper #contact .details .details-block a:hover, #content .content-wrapper #contact .get-in-touch .contact-form .input-text,
#content .content-wrapper #contact .get-in-touch .contact-form .input-textarea, #content .content-wrapper #contact .get-in-touch .contact-form .submit-btn:hover {
  color: #bbacac; }

.background-color-light-gray {
  background-color: #bbacac; }

.border-color-light-gray {
  border-color: #bbacac; }

.color-dark-gray, .navigation ul li .title-animation:hover, .navigation ul .g-map-marker .title-animation:hover, #main .main-text .title, #main .main-text .paragraph, #main #counter .counter-wrapper .countdown-wrap .countdown {
  color: #484343; }

.background-color-dark-gray, #main .main-wrapper .logo-wrapper .logo-wrapper-animation:before {
  background-color: #484343; }

.border-color-dark-gray {
  border-color: #484343; }

.color-black {
  color: #000; }

.background-color-black {
  background-color: #000; }

.border-color-black {
  border-color: #000; }

.color-red {
  color: #773232; }

.background-color-red {
  background-color: #773232; }

.border-color-red {
  border-color: #773232; }

.color-blue, .navigation ul li .title-animation, .navigation-mobile .navbar-collapse ul li, #main .subscribe .subscribe-open, #main .subscribe .subscribe-close:hover, #main .subscribe .subscribe-close:hover .ion-ios-close-empty, #main .subscribe .subscribe-form .subscribe-submit, #main .main-wrapper .logo-wrapper .logo-wrapper-animation, #main .main-wrapper .logo-wrapper .logo-wrapper-animation span, #main #counter .counter-wrapper .countdown-wrap {
  color: #07516c; }

.background-color-blue, .navigation ul li .title-animation:before, .navigation ul .g-map-marker .title-animation:before, .navigation-mobile .icon-bar, #main .subscribe .subscribe-open:hover, #main .subscribe .subscribe-close, #main .subscribe .subscribe-form .subscribe-submit:hover {
  background-color: #07516c; }

.border-color-blue, .navigation ul .g-map-marker, .navigation-mobile .navbar-toggler, .navigation-mobile .navbar-collapse ul li, .navigation-mobile .navbar-collapse ul li:last-child, #main .subscribe .subscribe-open, #main .subscribe .subscribe-form .subscribe-field, #main .subscribe .subscribe-form .subscribe-submit, #main .subscribe .subscribe-form .subscribe-submit:hover {
  border-color: #07516c; }

.color-green {
  color: #4b664c; }

.background-color-green {
  background-color: #4b664c; }

.border-color-green {
  border-color: #4b664c; }

.color-purple {
  color: #4c3c54; }

.background-color-purple {
  background-color: #4c3c54; }

.border-color-purple {
  border-color: #4c3c54; }

.navigation {
  position: absolute;
  right: 5px;
  top: 0;
  width: 100vh;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right top; }
  .navigation ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    float: left;
    height: 100%; }
    .navigation ul li {
      width: calc( 25vh - 20px );
      text-transform: uppercase;
      text-align: center;
      outline: none;
      float: left;
      display: table;
      -webkit-transform: translate3d(0, 0, 0);
      padding: 19px; }
      .navigation ul li .title-animation {
        outline: none;
        text-decoration: none;
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .navigation ul li .title-animation:hover:before {
          -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
          transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }
        .navigation ul li .title-animation:before {
          content: "";
          position: absolute;
          height: 2px;
          width: 96px;
          top: 63%;
          left: 28%;
          margin-top: -10px;
          z-index: -1;
          -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
          transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
          -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s; }
    .navigation ul .g-map-marker {
      width: 68px;
      height: 100%;
      border-top: 1px solid;
      display: table;
      padding: 0;
      transform: rotate(-90deg); }
      .navigation ul .g-map-marker .title-animation {
        background-color: transparent;
        float: none;
        top: 10px;
        left: -10px; }
        .navigation ul .g-map-marker .title-animation span {
          font-size: 37px; }
        .navigation ul .g-map-marker .title-animation:hover:before {
          -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
          transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }
        .navigation ul .g-map-marker .title-animation:before {
          content: "";
          position: absolute;
          height: 2px;
          width: 60px;
          top: 63%;
          left: 2%;
          margin-top: -10px;
          z-index: -1;
          -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
          transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
          -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s; }

.navigation-mobile {
  display: none;
  position: fixed;
  top: 50px;
  right: 0; }
  .navigation-mobile .navbar-toggler {
    border: 1px solid;
    z-index: 2;
    padding: 6px;
    margin: 2px;
    margin-top: 7px; }
  .navigation-mobile .navbar-toggler[aria-expanded="true"] {
    border: none; }
  .navigation-mobile .navbar-collapse {
    width: calc(100vw - 30px); }
    .navigation-mobile .navbar-collapse ul li {
      border: 1px solid;
      border-bottom: 0;
      text-align: center;
      width: 100%;
      text-transform: uppercase; }
      .navigation-mobile .navbar-collapse ul li:last-child {
        border-bottom: 1px solid; }

#background-effect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png);
  opacity: 0.3;
  z-index: -1; }

#main {
  float: left;
  height: 100vh;
  padding: 0px;
  display: flex;
  align-items: center; }
  #main .subscribe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #main .subscribe .animated {
      animation-duration: 0.8s; }
    #main .subscribe .subscribe-open {
      border: 1px solid;
      border-top: none;
      padding: 0 10px;
      margin-left: calc( 50% - 42px );
      width: 84px;
      text-align: center;
      cursor: pointer;
      height: 90px;
      transition: all 0.5s ease-in-out; }
      #main .subscribe .subscribe-open .ion-ios-email-outline {
        font-size: 40px; }
      #main .subscribe .subscribe-open p {
        margin-top: -15px; }
    #main .subscribe .subscribe-close {
      margin-left: 0px;
      transition: all 0.5s ease-in-out;
      width: 60px;
      height: 46px;
      float: left; }
      #main .subscribe .subscribe-close:hover {
        transition: 0.8s;
        background-color: #FFF; }
        #main .subscribe .subscribe-close:hover .ion-ios-close-empty {
          font-size: 27px; }
      #main .subscribe .subscribe-close .ion-ios-close-empty {
        font-size: 27px; }
    #main .subscribe .subscribe-form {
      display: none;
      float: left;
      width: calc(100% - 60px );
      height: 46px; }
      #main .subscribe .subscribe-form .subscribe-field {
        border: none;
        width: calc(100% - 150px);
        border-bottom: 1px solid;
        padding: 10px;
        float: left;
        height: 46px;
        background: transparent; }
      #main .subscribe .subscribe-form .subscribe-submit {
        border: none;
        padding: 10px;
        width: 150px;
        background: transparent;
        margin: 0;
        float: left;
        height: 46px;
        cursor: pointer;
        border-bottom: 1px solid;
        border-left: 1px solid; }
        #main .subscribe .subscribe-form .subscribe-submit:hover {
          transition: 0.5s; }
  #main .main-wrapper {
    position: relative; }
    #main .main-wrapper .logo-wrapper {
      margin: 0 auto;
      width: 100%;
      text-align: center;
      -webkit-transform: translate3d(0, 0, 0); }
      #main .main-wrapper .logo-wrapper .logo-wrapper-animation {
        outline: none;
        text-decoration: none;
        position: relative;
        line-height: 1;
        display: inline-block;
        font-size: 100px;
        padding: 0 10px 20px;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        #main .main-wrapper .logo-wrapper .logo-wrapper-animation:hover:before {
          -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
          transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }
        #main .main-wrapper .logo-wrapper .logo-wrapper-animation:hover span {
          opacity: 1;
          bottom: 5px;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        #main .main-wrapper .logo-wrapper .logo-wrapper-animation:before {
          content: "";
          position: absolute;
          height: 8px;
          width: 100%;
          top: 43%;
          z-index: -1;
          -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
          transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 1, 1);
          -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s; }
        #main .main-wrapper .logo-wrapper .logo-wrapper-animation span {
          font-size: 20%;
          font-weight: 400;
          position: absolute;
          right: 15px;
          bottom: 0;
          opacity: 0;
          -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
          -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s; }
  #main .main-text .title {
    width: 80%;
    text-align: center;
    margin: 0 auto; }
  #main .main-text .paragraph {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px; }
  #main #counter {
    position: absolute;
    width: 100%;
    bottom: 0; }
    #main #counter .counter-wrapper {
      margin: 0 auto;
      width: fit-content;
      width: -moz-fit-content;
      height: 112px;
      padding-left: 12px; }
      #main #counter .counter-wrapper .countdown-wrap {
        float: left;
        text-align: center;
        border-top: 2px solid;
        padding: 10px;
        margin-right: 12px;
        width: 100px; }
        #main #counter .counter-wrapper .countdown-wrap .countdown {
          display: block; }

#content {
  overflow-y: scroll;
  height: 100vh;
  padding-right: 67px;
  padding-left: 0px;
  background-color: rgba(41, 41, 41, 0.75); }
  #content section {
    margin-top: 50px;
    display: inline-block;
    width: 100%; }
  #content .title {
    text-transform: uppercase;
    text-align: center;
    display: block; }
  #content .vertical-separator {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    width: 1px;
    height: 50px; }
  #content .social {
    position: relative;
    text-align: center; }
    #content .social a {
      margin: 0 5px;
      text-decoration: none; }
      #content .social a:first-child:before {
        display: none; }
      #content .social a:before {
        content: "";
        left: -20px;
        top: 3px;
        width: 10px;
        height: 13px;
        display: inline-block; }
      #content .social a span {
        width: 37px;
        height: 30px;
        display: table-cell;
        font-size: 20px; }
        #content .social a span:hover {
          text-decoration: none;
          transition: 0.5s; }
  #content .content-wrapper {
    max-width: 900px;
    margin: 0 auto; }
    #content .content-wrapper #about {
      display: grid;
      text-align: center; }
      #content .content-wrapper #about hr {
        width: 50px;
        margin: 20 auto; }
      #content .content-wrapper #about .text-content .paragraph {
        margin-top: 40px; }
    #content .content-wrapper #portfolio .gallery {
      margin-left: -30px;
      height: 30px; }
      #content .content-wrapper #portfolio .gallery img {
        width: 100%;
        height: auto;
        vertical-align: top; }
      #content .content-wrapper #portfolio .gallery figure {
        display: block;
        float: left;
        padding: 0px; }
        #content .content-wrapper #portfolio .gallery figure:hover .caption {
          opacity: 1; }
      #content .content-wrapper #portfolio .gallery figcaption {
        display: none; }
      #content .content-wrapper #portfolio .gallery .column-3 {
        width: calc(100% / 3);
        margin: 0; }
        #content .content-wrapper #portfolio .gallery .column-3 .caption {
          top: 0%;
          height: 192px;
          width: calc(100% / 3); }
          #content .content-wrapper #portfolio .gallery .column-3 .caption .cap-text {
            top: 40%; }
      #content .content-wrapper #portfolio .gallery .column-2 {
        width: 50%;
        margin: 0; }
      #content .content-wrapper #portfolio .gallery .caption {
        width: inherit;
        height: 281px;
        top: 192px;
        text-align: center;
        font-size: 25px;
        cursor: pointer;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out; }
        #content .content-wrapper #portfolio .gallery .caption .cap-bg {
          background-color: rgba(0, 0, 0, 0.65);
          height: 100%;
          width: 100%;
          z-index: 1;
          position: absolute; }
        #content .content-wrapper #portfolio .gallery .caption .cap-text {
          z-index: 2;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 45%;
          color: #FFF; }
    #content .content-wrapper #services .title {
      margin-bottom: 30px; }
    #content .content-wrapper #services .content-box {
      float: left; }
    #content .content-wrapper #services .box {
      margin: 25px auto;
      text-align: center; }
      #content .content-wrapper #services .box .box-icon {
        font-size: 4rem; }
      #content .content-wrapper #services .box .box-title {
        font-size: 1.5rem;
        letter-spacing: 5px;
        text-transform: uppercase; }
        #content .content-wrapper #services .box .box-title .slash-icon {
          margin: 0 10px; }
    #content .content-wrapper #contact .details {
      text-align: center; }
      #content .content-wrapper #contact .details .details-block {
        display: inline-block;
        margin: 0 30px 15px; }
        #content .content-wrapper #contact .details .details-block span {
          padding-right: 5px;
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 0.2em;
          font-weight: 700; }
        #content .content-wrapper #contact .details .details-block a {
          position: relative;
          left: 20px; }
          #content .content-wrapper #contact .details .details-block a:before {
            content: "";
            position: absolute;
            left: -20px;
            top: 3px;
            width: 10px;
            height: 13px; }
          #content .content-wrapper #contact .details .details-block a:hover {
            text-decoration: none;
            transition: 0.5s; }
    #content .content-wrapper #contact hr {
      width: 50px;
      margin: 20 auto; }
    #content .content-wrapper #contact .get-in-touch {
      max-width: 650px;
      margin: 0 auto;
      position: relative;
      margin-top: 50px; }
      #content .content-wrapper #contact .get-in-touch .contact-form .form-field {
        position: relative;
        margin: 20px 0; }
      #content .content-wrapper #contact .get-in-touch .contact-form .input-text,
      #content .content-wrapper #contact .get-in-touch .contact-form .input-textarea {
        display: block;
        width: 100%;
        height: 36px;
        border-width: 0 0 1px 0;
        background: transparent;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400; }
        #content .content-wrapper #contact .get-in-touch .contact-form .input-text:focus,
        #content .content-wrapper #contact .get-in-touch .contact-form .input-textarea:focus {
          outline: none; }
        #content .content-wrapper #contact .get-in-touch .contact-form .input-text:focus + .label, #content .content-wrapper #contact .get-in-touch .contact-form .input-text.not-empty + .label,
        #content .content-wrapper #contact .get-in-touch .contact-form .input-textarea:focus + .label,
        #content .content-wrapper #contact .get-in-touch .contact-form .input-textarea.not-empty + .label {
          transform: translateY(-24px); }
      #content .content-wrapper #contact .get-in-touch .contact-form .input-textarea {
        resize: none;
        height: 200px; }
      #content .content-wrapper #contact .get-in-touch .contact-form .label {
        position: absolute;
        left: 20px;
        bottom: 11px;
        background: transparent;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        cursor: text;
        transition: transform 0.2s ease-in-out; }
      #content .content-wrapper #contact .get-in-touch .contact-form .textarea-label {
        top: -10px; }
      #content .content-wrapper #contact .get-in-touch .contact-form .submit-btn {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 16px;
        border: none;
        cursor: pointer;
        background: none;
        border: 1px solid; }
        #content .content-wrapper #contact .get-in-touch .contact-form .submit-btn:hover {
          transition: 1s; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-thumb {
  background: #FFF; }

#map {
  height: 400px;
  width: 100% !important;
  top: 50px; }

@media only screen and (max-width: 1400px) {
  #main #counter .counter-wrapper .countdown-wrap {
    width: 60px; } }
@media only screen and (max-width: 1024px) {
  .font-lg {
    font-size: 25px; } }
@media only screen and (max-width: 991px) {
  body,
  html {
    overflow-y: scroll; }

  #main {
    height: auto;
    min-height: 100vh; }
    #main .subscribe p {
      position: relative; }
    #main .subscribe .main-text {
      position: relative; }
    #main .main-wrapper {
      position: relative;
      height: auto;
      margin: auto;
      margin-top: 70px;
      margin-bottom: 70px; }
      #main .main-wrapper .logo-wrapper {
        position: relative; }
        #main .main-wrapper .logo-wrapper .logo-wrapper-animation {
          font-size: 70px; }
    #main .main-text {
      position: relative;
      bottom: 0;
      margin: 20px 0; }
      #main .main-text .paragraph {
        width: 600px;
        margin: 20px 0; }
    #main #counter .countdown-wrap {
      margin-right: 14px !important; }

  #content {
    width: 100vw;
    overflow-y: hidden;
    height: auto;
    padding: 0px; }
    #content section {
      padding-right: 0px; }

  .navigation {
    display: none; }

  .navigation-mobile {
    display: block; }

  .caption {
    display: none; }

  ::-webkit-scrollbar {
    width: 0px; } }
@media only screen and (max-width: 768px) {
  #content {
    overflow-x: hidden; }

  #main .main-text .paragraph {
    max-width: 420px; } }
@media only screen and (max-width: 480px) {
  figure {
    width: 100% !important; }

  .subscribe {
    width: 100vw !important; }

  .content-box {
    padding-right: 0px !important;
    padding-left: 0px !important; }

  .countdown {
    font-size: 30px; } }
@media only screen and (max-width: 425px) {
  #main .main-text .paragraph {
    max-width: 320px; } }

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