/* compiled by scssphp v0.0.12 on Thu, 28 Nov 2019 06:25:28 +0000 (0.1752s) */

/* Media Breakpoints */
@-webkit-keyframes slideInLeft {
  0% {
    margin-left: -9999px;
    opacity: 0; }

  75% {
    opacity: 0; }

  95% {
    opacity: 0.5; }

  100% {
    margin-left: -10px;
    opacity: 1; } }

@keyframes slideInLeft {
  0% {
    margin-left: -9999px;
    opacity: 0; }

  75% {
    opacity: 0; }

  95% {
    opacity: 0.5; }

  100% {
    margin-left: -10px;
    opacity: 1; } }

@keyframes moveInRight {
  0% {
    transform: translateX(-100px); }

  100% {
    transform: translate(0); } }

@keyframes logoAnimation {
  0% {
    opacity: 0.2; }

  100% {
    opacity: 1; } }

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box; }

.inner {
  max-width: 1150px;
  margin: 0 auto; }
  @media screen and (max-width: 57.6rem) {
  .inner {
    padding: 0 5%; } }
  @media screen and (max-width: 99.2rem) {
  .inner {
    padding: 0 5%; } }

.breadcrumbs {
  width: 100%; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd; }
    .breadcrumbs ul li {
      display: block;
      padding: 5px 12px 5px 0;
      font-size: 1.4rem; }
      .breadcrumbs ul li a {
        text-decoration: underline; }

.header__image {
  width: 100%;
  min-height: 275px;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 57.6rem) {
  .header__image {
    min-height: 160px; } }

.content {
  padding: 5rem 0; }
  .content h2 {
    margin: 0 0 4rem 0;
    line-height: 100%; }
  .content p {
    margin: 2rem 0; }
  .content ul {
    padding-left: 4rem; }

.contact-block h2 {
  display: flex;
  min-height: 4rem;
  padding: 0 3rem 0 1.2rem;
  margin: 1rem 0 0 0;
  align-items: center;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%); }

.contact-info {
  margin: 0 0 3rem 0;
  display: flex;
  flex-wrap: wrap; }
  .contact-info ul {
    width: 50%;
    list-style: none;
    padding: 0 3rem 5rem 0; }
    .contact-info ul li {
      position: relative;
      padding: 0 0 0 3rem; }
      .contact-info ul li i {
        position: absolute;
        top: 0.4rem;
        left: 0; }
      .contact-info ul li a {
        word-wrap: break-word; }
      .contact-info ul li h3 {
        margin: 0 0 0 -3rem;
        font-size: 1.6rem;
        font-weight: 600; }
      .contact-info ul li span {
        display: inline-block;
        margin: 0 0 2rem -3rem; }
    @media screen and (max-width: 57.6rem) {
    .contact-info ul {
      width: 100%;
      padding: 0 0 4rem 0; } }
  @media screen and (max-width: 57.6rem) {
    .contact-info {
      display: block; } }

#flashMessage {
  width: 100%;
  background-color: ;
  color: #000;
  text-align: center;
  padding: 6px 10px; }

body {
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  color: #333; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 3rem; }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem; }

a {
  color: #3174d8;
  transition: all 0.3s; }
  a:hover, a:focus {
    background: #3174d8;
    color: #fff; }

p {
  margin-bottom: 2rem; }

img {
  display: block; }

.btn, .btn:link, .btn:visited {
  padding: 10px 26px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: #3174d8;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transform-style: preserve-3d; }

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .3); }

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3); }

