@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,800&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  position: relative;
  font-size: 100%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  color: #787c89;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 21, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: #b9bac1;
  text-align: center;
}

/* line 28, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  color: #00122a;
}

/* line 34, ../sass/_common.sass */
p {
  margin-bottom: 0;
}

/* line 36, ../sass/_common.sass */
a {
  text-decoration: none;
}
/* line 39, ../sass/_common.sass */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 42, ../sass/_common.sass */
.orange {
  color: #bfd730;
}

/* line 44, ../sass/_common.sass */
.yellow {
  color: #dee90f;
}

/* line 46, ../sass/_common.sass */
.blue {
  color: #5e719c;
}

/* line 48, ../sass/_common.sass */
.dark-blue {
  color: #00122a;
}

/* line 50, ../sass/_common.sass */
.grey {
  color: #787c89;
}

/* line 52, ../sass/_common.sass */
.light-grey3 {
  color: #959595;
}

/* line 57, ../sass/_common.sass */
.hover-orange:hover, .hover-orange:focus {
  color: #bfd730;
}

/* line 60, ../sass/_common.sass */
.hover-dark-blue:hover, .hover-dark-blue:focus {
  color: #00122a;
}

/* line 63, ../sass/_common.sass */
.bg-light-grey {
  background: #eaebf0;
}

/* line 65, ../sass/_common.sass */
.bg-orange {
  background: #bfd730;
}

/* line 67, ../sass/_common.sass */
.bg-dark-blue {
  background: #00122a;
}

/* line 70, ../sass/_common.sass */
.flex {
  display: flex;
}

/* line 73, ../sass/_common.sass */
.list-marker {
  padding-left: 50px;
  background: url(/images/logo-small.png) left top 3px no-repeat;
}

/* line 76, ../sass/_common.sass */
.list-marker1 {
  padding-left: 36px;
  padding-top: 2px;
  background: url(/images/logo-small1.png) left top no-repeat;
}

/* line 81, ../sass/_common.sass */
#feedback-form {
  background: #082b5f;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 87, ../sass/_common.sass */
#feedback-form .flex {
  position: relative;
}
/* line 90, ../sass/_common.sass */
#feedback-form .flex > div {
  position: relative;
  margin-left: 28px;
}
/* line 94, ../sass/_common.sass */
#feedback-form .flex > div:first-child {
  font-size: 26px;
  color: #ffffff;
  margin-left: 0;
  line-height: 0.85;
  width: 165px;
}
@media (max-width: 991px) {
  /* line 101, ../sass/_common.sass */
  #feedback-form .flex > div:first-child div {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  /* line 94, ../sass/_common.sass */
  #feedback-form .flex > div:first-child {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 94, ../sass/_common.sass */
  #feedback-form .flex > div:first-child {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  /* line 108, ../sass/_common.sass */
  #feedback-form .flex > div:last-child {
    margin-bottom: 0;
  }
}
/* line 111, ../sass/_common.sass */
#feedback-form .flex > div input {
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-size: 18px;
  height: 43px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 121, ../sass/_common.sass */
#feedback-form .flex > div input[type=text] {
  background: #ffffff;
  color: #787c89;
}
/* line 124, ../sass/_common.sass */
#feedback-form .flex > div input[type=submit] {
  background: #bfd730;
  color: #00122a;
  width: 140px;
  padding-top: 4px;
}
/* line 129, ../sass/_common.sass */
#feedback-form .flex > div .errorMessage {
  color: #ffffff;
  margin-top: 5px;
  font-size: 13px;
}
@media (max-width: 991px) {
  /* line 129, ../sass/_common.sass */
  #feedback-form .flex > div .errorMessage {
    text-align: left;
  }
}
@media (max-width: 991px) {
  /* line 90, ../sass/_common.sass */
  #feedback-form .flex > div {
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  /* line 87, ../sass/_common.sass */
  #feedback-form .flex {
    flex-direction: column;
  }
}

/* line 143, ../sass/_common.sass */
.coming-soon-link {
  position: relative;
  cursor: default;
}
/* line 147, ../sass/_common.sass */
.coming-soon-link:after {
  content: "Coming soon";
  display: block;
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 50%;
  background: #000000;
  color: #ffffff;
  padding: 5px 0;
  width: 130px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 166, ../sass/_common.sass */
.coming-soon-link:hover:after {
  opacity: 1;
}

/* line 11, ../sass/components/_main-picture.sass */
.about-page .main-picture,
.services-page .main-picture,
.portfolio-page .main-picture,
.jobs-page .main-picture,
.blog-page .main-picture,
.blog-post-page .main-picture,
.contact-page .main-picture,
.error-page .main-picture {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 50vh;
  min-height: 470px;
}
/* line 18, ../sass/components/_main-picture.sass */
.about-page .main-picture .black-overlay,
.services-page .main-picture .black-overlay,
.portfolio-page .main-picture .black-overlay,
.jobs-page .main-picture .black-overlay,
.blog-page .main-picture .black-overlay,
.blog-post-page .main-picture .black-overlay,
.contact-page .main-picture .black-overlay,
.error-page .main-picture .black-overlay {
  opacity: 0.5;
}
/* line 20, ../sass/components/_main-picture.sass */
.about-page .main-picture .bg,
.services-page .main-picture .bg,
.portfolio-page .main-picture .bg,
.jobs-page .main-picture .bg,
.blog-page .main-picture .bg,
.blog-post-page .main-picture .bg,
.contact-page .main-picture .bg,
.error-page .main-picture .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 27, ../sass/components/_main-picture.sass */
.about-page .main-picture .bg > div,
.services-page .main-picture .bg > div,
.portfolio-page .main-picture .bg > div,
.jobs-page .main-picture .bg > div,
.blog-page .main-picture .bg > div,
.blog-post-page .main-picture .bg > div,
.contact-page .main-picture .bg > div,
.error-page .main-picture .bg > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: top center no-repeat;
  background-size: cover;
}
/* line 38, ../sass/components/_main-picture.sass */
.about-page .main-picture .content,
.services-page .main-picture .content,
.portfolio-page .main-picture .content,
.jobs-page .main-picture .content,
.blog-page .main-picture .content,
.blog-post-page .main-picture .content,
.contact-page .main-picture .content,
.error-page .main-picture .content {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}
/* line 44, ../sass/components/_main-picture.sass */
.about-page .main-picture .content h1,
.services-page .main-picture .content h1,
.portfolio-page .main-picture .content h1,
.jobs-page .main-picture .content h1,
.blog-page .main-picture .content h1,
.blog-post-page .main-picture .content h1,
.contact-page .main-picture .content h1,
.error-page .main-picture .content h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 767px) {
  /* line 44, ../sass/components/_main-picture.sass */
  .about-page .main-picture .content h1,
  .services-page .main-picture .content h1,
  .portfolio-page .main-picture .content h1,
  .jobs-page .main-picture .content h1,
  .blog-page .main-picture .content h1,
  .blog-post-page .main-picture .content h1,
  .contact-page .main-picture .content h1,
  .error-page .main-picture .content h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  /* line 11, ../sass/components/_main-picture.sass */
  .about-page .main-picture,
  .services-page .main-picture,
  .portfolio-page .main-picture,
  .jobs-page .main-picture,
  .blog-page .main-picture,
  .blog-post-page .main-picture,
  .contact-page .main-picture,
  .error-page .main-picture {
    height: 35vh;
    min-height: 200px;
  }
}

