.mobile-nav {
  display: none;
  position: absolute;
  z-index: 3;
  right: 35px;
  top: 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.mobile-nav .btn-line {
  width: 28px;
  height: 3px;
  margin: 0 0 5px 0;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.mobile-nav.close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.mobile-nav.close .btn-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px); }

.mobile-nav.close .btn-line:nth-child(2) {
  opacity: 0; }

.mobile-nav.close .btn-line:nth-child(3) {
  -webkit-transform: rotate(135deg) translate(-6px, 6px);
  transform: rotate(135deg) translate(-6px, 6px); }

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.9;
  visibility: hidden; }

@font-face {
  src: url(/fonts/Nexa_Bold.otf);
  font-family: nexa-bold;
  src: url(/fonts/ProximaNovaAltLight.otf);
  font-family: proxa-light;
  src: url(/fonts/ProximaNova-Regular.otf);
  font-family: proxa-reg; }

html {
  font-family: proxa-reg, sans-serif; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

body {
  background: #00213e;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px; }

ul li {
  list-style: none;
  display: inline-block;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease; }

.main-bg {
  background-image: url(../images/p-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0; }

.desktop-nav {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  position: fixed;
  z-index: 1;
  padding: 10px 100px;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease; }

.logo {
  float: left; }

.logo img {
  width: 150px; }

.small {
  background-color: #00213e;
  height: 75px;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
  border-bottom: 2px solid #1375d1; }

.nav-item {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 100; }

.nav-item a {
  color: white;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.8);
  text-decoration: none;
  padding-left: 40px; }

.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 1.7%;
  bottom: 43px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.scroll p {
  color: white;
  font-size: 16px;
  text-shadow: 5px 2px 22px rgba(0, 0, 0, 0.8); }

.line {
  height: 2px;
  width: 70px;
  margin-right: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.8); }

.proj-title {
  text-align: center;
  padding: 50px 0 50px 0; }

.proj-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  margin-bottom: 30px;
  line-height: 23px; }

hr {
  color: #1375d1;
  background-color: #1375d1;
  height: 2px;
  width: 60px;
  border: 0;
  margin: auto; }

#projects::before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
  pointer-events: none; }

.projects {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.7rem;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0.7em; }

.projects img {
  width: 100%;
  display: block; }

.projects img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.item {
  position: relative;
  display: inline-block; }

.image {
  display: block;
  width: 100%;
  height: 100%; }

.overlay {
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  background-color: #eee; }

.overlayFade {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00213e; }

.item:hover .overlay, .item:hover .overlayFade {
  opacity: 0.75; }

.content {
  color: white;
  position: absolute;
  width: 83%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.item:hover .content {
  opacity: 1; }

.content h3 {
  font-size: 2.6vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin: 0 0 5px 0; }

.contentBox {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #00bcd4;
  padding: 7px;
  max-width: 100%; }

.contentBox p {
  font-size: 1.1vw;
  letter-spacing: 1px;
  margin: 0 !important; }

.contentBox-1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #d32222;
  padding: 7px;
  max-width: 100%; }

.contentBox-1 p {
  font-size: 1.2vw;
  letter-spacing: 1px;
  margin: 0 !important; }

.contentBox-2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #2b7bc5;
  padding: 7px;
  max-width: 100%; }

.contentBox-2 p {
  font-size: 1.2vw;
  letter-spacing: 1px;
  margin: 0 !important; }

.contentBox-3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #aa7ecd;
  padding: 7px;
  max-width: 100%; }

.contentBox-3 p {
  font-size: 1.2vw;
  letter-spacing: 1px;
  margin: 0 !important; }

.contentBox-4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #2e7c30;
  padding: 7px;
  max-width: 100%; }

.contentBox-4 p {
  font-size: 1.2vw;
  letter-spacing: 1px;
  margin: 0 !important; }

.contentBox-5 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #e4af0e;
  padding: 7px;
  max-width: 100%; }

.contentBox-5 p {
  font-size: 1.2vw;
  letter-spacing: 1px;
  margin: 0 !important; }