.btn1, .btn1:link, .btn1:visited {
  margin: 2rem 0;
  padding: 0.8rem 4.5rem;
  text-decoration: none;
  display: inline-block;
  color: #3174d8;
  background-color: #fff;
  border: 1px solid #3174d8;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transform-style: preserve-3d; }

.btn1:hover {
  color: #fff;
  background-color: #3174d8; }

.btn1:active {
  color: #fff;
  background-color: #3174d8; }

.btn2, .btn2:link, .btn2:visited {
  margin: 2rem 0;
  padding: 0.8rem 4.5rem;
  text-decoration: none;
  display: inline-block;
  color: #3174d8;
  background-color: #fff;
  border: 1px solid #3174d8;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transform-style: preserve-3d; }

.btn2:hover {
  text-decoration: underline; }

.btn2:active {
  text-decoration: underline; }

form .input {
  width: 100%;
  margin-bottom: 2rem; }
  form .input label {
    display: block;
    font-size: 1.6rem;
    padding: 0 0 0.5rem 0; }
  form .input label.error {
    padding: 2px 6px;
    display: inline-block;
    color: #fff;
    background-color: #f00;
    font-size: 1.4rem; }
    form .input label.error:after {
      content: none; }
  form .input input, form .input textarea, form .input select {
    padding: 0 1rem;
    font: inherit;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s; }
    form .input input[type=checkbox], form .input textarea[type=checkbox], form .input select[type=checkbox] {
      width: auto;
      float: left;
      margin-top: 0.4rem;
      margin-right: 0.5rem; }
    form .input input:active, form .input textarea:active, form .input select:active, form .input input:focus, form .input textarea:focus, form .input select:focus {
      border-bottom: 1px solid #3174d8;
      outline: none;
      box-shadow: 0 0 5px #ddd;
      transition: all 0.3s; }
  form .input textarea {
    padding: 1rem;
    height: 155px; }
  form .input input.error {
    border: 1px solid #f00; }
  form .col2 {
    display: flex; }
  form .col2 .input {
    width: calc(50% - 25px);
    margin-right: 50px; }
    form .col2 .input:last-child {
      margin-right: 0; }
    @media screen and (max-width: 57.6rem) {
    form .col2 .input {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 57.6rem) {
    form .col2 {
      display: block; } }
  form .g-recaptcha {
    margin-bottom: 2rem; }
  form .date-form select {
    width: auto; }
  form .submit {
    text-align: right; }
  form .submit input {
    -webkit-appearance: none;
    border: 1px solid #3174d8;
    background: #fff;
    color: #3174d8;
    padding: 1rem 2rem;
    transition: all 0.3s;
    border-radius: 0;
    font-size: 1.6rem; }
    form .submit input:hover, form .submit input:focus {
      border: 1px solid #fff;
      background: #3174d8;
      color: #fff;
      transition: all 0.3s;
      cursor: pointer; }

.footer {
  background-color: #000;
  background-image: url("/img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: -15% 50%;
  color: #fff;
  padding: 5.5rem 0 5.5rem 0; }
  .footer .inner {
    display: flex;
    flex-wrap: wrap; }
  .footer-left {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-wrap: wrap; }
  .footer-left-block {
    width: 50%; }
    .footer-left-block ul {
      list-style: none;
      margin: 2.1rem 0;
      padding: 0; }
      .footer-left-block ul li {
        padding: 4px 10px 4px 0; }
    .footer-left-block a {
      display: inline-block;
      padding: 2px 0;
      color: #fff;
      text-decoration: none;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      -webkit-transform: scale(1);
      -webkit-transform: translate3D(0, 0, 0);
      -webkit-transform-style: preserve-3d; }
    .footer-left-block a:hover, .footer-left-block a:focus {
      background-color: transparent;
      transform: translateX(2px);
      text-decoration: underline; }
    .footer-left-block h3 {
      font-size: 1.6rem;
      font-weight: 600;
      text-transform: uppercase; }
    @media screen and (max-width: 57.6rem) {
    .footer-left-block {
      width: 100%; } }
  .footer-left .copyright {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 25px 0;
    color: #fff; }
    .footer-left .copyright a {
      color: #fff;
      text-decoration: none; }
    .footer-left .copyright p {
      margin: 0 0 0.4rem 0; }
  .footer-right {
    width: 100%;
    max-width: 390px;
    text-align: right; }
  .footer-right h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.6rem;
    font-weight: 600; }
  .footer-right #map {
    width: 100%;
    min-height: 250px; }
  @media screen and (max-width: 57.6rem) {
    .footer-right {
      text-align: left;
      max-width: 100%; } }

.row {
  max-width: 114rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem); }

.header {
  position: relative;
  width: 100%;
  min-height: 90px; }
  .header h1 {
    visibility: hidden;
    display: none; }
  .header .bar-top {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media screen and (max-width: 57.6rem) {
      .header .bar-top .contact-details {
        display: none; } }
    .header .bar-top .contact-details span {
      display: block;
      text-align: right; }
      .header .bar-top .contact-details span i {
        margin-right: 5px;
        color: #3174d8; }
  .header__logo {
    padding: 0px 0px;
    z-index: 125;
    animation-name: logoAnimation;
    animation-duration: 2s; }
  .header__logo a {
    display: block; }
    .header__logo a:hover, .header__logo a:focus {
      background-color: transparent; }
  .header__logo img {
    display: block;
    max-height: 90px;
    background: #fff;
    max-width: 90%; }
    @media screen and (max-width: 57.6rem) {
    .header__logo img {
      max-width: 100%; } }
  .header__logo::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 57.6rem) {
    .header__logo {
      position: relative; } }
  @media screen and (max-width: 57.6rem) {
  .header {
    margin-top: 50px;
    min-height: 0px; } }

@media screen and (min-width: 1140px) {
  .mobile-menu {
    display: none; }

  #menu {
    position: relative;
    display: block !important;
    background: #3174d8; }
    #menu ul {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 90px;
      width: 100%;
      margin: 0 auto;
      padding: 0 20px 0 20px;
      list-style: none;
      text-align: center; }
      #menu ul li .submenu-icon {
        display: none; }
        #menu ul li a {
          display: block;
          padding: 0.8rem 2rem;
          color: #fff;
          text-decoration: none;
          text-align: center;
          font-size: 1.6rem; }
          #menu ul li a:hover, #menu ul li a:focus {
            color: #3174d8;
            background: #fff;
            -webkit-text-decoration-color: #fff;
            text-decoration-color: #fff;
            box-shadow: 1px 1px 3px #212175; }
        #menu ul li ul {
          position: absolute;
          display: none; }
          #menu ul li ul li {
            display: block;
            text-align: left;
            margin: 0;
            border-bottom: 1px solid #454545;
            border-right: 0; }
            #menu ul li ul li a {
              text-align: left;
              padding: 10px 15px;
              width: 220px;
              height: auto;
              float: none;
              background: #3174d8;
              color: #fff;
              font-size: 1.4rem;
              line-height: 100%; }
              #menu ul li ul li a:hover, #menu ul li ul li afocus {
                background-color: ;
                color: #000;
                text-decoration: none; }
        #menu ul li:hover ul {
          display: block; }
          #menu ul li:hover ul li ul {
            position: absolute;
            display: none;
            left: -280px;
            top: 0;
            border: 0; }
            #menu ul li:hover ul li:hover ul {
              display: block !important; } }