/* line 4, ../sass/components/_popular.sass */
.most-popular .item-small {
  display: flex;
  border-bottom: 1px solid #c2d4eb;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 10, ../sass/components/_popular.sass */
.most-popular .item-small .image {
  background: center center no-repeat;
  background-size: cover;
  width: 140px;
  height: 85px;
  flex-shrink: 0;
}
/* line 16, ../sass/components/_popular.sass */
.most-popular .item-small .headline {
  display: block;
  padding-left: 15px;
  color: #00122a;
}
/* line 20, ../sass/components/_popular.sass */
.most-popular .item-small:last-child {
  border-bottom: none;
}

/* line 4, ../sass/components/_news.sass */
#news-widget a {
  display: flex;
}
/* line 7, ../sass/components/_news.sass */
#news-widget a .image {
  background: center center no-repeat;
  background-size: cover;
  width: 140px;
  height: 85px;
  flex-shrink: 0;
}
/* line 13, ../sass/components/_news.sass */
#news-widget a .title {
  padding: 0 0 0 15px;
  color: #00122a;
}

/* line 6, ../sass/components/_form.sass */
#contact-form label,
#labour-form label,
#management-form label {
  position: relative;
  margin-bottom: 0;
}
/* line 9, ../sass/components/_form.sass */
#contact-form .field-wrapper,
#labour-form .field-wrapper,
#management-form .field-wrapper {
  margin-bottom: 30px;
}
/* line 12, ../sass/components/_form.sass */
#contact-form .field-wrapper label,
#labour-form .field-wrapper label,
#management-form .field-wrapper label {
  display: block;
  font-size: 16px;
  color: #00122a;
  font-weight: 700;
  position: absolute;
  margin-bottom: 0;
  top: 8px;
  left: 30px;
  cursor: text;
  -moz-transition: top 0.2s, font-size 0.2s;
  -o-transition: top 0.2s, font-size 0.2s;
  -webkit-transition: top 0.2s, font-size 0.2s;
  transition: top 0.2s, font-size 0.2s;
}
/* line 24, ../sass/components/_form.sass */
#contact-form .field-wrapper.active label,
#labour-form .field-wrapper.active label,
#management-form .field-wrapper.active label {
  font-size: 9px;
  top: -10px;
  cursor: default;
}
/* line 28, ../sass/components/_form.sass */
#contact-form input[type=text], #contact-form textarea, #contact-form select, #contact-form input[type=submit],
#labour-form input[type=text],
#labour-form textarea,
#labour-form select,
#labour-form input[type=submit],
#management-form input[type=text],
#management-form textarea,
#management-form select,
#management-form input[type=submit] {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 0;
}
/* line 36, ../sass/components/_form.sass */
#contact-form input[type=text], #contact-form textarea, #contact-form select,
#labour-form input[type=text],
#labour-form textarea,
#labour-form select,
#management-form input[type=text],
#management-form textarea,
#management-form select {
  width: 100%;
  border-bottom: 1px solid #00122a;
  color: #00122a;
  padding: 0 15px;
  height: 34px;
}
/* line 42, ../sass/components/_form.sass */
#contact-form textarea,
#labour-form textarea,
#management-form textarea {
  padding-top: 5px;
  height: 100px;
}
/* line 45, ../sass/components/_form.sass */
#contact-form select,
#labour-form select,
#management-form select {
  padding-right: 35px;
  font-weight: 700;
  background: url(/images/icons/arrow-down.png) right 15px center no-repeat;
}
/* line 49, ../sass/components/_form.sass */
#contact-form .errorMessage,
#labour-form .errorMessage,
#management-form .errorMessage {
  font-size: 12px;
  color: #bfd730;
  margin-left: 15px;
  margin-top: 5px;
}
/* line 55, ../sass/components/_form.sass */
#contact-form .checkbox-wrapper .errorMessage,
#labour-form .checkbox-wrapper .errorMessage,
#management-form .checkbox-wrapper .errorMessage {
  margin-top: 0;
  margin-left: 28px;
}
/* line 58, ../sass/components/_form.sass */
#contact-form input[type=submit],
#labour-form input[type=submit],
#management-form input[type=submit] {
  background: #00122a;
  color: #ffffff;
  font-weight: 800;
  width: 160px;
  height: 50px;
}
/* line 64, ../sass/components/_form.sass */
#contact-form input[type="checkbox"],
#labour-form input[type="checkbox"],
#management-form input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 67, ../sass/components/_form.sass */
#contact-form input[type="checkbox"]:after,
#labour-form input[type="checkbox"]:after,
#management-form input[type="checkbox"]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #00122a;
  cursor: pointer;
}
/* line 76, ../sass/components/_form.sass */
#contact-form input[type="checkbox"] + .text,
#labour-form input[type="checkbox"] + .text,
#management-form input[type="checkbox"] + .text {
  color: #00122a;
  font-size: 13px;
  font-weight: 500;
  margin-left: 22px;
}
/* line 82, ../sass/components/_form.sass */
#contact-form input[type="checkbox"]:checked:after,
#labour-form input[type="checkbox"]:checked:after,
#management-form input[type="checkbox"]:checked:after {
  background: url(/images/icons/white/tick.png) center center no-repeat #bfd730;
  border-color: #bfd730;
}
/* line 87, ../sass/components/_form.sass */
#contact-form .error input[type="checkbox"]:after,
#labour-form .error input[type="checkbox"]:after,
#management-form .error input[type="checkbox"]:after {
  border-color: #bfd730;
}
@media (max-width: 767px) {
  /* line 91, ../sass/components/_form.sass */
  #contact-form .cv_file-wrapper > div:first-child,
  #labour-form .cv_file-wrapper > div:first-child,
  #management-form .cv_file-wrapper > div:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 94, ../sass/components/_form.sass */
  #contact-form .cv_file-wrapper > div:nth-child(2),
  #labour-form .cv_file-wrapper > div:nth-child(2),
  #management-form .cv_file-wrapper > div:nth-child(2) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  /* line 94, ../sass/components/_form.sass */
  #contact-form .cv_file-wrapper > div:nth-child(2),
  #labour-form .cv_file-wrapper > div:nth-child(2),
  #management-form .cv_file-wrapper > div:nth-child(2) {
    margin-bottom: 20px;
  }
}
/* line 100, ../sass/components/_form.sass */
#contact-form .cv_file-wrapper > div:last-child .errorMessage,
#labour-form .cv_file-wrapper > div:last-child .errorMessage,
#management-form .cv_file-wrapper > div:last-child .errorMessage {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* line 89, ../sass/components/_form.sass */
  #contact-form .cv_file-wrapper,
  #labour-form .cv_file-wrapper,
  #management-form .cv_file-wrapper {
    display: flex;
  }
}

