﻿@media screen and (max-width: 767px) {
  .home .logo {
    padding-top: 25px; } }

@media screen and (max-width: 991px) {
  .home .card {
    width: calc(100% - 20px); } }

@media screen and (min-width: 768px) {
  .home .card {
    margin: 0 15px; } }

@media screen and (max-width: 767px) {
  .home .card {
    width: 100% !important;
    margin: 0 8px; }
    .home .card .mobile-images video {
      width: 100%;
      height: 100%; } }

.home .card .card-body {
  position: initial !important; }
  @media screen and (min-width: 768px) {
    .home .card .card-body {
      padding: 0 58px; } }
  @media screen and (max-width: 767px) {
    .home .card .card-body {
      padding: 0 13%; } }
  .home .card .card-body .vert-align {
    padding: 50px 0;
    padding-bottom: 130px; }

.home .page-nav > .nav-item:hover > a {
  color: black;
  text-shadow: 0 2px 4px white;
  -o-transition: text-shadow .5s ease, border-bottom .5s ease !important;
  -moz-transition: text-shadow .5s ease, border-bottom .5s ease !important;
  -webkit-transition: text-shadow .5s ease, border-bottom .5s ease !important;
  transition: text-shadow .5s ease, border-bottom .5s ease !important;
  border-bottom: 1px solid black; }

.home .page-nav > .nav-item:hover .sub-menu .nav-item a {
  margin-top: 0px; }

.home .page-nav > .nav-item:hover .sub-menu .nav-item:not(:last-child) a {
  border-right: 1px solid black;
  height: 15px; }
  .home .page-nav > .nav-item:hover .sub-menu .nav-item:not(:last-child) a:hover {
    color: #9b9b9b;
    -o-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease; }

.home .page-nav > .nav-item a {
  border-bottom: 1px solid transparent;
  text-shadow: none;
  transition: text-shadow .5s ease, border-bottom .5s ease !important; }

