@import url("https://fonts.googleapis.com/css?family=Raleway:200,400,900");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400");
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
body#homepage {
  background: url("../img/home-background.jpg");
  background-size: 100%; }

body {
  transition: background .9s;
  overflow-x: hidden; }
  body header {
    border-bottom: 1px solid #414044;
    padding-bottom: 20px; }
    body header #top-bar {
      margin-top: 30px; }
      body header #top-bar #logo {
        float: left; }
      body header #top-bar #menu {
        float: right;
        margin-top: 10px; }
        body header #top-bar #menu li {
          float: left;
          list-style: none;
          padding: 0 5px; }
          body header #top-bar #menu li a {
            font-family: 'Raleway', sans-serif;
            font-size: 15px;
            color: #fff;
            padding: 3px 27px;
            position: relative;
            text-decoration: none;
            /*
            &::before{
            	content:"";
            	background:url('../img/icons/menu-bg.png');
            	top:0;
            	left:0;
            	bottom:0;
            	right:0;
            	position:absolute;
            }*/ }
            body header #top-bar #menu li a.active {
              background: url("../img/icons/menu-bg.png");
              text-decoration: none; }
            body header #top-bar #menu li a:hover {
              text-decoration: none; }
      body header #top-bar #mobile-menu-open {
        float: right; }
      body header #top-bar #mobile-menu-close {
        float: right; }
  body#homepage #mobile-menu-background {
    background: url("../img/home-background.jpg");
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 1000;
    filter: blur(15px); }
  body#aboutpage #mobile-menu-background {
    background: url("../img/about-mobile-menu-bg.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000; }
  body#workpage #mobile-menu-background {
    background: url("../img/about-mobile-menu-bg.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000; }
  body#servicepage #mobile-menu-background {
    background: url("../img/about-mobile-menu-bg.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000; }
  body#contactpage #mobile-menu-background {
    background: url("../img/about-mobile-menu-bg.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000; }
  body#workpage #mobile-menu-section, body#servicepage #mobile-menu-section {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 19%;
    z-index: 1111; }
  body#aboutpage #mobile-menu-section {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1111; }
  body#contactpage #mobile-menu-section {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1111;
    margin-top: 10%; }
  body #mobile-menu-section, body #mobile-menu-sections {
    display: none; }
    body #mobile-menu-section #mobile-menu-around, body #mobile-menu-sections #mobile-menu-around {
      position: absolute;
      width: 100%;
      height: 80%;
      z-index: 1001; }
      body #mobile-menu-section #mobile-menu-around #mobile-menu, body #mobile-menu-sections #mobile-menu-around #mobile-menu {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        filter: blur(0px);
        margin-top: 12%;
        padding: 0; }
        body #mobile-menu-section #mobile-menu-around #mobile-menu li, body #mobile-menu-sections #mobile-menu-around #mobile-menu li {
          list-style: none;
          padding: 10px 0;
          text-align: center; }
          body #mobile-menu-section #mobile-menu-around #mobile-menu li:hover, body #mobile-menu-section #mobile-menu-around #mobile-menu li.active, body #mobile-menu-sections #mobile-menu-around #mobile-menu li:hover, body #mobile-menu-sections #mobile-menu-around #mobile-menu li.active {
            background: url("../img/mobile-menu-li-bg.png"); }
          body #mobile-menu-section #mobile-menu-around #mobile-menu li a, body #mobile-menu-sections #mobile-menu-around #mobile-menu li a {
            font-family: 'Raleway', sans-serif;
            font-size: 22px;
            text-decoration: none;
            color: #d80019;
            padding: 5px 40%; }
  body #wrapper #vesey-brand {
    margin: 0 auto;
    text-align: center;
    margin-top: 15%;
    float: none;
    transition: transform .2s; }
    body #wrapper #vesey-brand .vesey-circle {
      padding: 0;
      border: 2px solid #fff;
      border-radius: 500px;
      display: inline-block; }
  body #wrapper h3 {
    color: #d80019;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    letter-spacing: 6px;
    text-height: 90px;
    text-align: center; }
  body #loading {
    position: absolute;
    margin: 0 auto;
    left: 48%;
    top: 40%;
    animation: loading 3.5s forwards; }
  body #waiting {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 350px;
    font-family: 'Comfortaa', cursive;
    font-size: 17px;
    color: #222;
    letter-spacing: 4px;
    text-align: center;
    display: inline-block; }