/* line 6, ../sass/partials/_header.sass */
#header {
  -moz-transition: background 1s;
  -o-transition: background 1s;
  -webkit-transition: background 1s;
  transition: background 1s;
}
/* line 9, ../sass/partials/_header.sass */
#header .top {
  padding-top: 17px;
  padding-bottom: 0;
  background: none;
  text-align: right;
  color: #bfd730;
  -moz-transition: background 1s, padding-top 1s, padding-bottom 1s;
  -o-transition: background 1s, padding-top 1s, padding-bottom 1s;
  -webkit-transition: background 1s, padding-top 1s, padding-bottom 1s;
  transition: background 1s, padding-top 1s, padding-bottom 1s;
}
/* line 18, ../sass/partials/_header.sass */
#header .top .container .col-md-12 {
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}
/* line 21, ../sass/partials/_header.sass */
#header .top .container .col-md-12 .logo {
  position: absolute;
  display: block;
  width: 202px;
  left: 15px;
  top: 2px;
  opacity: 1;
  z-index: 1;
  -moz-transition: opacity 1s, top 1s;
  -o-transition: opacity 1s, top 1s;
  -webkit-transition: opacity 1s, top 1s;
  transition: opacity 1s, top 1s;
}
/* line 31, ../sass/partials/_header.sass */
#header .top .container .col-md-12 .logo .light {
  display: inline-block;
}
/* line 33, ../sass/partials/_header.sass */
#header .top .container .col-md-12 .logo .dark {
  display: none;
}
@media (max-width: 991px) {
  /* line 21, ../sass/partials/_header.sass */
  #header .top .container .col-md-12 .logo {
    width: 151px;
  }
}
@media (max-width: 767px) {
  /* line 21, ../sass/partials/_header.sass */
  #header .top .container .col-md-12 .logo {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 41, ../sass/partials/_header.sass */
#header .top .container .col-md-12 .phones .phone {
  color: #ffffff;
  font-weight: 600;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}
/* line 46, ../sass/partials/_header.sass */
#header .top .container .col-md-12 .phones .phone:nth-child(1) {
  margin-right: 5px;
}
/* line 48, ../sass/partials/_header.sass */
#header .top .container .col-md-12 .phones .phone:nth-child(2) {
  margin-right: 10px;
  -moz-transition: margin-right 1s;
  -o-transition: margin-right 1s;
  -webkit-transition: margin-right 1s;
  transition: margin-right 1s;
}
@media (max-width: 1199px) {
  /* line 40, ../sass/partials/_header.sass */
  #header .top .container .col-md-12 .phones {
    display: none;
  }
}
/* line 53, ../sass/partials/_header.sass */
#header .top .container .col-md-12 .email {
  display: inline-block;
  font-weight: 800;
  color: #ffffff;
  -moz-transition: background 1s, padding 1s;
  -o-transition: background 1s, padding 1s;
  -webkit-transition: background 1s, padding 1s;
  transition: background 1s, padding 1s;
}
@media (max-width: 991px) {
  /* line 53, ../sass/partials/_header.sass */
  #header .top .container .col-md-12 .email {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 53, ../sass/partials/_header.sass */
  #header .top .container .col-md-12 .email {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* line 17, ../sass/partials/_header.sass */
  #header .top .container {
    width: auto;
  }
}
/* line 67, ../sass/partials/_header.sass */
#header .bottom {
  padding-bottom: 17px;
}
/* line 70, ../sass/partials/_header.sass */
#header .bottom .navbar {
  border-radius: 0;
  min-height: 0;
  border: none;
  margin-bottom: 0;
  margin-right: -20px;
}
/* line 77, ../sass/partials/_header.sass */
#header .bottom .navbar #navbar {
  padding-left: 0;
  padding-right: 0;
}
/* line 81, ../sass/partials/_header.sass */
#header .bottom .navbar #navbar ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 66.66667%;
  left: 33.33333%;
  -moz-transition: width 1s, left 1s;
  -o-transition: width 1s, left 1s;
  -webkit-transition: width 1s, left 1s;
  transition: width 1s, left 1s;
}
/* line 90, ../sass/partials/_header.sass */
#header .bottom .navbar #navbar ul li a {
  font-weight: 500;
  color: #ffffff;
  padding-left: 18px;
  padding-right: 18px;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}
/* line 97, ../sass/partials/_header.sass */
#header .bottom .navbar #navbar ul li a:hover, #header .bottom .navbar #navbar ul li a:focus {
  background: none;
}
/* line 100, ../sass/partials/_header.sass */
#header .bottom .navbar #navbar ul li.active a {
  font-weight: 800;
}
@media (max-width: 1199px) {
  /* line 81, ../sass/partials/_header.sass */
  #header .bottom .navbar #navbar ul {
    width: 75%;
    left: 25%;
  }
}
@media (max-width: 991px) {
  /* line 81, ../sass/partials/_header.sass */
  #header .bottom .navbar #navbar ul {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  /* line 81, ../sass/partials/_header.sass */
  #header .bottom .navbar #navbar ul {
    display: block;
  }
}
/* line 110, ../sass/partials/_header.sass */
#header .bottom .navbar #navbar .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #bfd730;
  -moz-transition: width 1s, left 1s;
  -o-transition: width 1s, left 1s;
  -webkit-transition: width 1s, left 1s;
  transition: width 1s, left 1s;
}
@media (max-width: 767px) {
  /* line 110, ../sass/partials/_header.sass */
  #header .bottom .navbar #navbar .line {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 70, ../sass/partials/_header.sass */
  #header .bottom .navbar {
    margin-right: 0;
  }
  /* line 125, ../sass/partials/_header.sass */
  #header .bottom .navbar .navbar-header .navbar-toggle {
    margin-right: 0;
  }
  /* line 128, ../sass/partials/_header.sass */
  #header .bottom .navbar .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
  }
}
@media (max-width: 991px) {
  /* line 67, ../sass/partials/_header.sass */
  #header .bottom {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  /* line 6, ../sass/partials/_header.sass */
  #header {
    background: #00122a;
  }
}