.home .tab-content {
  position: relative;
  margin-bottom: 0;
  -o-transition: margin-bottom 0.8s ease;
  -moz-transition: margin-bottom 0.8s ease;
  -webkit-transition: margin-bottom 0.8s ease;
  transition: margin-bottom 0.8s ease; }
  @media screen and (min-width: 768px) {
    .home .tab-content.open {
      margin-bottom: 300px;
      -o-transition: margin-bottom 0.8s ease;
      -moz-transition: margin-bottom 0.8s ease;
      -webkit-transition: margin-bottom 0.8s ease;
      transition: margin-bottom 0.8s ease; } }
  @media screen and (min-width: 768px) {
    .home .tab-content.open .position-1, .home .tab-content.open .position-2 {
      opacity: 1 !important;
      -o-transition: opacity 0.8s ease;
      -moz-transition: opacity 0.8s ease;
      -webkit-transition: opacity 0.8s ease;
      transition: opacity 0.8s ease;
      -webkit-animation: appear 0.8s;
      /* Safari 4+ */
      -moz-animation: appear 0.8s;
      /* Fx 5+ */
      -o-animation: appear 0.8s;
      /* Opera 12+ */
      animation: appear 0.8s;
      /* IE 10+, Fx 29+ */ } }
  @media screen and (max-width: 767px) {
    .home .tab-content.open .position-1, .home .tab-content.open .position-2 {
      display: block !important;
      margin: auto;
      margin-top: 30px;
      opacity: 1 !important;
      -o-transition: opacity 0.8s ease;
      -moz-transition: opacity 0.8s ease;
      -webkit-transition: opacity 0.8s ease;
      transition: opacity 0.8s ease;
      -webkit-animation: appear-2 0.8s;
      /* Safari 4+ */
      -moz-animation: appear-2 0.8s;
      /* Fx 5+ */
      -o-animation: appear-2 0.8s;
      /* Opera 12+ */
      animation: appear-2 0.8s;
      /* IE 10+, Fx 29+ */ } }
  @media screen and (min-width: 768px) {
    .home .tab-content.open .position-3, .home .tab-content.open .position-4 {
      transform: translateY(calc(100% + 50px)) !important;
      -webkit-transform: translateY(calc(100% + 50px)) !important;
      -o-transition: transform 0.8s ease;
      -moz-transition: transform 0.8s ease;
      -webkit-transition: transform 0.8s ease;
      transition: transform 0.8s ease; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .home .tab-content.open .position-3:not(.mobile) {
      display: block !important;
      left: -100px;
      opacity: 1 !important;
      -webkit-animation: appear 0.8s;
      /* Safari 4+ */
      -moz-animation: appear 0.8s;
      /* Fx 5+ */
      -o-animation: appear 0.8s;
      /* Opera 12+ */
      animation: appear 0.8s;
      /* IE 10+, Fx 29+ */ } }

.home .home-mask {
  margin-bottom: 50px;
  background-color: #F8F8F8; }
  @media screen and (min-width: 992px) {
    .home .home-mask {
      margin-bottom: 150px;
      width: 940px;
      margin-left: -30px; } }
  @media screen and (min-width: 992px) {
    .home .home-mask {
      height: 600px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .home .home-mask {
      height: 700px;
      margin-bottom: 200px; } }
  @media screen and (max-width: 767px) {
    .home .home-mask {
      display: inline-block;
      width: 100%; } }
  .home .home-mask .left-pane {
    padding: 0;
    padding-top: 30px;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: white; }
    @media screen and (max-width: 767px) {
      .home .home-mask .left-pane {
        width: 100%;
        height: 35%;
        border-radius: 14px 14px 0 0; } }
    @media screen and (min-width: 768px) {
      .home .home-mask .left-pane {
        height: 100%;
        border-radius: 14px 0 0 14px; } }
    .home .home-mask .left-pane .pane-title {
      color: #9FC3CF;
      text-transform: uppercase;
      font-size: 14px;
      padding-bottom: 15px; }
      .home .home-mask .left-pane .pane-title.red {
        color: #FA7268 !important; }
      .home .home-mask .left-pane .pane-title.green {
        color: #5A9584 !important; }
    .home .home-mask .left-pane .left-pane-bottom {
      background-color: black;
      color: white;
      font-family: Amiko;
      align-self: flex-end;
      width: 100%;
      padding: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        .home .home-mask .left-pane .left-pane-bottom .dot {
          display: none; } }
      .home .home-mask .left-pane .left-pane-bottom ul {
        font-family: "Source Sans Pro", sans-serif;
        line-height: 23px;
        padding: 0;
        font-size: 14px;
        margin: 0px;
        list-style: none;
        text-align: center; }
      @media screen and (min-width: 768px) {
        .home .home-mask .left-pane .left-pane-bottom {
          height: 100px;
          border-radius: 0 0 0 14px; } }
  .home .home-mask .right-pane {
    background-color: #F8F8F8;
    width: 100%;
    padding: 30px; }
    @media screen and (min-width: 768px) {
      .home .home-mask .right-pane {
        border-radius: 0 14px 14px 0;
        padding-left: 0;
        margin-left: 4%;
        margin-right: 4.333%;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .home .home-mask .right-pane {
        height: 65%;
        border-radius: 0 0 14px 14px; } }
    .home .home-mask .right-pane .pane-title {
      text-transform: uppercase;
      line-height: 23px;
      margin-bottom: 30px;
      font-size: 14px; }
    .home .home-mask .right-pane .pane-text {
      font-family: "Source Sans Pro", sans-serif;
      line-height: 23px;
      text-align: justify;
      text-justify: inter-word; }
      @media screen and (max-width: 767px) {
        .home .home-mask .right-pane .pane-text {
          font-size: 12px; } }
      @media screen and (min-width: 768px) {
        .home .home-mask .right-pane .pane-text {
          padding-right: 40px;
          font-size: 14px; } }
    .home .home-mask .right-pane .position-1 {
      position: absolute; }
      @media screen and (max-width: 767px) {
        .home .home-mask .right-pane .position-1 {
          position: initial;
          margin-top: 30px; } }
    .home .home-mask .right-pane .position-2 {
      right: -15px;
      position: absolute; }
      @media screen and (max-width: 991px) {
        .home .home-mask .right-pane .position-2 {
          right: 0; } }
      @media screen and (max-width: 767px) {
        .home .home-mask .right-pane .position-2 {
          position: initial;
          margin-top: 30px; } }
    .home .home-mask .right-pane .position-3 {
      position: absolute; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .home .home-mask .right-pane .position-3 {
          display: none; } }
      @media screen and (max-width: 767px) {
        .home .home-mask .right-pane .position-3.mobile {
          position: relative;
          margin: auto;
          margin-top: 30px; } }
    .home .home-mask .right-pane .position-4 {
      right: -15px;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .home .home-mask .right-pane .position-4 {
          display: none !important; } }
    .home .home-mask .right-pane .pane-boxes {
      /*background: white;*/
      bottom: 90px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .home .home-mask .right-pane .pane-boxes {
          position: absolute; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .home .home-mask .right-pane .pane-boxes {
          bottom: 45px !important; } }
      .home .home-mask .right-pane .pane-boxes .pane-box {
        border-radius: 14px;
        background-color: #FFFFFF;
        box-shadow: 0 20px 40px 0 #9b9b9b;
        padding: 15px; }
        @media screen and (max-width: 991px) {
          .home .home-mask .right-pane .pane-boxes .pane-box {
            bottom: auto; } }
        @media screen and (min-width: 768px) {
          .home .home-mask .right-pane .pane-boxes .pane-box.position-1, .home .home-mask .right-pane .pane-boxes .pane-box.position-2 {
            opacity: 0;
            -o-transition: opacity 0.4s ease;
            -moz-transition: opacity 0.4s ease;
            -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease; } }
        @media screen and (max-width: 767px) {
          .home .home-mask .right-pane .pane-boxes .pane-box.position-1, .home .home-mask .right-pane .pane-boxes .pane-box.position-2 {
            display: none; } }
        @media screen and (min-width: 768px) {
          .home .home-mask .right-pane .pane-boxes .pane-box.position-3, .home .home-mask .right-pane .pane-boxes .pane-box.position-4 {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transition: transform 0.8s ease;
            -moz-transition: transform 0.8s ease;
            -webkit-transition: transform 0.8s ease;
            transition: transform 0.8s ease; } }
        @media screen and (max-width: 767px) {
          .home .home-mask .right-pane .pane-boxes .pane-box.position-4 {
            display: none; } }
        @media screen and (min-width: 768px) {
          .home .home-mask .right-pane .pane-boxes .pane-box.position-1 {
            height: 240px;
            width: 300px; } }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          .home .home-mask .right-pane .pane-boxes .pane-box.position-1 {
            width: 220px;
            left: -25px; } }
        @media screen and (min-width: 768px) {
          .home .home-mask .right-pane .pane-boxes .pane-box.position-2 {
            height: 240px;
            width: 230px; } }
        .home .home-mask .right-pane .pane-boxes .pane-box.position-3 {
          height: 230px;
          padding: 0; }
        .home .home-mask .right-pane .pane-boxes .pane-box.position-4 {
          height: 230px;
          padding: 0; }
        .home .home-mask .right-pane .pane-boxes .pane-box .pane-box-title {
          align-self: flex-start;
          margin-left: 15px;
          color: #9b9b9b;
          text-transform: uppercase;
          font-size: 18px;
          padding-top: 5px;
          line-height: 29px; }
        .home .home-mask .right-pane .pane-boxes .pane-box .pane-box-body {
          padding-left: 20px; }
          .home .home-mask .right-pane .pane-boxes .pane-box .pane-box-body ul {
            list-style: none;
            font-family: "Source Sans Pro", sans-serif;
            margin: 0;
            padding: 0; }
            @media screen and (min-width: 992px) {
              .home .home-mask .right-pane .pane-boxes .pane-box .pane-box-body ul {
                font-size: 14px; } }

.home .ovals {
  text-align: center; }
  @media screen and (min-width: 577px) {
    .home .ovals {
      display: grid;
      grid-template-columns: 33.33% 33.33% 33.33%; } }
  .home .ovals img {
    padding: 15px 25px;
    height: 180px; }
    @media screen and (min-width: 577px) {
      .home .ovals img {
        display: table-cell;
        margin: auto;
        max-width: 100%;
        padding: 10px; } }

.home .customers {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .home .customers {
      display: grid;
      grid-template-columns: 33.33% 33.33% 33.33%; } }
  .home .customers img {
    padding: 15px 25px;
    height: 80px; }
    @media screen and (max-width: 767px) {
      .home .customers img {
        display: table-cell;
        margin: auto;
        max-height: 80px;
        height: auto !important;
        max-width: 100%;
        padding: 10px; } }

.home .location .l-grid {
  display: grid; }
  @media screen and (min-width: 768px) {
    .home .location .l-grid {
      grid-template-rows: 3fr 1fr;
      grid-template-columns: repeat(8, 1fr);
      grid-template-areas: "picture1 picture1 picture1 picture1  picture2 picture2 picture2 picture2" ". bottom1 bottom1 contact contact bottom2 bottom2 ."; } }
  @media screen and (max-width: 767px) {
    .home .location .l-grid {
      grid-template-rows: 2fr 1fr 2fr 1fr 1fr;
      grid-template-columns: 1fr;
      grid-template-areas: "picture1" "bottom1" "picture2" "bottom2" "contact"; } }
  .home .location .l-grid .picture1 {
    grid-area: picture1;
    text-align: center; }
  .home .location .l-grid .picture2 {
    grid-area: picture2;
    text-align: center; }
  .home .location .l-grid .bottom1 {
    grid-area: bottom1;
    text-align: center; }
  .home .location .l-grid .bottom2 {
    grid-area: bottom2;
    text-align: center; }
  .home .location .l-grid .contact {
    grid-area: contact;
    text-align: center; }

.home .location .address div {
  text-align: center; }

@media screen and (min-width: 768px) {
  .home .location .address .address-1 {
    text-align: left; }
  .home .location .address .address-2 {
    text-align: right; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .home .location .address col-xs-12 {
    margin-top: 20px; } }

.home .location img {
  width: 430px;
  max-width: 100%; }

.home .location .title {
  color: #9FC3CF;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px; }
  .home .location .title.red {
    color: #FA7268 !important; }
  .home .location .title.green {
    color: #5A9584 !important; }
  .home .location .title.blue {
    color: #9FC3CF !important; }

.home .location .text div {
  font-size: 12px;
  text-align: center;
  color: black; }

.home .home-previous {
  width: 30px;
  height: 500px;
  background-image: url("Pics/Icon_arrow_left .svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 60px;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .home .home-previous {
      position: absolute;
      left: -50px; } }
  @media screen and (max-width: 767px) {
    .home .home-previous {
      display: none; } }

.home .home-next {
  width: 30px;
  height: 500px;
  background-image: url("Pics/Icon_Arrow_right .svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 60px;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .home .home-next {
      position: absolute;
      right: -50px; } }
  @media screen and (max-width: 767px) {
    .home .home-next {
      display: none; } }

@media screen and (min-width: 577px) {
  .consultancy .tab {
    margin: 0 30px; } }

.consultancy .tab-content > .active {
  display: flex; }

.consultancy .tab-pane {
  opacity: 0;
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.consultancy .tab-pane.active {
  opacity: 1;
  -o-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease; }

.consultancy .consultancy-previous {
  width: 30px;
  height: 600px;
  background-image: url("Pics/Icon_arrow_left .svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 60px;
  cursor: pointer; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .consultancy .consultancy-previous {
      width: 50px; } }
  @media screen and (min-width: 992px) {
    .consultancy .consultancy-previous {
      position: absolute;
      margin-left: -70px; } }
  @media screen and (max-width: 767px) {
    .consultancy .consultancy-previous {
      display: none; } }

.consultancy .consultancy-next {
  width: 30px;
  height: 600px;
  background-image: url("Pics/Icon_Arrow_right .svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 60px;
  cursor: pointer; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .consultancy .consultancy-next {
      width: 50px; } }
  @media screen and (min-width: 992px) {
    .consultancy .consultancy-next {
      position: absolute;
      margin-right: -70px;
      right: 0;
      top: 0; } }
  @media screen and (max-width: 767px) {
    .consultancy .consultancy-next {
      display: none; } }

.dot {
  cursor: pointer;
  position: absolute;
  width: 26px;
  height: 26px;
  z-index: 9;
  border-radius: 50%;
  background-color: #9FC3CF; }
  .dot img {
    width: 26px;
    height: 26px; }
  .dot:not(.visible-sm) {
    top: -13px;
    right: -13px; }
  .dot.visible-sm {
    margin-top: 20px;
    position: relative; }
  .dot.red {
    background-color: #FA7268 !important; }
  .dot.green {
    background-color: #5A9584 !important; }

@media screen and (max-width: 991px) {
  .onMove {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .onMove:hover {
    opacity: 1 !important;
    -o-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display: block !important; } }

@keyframes appear {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes appear-2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header-body .header-body {
  display: block !important; }