body#aboutpage {
  background: url("../img/about-background.jpg") fixed;
  background-size: 100%; }
  body#aboutpage header {
    padding: 5px 0;
    background: url("../img/about-background-blur.jpg");
    background-size: cover;
    border: none; }
    body#aboutpage header #top-bar {
      margin-top: 0;
      z-index: 555; }
  body#aboutpage #wrapper {
    background: url("../img/about-background-blur.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 50vw;
    min-height: 92vh;
    float: right; }
    body#aboutpage #wrapper #about-bg {
      width: 100%;
      min-height: 100vh;
      background: url("../img/about-wrap-bg.png"); }
      body#aboutpage #wrapper #about-bg #content span {
        font-family: 'Raleway', sans-serif;
        color: #000;
        padding: 0;
        font-size: 45px; }
      body#aboutpage #wrapper #about-bg #content p {
        font-family: 'Raleway', sans-serif;
        color: #000;
        font-size: 15px; }

body#workpage header {
  background: url("../img/work-header-background.jpg");
  background-size: 100%;
  height: 100%;
  min-height: 100vh; }
  body#workpage header #top-bar {
    padding-top: 25px;
    margin-top: 0; }
  body#workpage header .container {
    margin-top: 50px; }
  body#workpage header #our-project .title {
    font-family: 'Comfortaa', cursive;
    font-size: 41px; }
    body#workpage header #our-project .title span:first-child {
      color: #fff;
      font-weight: 300; }
    body#workpage header #our-project .title span:nth-child(2) {
      color: #d7263d;
      font-size: 47px;
      font-weight: 400; }
    body#workpage header #our-project .title img {
      margin-left: 30px; }
  body#workpage header #our-project p {
    font-family: 'Comfortaa', cursive;
    font-size: 13px;
    color: #fff;
    font-weight: 300; }
  body#workpage header #our-project #two-arrow .arrow-down {
    width: 60px;
    height: 24px;
    background: url("../img/icons/arrow-down.png");
    margin-left: 32%;
    position: absolute; }
    body#workpage header #our-project #two-arrow .arrow-down:nth-child(1) {
      animation: move-down 3s infinite;
      animation-delay: 3s; }
    body#workpage header #our-project #two-arrow .arrow-down:nth-child(2) {
      animation: move-down-2 3s infinite;
      margin-top: 20px;
      animation-delay: 3s; }
body#workpage #wrapper {
  width: 100%;
  height: auto;
  background: url("../img/work-wrap-background.jpg") fixed;
  padding-bottom: 70px;
  padding-top: 30px; }
  body#workpage #wrapper #projects {
    transition: transform .2s; }
    body#workpage #wrapper #projects .around-item {
      margin-top: 50px; }
      body#workpage #wrapper #projects .around-item a {
        text-decoration: none; }
        body#workpage #wrapper #projects .around-item a .item {
          width: 100%;
          height: auto;
          background: #fff;
          overflow: hidden; }
          body#workpage #wrapper #projects .around-item a .item .blur-mask {
            width: 15px;
            height: 100%;
            background: #fff;
            position: absolute;
            z-index: 555;
            position: absolute;
            z-index: 555; }
          body#workpage #wrapper #projects .around-item a .item .work-mask {
            position: absolute;
            z-index: 555;
            width: 40%;
            height: 90%;
            background: url("../img/work-mask.png");
            border-radius: 13px;
            top: 5%;
            opacity: 0;
            animation: project-hover-opacity-off .7s forwards;
            -webkit-animation: project-hover-opacity-off .7s forwards; }
            body#workpage #wrapper #projects .around-item a .item .work-mask .eye-icon {
              width: 80px;
              height: 47px;
              background: url("../img/icons/icon-eye.png");
              margin: 0 auto;
              margin-top: 40%; }
            body#workpage #wrapper #projects .around-item a .item .work-mask h4 {
              color: #fff;
              font-size: 15px;
              text-transform: uppercase;
              text-align: center;
              font-family: 'Rubik', sans-serif;
              margin-top: 20px; }
          body#workpage #wrapper #projects .around-item a .item img {
            z-index: 1;
            animation: project-hover-off .7s forwards;
            -webkit-animation: project-hover-off .7s forwards; }
          body#workpage #wrapper #projects .around-item a .item:hover img {
            animation: project-hover .8s forwards;
            -webkit-animation: project-hover .8s forwards; }
          body#workpage #wrapper #projects .around-item a .item:hover .work-mask {
            animation: project-hover-opacity .8s forwards;
            -webkit-animation: project-hover-opacity .8s forwards; }
          body#workpage #wrapper #projects .around-item a .item #content {
            background: #fff;
            z-index: 1000; }
            body#workpage #wrapper #projects .around-item a .item #content h3 {
              font-family: 'Libre Franklin', sans-serif;
              display: inline-block;
              font-size: 21px;
              letter-spacing: 3px;
              padding: 0 30px;
              color: #000; }
            body#workpage #wrapper #projects .around-item a .item #content #skills {
              margin-top: 10px; }
              body#workpage #wrapper #projects .around-item a .item #content #skills p {
                font-family: 'Libre Franklin', sans-serif;
                font-size: 12px;
                text-transform: uppercase;
                margin-bottom: 2px;
                color: #000; }