.main-slideshow {
  position: relative;
  width: 100%;
  height: calc(100vh - 156px); }
  @media screen and (max-width: 57.6rem) {
  .main-slideshow {
    height: 30vh !important; } }
  .main-slideshow .bx-wrapper {
    height: inherit;
    box-shadow: 0; }
  .main-slideshow .bx-viewport {
    height: inherit !important; }
  .main-slideshow .bx-viewport .banner-slider {
    height: inherit !important; }
    .main-slideshow .bx-viewport .banner-slider .banner-content {
      width: 100%;
      height: inherit;
      background-size: cover;
      background-position: center center; }
      .main-slideshow .bx-viewport .banner-slider .banner-content h2 {
        display: none; }
    .main-slideshow .bx-viewport .banner-slider .slide-gradient-top {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      z-index: 98;
      height: 300px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
    .main-slideshow .bx-viewport .banner-slider .slide-gradient-bottom {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 98;
      height: 120px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
  .main-slideshow .bx-pager {
    bottom: 42px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 100; }
  .main-slideshow .bx-pager .bx-pager-item, .main-slideshow .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  .main-slideshow .bx-pager.bx-default-pager a {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 12px;
    display: block;
    height: 12px;
    margin: 0 2px;
    outline: 0 none;
    text-indent: -9999px;
    width: 12px; }
  .main-slideshow .bx-pager.bx-default-pager a:hover, .main-slideshow .bx-pager.bx-default-pager a.active {
    background: #3174d8;
    border: 2px solid transparent; }
  .main-slideshow .bx-prev {
    left: 30px; }
  .main-slideshow .bx-next {
    right: 30px; }
  .main-slideshow .bx-prev, .main-slideshow .bx-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    font-size: 50px;
    color: #fff;
    opacity: 0.6; }
  .main-slideshow .bx-prev:hover, .main-slideshow .bx-next:hover, .main-slideshow .bx-prev:focus, .main-slideshow .bx-next:focus {
    background-color: transparent; }
  .main-slideshow .down-arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    /* Media Breakpoints */
    width: 44px;
    height: 44px;
    bottom: -22px;
    z-index: 100;
    background-color: #fff;
    font-size: 2rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16); }
  .main-slideshow .down-arrow a {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #787878;
    text-decoration: none; }
    .main-slideshow .down-arrow a i {
      transition: all 0.2s; }
    .main-slideshow .down-arrow a:hover {
      background-color: transparent; }
      .main-slideshow .down-arrow a:hover i {
        transform: translateY(4px); }
    .main-slideshow .down-arrow a:focus {
      background-color: transparent; }
  @media screen and (max-width: 57.6rem) {
  .main-slideshow {
    height: calc(100vh - 250px); } }

