@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif; }

.nav {
  height: 80px;
  width: 100vw;
  background-color: white;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.75);
  z-index: 1; }
  .nav .logo {
    height: 75px;
    width: auto;
    cursor: pointer; }
  .nav .links {
    float: right;
    height: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nav .links ul {
      width: auto; }
      .nav .links ul li {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .nav .links ul li :last-of-type {
          margin-right: 10px; }
        .nav .links ul li a {
          padding: 4px 5px;
          text-decoration: none; }
        .nav .links ul li a:hover {
          transition: .2s;
          color: #485e88;
          cursor: pointer;
          text-decoration: #485e88 underline; }

.slider {
  height: 100vh;
  width: 100vw;
  box-sizing: border-box; }

.section-title {
  font-size: 32px;
  color: #485e88;
  font-weight: bold; }

.about {
  width: 100vw;
  height: 65vh;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.5);
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center; }
  .about .center-split {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 15px; }
    .about .center-split .about-content {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 1000px; }
      .about .center-split .about-content .left-image {
        background: url(../RESOURCES/IMAGES/thumbnail_IMG_0020.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      .about .center-split .about-content .split-image-left {
        grid-column: 1 / 2;
        grid-row: 1;
        height: 55vh;
        width: 500px;
        box-sizing: border-box;
        padding-right: 10px; }
      .about .center-split .about-content .split-text-right {
        padding-left: 10px;
        grid-column: 2 / 3;
        grid-row: 1;
        height: 55vh;
        width: 500px;
        box-sizing: border-box; }
        .about .center-split .about-content .split-text-right p {
          line-height: 20px; }

.services {
  width: 100vw;
  height: 45vh;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px; }
  .services .service-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .services .container {
    width: 75vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  .services .service {
    width: calc(75vw / 3);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .services .service .service-image {
      margin-top: 25px;
      width: 10vw;
      height: auto; }
    .services .service h3 {
      color: #485e88;
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 18px;
      margin-top: 15px; }
    .services .service p {
      box-sizing: border-box;
      padding-left: 25px;
      padding-right: 25px;
      font-size: 14px; }
  .services .left-service {
    grid-column: 1 / 2;
    grid-row: 1; }
  .services .middle-service {
    grid-column: 2 / 3;
    grid-row: 1; }
  .services .right-service {
    grid-column: 3 / 4;
    grid-row: 1; }

.our-work {
  width: 100vw;
  height: 80vh;
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.5);
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center; }
  .our-work .work-back {
    background: #fafafa;
    height: 70vh;
    box-sizing: border-box;
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .our-work .work-back .work-grid {
      position: relative;
      box-sizing: border-box;
      padding-top: 15px;
      padding-bottom: 15px;
      height: 100%;
      width: 970px;
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
      .our-work .work-back .work-grid p {
        font-size: 16px;
        padding-top: 10px;
        line-height: 20px; }
      .our-work .work-back .work-grid .info-panel-top {
        position: absolute;
        z-index: 0;
        top: 15px;
        width: 970px;
        height: 47.5%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        background-color: white;
        transition: .5s;
        box-sizing: border-box;
        padding: 60px 200px; }
      .our-work .work-back .work-grid .info-panel-bottom {
        position: absolute;
        z-index: -1;
        bottom: 15px;
        width: 970px;
        height: 47.5%;
        opacity: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background-color: white;
        transition: .5s;
        box-sizing: border-box;
        padding: 60px 200px; }
      .our-work .work-back .work-grid .work-container {
        height: auto;
        max-height: 100%;
        overflow: hidden;
        width: calc(970px / 3); }
        .our-work .work-back .work-grid .work-container img {
          width: 100%;
          height: 100%;
          overflow: hidden;
          -webkit-filter: grayscale(1);
          /* Webkit Nightlies & Chrome Canary */
          -webkit-transition: all .8s ease-in-out; }
        .our-work .work-back .work-grid .work-container img:hover {
          filter: none;
          -webkit-filter: grayscale(0);
          cursor: pointer; }
      .our-work .work-back .work-grid .first {
        grid-row: 1;
        grid-column: 1 / 2; }
      .our-work .work-back .work-grid .second {
        grid-row: 1;
        grid-column: 2 / 3; }
      .our-work .work-back .work-grid .third {
        grid-row: 1;
        grid-column: 3 / 4; }
      .our-work .work-back .work-grid .forth {
        grid-row: 2;
        grid-column: 1 / 2; }
      .our-work .work-back .work-grid .fifth {
        grid-row: 2;
        grid-column: 2 / 3; }
      .our-work .work-back .work-grid .sixth {
        grid-row: 2;
        grid-column: 3 / 4; }

.contact {
  width: 100vw;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px; }
  .contact .contact-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 1000px; }
    .contact .contact-grid .contact-info {
      grid-column: 1 / 2;
      grid-row: 1;
      height: 55vh;
      width: 500px;
      box-sizing: border-box;
      padding-right: 10px; }
      .contact .contact-grid .contact-info img {
        width: 490px;
        height: 300px; }
      .contact .contact-grid .contact-info .details {
        color: grey;
        font-size: 14px;
        margin-bottom: 5px; }
    .contact .contact-grid .contact-form {
      padding-left: 10px;
      grid-column: 2 / 3;
      grid-row: 1;
      height: 55vh;
      width: 500px;
      box-sizing: border-box; }
      .contact .contact-grid .contact-form .textbox {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        font-family: 'Roboto', sans-serif; }
      .contact .contact-grid .contact-form .message-box {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        height: 120px;
        resize: none;
        font-family: 'Roboto', sans-serif; }
      .contact .contact-grid .contact-form .button {
        display: inline-block;
        padding: 0.35em 1.2em;
        border: 0.1em solid #858585;
        margin: 0 0.3em 0.3em 0;
        border-radius: 0.12em;
        box-sizing: border-box;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #000000;
        text-align: center;
        transition: all 0.2s;
        cursor: pointer;
        float: right;
        font-family: 'Roboto', sans-serif; }
      .contact .contact-grid .contact-form .button:hover {
        color: #ffffff;
        background-color: #485e88;
        border: 0.1em solid #485e88; }

.footer {
  background: #858585;
  width: 100vw;
  height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: white; }

/*# sourceMappingURL=index.css.map */