/* line 135, ../sass/partials/_header.sass */
#header-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
/* line 143, ../sass/partials/_header.sass */
#header-sticky-wrapper.is-sticky #header {
  background: #00122a;
}

/* line 150, ../sass/partials/_header.sass */
.index-page #header-sticky-wrapper:not(.is-sticky) #header .top {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #00122a;
}
/* line 155, ../sass/partials/_header.sass */
.index-page #header-sticky-wrapper:not(.is-sticky) #header .top .logo {
  top: -100px;
  opacity: 0;
}
/* line 158, ../sass/partials/_header.sass */
.index-page #header-sticky-wrapper:not(.is-sticky) #header .top .phone {
  color: #ffffff;
}
/* line 160, ../sass/partials/_header.sass */
.index-page #header-sticky-wrapper:not(.is-sticky) #header .top .email {
  background: none;
  color: #ffffff;
  padding: 0;
}
/* line 167, ../sass/partials/_header.sass */
.index-page #header-sticky-wrapper:not(.is-sticky) #header .bottom .navbar #navbar ul {
  width: 100%;
  left: 0;
}

/* line 175, ../sass/partials/_header.sass */
.project-page #header-sticky-wrapper:not(.is-sticky) #header .top {
  color: #00122a;
}
/* line 179, ../sass/partials/_header.sass */
.project-page #header-sticky-wrapper:not(.is-sticky) #header .top .logo .light {
  display: none;
}
/* line 181, ../sass/partials/_header.sass */
.project-page #header-sticky-wrapper:not(.is-sticky) #header .top .logo .dark {
  display: inline-block;
}
/* line 183, ../sass/partials/_header.sass */
.project-page #header-sticky-wrapper:not(.is-sticky) #header .top .phone {
  color: #bfd730;
  font-weight: 700;
}
/* line 186, ../sass/partials/_header.sass */
.project-page #header-sticky-wrapper:not(.is-sticky) #header .top .email {
  color: #bfd730;
}
/* line 193, ../sass/partials/_header.sass */
.project-page #header-sticky-wrapper:not(.is-sticky) #header .bottom .navbar #navbar ul li a {
  color: #00122a;
  font-weight: 600;
}
/* line 197, ../sass/partials/_header.sass */
.project-page #header-sticky-wrapper:not(.is-sticky) #header .bottom .navbar #navbar ul li.active a {
  font-weight: 800;
}

/* line 201, ../sass/partials/_header.sass */
.blog-post-page #header {
  background: #00122a;
}

/* line 3, ../sass/partials/_footer.sass */
#footer {
  background: #00122a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjYwJSIgY3k9IjIwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMWUzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMTIyYSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-radial-gradient(60% 20%, circle, #101e3e, #00122a);
  background: -webkit-radial-gradient(60% 20%, circle, #101e3e, #00122a);
  background: radial-gradient(circle at 60% 20%, #101e3e, #00122a);
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 15px;
}
/* line 10, ../sass/partials/_footer.sass */
#footer a {
  color: #ffffff;
}
/* line 13, ../sass/partials/_footer.sass */
#footer a:hover, #footer a:focus {
  color: #ffffff;
}
/* line 15, ../sass/partials/_footer.sass */
#footer a.blue {
  color: #5e719c;
}
/* line 18, ../sass/partials/_footer.sass */
#footer a.blue:hover, #footer a.blue:focus {
  color: #5e719c;
}
/* line 20, ../sass/partials/_footer.sass */
#footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 25, ../sass/partials/_footer.sass */
#footer ul li {
  margin-bottom: 10px;
}