.project-slideshow {
  position: relative;
  width: 100%;
  height: 420px;
  background-image: url("/img/projects_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center; }
  .project-slideshow .bx-wrapper {
    width: 100%;
    max-width: 1150px !important;
    margin: 0 auto; }
  .project-slideshow .bx-viewport {
    float: right;
    width: 100%;
    max-width: 855px;
    margin: 70px 0 0 0;
    box-sizing: content-box;
    background-color: #3174d8; }
  .project-slideshow .bx-viewport .banner-content {
    width: 100%;
    overflow: auto; }
    .project-slideshow .bx-viewport .banner-content .slide-content {
      position: relative;
      float: left;
      width: 100%;
      max-width: 295px;
      height: 350px;
      padding: 3rem;
      background-color: #3174d8;
      background-image: url("/img/footer-bg.png");
      background-repeat: no-repeat;
      background-position: 85% 20%;
      text-align: center;
      box-sizing: border-box; }
      .project-slideshow .bx-viewport .banner-content .slide-content h2 {
        font-size: 2rem;
        padding: 0 0 1rem 0;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        line-height: 130%; }
      .project-slideshow .bx-viewport .banner-content .slide-content p {
        color: #fff;
        margin: 2rem 0; }
      .project-slideshow .bx-viewport .banner-content .slide-content .btn2 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        margin: 0; }
      .project-slideshow .bx-viewport .banner-content .slide-content .triangle {
        position: absolute;
        right: -14px;
        bottom: 20px;
        width: 14px;
        height: 24px;
        background-color: #3174d8;
        clip-path: polygon(0 0, 0 24px, 14px 14px); }
      @media screen and (max-width: 57.6rem) {
    .project-slideshow .bx-viewport .banner-content .slide-content {
      float: none;
      max-width: 100%; } }
    .project-slideshow .bx-viewport .banner-content .slide-image {
      float: left;
      width: 100%;
      max-width: 560px;
      height: 350px;
      background-position: center center;
      background-size: cover; }
      @media screen and (max-width: 57.6rem) {
    .project-slideshow .bx-viewport .banner-content .slide-image {
      height: 250px; } }
  @media screen and (max-width: 57.6rem) {
    .project-slideshow .bx-viewport {
      float: none; } }
  .project-slideshow .bx-controls {
    position: relative;
    float: right;
    width: 100%;
    max-width: 560px; }
  .project-slideshow .bx-pager {
    bottom: 24px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 100; }
  .project-slideshow .bx-pager .bx-pager-item, .project-slideshow .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  .project-slideshow .bx-pager.bx-default-pager a {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 12px;
    display: block;
    height: 12px;
    margin: 0 2px;
    outline: 0 none;
    text-indent: -9999px;
    width: 12px; }
  .project-slideshow .bx-pager.bx-default-pager a:hover, .project-slideshow .bx-pager.bx-default-pager a.active {
    background: #3174d8;
    border: 2px solid transparent; }
  .project-slideshow .bx-controls-direction {
    position: relative; }
  .project-slideshow .bx-prev {
    left: 30px; }
  .project-slideshow .bx-next {
    right: 30px; }
  .project-slideshow .bx-prev, .project-slideshow .bx-next {
    position: absolute;
    top: -210px;
    z-index: 99;
    font-size: 50px;
    color: #fff;
    opacity: 0.6; }
  .project-slideshow .bx-prev:hover, .project-slideshow .bx-next:hover, .project-slideshow .bx-prev:focus, .project-slideshow .bx-next:focus {
    background-color: transparent; }
  @media screen and (max-width: 57.6rem) {
  .project-slideshow {
    min-height: 0px; } }

.top-bar {
  position: relative;
  background: #000;
  color: #fff;
  width: 100%;
  min-height: 40px; }
  .top-bar a {
    text-decoration: none; }
  .top-bar a:hover, .top-bar a:focus {
    text-decoration: underline; }
  .top-bar__accessibility .access-link {
    float: left;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 0 0 1rem;
    color: #fff;
    line-height: 100%;
    font-size: 1.4rem; }
    .top-bar__accessibility .access-link i {
      padding-right: 10px;
      font-size: 2rem; }
    .top-bar__accessibility .access-link:hover, .top-bar__accessibility .access-link:focus {
      text-decoration: none !important;
      background-color: transparent; }
  .top-bar__menu {
    position: absolute;
    top: 0;
    right: 0; }
  .top-bar__menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .top-bar__menu ul li {
      float: left;
      display: flex;
      min-height: 40px;
      margin: 0 5rem 0 0;
      justify-content: center;
      align-items: center;
      font-size: 1.4rem; }
      .top-bar__menu ul li:last-child {
        margin: 0 calc(5rem + 42px) 0 0; }
  .top-bar__menu i {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 40px;
    background-color: #3174d8;
    color: #fff;
    cursor: pointer;
    font-size: 2rem; }
  @media screen and (max-width: 57.6rem) {
  .top-bar {
    display: none; } }

.access {
  display: none;
  background: #000;
  font-size: 1.3rem;
  padding-right: 10px;
  align-items: center; }
  .access .invisible {
    position: absolute;
    left: -9999px; }
  .access ul {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    display: flex; }
  .access ul li {
    display: flex;
    align-items: center;
    min-height: 40px; }
    .access ul li a {
      color: #fff; }
  .access .font-theme {
    float: left;
    display: flex;
    align-items: center; }
  .access .font-theme .font-size {
    display: flex;
    align-items: center;
    margin-left: 20px; }
    .access .font-theme .font-size .size1 {
      font-size: 14px;
      margin-left: 5px; }
    .access .font-theme .font-size .size2 {
      font-size: 20px;
      margin-left: 5px; }
    .access .font-theme .font-size .size3 {
      font-size: 24px;
      margin-left: 5px; }
  .access .font-theme .theme {
    margin-left: 20px; }
  .access .font-theme .label {
    margin-right: 5px; }
  .access .font-theme .theme-letter:hover a {
    transform: scale(1.3); }
    .access .font-theme .theme-letter a {
      font-size: 0;
      display: block;
      width: 18px;
      height: 18px;
      background: #fff;
      border-radius: 50px;
      margin-left: 3px;
      margin-top: 2px;
      border: 4px solid #3174d8;
      transition: transform 0.5s; }
  .access .font-theme .contrast2 a {
    background: #000;
    border-color: #ffe21c; }
  .access .font-theme .contrast3 a {
    background: #21215f;
    border-color: #cfe5fc; }
  .access .font-theme .contrast4 a {
    background: #dfd179;
    border-color: #f3e8b0; }
  .access .invisible {
    visibility: hidden; }
  .access .separator {
    margin: 0 5px; }

@media screen and (min-width: 200px) and (max-width: 1140px) {
  .mobile-menu {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 50px;
    padding: 0;
    color: #fff;
    background-color: #3174d8;
    overflow: auto;
    box-sizing: border-box; }

  .mobile-menu-left {
    width: 70%;
    float: left;
    box-sizing: border-box;
    line-height: 50px;
    color: #fff;
    font-size: 20px; }

  .mobile-menu-left ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  .mobile-menu-left ul li {
    float: left;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px; }

  .mobile-menu-left a {
    color: #fff;
    text-decoration: none;
    margin-right: 5px; }

  .mobile-menu-left .access-link {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin: 0; }

  .mobile-menu-left .access-link i {
    padding: 0; }

  .mobile-menu-right {
    float: right;
    box-sizing: border-box;
    text-align: right;
    line-height: 50px; }

  .mobile-menu-right a {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background-color: #3174d8;
    text-align: center; }

  .mobile-menu-right .contact-btn {
    width: auto;
    position: absolute;
    right: 50px;
    top: 0; }

  #menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 150 !important;
    margin: 0;
    padding: 0;
    background: #000; }

  #menu ul li .submenu-icon {
    display: block;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #f7f7f7;
    text-align: center;
    line-height: 50px;
    color: #ddd;
    font-size: 18px;
    cursor: pointer; }

  #menu ul li .submenu-icon:hover, #menu ul li .submenu-icon:focus {
    color: #fff; }

  #menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }

  #menu ul li {
    position: relative;
    display: block !important;
    border-top: 1px solid #333; }

  #menu ul li .fa-circle {
    display: none; }

  #menu ul li a {
    display: block;
    background: ;
    text-align: left;
    padding: 14px 0 14px 5%;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase; }

  #menu ul li a:hover, #menu ul li a:focus {
    color: #000;
    background-color: ; }

  #menu ul li ul {
    border: 0;
    position: relative;
    display: none; }

  #menu ul li ul li {
    border: 0;
    display: block;
    text-align: left; }

  #menu ul li ul li a {
    width: 100%;
    height: auto;
    line-height: 140%;
    padding: 10px 5% 10px 10% !important;
    margin: 0;
    background: #515153;
    border: 0;
    box-sizing: border-box; }

  #menu ul li ul li:last-child a {
    padding-bottom: 20px; }

  #menu ul li ul li ul li a {
    width: 100%;
    font-size: 80%;
    padding: 10px 5% 10px 15% !important;
    margin: 0;
    background: #515153;
    border: 0;
    box-sizing: border-box; }

  #menu ul li ul li ul li:last-child a {
    padding-bottom: 15px; }

  .access {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    padding: 0;
    color: #fff; }

  .access ul {
    float: none;
    margin: 0;
    padding: 0 5%;
    width: 100%; }

  .access .font-theme {
    display: block;
    float: none;
    margin: 0;
    padding: 0 5%;
    width: 100%; }

  .access .font-theme ul {
    padding: 0;
    margin: 0 !important; } }