body#projectpage {
  background: url("../img/project-background.jpg") fixed;
  background-size: cover;
  height: 100%;
  min-height: 100vh; }
  body#projectpage header {
    border-bottom: none; }
    body#projectpage header #top-bar {
      padding-top: 25px;
      margin-top: 0; }
  body#projectpage #wrapper #project-info {
    top: 25vh;
    color: #fff;
    font-family: 'Raleway', sans-serif; }
    body#projectpage #wrapper #project-info h3 {
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 3px;
      color: #fff;
      font-family: 'Raleway', sans-serif; }
    body#projectpage #wrapper #project-info p {
      font-size: 14px;
      font-weight: 200; }
      body#projectpage #wrapper #project-info p.more-info {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 100;
        line-height: 20px; }
        body#projectpage #wrapper #project-info p.more-info span {
          text-transform: uppercase;
          font-weight: 300;
          letter-spacing: 2px;
          display: block;
          padding-top: 20px; }
    body#projectpage #wrapper #project-info #button-view {
      margin-top: 30px;
      margin-left: -10px; }
      body#projectpage #wrapper #project-info #button-view .btn {
        font-family: 'Rubik', sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        border: solid 2px #3fbcef;
        border-radius: 17px;
        font-size: 10px;
        padding: 9px 19px 7px 19px;
        letter-spacing: 1px;
        margin: 0 5px; }
        body#projectpage #wrapper #project-info #button-view .btn:hover {
          background: #3fbcef; }
        body#projectpage #wrapper #project-info #button-view .btn:first-child {
          background: #3fbcef; }
          body#projectpage #wrapper #project-info #button-view .btn:first-child:hover {
            background: none; }
  body#projectpage #wrapper #project-laptop {
    margin-top: 25vh;
    height: auto; }
    body#projectpage #wrapper #project-laptop img#laptop-mockup {
      max-width: 105%;
      height: auto; }
    body#projectpage #wrapper #project-laptop #screenshot {
      background: #fff;
      position: absolute;
      overflow-y: auto;
      overflow-x: hidden; }
      body#projectpage #wrapper #project-laptop #screenshot img {
        max-width: 100%; }
      body#projectpage #wrapper #project-laptop #screenshot::-webkit-scrollbar {
        display: none; }
      body#projectpage #wrapper #project-laptop #screenshot::-moz-webkit-scrollbar {
        display: none; }
      body#projectpage #wrapper #project-laptop #screenshot #mouse {
        width: 80px;
        height: 80px;
        background: url("../img/icons/mouse.png");
        position: absolute;
        left: 40%;
        top: 40%;
        vertical-align: middle; }
        body#projectpage #wrapper #project-laptop #screenshot #mouse #scroll {
          width: 2px;
          height: 4px;
          background: #fff;
          margin: 0 auto;
          margin-top: 40%;
          animation: mouse-scroll-down 2s infinite; }