/* line 4, ../sass/pages/_index.sass */
.index-page .main-picture {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 100vh;
}
/* line 10, ../sass/pages/_index.sass */
.index-page .main-picture .black-overlay {
  opacity: 0.5;
}
/* line 12, ../sass/pages/_index.sass */
.index-page .main-picture .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 19, ../sass/pages/_index.sass */
.index-page .main-picture .bg > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: top center no-repeat;
  background-size: cover;
}
/* line 30, ../sass/pages/_index.sass */
.index-page .main-picture .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
/* line 41, ../sass/pages/_index.sass */
.index-page .main-picture .content tr:first-child {
  height: 65%;
  vertical-align: bottom;
}
/* line 44, ../sass/pages/_index.sass */
.index-page .main-picture .content tr:nth-child(2) {
  vertical-align: bottom;
}
/* line 46, ../sass/pages/_index.sass */
.index-page .main-picture .content tr:last-child {
  height: 120px;
  vertical-align: middle;
}
/* line 50, ../sass/pages/_index.sass */
.index-page .logos {
  position: relative;
  width: 100%;
  margin-top: -105px;
  margin-bottom: 20px;
}
/* line 56, ../sass/pages/_index.sass */
.index-page .logos .item {
  display: block;
  position: relative;
  float: left;
  width: 200px;
  height: 85px;
  margin: 0;
  padding: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 66, ../sass/pages/_index.sass */
.index-page .logos .item img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 74, ../sass/pages/_index.sass */
.index-page #menu .flex {
  justify-content: center;
  position: relative;
}
/* line 78, ../sass/pages/_index.sass */
.index-page #menu .flex .item {
  position: relative;
  width: 250px;
  height: 200px;
  -moz-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.35);
}
/* line 84, ../sass/pages/_index.sass */
.index-page #menu .flex .item > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 15px 40px 10px 15px;
  color: #00122a;
}
/* line 96, ../sass/pages/_index.sass */
.index-page #menu .flex .item > div .type {
  font-weight: 800;
  margin-bottom: 7px;
}
/* line 99, ../sass/pages/_index.sass */
.index-page #menu .flex .item > div .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}
/* line 103, ../sass/pages/_index.sass */
.index-page #menu .flex .item > div .plus {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background: url(/images/icons/white/plus.png) center center no-repeat #bfd730;
}
@media (max-width: 1199px) {
  /* line 84, ../sass/pages/_index.sass */
  .index-page #menu .flex .item > div {
    padding-left: 10px;
    padding-right: 25px;
  }
}
/* line 113, ../sass/pages/_index.sass */
.index-page #menu .flex .item.main {
  width: 272px;
  height: 272px;
}
/* line 117, ../sass/pages/_index.sass */
.index-page #menu .flex .item.main > div {
  background: #00122a;
  color: #ffffff;
}
/* line 121, ../sass/pages/_index.sass */
.index-page #menu .flex .item.main > div .type {
  color: #bfd730;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 125, ../sass/pages/_index.sass */
  .index-page #menu .flex .item:nth-child(2) > div, .index-page #menu .flex .item:nth-child(3) > div {
    border-right: 1px solid #e1e1e1;
  }
}
@media (max-width: 767px) {
  /* line 125, ../sass/pages/_index.sass */
  .index-page #menu .flex .item:nth-child(2) > div, .index-page #menu .flex .item:nth-child(3) > div {
    border-bottom: 1px solid #e1e1e1;
  }
}
/* line 130, ../sass/pages/_index.sass */
.index-page #menu .flex .item:hover, .index-page #menu .flex .item:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 74, ../sass/pages/_index.sass */
  .index-page #menu .flex {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 134, ../sass/pages/_index.sass */
  .index-page .list-marker {
    padding-left: 65px;
    background-position-x: 15px;
  }
}
/* line 138, ../sass/pages/_index.sass */
.index-page #portfolio {
  position: relative;
  z-index: 1;
}
/* line 142, ../sass/pages/_index.sass */
.index-page #portfolio .bg-image {
  background: url(/images/pages/index/1.jpg?2) center center no-repeat;
  background-size: cover;
}
/* line 146, ../sass/pages/_index.sass */
.index-page #portfolio .bg-image .content {
  position: relative;
  padding: 35px 30px 45px;
}
/* line 150, ../sass/pages/_index.sass */
.index-page #portfolio .bg-image .content .project-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #bfd730;
  border: 1px solid #bfd730;
  padding: 12px 15px 10px;
}
@media (max-width: 1199px) {
  /* line 146, ../sass/pages/_index.sass */
  .index-page #portfolio .bg-image .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 160, ../sass/pages/_index.sass */
.index-page #portfolio .quote {
  padding: 35px 25px 45px;
}
@media (min-width: 992px) {
  /* line 160, ../sass/pages/_index.sass */
  .index-page #portfolio .quote {
    margin-bottom: -40px;
  }
}
/* line 165, ../sass/pages/_index.sass */
.index-page #portfolio .browse-projects-link {
  display: inline-block;
  font-size: 22px;
  color: #101e3e;
  font-weight: 600;
}
/* line 171, ../sass/pages/_index.sass */
.index-page #portfolio .browse-projects-link span {
  display: inline-block;
  background: url(/images/icons/white/magnifier.png) center center no-repeat #bfd730;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 767px) {
  /* line 165, ../sass/pages/_index.sass */
  .index-page #portfolio .browse-projects-link {
    font-size: 20px;
  }
}
/* line 180, ../sass/pages/_index.sass */
.index-page #why {
  height: 675px;
}
/* line 183, ../sass/pages/_index.sass */
.index-page #why .content {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
/* line 189, ../sass/pages/_index.sass */
.index-page #why .content a {
  display: inline-block;
}
/* line 192, ../sass/pages/_index.sass */
.index-page #why .content a .arrow {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  background: url(/images/icons/arrow-right.png) center center no-repeat #bfd730;
  border-radius: 100%;
}
/* line 201, ../sass/pages/_index.sass */
.index-page #about #jobs {
  background: #00122a;
  color: #ffffff;
  text-align: center;
  padding: 45px 35px;
  width: 290px;
}
@media (min-width: 768px) {
  /* line 201, ../sass/pages/_index.sass */
  .index-page #about #jobs {
    position: absolute;
    top: -230px;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  /* line 201, ../sass/pages/_index.sass */
  .index-page #about #jobs {
    margin: 45px auto 75px;
  }
}
/* line 215, ../sass/pages/_index.sass */
.index-page #about .sections {
  color: #00122a;
  border-top: 1px solid #ffffff;
  text-align: center;
}
/* line 220, ../sass/pages/_index.sass */
.index-page #about .sections table {
  width: 100%;
}
/* line 223, ../sass/pages/_index.sass */
.index-page #about .sections table td {
  padding: 20px 10px 15px;
}
@media (min-width: 768px) {
  /* line 226, ../sass/pages/_index.sass */
  .index-page #about .sections table td:last-child {
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 768px) {
  /* line 223, ../sass/pages/_index.sass */
  .index-page #about .sections table td {
    border-left: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  /* line 223, ../sass/pages/_index.sass */
  .index-page #about .sections table td {
    display: block;
    border-bottom: 1px solid #ffffff;
  }
}
/* line 234, ../sass/pages/_index.sass */
.index-page #services {
  position: relative;
  z-index: 1;
}
/* line 238, ../sass/pages/_index.sass */
.index-page #services .item {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 240px;
  background: #00122a;
  overflow: hidden;
}
/* line 246, ../sass/pages/_index.sass */
.index-page #services .item .overlay {
  opacity: 1;
  background: #ffffff;
  -moz-transition: opacity 0.4s, background 0.4s;
  -o-transition: opacity 0.4s, background 0.4s;
  -webkit-transition: opacity 0.4s, background 0.4s;
  transition: opacity 0.4s, background 0.4s;
}
/* line 250, ../sass/pages/_index.sass */
.index-page #services .item .icon {
  position: relative;
  padding: 55px 12px 15px;
  -moz-transition: filter 0.4s;
  -o-transition: filter 0.4s;
  -webkit-transition: filter 0.4s;
  transition: filter 0.4s;
}
@media (max-width: 1199px) {
  /* line 250, ../sass/pages/_index.sass */
  .index-page #services .item .icon {
    padding-top: 45px;
  }
}
/* line 257, ../sass/pages/_index.sass */
.index-page #services .item .coming-soon {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  padding: 5px 0 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
/* line 268, ../sass/pages/_index.sass */
.index-page #services .item .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  padding: 0 12px 24px;
  -moz-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}
/* line 276, ../sass/pages/_index.sass */
.index-page #services .item .content h3 {
  color: #00122a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (min-width: 1200px) {
  /* line 276, ../sass/pages/_index.sass */
  .index-page #services .item .content h3 {
    padding-right: 50px;
    font-size: 20px;
  }
}
/* line 286, ../sass/pages/_index.sass */
.index-page #services .item .content div {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding-right: 60px;
}
/* line 292, ../sass/pages/_index.sass */
.index-page #services .item .content div span {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 0;
  background: url(/images/icons/white/magnifier.png) center center no-repeat transparent;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