.about_us {
  width: 100%;
  margin: 0 0 6rem 0;
  text-align: center; }
  .about_us h3 {
    padding: 0 0 2rem 0;
    font-size: 3rem;
    font-weight: 400; }
  .about_us h3 span {
    font-weight: 600; }
  .about_us p {
    font-size: 1.8rem; }
  .about_us p span {
    font-weight: 700; }
  .about_us p i {
    font-weight: 600; }

.footer__block {
  width: 100%;
  margin: 7.9rem 0; }
  .footer__block .inner {
    display: flex; }
  @media screen and (max-width: 57.6rem) {
    .footer__block .inner {
      flex-direction: column; } }
  .footer__block-testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    padding: 6rem 6rem 2rem 6rem;
    margin-right: 5rem;
    text-align: center;
    background-color: #f7f7f7; }
  .footer__block-testimonials p {
    margin: 0 0 3rem 0; }
  @media screen and (max-width: 57.6rem) {
    .footer__block-testimonials {
      float: none;
      flex-direction: column;
      max-width: 100%;
      padding: 3rem 2rem;
      min-height: 0px;
      margin: 3rem 0 3rem 0;
      width: 100%; } }
  .footer__block-clients {
    width: calc(65% - 5rem); }
  @media screen and (max-width: 57.6rem) {
    .footer__block-clients {
      width: 100%; } }
  .footer__block-clients h3 {
    padding: 0 0 1rem 0;
    font-size: 2rem;
    font-weight: 400; }
  .footer__block-clients ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    .footer__block-clients ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25%;
      height: 8rem; }
      .footer__block-clients ul li a {
        opacity: 1;
        border: 1px solid #fff;
        display: block;
        text-align: center; }
        .footer__block-clients ul li a:hover, .footer__block-clients ul li a:focus {
          background: transparent;
          opacity: 0.6;
          border: 1px solid #3174d8; }
        .footer__block-clients ul li a img {
          display: block;
          max-width: 90%;
          max-height: 100px;
          margin: 0 auto; }
        .footer__block-clients ul li a:nth-child(4n+4) {
          margin-right: 0; }
      @media screen and (max-width: 57.6rem) {
    .footer__block-clients ul li {
      width: calc(50% - 2rem);
      margin: 1rem 2rem 1rem 0; } }

.members ul {
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .members ul li {
    width: calc(33.3333% - 20px);
    min-height: 380px;
    margin: 0 30px 30px 0;
    padding: 200px 2rem 2rem 2rem;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.2s;
    text-align: center; }
  .members ul li:nth-child(3n+3) {
    margin-right: 0; }
  .members ul li .members-image {
    position: absolute;
    left: 50%;
    top: -28px;
    transform: translate(-50%, 0);
    width: 200px;
    height: 200px;
    border-radius: 200px;
    overflow: hidden;
    border: 4px solid #fff;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
  .members ul li h3 {
    padding: 0 0 0.5rem 0;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600; }
  .members ul li p {
    min-height: 60px;
    margin: 0 0 2rem 0; }
  .members ul li a {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #3174d8;
    background: #fff;
    color: #3174d8;
    padding: 1rem 5rem;
    transition: all 0.3s;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none; }
    .members ul li a:hover, .members ul li a:focus {
      border: 1px solid #fff;
      background: #3174d8;
      color: #fff;
      transition: all 0.3s;
      cursor: pointer;
      text-decoration: underline; }
  .members ul li:hover {
    transform: scale(1.04);
    background: #3174d8;
    color: #fff; }
  @media screen and (max-width: 57.6rem) {
    .members ul li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 6rem; } }

.Team__image img {
  display: block;
  float: right;
  margin-left: 3rem;
  margin-bottom: 2rem;
  border-radius: 30rem;
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 57.6rem) {
      .Team__image img {
        float: none;
        margin: 0 auto 3rem auto; } }
  .Team__content h2 small {
    display: block;
    font-size: 60%; }

.services-block {
  width: 100%;
  margin: 8rem 0 4rem 0; }
  @media screen and (max-width: 57.6rem) {
  .services-block {
    overflow: hidden;
    overflow-x: scroll;
    margin-right: 5%; } }
  .services-block ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0; }
  @media screen and (max-width: 57.6rem) {
    .services-block ul {
      width: calc(400% + 40px);
      padding-right: 20px; } }
  .services-block ul li {
    width: 100%;
    max-width: calc(20% - 20px);
    margin: 0 28px 28px 0;
    overflow: hidden;
    transition: all 0.3s; }
  @media screen and (max-width: 57.6rem) {
      .services-block ul li {
        width: 19%;
        max-width: 19%;
        margin-right: 0px !important; } }
  .services-block ul li a {
    display: block; }
    .services-block ul li a .image {
      width: 100%;
      height: 150px;
      background-size: cover;
      background-position: center center;
      transition: all 0.5s; }
    .services-block ul li a .title {
      position: relative;
      width: 100%;
      display: flex;
      width: 100%;
      min-height: 120px;
      padding: 0 2rem;
      align-items: center;
      justify-content: center;
      background-color: #3174d8;
      color: #fff;
      border: 2px solid #3174d8;
      font-size: 100%;
      font-weight: 400;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase; }
      .services-block ul li a .title h3 {
        font-size: 100%; }
      .services-block ul li a .title .triangle {
        position: absolute;
        left: 50%;
        top: -14px;
        width: 28px;
        height: 14px;
        transform: translate(-50%, 0);
        background-color: #3174d8;
        clip-path: polygon(14px 0, 0 14px, 28px 14px); }
  .services-block ul li:hover {
    transform: scale(1.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 57.6rem) {
      .services-block ul li {
        max-width: 100%;
        margin-right: 0; } }

.projects {
  margin: 5rem 0 0 0; }
  .projects ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .projects ul li {
    position: relative;
    width: 100%;
    max-width: calc(50% - 1.5rem);
    margin: 0 3rem 3rem 0;
    transition: all 0.2s; }
  .projects ul li:nth-child(2n + 2) {
    margin-right: 0; }
  .projects ul li img {
    display: block;
    width: 100%; }
  .projects ul li h3 {
    position: absolute;
    left: 0;
    top: 2.3rem;
    min-width: 50%;
    display: flex;
    min-height: 5.1rem;
    padding: 0 2rem 0 2rem;
    margin: 0;
    align-items: center;
    z-index: 1;
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    background-color: #3174d8; }
    @media screen and (max-width: 57.6rem) {
      .projects ul li h3 {
        min-height: 4rem;
        padding: 0 1.5rem 0 1.5rem;
        font-size: 1.4rem; } }
  .projects ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px #ccc; }
  @media screen and (max-width: 57.6rem) {
      .projects ul li {
        max-width: 100%;
        margin-right: 0; } }

.project-image {
  margin: 0 0 2.5rem 0; }
  .project-image img {
    display: block;
    width: 100%;
    height: auto; }

.no-image {
  width: 100%;
  height: 100%;
  background: ;
  display: flex;
  align-items: center;
  justify-content: center; }
  .no-image::after {
    font-family: FontAwesome;
    content: "\f03e";
    padding-top: 1rem;
    font-size: 6rem;
    color: ;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

.project-content ul {
  margin: 3rem 0;
  padding: 0;
  list-style: none; }
  .project-content ul li {
    display: flex;
    align-items: flex-start;
    padding: 10px 0; }
  @media screen and (max-width: 57.6rem) {
      .project-content ul li {
        flex-wrap: wrap; } }
  .project-content ul li strong {
    display: block;
    width: 200px; }
    @media screen and (max-width: 57.6rem) {
      .project-content ul li strong {
        width: 100%; } }
  .project-content ul li span {
    width: calc(100% - 200px); }
  .project-content ul li em {
    font-style: normal;
    width: calc(100% - 200px); }
    @media screen and (max-width: 57.6rem) {
      .project-content ul li em {
        width: 100%; } }
  .project-content img {
    display: inline-block;
    margin: 0 10px;
    max-width: 100%;
    height: auto; }

.theme-blue {
  background: #cfe5fc;
  color: #21215f; }
  .theme-blue h1, .theme-blue h2, .theme-blue h3 {
    color: #21215f; }
  .theme-blue a, .theme-blue nav #menu ul li a {
    color: #21215f; }
  .theme-blue a:hover, .theme-blue nav #menu ul li a:hover {
    background: #fff;
    color: #21215f; }
  .theme-blue .topbar {
    background: #21215f;
    color: #fff; }
  .theme-blue .topbar .access {
    background: none; }
  .theme-blue .slideshow-bg {
    background: #cfe5fc; }
  .theme-blue .breadcrumbs {
    background: #21215f;
    color: #fff; }
  .theme-blue .breadcrumbs a {
    color: #fff;
    background: #21215f; }
  .theme-blue .contact-block .inner {
    background: #cfe5fc;
    box-shadow: none; }
  .theme-blue .contact-block .inner form input, .theme-blue .contact-block .inner form textarea, .theme-blue .contact-block .inner form select {
    background: #21215f;
    color: #fff; }
    .theme-blue .contact-block .inner form input::-webkit-input-placeholder, .theme-blue .contact-block .inner form textarea::-webkit-input-placeholder, .theme-blue .contact-block .inner form select::-webkit-input-placeholder {
      color: #fff; }
  .theme-blue .contact-block .inner form .submit input {
    background: #fff;
    color: #21215f; }
  .theme-blue form input, .theme-blue form textarea, .theme-blue form select {
    background: #21215f;
    color: #fff; }
  .theme-blue form input::-webkit-input-placeholder, .theme-blue form textarea::-webkit-input-placeholder, .theme-blue form select::-webkit-input-placeholder {
    color: #fff; }
  .theme-blue form .submit input {
    background: #fff;
    color: #21215f; }
  .theme-blue footer {
    background: #21215f;
    color: #fff; }
  .theme-blue footer a {
    color: #fff; }

.theme-brown {
  background: #f3e8b0;
  color: #847a40; }
  .theme-brown h1, .theme-brown h2, .theme-brown h3 {
    color: #847a40; }
  .theme-brown a, .theme-brown nav #menu ul li a {
    color: #847a40; }
  .theme-brown a:hover, .theme-brown nav #menu ul li a:hover {
    background: #fff;
    color: #847a40; }
  .theme-brown .topbar {
    background: #847a40;
    color: #fff; }
  .theme-brown .topbar .access {
    background: none; }
  .theme-brown .slideshow-bg {
    background: #f3e8b0; }
  .theme-brown .breadcrumbs {
    background: #847a40;
    color: #fff; }
  .theme-brown .breadcrumbs a {
    color: #fff;
    background: #847a40; }
  .theme-brown .contact-block .inner {
    background: #f3e8b0;
    box-shadow: none; }
  .theme-brown .contact-block .inner form input, .theme-brown .contact-block .inner form textarea, .theme-brown .contact-block .inner form select {
    background: #847a40;
    color: #fff; }
    .theme-brown .contact-block .inner form input::-webkit-input-placeholder, .theme-brown .contact-block .inner form textarea::-webkit-input-placeholder, .theme-brown .contact-block .inner form select::-webkit-input-placeholder {
      color: #fff; }
  .theme-brown .contact-block .inner form .submit input {
    background: #fff;
    color: #847a40; }
  .theme-brown form input, .theme-brown form textarea, .theme-brown form select {
    background: #847a40;
    color: #fff; }
  .theme-brown form input::-webkit-input-placeholder, .theme-brown form textarea::-webkit-input-placeholder, .theme-brown form select::-webkit-input-placeholder {
    color: #fff; }
  .theme-brown form .submit input {
    background: #fff;
    color: #847a40; }
  .theme-brown footer {
    background: #847a40;
    color: #fff; }
  .theme-brown footer a {
    color: #fff; }

.theme-highcontrast {
  background: #000;
  color: #00e1d5; }
  .theme-highcontrast .topbar {
    background: #000; }
  .theme-highcontrast h1, .theme-highcontrast h2, .theme-highcontrast h3 {
    color: #00e1d5; }
  .theme-highcontrast a, .theme-highcontrast nav #menu ul li a {
    color: #ffe21c; }
  .theme-highcontrast a:hover, .theme-highcontrast nav #menu ul li a:hover {
    background: #ffe21c;
    color: #000; }
  .theme-highcontrast .btn {
    background: #ffe21c;
    color: #000; }
  .theme-highcontrast .btn:hover, .theme-highcontrast .btn:focus {
    background: #00e1d5; }
  .theme-highcontrast .slideshow-bg {
    background: #000; }
  .theme-highcontrast .breadcrumbs {
    background: #ffe21c;
    color: #000; }
  .theme-highcontrast .breadcrumbs ul {
    border: 0; }
  .theme-highcontrast .breadcrumbs a {
    color: #ffe21c;
    background: #000; }
  @media screen and (min-width: 1140px) {
  .theme-highcontrast nav #menu {
    background: #000; }
    .theme-highcontrast nav #menu ul li a:hover, .theme-highcontrast nav #menu ul li a:focus {
      color: #000 !important; } }
  .theme-highcontrast .header-home-logo a {
    background-color: rgba(0, 0, 0, 0.9); }
  .theme-highcontrast .header-home-arrow {
    background-color: #000; }
  .theme-highcontrast .header-normal {
    background: #000; }
  .theme-highcontrast .home-services .block {
    border-color: #000; }
  .theme-highcontrast .home-services .block-content-1 {
    background-image: linear-gradient(60deg, transparent 0%, transparent 17%, #000 17%); }
  .theme-highcontrast .home-services .block-content-2 {
    background-image: linear-gradient(60deg, transparent 0%, transparent 28%, #000 28%); }
  .theme-highcontrast .home-services .block-content-3 {
    background-image: linear-gradient(60deg, transparent 0%, transparent 39%, #000 39%); }
  .theme-highcontrast .about {
    background: #000; }
  .theme-highcontrast .page-banner .bx-pager.bx-default-pager a {
    background: #ffe21c; }
  .theme-highcontrast .page-banner .bx-pager.bx-default-pager a:hover, .theme-highcontrast .page-banner .bx-pager.bx-default-pager a:active, .theme-highcontrast .page-banner .bx-pager.bx-default-pager a.active {
    background: #00e1d5; }
  .theme-highcontrast .contact-block .inner {
    background: #000;
    box-shadow: none; }
  .theme-highcontrast .contact-block .inner form input, .theme-highcontrast .contact-block .inner form textarea, .theme-highcontrast .contact-block .inner form select {
    background: #00e1d5;
    color: #000; }
  .theme-highcontrast .contact-block .inner form .submit input {
    background: #ffe21c;
    color: #000; }
  .theme-highcontrast .page-banner .bx-viewport .banner-content h2, .theme-highcontrast .projects ul li h3, .theme-highcontrast .contact-block h2 {
    background: #ffe21c;
    color: #000; }
  .theme-highcontrast form input, .theme-highcontrast form textarea, .theme-highcontrast form select {
    background: #00e1d5;
    color: #000; }
  .theme-highcontrast form .submit input {
    background: #ffe21c;
    color: #000; }
  .theme-highcontrast footer {
    background: #000;
    color: #00e1d5; }
  .theme-highcontrast footer a {
    color: #ffe21c;
    text-decoration: underline; }
  .theme-highcontrast footer .copyright {
    color: #00e1d5; }
  .theme-highcontrast footer .copyright a {
    color: #ffe21c; }
    .theme-highcontrast footer .copyright a:hover, .theme-highcontrast footer .copyright a:focus {
      color: #000; }
  .theme-highcontrast .footer__block-testimonials {
    background-color: #000;
    color: #00e1d5; }
  .theme-highcontrast .project-slideshow .bx-viewport .banner-content .slide-content {
    background-color: #000;
    color: #00e1d5; }
  .theme-highcontrast .project-slideshow .bx-viewport .banner-content .slide-content p {
    color: #00e1d5; }
  .theme-highcontrast .services-block ul li .title a {
    background-color: #000;
    color: #00e1d5;
    border: 2px solid #00e1d5; }
  .theme-highcontrast .services-block ul li .title .triangle {
    background-color: #00e1d5; }
  .theme-highcontrast .main-slideshow .down-arrow a {
    background-color: #ffe21c; }
  .theme-highcontrast .project-slideshow .bx-viewport .banner-content .slide-content .triangle {
    background-color: #00e1d5; }
  .theme-highcontrast .btn2, .theme-highcontrast .btn2:link, .theme-highcontrast .btn2:visited, .theme-highcontrast .btn1, .theme-highcontrast .btn1:link, .theme-highcontrast .btn1:visited, .theme-highcontrast .members ul li a {
    background-color: #ffe21c;
    color: #000;
    border: 2px solid #00e1d5; }
  .theme-highcontrast .members ul li:hover {
    background-color: #333;
    color: #00e1d5; }