body#servicepage {
  background: url("../img/service-background.jpg") fixed;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden; }
  body#servicepage header {
    border-bottom: 0px;
    padding-bottom: 0px;
    overflow: auto; }
    body#servicepage header #main-content {
      margin-top: 25vh; }
      body#servicepage header #main-content div {
        transition: margin .3s; }
      body#servicepage header #main-content h1 {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 44px; }
        body#servicepage header #main-content h1 .service-line {
          width: 80px;
          height: 2px;
          background: #fff;
          display: inline-block;
          margin-bottom: 9px;
          margin-left: 20px; }
      body#servicepage header #main-content p {
        font-family: 'Comfortaa', sans-serif;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: bold;
        margin-top: 20px;
        line-height: 27px;
        font-size: 11px; }
    body#servicepage header #list-service {
      margin-right: 60px;
      position: fixed;
      right: 0;
      margin-top: 200px; }
      body#servicepage header #list-service ul {
        padding: 0; }
        body#servicepage header #list-service ul li {
          list-style: none; }
          body#servicepage header #list-service ul li .div-circle {
            border-radius: 50px;
            height: 70px;
            width: 70px;
            border: 3px solid #525252;
            transition: border 1s;
            animation: circle-undo-rotate .5s; }
          body#servicepage header #list-service ul li:nth-child(1).active .div-circle {
            border: 3px solid #ff2828;
            animation: circle-rotate 1.2s; }
            body#servicepage header #list-service ul li:nth-child(1).active .div-circle .service-img {
              width: 26px;
              height: 26px;
              background: url("../img/icons/ui-ux.png");
              margin-left: 19px;
              margin-top: 19px; }
          body#servicepage header #list-service ul li:nth-child(1).active .line {
            height: 90vh; }
          body#servicepage header #list-service ul li:nth-child(1) .div-circle .service-img {
            width: 26px;
            height: 26px;
            background: url("../img/icons/ui-ux-grey.png");
            margin-left: 19px;
            margin-top: 19px; }
          body#servicepage header #list-service ul li:nth-child(1) .line {
            width: 3px;
            height: 40vh;
            background: #ff2828;
            margin-left: 32px;
            position: absolute;
            margin-top: -90vh;
            transition: height 1s; }
          body#servicepage header #list-service ul li:nth-child(2) {
            margin-top: 20px; }
            body#servicepage header #list-service ul li:nth-child(2).active .div-circle {
              border: 3px solid #1eb41e;
              animation: circle-rotate 1s; }
              body#servicepage header #list-service ul li:nth-child(2).active .div-circle .service-img {
                margin: 14px 0px 0px 13px;
                width: 40px;
                height: 33px;
                background: url("../img/icons/code-icon.png"); }
            body#servicepage header #list-service ul li:nth-child(2).active .line {
              width: 60px; }
            body#servicepage header #list-service ul li:nth-child(2) .div-circle .service-img {
              margin: 14px 0px 0px 13px;
              width: 40px;
              height: 33px;
              background: url("../img/icons/code-icon-grey.png"); }
            body#servicepage header #list-service ul li:nth-child(2) .line {
              width: 0px;
              height: 3px;
              background: #1eb41e;
              float: right;
              margin-right: -60px;
              margin-top: -33px;
              transition: width 1s; }
          body#servicepage header #list-service ul li:nth-child(3) {
            margin-top: 20px; }
            body#servicepage header #list-service ul li:nth-child(3).active .div-circle {
              border: 3px solid #2a2aa3;
              animation: circle-rotate .9s; }
              body#servicepage header #list-service ul li:nth-child(3).active .div-circle .service-img {
                margin: 17px 0px 0px 19px;
                width: 28px;
                height: 28px;
                background: url("../img/icons/outsource-icon.png"); }
            body#servicepage header #list-service ul li:nth-child(3).active .line {
              height: 700px; }
            body#servicepage header #list-service ul li:nth-child(3) .div-circle .service-img {
              margin: 17px 0px 0px 19px;
              width: 28px;
              height: 28px;
              background: url("../img/icons/outsource-icon-grey.png"); }
            body#servicepage header #list-service ul li:nth-child(3) .line {
              width: 3px;
              height: 0px;
              background: #2a2aa3;
              margin-left: 35px;
              transition: height 1s; }
    body#servicepage header #list-service-bottom {
      margin: 0 auto;
      margin-top: 100px;
      padding-bottom: 200px; }
      body#servicepage header #list-service-bottom ul {
        padding: 0; }
        body#servicepage header #list-service-bottom ul li {
          list-style: none;
          float: left;
          margin-left: 20px; }
          body#servicepage header #list-service-bottom ul li .div-circle {
            border-radius: 50px;
            height: 70px;
            width: 70px;
            border: 3px solid #525252;
            transition: border 1s;
            animation: circle-undo-rotate .5s; }
          body#servicepage header #list-service-bottom ul li:nth-child(1).active .div-circle {
            border: 3px solid #ff2828;
            animation: circle-rotate 1.2s; }
            body#servicepage header #list-service-bottom ul li:nth-child(1).active .div-circle .service-img {
              width: 26px;
              height: 26px;
              background: url("../img/icons/ui-ux.png"); }
          body#servicepage header #list-service-bottom ul li:nth-child(1) .div-circle .service-img {
            width: 26px;
            height: 26px;
            background: url("../img/icons/ui-ux-grey.png");
            margin-left: 19px;
            margin-top: 19px; }
          body#servicepage header #list-service-bottom ul li:nth-child(1) .line {
            height: 3px;
            background: #ff2828;
            margin-top: 32px;
            position: absolute;
            left: 0; }
          body#servicepage header #list-service-bottom ul li:nth-child(2).active .div-circle {
            border: 3px solid #1eb41e;
            animation: circle-rotate 1s; }
            body#servicepage header #list-service-bottom ul li:nth-child(2).active .div-circle .service-img {
              margin: 14px 0px 0px 13px;
              width: 40px;
              height: 33px;
              background: url("../img/icons/code-icon.png"); }
          body#servicepage header #list-service-bottom ul li:nth-child(2).active .line {
            height: 180px; }
          body#servicepage header #list-service-bottom ul li:nth-child(2) .div-circle .service-img {
            margin: 14px 0px 0px 13px;
            width: 40px;
            height: 33px;
            background: url("../img/icons/code-icon-grey.png"); }
          body#servicepage header #list-service-bottom ul li:nth-child(2) .line {
            height: 0px;
            width: 3px;
            background: #1eb41e;
            float: right;
            margin-right: 33px;
            margin-top: 0px;
            transition: width 1s; }
          body#servicepage header #list-service-bottom ul li:nth-child(3).active .div-circle {
            border: 3px solid #2a2aa3;
            animation: circle-rotate .9s; }
            body#servicepage header #list-service-bottom ul li:nth-child(3).active .div-circle .service-img {
              margin: 17px 0px 0px 19px;
              width: 28px;
              height: 28px;
              background: url("../img/icons/outsource-icon.png"); }
          body#servicepage header #list-service-bottom ul li:nth-child(3).active .line {
            width: 500px; }
          body#servicepage header #list-service-bottom ul li:nth-child(3) .div-circle .service-img {
            margin: 17px 0px 0px 19px;
            width: 28px;
            height: 28px;
            background: url("../img/icons/outsource-icon-grey.png"); }
          body#servicepage header #list-service-bottom ul li:nth-child(3) .line {
            height: 3px;
            width: 0px;
            background: #2a2aa3;
            margin-left: 67px;
            margin-top: -35px;
            transition: height 1s;
            position: absolute; }