/* line 301, ../sass/pages/_index.sass */
.index-page #services .item:hover, .index-page #services .item:focus {
  text-decoration: none;
}
/* line 304, ../sass/pages/_index.sass */
.index-page #services .item:hover .overlay, .index-page #services .item:focus .overlay {
  opacity: 0;
}
/* line 306, ../sass/pages/_index.sass */
.index-page #services .item:hover .icon, .index-page #services .item:focus .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* line 308, ../sass/pages/_index.sass */
.index-page #services .item:hover .coming-soon, .index-page #services .item:focus .coming-soon {
  top: 0;
}
/* line 310, ../sass/pages/_index.sass */
.index-page #services .item:hover .content, .index-page #services .item:focus .content {
  bottom: 0;
}
/* line 313, ../sass/pages/_index.sass */
.index-page #services .item:hover .content h3, .index-page #services .item:focus .content h3 {
  color: #bfd730;
}
/* line 316, ../sass/pages/_index.sass */
.index-page #services .item:hover .content div span, .index-page #services .item:focus .content div span {
  background-color: #bfd730;
}
/* line 319, ../sass/pages/_index.sass */
.index-page #services .item:hover.coming-soon-wrapper .content, .index-page #services .item:focus.coming-soon-wrapper .content {
  opacity: 0.5;
}
@media (max-width: 991px) {
  /* line 238, ../sass/pages/_index.sass */
  .index-page #services .item {
    text-decoration: none;
    margin-bottom: 30px;
  }
  /* line 325, ../sass/pages/_index.sass */
  .index-page #services .item .overlay {
    opacity: 0;
  }
  /* line 327, ../sass/pages/_index.sass */
  .index-page #services .item .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  /* line 329, ../sass/pages/_index.sass */
  .index-page #services .item .content {
    bottom: 0;
  }
  /* line 332, ../sass/pages/_index.sass */
  .index-page #services .item .content h3 {
    color: #bfd730;
  }
}
/* line 336, ../sass/pages/_index.sass */
.index-page #news .container .flex {
  position: relative;
}
/* line 339, ../sass/pages/_index.sass */
.index-page #news .container .flex .item {
  position: relative;
  width: 265px;
  height: 380px;
  -moz-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.35);
}
/* line 345, ../sass/pages/_index.sass */
.index-page #news .container .flex .item > div {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
/* line 352, ../sass/pages/_index.sass */
.index-page #news .container .flex .item > div .image {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
}
/* line 357, ../sass/pages/_index.sass */
.index-page #news .container .flex .item > div .content {
  padding: 15px 15px 0 20px;
}
/* line 360, ../sass/pages/_index.sass */
.index-page #news .container .flex .item > div .content .date {
  font-size: 13px;
  font-weight: 700;
  color: #00122a;
  margin-bottom: 7px;
}
/* line 365, ../sass/pages/_index.sass */
.index-page #news .container .flex .item > div .content .title {
  color: #787c89;
  line-height: 1.25;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  /* line 365, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item > div .content .title {
    max-height: 60px;
    overflow-y: hidden;
  }
}
/* line 373, ../sass/pages/_index.sass */
.index-page #news .container .flex .item > div .content .link {
  color: #00122a;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 357, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item > div .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  /* line 357, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item > div .content {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 381, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item.main {
    width: 465px;
    height: 465px;
  }
  /* line 387, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item.main > div .image {
    background: center center no-repeat;
    background-size: cover;
    height: 300px;
  }
  /* line 391, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item.main > div .content {
    padding: 15px 20px 0 20px;
  }
  /* line 394, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item.main > div .content .date {
    color: #bfd730;
    margin-bottom: 10px;
  }
  /* line 397, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item.main > div .content .title {
    font-size: 18px;
    color: #00122a;
    line-height: 1.425;
    margin-bottom: 12px;
    font-weight: 500;
    max-height: 77px;
  }
}
@media (max-width: 767px) {
  /* line 381, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item.main {
    margin-top: 40px;
  }
}
/* line 408, ../sass/pages/_index.sass */
.index-page #news .container .flex .item:nth-child(2) > div .image {
  border-right: 2px solid #000000;
}
/* line 410, ../sass/pages/_index.sass */
.index-page #news .container .flex .item:hover, .index-page #news .container .flex .item:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 339, ../sass/pages/_index.sass */
  .index-page #news .container .flex .item {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 40px;
    box-shadow: none;
  }
}
/* line 418, ../sass/pages/_index.sass */
.index-page #news .container .flex .view-all-posts-link {
  display: inline-block;
  position: absolute;
  top: 380px;
  left: 465px;
  font-size: 22px;
  color: #101e3e;
  font-weight: 600;
}
/* line 427, ../sass/pages/_index.sass */
.index-page #news .container .flex .view-all-posts-link span {
  display: inline-block;
  background: url(/images/icons/white/magnifier.png) center center no-repeat #f47920;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  /* line 418, ../sass/pages/_index.sass */
  .index-page #news .container .flex .view-all-posts-link {
    left: 439px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 418, ../sass/pages/_index.sass */
  .index-page #news .container .flex .view-all-posts-link {
    left: 46.5%;
  }
}
@media (max-width: 767px) {
  /* line 418, ../sass/pages/_index.sass */
  .index-page #news .container .flex .view-all-posts-link {
    position: static;
  }
}
@media (max-width: 767px) {
  /* line 336, ../sass/pages/_index.sass */
  .index-page #news .container .flex {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 335, ../sass/pages/_index.sass */
  .index-page #news .container {
    width: auto;
  }
}

/* line 4, ../sass/pages/_about.sass */
.about-page h1 {
  font-size: 72px !important;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_about.sass */
  .about-page h1 {
    font-size: 52px !important;
  }
}
/* line 9, ../sass/pages/_about.sass */
.about-page .parallax {
  height: 675px;
}
/* line 12, ../sass/pages/_about.sass */
.about-page .parallax .content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.25;
}
/* line 21, ../sass/pages/_about.sass */
.about-page .parallax .content.bottom {
  justify-content: flex-end;
}