.content p {
  font-size: 1.1vw;
  margin: 20px 0 0 0;
  line-height: 1.5em; }

.seemore-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px; }

.seemore-sec .contact-button {
  position: relative;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  border: 2px solid white;
  border-radius: 4px;
  padding: 20px 60px 20px 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.seemore-sec .contact-button span {
  text-transform: none;
  position: absolute;
  color: white;
  top: 20px;
  left: 38px;
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s; }

.seemore-sec .contact-button:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 2px solid #ea4c89;
  border-radius: 50px;
  background-color: #ea4c89;
  color: #ea4c89; }

.seemore-sec .contact-button:hover > span {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0.1s;
  transition: all 0.25s ease-in-out 0.1s; }

#contact {
  margin: 0 0 90px 0; }

.contact-icons {
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px; }

.contact-icons a {
  color: white; }

footer {
  text-align: right;
  padding: 0.7rem;
  background-color: #001021; }

@media screen and (min-width: 769px) and (max-width: 1170px) {
  .content h3 {
    font-size: 3vw; }
  .content p {
    font-size: 1.5vw;
    margin: 10px 0 0 0; }
  .desktop-nav {
    padding: 10px 60px; } }

@media screen and (max-width: 768px) {
  nav {
    width: 100%; }
  .desktop-nav a {
    padding-left: 0px !important; }
  .logo {
    padding-top: 10px; }
  .mobile-nav {
    display: block;
    padding-right: 20px; }
  .mobile-nav a {
    color: white;
    text-decoration: none;
    font-size: 30px; }
  .small {
    background-color: #00213e;
    height: 90px;
    border-bottom: 2px solid #00213e;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease; }
  .desktop-nav {
    position: fixed;
    display: block;
    width: 100%;
    margin: 0;
    top: 0; }
  .desktop-nav.show {
    visibility: visible;
    background: rgba(0, 28, 52, 0.9);
    height: 100vh; }
  .desktop-nav ul.menu-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    margin: 64px 0 0 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .desktop-nav ul.menu-nav.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .desktop-nav .nav-item {
    font-size: 28px;
    text-transform: uppercase;
    padding: 1rem 0;
    font-weight: 300; }
  ul li {
    display: block;
    text-align: center; }
  .projects {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr); }
  .content h3 {
    font-size: 3vw; }
  .content p {
    font-size: 1.6vw;
    margin: 10px 0 0 0;
    line-height: 20px; } }

@media screen and (max-width: 500px) {
  .projects {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  ul.menu-nav.show {
    padding-left: 0px; }
  .content h3 {
    font-size: 6vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    margin: 0 0 5px 0; }
  .content p {
    font-size: 3.7vw; }
  .contentBox {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #00bcd4;
    padding: 7px;
    max-width: 100%; }
  .contentBox p {
    font-size: 3.2vw;
    letter-spacing: 1px;
    margin: 0 !important; }
  .contentBox-1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #d32222;
    padding: 7px;
    max-width: 100%; }
  .contentBox-1 p {
    font-size: 3.2vw;
    letter-spacing: 1px;
    margin: 0 !important; }
  .contentBox-2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #2b7bc5;
    padding: 7px;
    max-width: 100%; }
  .contentBox-2 p {
    font-size: 3.2vw;
    letter-spacing: 1px;
    margin: 0 !important; }
  .contentBox-3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #aa7ecd;
    padding: 7px;
    max-width: 100%; }
  .contentBox-3 p {
    font-size: 3.2vw;
    letter-spacing: 1px;
    margin: 0 !important; }
  .contentBox-4 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #2e7c30;
    padding: 7px;
    max-width: 100%; }
  .contentBox-4 p {
    font-size: 3.2vw;
    letter-spacing: 1px;
    margin: 0 !important; }
  .contentBox-5 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #e4af0e;
    padding: 7px;
    max-width: 100%; }
  .contentBox-5 p {
    font-size: 4vw;
    letter-spacing: 1px;
    margin: 0 !important; } }

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