footer {
  width: 100%;
  height: 130px;
  background: #1c1e1d; }
  footer #logo {
    width: 100px;
    height: 25px;
    background: url("../img/bottom-logo.png");
    background-size: cover;
    margin: 0 auto;
    top: 50px; }
  footer p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-top: 10px; }

body#contactpage header {
  z-index: 999;
  position: absolute;
  background: url("../img/bg_menu_contact.png") repeat;
  padding: 0px;
  width: 100%; }
  body#contactpage header #top-bar {
    margin-top: 0px; }
    body#contactpage header #top-bar #menu {
      margin: 16px 0px; }
body#contactpage #map {
  height: 527px;
  width: 100%;
  top: 0px; }
body#contactpage #wrapper {
  background: url("../img/contact-bg-blur.png") 0px 0px fixed;
  background-size: cover;
  padding-bottom: 70px; }
  body#contactpage #wrapper .content h1 {
    text-align: center;
    font-size: 55px;
    color: #010101;
    margin-top: 78px;
    margin-bottom: 56px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  body#contactpage #wrapper .content p {
    font-family: 'Libre Franklin', sans-serif;
    color: #010101;
    margin-bottom: 47px;
    font-size: 16px; }
  body#contactpage #wrapper .content .contact-solution {
    color: #010101;
    margin-bottom: 32px; }
    body#contactpage #wrapper .content .contact-solution img {
      float: left;
      margin-right: 37px; }
    body#contactpage #wrapper .content .contact-solution span {
      padding-top: 23px;
      display: block;
      font-size: 16px;
      font-family: 'Open Sans', sans-serif; }
    body#contactpage #wrapper .content .contact-solution #hire-us {
      margin-left: 22%;
      margin-right: 0px; }
  body#contactpage #wrapper .content #form_contact {
    width: 100%;
    position: relative; }
    body#contactpage #wrapper .content #form_contact .text {
      width: 100%;
      border: 0;
      outline: none;
      padding: 20px 10px;
      color: #424242;
      border-bottom: 2px solid #000000;
      background: none;
      z-index: 2;
      line-height: 100%;
      transition: all .25s ease-in-out;
      color: #fff; }
      body#contactpage #wrapper .content #form_contact .text:focus + label {
        color: #00B0FF; }
      body#contactpage #wrapper .content #form_contact .text:valid + label, body#contactpage #wrapper .content #form_contact .text:focus + label {
        font-size: 15px;
        top: -8px; }
      body#contactpage #wrapper .content #form_contact .text:focus {
        border-bottom: 2px solid #00B0FF; }
    body#contactpage #wrapper .content #form_contact label {
      color: #010101;
      font-weight: 700;
      left: 20px;
      top: 30px;
      transition: all .25s ease-in-out;
      z-index: 1;
      display: block;
      height: 20px;
      position: absolute; }
    body#contactpage #wrapper .content #form_contact div {
      margin-bottom: 20px; }
    body#contactpage #wrapper .content #form_contact .btn-black {
      width: 50%;
      border-radius: 20px;
      text-align: center;
      display: block;
      margin: 0px auto;
      color: #000;
      font-weight: 400;
      font-size: 19px;
      padding: 10px 0px;
      cursor: hand;
      background: none;
      border-width: 2px;
      border-color: #000; }
      body#contactpage #wrapper .content #form_contact .btn-black:hover {
        background: #000000;
        color: #fff; }