/* line 4, ../sass/pages/_services.sass */
.services-page h1 {
  font-size: 72px !important;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_services.sass */
  .services-page h1 {
    font-size: 52px !important;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/pages/_services.sass */
  .services-page #first-image {
    position: relative;
    z-index: 1;
    margin-bottom: -100px;
  }
}
/* line 15, ../sass/pages/_services.sass */
.services-page .parallax .content {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 19, ../sass/pages/_services.sass */
.services-page .parallax.parallax-1 {
  height: 400px;
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_services.sass */
  .services-page .parallax.parallax-1 {
    height: 600px;
  }
}
/* line 24, ../sass/pages/_services.sass */
.services-page .parallax.parallax-2 {
  height: 550px;
}

/* line 4, ../sass/pages/_portfolio.sass */
.portfolio-page .item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 250px;
  background: center center no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
/* line 13, ../sass/pages/_portfolio.sass */
.portfolio-page .item .overlay {
  opacity: 0;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 16, ../sass/pages/_portfolio.sass */
.portfolio-page .item .location {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 800;
  color: #00122a;
  background: #ffffff;
  padding: 1px 7px;
}
/* line 25, ../sass/pages/_portfolio.sass */
.portfolio-page .item .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  padding: 0 12px 14px;
  -moz-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}
/* line 33, ../sass/pages/_portfolio.sass */
.portfolio-page .item .content h3 {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
  padding-right: 50px;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
/* line 40, ../sass/pages/_portfolio.sass */
.portfolio-page .item .content div {
  color: #ffffff;
  padding-right: 60px;
}
/* line 45, ../sass/pages/_portfolio.sass */
.portfolio-page .item .content div p:first-child {
  font-size: 18px;
  font-weight: 700;
}
/* line 48, ../sass/pages/_portfolio.sass */
.portfolio-page .item .content div p:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
}
/* line 51, ../sass/pages/_portfolio.sass */
.portfolio-page .item .content div span {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 0;
  background: url(/images/icons/white/magnifier.png) center center no-repeat #bfd730;
}
/* line 59, ../sass/pages/_portfolio.sass */
.portfolio-page .item:hover, .portfolio-page .item:focus {
  text-decoration: none;
}
/* line 62, ../sass/pages/_portfolio.sass */
.portfolio-page .item:hover .overlay, .portfolio-page .item:focus .overlay {
  opacity: 0.5;
}
/* line 64, ../sass/pages/_portfolio.sass */
.portfolio-page .item:hover .content, .portfolio-page .item:focus .content {
  bottom: 0;
}

/* line 4, ../sass/pages/_project.sass */
.project-page #project-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2 !important;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  /* line 12, ../sass/pages/_project.sass */
  .project-page #project-top > .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  /* line 4, ../sass/pages/_project.sass */
  .project-page #project-top {
    position: static;
  }
}
/* line 18, ../sass/pages/_project.sass */
.project-page .projects-slider-wrapper {
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}
/* line 24, ../sass/pages/_project.sass */
.project-page .projects-slider-wrapper .slider .slick-slide {
  font-size: 22px;
  font-weight: 800;
  color: #c2d4eb;
  padding-left: 18px;
  padding-right: 18px;
  cursor: pointer;
}
/* line 32, ../sass/pages/_project.sass */
.project-page .projects-slider-wrapper .slider .slick-slide.slick-current {
  color: #00122a;
}
/* line 34, ../sass/pages/_project.sass */
.project-page .projects-slider-wrapper .slick-arrow {
  position: absolute;
  top: 1px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: center center no-repeat #bfd730;
  cursor: pointer;
}
/* line 43, ../sass/pages/_project.sass */
.project-page .projects-slider-wrapper .slick-arrow.arrow-left {
  left: 0;
  background-image: url(/images/icons/white/arrow-left.png);
  background-position-x: 8px;
}
/* line 47, ../sass/pages/_project.sass */
.project-page .projects-slider-wrapper .slick-arrow.arrow-right {
  right: 0;
  background-image: url(/images/icons/white/arrow-right.png);
  background-position-x: 9px;
}
/* line 51, ../sass/pages/_project.sass */
.project-page .project {
  display: none;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 55, ../sass/pages/_project.sass */
.project-page .project .animated-item {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
/* line 59, ../sass/pages/_project.sass */
.project-page .project .info {
  position: absolute;
  z-index: 1;
  background: #bfd730;
  color: #ffffff;
  width: 270px;
  padding: 15px 15px;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 68, ../sass/pages/_project.sass */
.project-page .project .info .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/images/icons/white/arrow-up.png) center center no-repeat #000000;
}
/* line 77, ../sass/pages/_project.sass */
.project-page .project .info .close-button.active {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  /* line 68, ../sass/pages/_project.sass */
  .project-page .project .info .close-button {
    display: none;
  }
}
/* line 81, ../sass/pages/_project.sass */
.project-page .project .info sup {
  vertical-align: text-top;
}
/* line 83, ../sass/pages/_project.sass */
.project-page .project .info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 88, ../sass/pages/_project.sass */
.project-page .project .info ul li {
  padding-left: 33px;
  padding-bottom: 10px;
  background: url(/images/logo-small2.png) left top 3px no-repeat;
}
@media (max-width: 767px) {
  /* line 59, ../sass/pages/_project.sass */
  .project-page .project .info {
    position: static;
    margin: 0 auto 60px;
  }
}
@media (max-width: 767px) {
  /* line 97, ../sass/pages/_project.sass */
  .project-page .project .seen-enough > div:first-child {
    font-size: 36px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 101, ../sass/pages/_project.sass */
  .project-page .project .seen-enough > div:last-child {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  /* line 101, ../sass/pages/_project.sass */
  .project-page .project .seen-enough > div:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 101, ../sass/pages/_project.sass */
  .project-page .project .seen-enough > div:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 95, ../sass/pages/_project.sass */
  .project-page .project .seen-enough {
    display: flex;
  }
}
@media (max-width: 1199px) {
  /* line 95, ../sass/pages/_project.sass */
  .project-page .project .seen-enough {
    text-align: center;
  }
}
/* line 113, ../sass/pages/_project.sass */
.project-page .project .parallax {
  height: 600px;
}
/* line 115, ../sass/pages/_project.sass */
.project-page .project.active {
  display: block;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 119, ../sass/pages/_project.sass */
.project-page .project.active .animated-item {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 122, ../sass/pages/_project.sass */
.project-page .project.animating {
  display: block;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 127, ../sass/pages/_project.sass */
.project-page .project.animating .animated-item {
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

/* line 4, ../sass/pages/_jobs.sass */
.jobs-page h1 {
  font-size: 72px !important;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_jobs.sass */
  .jobs-page h1 {
    font-size: 52px !important;
  }
}
/* line 9, ../sass/pages/_jobs.sass */
.jobs-page #orange-bar {
  display: inline-block;
  background: #bfd730;
  color: #ffffff;
  padding: 40px 40px;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 9, ../sass/pages/_jobs.sass */
  .jobs-page #orange-bar {
    position: absolute;
    right: 15px;
  }
}
/* line 19, ../sass/pages/_jobs.sass */
.jobs-page #options {
  position: relative;
}
/* line 22, ../sass/pages/_jobs.sass */
.jobs-page #options:before, .jobs-page #options:after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  /* line 22, ../sass/pages/_jobs.sass */
  .jobs-page #options:before, .jobs-page #options:after {
    height: 100%;
    width: 50%;
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 22, ../sass/pages/_jobs.sass */
  .jobs-page #options:before, .jobs-page #options:after {
    width: 100%;
    height: 50%;
    left: 0;
  }
}
/* line 36, ../sass/pages/_jobs.sass */
.jobs-page #options:before {
  background: #00122a;
}
@media (min-width: 768px) {
  /* line 36, ../sass/pages/_jobs.sass */
  .jobs-page #options:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  /* line 36, ../sass/pages/_jobs.sass */
  .jobs-page #options:before {
    top: 0;
  }
}
/* line 43, ../sass/pages/_jobs.sass */
.jobs-page #options:after {
  background: #eaebf0;
}
@media (min-width: 768px) {
  /* line 43, ../sass/pages/_jobs.sass */
  .jobs-page #options:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  /* line 43, ../sass/pages/_jobs.sass */
  .jobs-page #options:after {
    bottom: 0;
  }
}

/* line 4, ../sass/pages/_contact.sass */
.contact-page h1 {
  font-size: 72px !important;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_contact.sass */
  .contact-page h1 {
    font-size: 52px !important;
  }
}
/* line 9, ../sass/pages/_contact.sass */
.contact-page #map {
  height: 500px;
  border-bottom: 1px solid #eaebf0;
}
/* line 13, ../sass/pages/_contact.sass */
.contact-page #orange-box {
  padding: 37px 40px;
  height: 550px;
  margin-top: -525px;
  -moz-box-shadow: 4px 4px 65px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 4px 4px 65px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 4px 4px 65px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_contact.sass */
  .contact-page #orange-box {
    margin-top: 60px;
  }
}

/* line 4, ../sass/pages/_blog.sass */
.blog-page .item {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
/* line 9, ../sass/pages/_blog.sass */
.blog-page .item .image {
  background: center center no-repeat;
  background-size: cover;
  height: 220px;
}
/* line 13, ../sass/pages/_blog.sass */
.blog-page .item .category {
  display: block;
  position: absolute;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  background: #00122a;
  padding: 1px 7px 0;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
/* line 24, ../sass/pages/_blog.sass */
.blog-page .item .headline {
  display: block;
  color: #00122a;
  font-size: 24px;
  padding-top: 7px;
  line-height: 1.25;
}
/* line 30, ../sass/pages/_blog.sass */
.blog-page .item-big {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
/* line 35, ../sass/pages/_blog.sass */
.blog-page .item-big .image {
  background: center center no-repeat;
  background-size: cover;
  height: 430px;
}
/* line 39, ../sass/pages/_blog.sass */
.blog-page .item-big .category {
  display: block;
  position: absolute;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  background: #bfd730;
  padding: 2px 7px 0;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
/* line 50, ../sass/pages/_blog.sass */
.blog-page .item-big .headline {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 32px;
  padding: 6px 17px 12px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  /* line 50, ../sass/pages/_blog.sass */
  .blog-page .item-big .headline {
    font-size: 24px;
  }
}
/* line 64, ../sass/pages/_blog.sass */
.blog-page .bt-light-blue {
  border-top: 1px solid #c2d4eb;
}
/* line 66, ../sass/pages/_blog.sass */
.blog-page .yiiPager {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 71, ../sass/pages/_blog.sass */
.blog-page .yiiPager li {
  float: left;
  margin-right: 10px;
}
/* line 75, ../sass/pages/_blog.sass */
.blog-page .yiiPager li a {
  font-size: 18px;
  font-weight: 600;
  color: #00122a;
  padding: 1px 6px;
}
/* line 81, ../sass/pages/_blog.sass */
.blog-page .yiiPager li a:hover, .blog-page .yiiPager li a:focus {
  color: #00122a;
  text-decoration: none;
}
/* line 85, ../sass/pages/_blog.sass */
.blog-page .yiiPager li.active a {
  color: #ffffff;
  background: #bfd730;
}

/* line 4, ../sass/pages/_blog-post.sass */
.blog-post-page .top-section {
  height: 185px;
  background: #00122a;
}
@media (max-width: 991px) {
  /* line 4, ../sass/pages/_blog-post.sass */
  .blog-post-page .top-section {
    display: none;
  }
}
/* line 10, ../sass/pages/_blog-post.sass */
.blog-post-page h1 {
  font-weight: 400;
  color: #00122a;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 10, ../sass/pages/_blog-post.sass */
  .blog-post-page h1 {
    font-size: 28px;
  }
}
/* line 17, ../sass/pages/_blog-post.sass */
.blog-post-page .category {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  background: #bfd730;
  padding: 2px 10px;
  text-transform: uppercase;
}
/* line 25, ../sass/pages/_blog-post.sass */
.blog-post-page .date {
  font-weight: 800;
  color: #00122a;
  margin-bottom: 10px;
}
/* line 29, ../sass/pages/_blog-post.sass */
.blog-post-page .image-big {
  background: center center no-repeat;
  background-size: cover;
  height: 430px;
  margin-bottom: 60px;
}
/* line 34, ../sass/pages/_blog-post.sass */
.blog-post-page .body {
  color: #787c89;
  margin-bottom: 45px;
}
/* line 38, ../sass/pages/_blog-post.sass */
.blog-post-page .body p {
  margin-bottom: 12px;
}
/* line 40, ../sass/pages/_blog-post.sass */
.blog-post-page .share {
  margin-bottom: 60px;
}
/* line 43, ../sass/pages/_blog-post.sass */
.blog-post-page .share span {
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #f64210;
  padding: 3px 12px 0;
  height: 30px;
}
/* line 53, ../sass/pages/_blog-post.sass */
.blog-post-page .share a {
  display: inline-block;
  vertical-align: top;
  float: left;
  color: #ffffff;
  background: center left 10px no-repeat;
  font-size: 13px;
  font-weight: 700;
  height: 30px;
  width: 100px;
  padding: 5px 0 0 32px;
}
/* line 65, ../sass/pages/_blog-post.sass */
.blog-post-page .share a[data-share-type="linkedin"] {
  background-color: #0072b1;
  background-image: url(/images/icons/white/linkedin1.png);
  background-position-y: 5px;
  padding-left: 32px;
}
/* line 70, ../sass/pages/_blog-post.sass */
.blog-post-page .share a[data-share-type="twitter"] {
  background-color: #45b0e3;
  background-image: url(/images/icons/white/twitter1.png);
  padding-left: 42px;
}
/* line 74, ../sass/pages/_blog-post.sass */
.blog-post-page .share a[data-share-type="facebook"] {
  background-color: #4267b2;
  background-image: url(/images/icons/white/fb1.png);
  padding-left: 28px;
}
/* line 78, ../sass/pages/_blog-post.sass */
.blog-post-page .share a[data-share-type="email"] {
  background-color: #39c139;
  background-image: url(/images/icons/white/email.png);
  padding-left: 42px;
}
/* line 82, ../sass/pages/_blog-post.sass */
.blog-post-page .back-link-wrapper {
  text-align: right;
  padding-bottom: 200px;
  border-bottom: 1px solid #c2d4eb;
  margin-bottom: 5px;
}