@media (min-width: 1900px) {
  #project-laptop #screenshot {
    height: 50%; } }
@media (min-width: 1200px) and (max-width: 1900px) {
  #project-laptop #screenshot {
    height: 57%; } }
@media (max-width: 1200px) {
  #vesey-brand {
    width: 100%; }
    #vesey-brand .vesey-circle {
      width: 110px;
      height: 110px; }
      #vesey-brand .vesey-circle img {
        margin-top: 30px;
        margin-left: 10px; }

  #screenshot {
    margin-left: 12%;
    margin-top: 3%;
    width: 76%;
    height: 55%; } }
@media (min-width: 1200px) {
  #vesey-brand {
    width: 50%; }
    #vesey-brand .vesey-circle {
      width: 110px;
      height: 110px; }
      #vesey-brand .vesey-circle img {
        margin-top: 30px;
        margin-left: 10px; }

  #screenshot {
    margin-top: 26px;
    margin-left: 93px;
    width: 77%; } }
@media (min-width: 990px) {
  body#aboutpage #wrapper #content {
    padding: 100px 120px 50px 30px; }

  body#workpage #our-project {
    margin-top: 30vh; }
    body#workpage #our-project #two-arrow {
      margin-top: 70px; }
    body#workpage #our-project p {
      margin-left: 80px; }
  body#workpage #projects .work-mask {
    width: 40%;
    height: 90%; }
  body#workpage #projects #content h3 {
    margin-top: 15%; }
  body#workpage #projects #content p {
    padding: 2px 0; }
  body#workpage #projects img {
    width: 50%;
    margin: -5px -7px -5px -7px; }
  body#workpage #projects .around-item:nth-child(even) img {
    float: left; }
  body#workpage #projects .around-item:nth-child(even) #content {
    text-align: left; }
    body#workpage #projects .around-item:nth-child(even) #content #skills {
      margin-left: 55%; }
  body#workpage #projects .around-item:nth-child(even) .blur-mask {
    right: 48.8%; }
  body#workpage #projects .around-item:nth-child(even) .work-mask {
    left: 5.5%; }
  body#workpage #projects .around-item:nth-child(odd) img {
    float: right; }
  body#workpage #projects .around-item:nth-child(odd) #content {
    text-align: right; }
    body#workpage #projects .around-item:nth-child(odd) #content #skills {
      margin-right: 55%; }
  body#workpage #projects .around-item:nth-child(odd) .blur-mask {
    left: 49%; }
  body#workpage #projects .around-item:nth-child(odd) .work-mask {
    left: 54.5%; }

  body#projectpage #project-laptop-around {
    display: block; }
  body#projectpage #mobile-view {
    display: none; } }
@media (max-width: 990px) {
  #menu {
    display: none; }

  body#aboutpage #wrapper {
    width: 100vw; }
    body#aboutpage #wrapper #content {
      padding: 50px 20px 50px 40px; }

  body#workpage #work-laptop {
    display: none; }
  body#workpage #our-project {
    margin-top: 20vh; }
    body#workpage #our-project #two-arrow {
      margin-top: 20px; }
    body#workpage #our-project p {
      margin-left: 20px; }
  body#workpage #projects .work-mask {
    display: none; }
  body#workpage #projects #content {
    padding-bottom: 30px; }
    body#workpage #projects #content h3 {
      margin-top: 20px; }
    body#workpage #projects #content #skills p {
      display: inline-block;
      margin-left: 30px; }
  body#workpage #projects img {
    width: 100%;
    margin: -5px -5px -5px 0px; }
  body#workpage #projects .blur-mask {
    display: none; }

  body#projectpage #project-laptop-around {
    display: none; }
  body#projectpage #mobile-view {
    color: white;
    margin-top: 200px; } }
@media (min-width: 900px) {
  #list-service-bottom {
    display: none; }

  #loading-page #svg-vesey, #loading-page #svg-vesey-loading, #welcome-page #svg-vesey, #welcome-page #svg-vesey-loading {
    width: 7%;
    height: 7%; }
  #loading-page #svg-vesey-letters, #welcome-page #svg-vesey-letters {
    width: 11%;
    height: 11%; } }
@media (max-width: 900px) {
  #list-service {
    display: none; }

  #list-service-bottom {
    width: 40%; }
    #list-service-bottom li:nth-child(1).active .line {
      width: 32.1vw; }

  #loading-page #svg-vesey, #loading-page #svg-vesey-loading, #welcome-page #svg-vesey, #welcome-page #svg-vesey-loading {
    width: 13%;
    height: 13%; }
  #loading-page #svg-vesey-letters, #welcome-page #svg-vesey-letters {
    width: 18%;
    height: 18%; } }
@media (max-width: 690px) {
  #list-service-bottom {
    width: 60%; }
    #list-service-bottom li:nth-child(1).active .line {
      width: 23vw; } }
@media (max-width: 600px) {
  #vesey-brand .vesey-circle {
    width: 80px;
    height: 80px; }
    #vesey-brand .vesey-circle img {
      width: 50px;
      margin-top: 20px; }

  body#workpage #our-project img {
    display: none; }

  #loading-page #svg-vesey, #loading-page #svg-vesey-loading, #welcome-page #svg-vesey, #welcome-page #svg-vesey-loading {
    width: 14%;
    height: 14%; }
  #loading-page #svg-vesey-letters, #welcome-page #svg-vesey-letters {
    width: 25%;
    height: 25%;
    margin-left: 5%; } }
@media (max-width: 470px) {
  #vesey-brand .vesey-circle {
    width: 50px;
    height: 50px; }
    #vesey-brand .vesey-circle img {
      width: 45px;
      margin-top: 10px;
      margin-left: 0; }

  #list-service-bottom {
    width: 100%;
    margin-left: 60px; }
    #list-service-bottom li:nth-child(1).active .line {
      width: 5vw; }

  #loading-page #svg-vesey, #loading-page #svg-vesey-loading, #welcome-page #svg-vesey, #welcome-page #svg-vesey-loading {
    width: 15%;
    height: 15%; }
  #loading-page #svg-vesey-letters, #welcome-page #svg-vesey-letters {
    width: 25%;
    height: 25%;
    margin-left: 9%; } }
@keyframes loading {
  0% {
    transform: rotate(0); }
  80% {
    transform: rotate(720deg);
    left: 48%;
    top: 40%; }
  95% {
    left: 10%;
    top: 5%;
    opacity: 1; }
  100% {
    opacity: 0;
    left: 10%;
    top: -5%; } }
@keyframes menu-open-hide {
  0% {
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform: rotate(720deg);
    opacity: 0; } }
@-webkit-keyframes menu-open-hide {
  0% {
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform: rotate(720deg);
    opacity: 0; } }
@keyframes menu-close-hide {
  0% {
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform: rotate(-720deg);
    opacity: 0; } }
@-webkit-keyframes menu-close-hide {
  0% {
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform: rotate(-720deg);
    opacity: 0; } }
@keyframes menu-open-show {
  0% {
    transform: rotate(0);
    opacity: 0; }
  100% {
    transform: rotate(-360deg);
    opacity: 1; } }
@-webkit-keyframes menu-open-show {
  0% {
    transform: rotate(0);
    opacity: 0; }
  100% {
    transform: rotate(-360deg);
    opacity: 1; } }
@keyframes menu-close-show {
  0% {
    transform: rotate(0);
    opacity: 0; }
  100% {
    transform: rotate(360deg);
    opacity: 1; } }
@-webkit-keyframes menu-close-show {
  0% {
    transform: rotate(0);
    opacity: 0; }
  100% {
    transform: rotate(360deg);
    opacity: 1; } }
@keyframes project-hover {
  0% {
    filter: blur(0px) contrast(100%); }
  100% {
    filter: blur(4px) contrast(120%); } }
@-webkit-keyframes project-hover {
  0% {
    filter: blur(0px) contrast(100%); }
  100% {
    filter: blur(4px) contrast(120%); } }
@keyframes project-hover-off {
  0% {
    filter: blur(4px) contrast(120%); }
  100% {
    filter: blur(0px) contrast(100%); } }
@-webkit-keyframes project-hover-off {
  0% {
    filter: blur(4px) contrast(120%); }
  100% {
    filter: blur(0px) contrast(100%); } }
@keyframes project-hover-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes project-hover-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes project-hover-opacity-off {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes project-hover-opacity-off {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes move-down {
  0% {
    margin-top: 0; }
  30% {
    margin-top: 20px;
    opacity: 0; }
  60% {
    margin-top: 20px;
    opacity: 0; }
  80% {
    opacity: 1; }
  85% {
    margin-top: 0; } }
@keyframes move-down-2 {
  0% {
    margin-top: 20px; }
  60% {
    margin-top: 40px;
    opacity: 0; }
  80% {
    opacity: 1; }
  85% {
    margin-top: 20px; } }
@keyframes vesey-ball {
  0% {
    transform: translate(0px, 0px); }
  10% {
    transform: translate(0px, -30px); }
  20% {
    transform: translate(0px, 0px); }
  40% {
    transform: translate(0px, -20px); }
  60% {
    transform: translate(0px, 0px); }
  80% {
    transform: translate(0px, -10px); }
  100% {
    transform: translate(0px, 0px); } }
@keyframes mouse-scroll-down {
  0% {
    transform: translate(0px, 0px); }
  80% {
    transform: translate(0px, 7px);
    opacity: 0.7; }
  100% {
    transform: translate(0px, 0px);
    opacity: 1; } }
@keyframes service-line-1 {
  0% {
    height: 30vh; }
  100% {
    height: 90vh; } }
@keyframes circle-rotate {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-30deg); }
  100% {
    transform: rotate(720deg); } }
@-webkit-keyframes circle-rotate {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-30deg); }
  100% {
    transform: rotate(720deg); } }
@keyframes circle-undo-rotate {
  0% {
    transform: rotate(720deg); }
  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes circle-undo-rotate {
  0% {
    transform: rotate(720deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes loading-fadeup {
  0% {
    margin-top: -10%; }
  100% {
    margin-top: -100%;
    height: 0px; } }
@keyframes loading-fadedown {
  0% {
    margin-top: 18%; }
  100% {
    margin-top: 100%;
    height: 0px; } }
@keyframes loading-line-fadein {
  0% {
    width: 0%; }
  60% {
    width: 100%;
    margin-left: 0; }
  90% {
    opacity: 1; }
  100% {
    margin-left: 100%; } }
@keyframes loading-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes loading-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes vesey-fill {
  0% {
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }
@keyframes vesey-balling {
  0% {
    transform: translateY(0px); }
  10% {
    transform: translateY(-50px); }
  100% {
    transform: translateY(0px); } }
#loading-page {
  display: none; }

#loading-page, #welcome-page {
  background: url("../img/service-background.jpg");
  background-size: cover;
  width: 100%;
  height: 150vh;
  margin-top: -10%;
  position: fixed;
  z-index: 2000;
  transition: background .5s;
  text-align: center; }
  #loading-page #svg-vesey, #loading-page #svg-vesey-loading, #welcome-page #svg-vesey, #welcome-page #svg-vesey-loading {
    margin-top: 50vh; }
    #loading-page #svg-vesey path, #loading-page #svg-vesey-loading path, #welcome-page #svg-vesey path, #welcome-page #svg-vesey-loading path {
      fill: #fff;
      fill-opacity: 0;
      animation: vesey-fill .5s forwards;
      animation-delay: 2s; }
  #loading-page #svg-vesey-letters, #welcome-page #svg-vesey-letters {
    margin-top: -25vh; }
    #loading-page #svg-vesey-letters path, #welcome-page #svg-vesey-letters path {
      opacity: 0; }

#content-wrapper {
  transition: filter 1s; }

#loading-page-up {
  width: 100%;
  height: 100%;
  background: #060606 fixed;
  position: fixed;
  z-index: 1002;
  margin-top: -10%;
  animation: loading-fadeup 1s forwards;
  animation-delay: 1s; }

#line-loading {
  width: 0%;
  height: 2px;
  background: #aaa;
  z-index: 1002;
  margin-top: 65vh;
  animation: loading-line-fadein 1s forwards; }

#loading-page-down {
  width: 100%;
  height: 100%;
  background: #060606 fixed;
  position: fixed;
  z-index: 1001;
  margin-top: 18%;
  animation: loading-fadedown 1s forwards;
  animation-delay: 1s; }

.around-center {
  width: 100%; }

.col-centered {
  float: none;
  margin: 0 auto; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/icons/menu-bg.png");
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

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