.clearfix:after, .top-bar:after, .top-bar .menu a:after, footer .footer-bar:after, footer .footer-bar .social:after, .services:after, .service-detail-view .service__list:after, .employees:after {
  content: "";
  display: table;
  clear: both; }

.line-icon {
  display: block;
  height: 100px;
  padding: 42px 30px 0 30px; }
  .line-icon span {
    display: block;
    height: 1px;
    width: 26px;
    margin-bottom: 6px;
    background-color: #0097dc; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Frutiger';
  src: url("../fonts/Frutiger.eot");
  src: url("../fonts/Frutiger.eot?#iefix") format("embedded-opentype"), url("../fonts/Frutiger.woff2") format("woff2"), url("../fonts/Frutiger.woff") format("woff"), url("../fonts/Frutiger.ttf") format("truetype"), url("../fonts/Frutiger.svg") format("svg"); }
@font-face {
  font-family: 'Frutiger-Bold';
  src: url("../fonts/Frutiger-Bold.eot");
  src: url("../fonts/Frutiger-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Frutiger-Bold.woff2") format("woff2"), url("../fonts/Frutiger-Bold.woff") format("woff"), url("../fonts/Frutiger-Bold.ttf") format("truetype"), url("../fonts/Frutiger-Bold.svg") format("svg"); }
.frutiger, .line-form ::-webkit-input-placeholder, .line-form :-moz-placeholder, .line-form ::-moz-placeholder, .line-form :-ms-input-placeholder, .line-form input, .line-form textarea, .line-btn {
  top: 1px;
  font-family: 'Frutiger';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.frutiger-bold, .page-title, .cd-section h1, .main-menu .main-menu-form h2, #fixed-banner .fixed-banner__title > div h1, .content-centered .cc-title, .service-detail-view .service__title {
  top: 1px;
  font-family: 'Frutiger-Bold';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* --------------------------------

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 767px) {
  html {
    font-size: 7px !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 16px !important; } }
@media (min-width: 1024px) and (max-width: 1169px) {
  html {
    font-size: 14px !important; } }
@media (min-width: 1170px) {
  html {
    font-size: 19px !important; } }
@media (min-width: 1920px) {
  html {
    font-size: 25px !important; } }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #000000;
  background-color: white;
  font-family: "Frutiger"; }

body, html {
  height: 100%; }

p {
  font-family: "Frutiger"; }

a {
  color: #3e3947;
  text-decoration: none; }

img {
  max-width: 100%; }

.color-blue {
  color: #0097dc; }

.empty-height-100 {
  height: 100px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

h1, h2, h3 {
  letter-spacing: 0.10em; }

.page-title {
  font-size: 2.7em;
  text-align: center;
  text-transform: uppercase;
  color: #0097dc;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .page-title:after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #0097dc;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    margin-left: -5px; }
    @media (max-width: 767px) {
      .page-title:after {
        height: 5px;
        width: 5px; } }

.page-sub-title {
  font-size: 1em;
  line-height: 1.3em;
  color: #606060;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4em; }
  @media (max-width: 767px) {
    .page-sub-title {
      font-size: 2em; } }

.visible-mobile {
  display: none; }
  @media (max-width: 767px) {
    .visible-mobile {
      display: block; } }

@media (max-width: 1023px) {
  .visible-desktop {
    display: none !important; } }

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/* --------------------------------

Main components

-------------------------------- */
.cd-section {
  min-height: 100%;
  position: relative;
  padding: 140px 0 30px 0; }
  .cd-section h1 {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 7em;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    width: 90%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cd-section h1 {
        font-size: 4.1em; } }
  .cd-section .box-center-hr, .cd-section .box-center {
    position: absolute; }
    .cd-section .box-center-hr h3, .cd-section .box-center-hr h2, .cd-section .box-center h3, .cd-section .box-center h2 {
      font-size: 4.6em;
      position: relative;
      text-transform: uppercase;
      color: #ffffff; }
      @media (max-width: 767px) {
        .cd-section .box-center-hr h3, .cd-section .box-center-hr h2, .cd-section .box-center h3, .cd-section .box-center h2 {
          font-size: 3.5em; } }
    .cd-section .box-center-hr h2, .cd-section .box-center h2 {
      padding-top: 80px;
      margin-bottom: 10px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .cd-section .box-center-hr h2, .cd-section .box-center h2 {
          padding-top: 40px; } }
      .cd-section .box-center-hr h2:before, .cd-section .box-center h2:before {
        content: '';
        display: block;
        height: 12px;
        width: 12px;
        background-color: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 5px; }
        @media (max-width: 1023px) {
          .cd-section .box-center-hr h2:before, .cd-section .box-center h2:before {
            height: 6px;
            width: 6px; } }
    .cd-section .box-center-hr p, .cd-section .box-center p {
      line-height: 1.3;
      font-size: 1.1em;
      padding-left: 0;
      color: #ffffff;
      width: 40%; }
      @media (max-width: 767px) {
        .cd-section .box-center-hr p, .cd-section .box-center p {
          font-size: 2.2em;
          width: 90% !important; } }
  .cd-section .box-center-hr {
    margin-left: 10%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .cd-section .box-center-hr.make-right {
      margin-left: 50%; }
      .cd-section .box-center-hr.make-right p {
        width: 75%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .cd-section .box-center-hr.make-right {
          margin-left: 35%; } }
      @media (max-width: 767px) {
        .cd-section .box-center-hr.make-right {
          margin-left: 10%; } }
  .cd-section .box-center {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center; }
    .cd-section .box-center p {
      width: 100%; }
  .cd-section.welcome, .cd-section.pay-per-tax, .cd-section.seamless-operation, .cd-section.clinical-delivery, .cd-section.future-focused, .cd-section.growth-mindset, .cd-section.testimonial {
    background: transparent; }
  .cd-section.clinical-delivery h2, .cd-section.clinical-delivery p {
    color: #000; }
  .cd-section.clinical-delivery h2:before {
    background-color: #000000; }
  .cd-section.testimonial {
    background-color: #0097dc; }
    .cd-section.testimonial .box-center {
      width: 95%; }
      .cd-section.testimonial .box-center h3 {
        margin-bottom: 60px; }
      .cd-section.testimonial .box-center p {
        margin-right: auto;
        margin-left: auto; }
        @media (max-width: 767px) {
          .cd-section.testimonial .box-center p {
            font-size: 16px; } }
    .cd-section.testimonial .quote {
      background: url("../images/quotation.svg") no-repeat center;
      background-size: 80px 60px;
      width: 56px;
      height: 40px;
      margin: 3.5em auto; }
    .cd-section.testimonial .title {
      font-size: 1.1em;
      line-height: 1.2;
      padding-bottom: 20px;
      margin-bottom: 20px;
      text-transform: none;
      position: relative;
      /*&:before, &:after {
        content: '"';
        font-style: italic;
        margin-right: 10px;
      }*/ }
      .cd-section.testimonial .title:after {
        content: '';
        display: block;
        left: 50%;
        bottom: 0;
        width: 5px;
        height: 5px;
        border-radius: 3px;
        background-color: #fff;
        position: absolute; }
    .cd-section.testimonial .said-by {
      font-size: 1.5em;
      margin-top: 3.5em; }
      .cd-section.testimonial .said-by span {
        display: block;
        color: #fff;
        font-size: 1em;
        margin-top: 10px; }
    .cd-section.testimonial .testimonial-btn {
      text-align: center; }
    @media (max-width: 767px) {
      .cd-section.testimonial h3 {
        margin-bottom: 20px !important; }
      .cd-section.testimonial .title {
        padding-bottom: 15px !important;
        margin-bottom: 15px !important; } }

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  bottom: 20px;
  width: 30px;
  height: 50px;
  background: url("../images/mouse_icon.svg") no-repeat center center; }
  @media (max-width: 991px) {
    .cd-scroll-down {
      display: none !important; } }

.rfa-welcome {
  position: absolute;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  bottom: 20px;
  display: none;
  text-align: center; }
  .rfa-welcome button {
    margin: 0 auto;
    position: relative !important; }
  @media (max-width: 992px) {
    .rfa-welcome {
      display: block; } }

/* No Touch devices */
.cd-nav-trigger {
  display: none; }

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }
.no-touch #cd-vertical-nav li {
  text-align: right; }
.no-touch #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both; }
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); }
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1; }
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: #0097dc; }
.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: white;
  font-size: 1em;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9); }
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit; }
.touch .cd-nav-trigger span::before {
  top: -9px; }
.touch .cd-nav-trigger span::after {
  bottom: -9px; }
.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9); }
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1); }
.touch #cd-vertical-nav a span:first-child {
  display: none; }
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683; }
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent; }
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0); }
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px; }
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px; }
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0; }
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none; }

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #0097dc;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: -140px; }

.top-bar {
  height: 100px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99; }
  .top-bar, .top-bar .logo, .top-bar .tag-line, .top-bar .line-icon, .top-bar .menu a .text {
    transition: all 500ms ease; }
  .top-bar:hover, .top-bar.filled {
    background-color: #fff; }
  .top-bar .logo, .top-bar .tag-line {
    float: left;
    height: 100px;
    margin: 29px auto 0 30px; }
  .top-bar .logo {
    width: 175px;
    height: 35px;
    background: url("../images/OptimusOneMs-logo.svg") no-repeat center;
    background-size: 180px 40px;
    display: block; }
  .top-bar .tag-line {
    height: 40px;
    width: 125px;
    margin-left: 10px;
    background: url("../images/partnering%20growth.svg") no-repeat center;
    background-size: 125px 25px; }
    @media (max-width: 767px) {
      .top-bar .tag-line {
        display: none; } }
  .top-bar .menu {
    float: right;
    height: 100px; }
    .top-bar .menu a {
      display: block;
      width: auto;
      height: 100px; }
      .top-bar .menu a > * {
        display: block;
        float: left;
        height: 100px; }
      .top-bar .menu a .text {
        font-size: 12px;
        text-transform: uppercase;
        padding-top: 44px;
        color: #0097dc; }
        @media (max-width: 767px) {
          .top-bar .menu a .text {
            display: none; } }
  .top-bar.min-topbar {
    height: 60px;
    background-color: white; }
    .top-bar.min-topbar .logo, .top-bar.min-topbar .tag-line {
      margin-top: 13px;
      margin-left: 15px; }
    .top-bar.min-topbar .line-icon {
      padding-top: 23px; }
    .top-bar.min-topbar .menu a .text {
      padding-top: 27px; }
  @media (max-width: 991px) {
    .top-bar {
      height: 60px;
      background-color: white; }
      .top-bar .logo, .top-bar .tag-line {
        margin-top: 13px;
        margin-left: 15px; }
      .top-bar .line-icon {
        padding-top: 23px; }
      .top-bar .menu a .text {
        padding-top: 27px; } }

footer {
  position: relative;
  z-index: 10;
  background-color: #0097dc; }
  footer .footer-nav {
    display: table;
    width: 100%;
    height: 200px; }
    footer .footer-nav a {
      display: table-cell;
      font-size: 40px;
      vertical-align: middle;
      text-align: center;
      background-color: #ffffff;
      color: #0097dc;
      text-transform: uppercase;
      width: 50%;
      position: relative;
      overflow: hidden;
      transition: all 300ms ease; }
      footer .footer-nav a:first-child {
        border-right: 1px solid #b2e0f4; }
      footer .footer-nav a:hover {
        background-color: #fafafa; }
    @media (max-width: 767px) {
      footer .footer-nav {
        display: block;
        height: auto; }
        footer .footer-nav a {
          display: block;
          font-size: 24px;
          height: 148px;
          width: 100%;
          padding-top: 62px;
          border-bottom: 1px solid #b2e0f4; } }
  footer .footer-bar {
    background-color: #0097dc;
    padding: 40px;
    font-size: 11px;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
    min-height: 178px; }
    footer .footer-bar .social a {
      float: left;
      display: block;
      height: 16px;
      width: 16px;
      margin: 0 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px 16px; }
      footer .footer-bar .social a:last-child {
        margin-right: 0; }
      footer .footer-bar .social a:first-child {
        margin-left: 0; }
      footer .footer-bar .social a.facebook {
        background-image: url("../images/social_fb.svg"); }
      footer .footer-bar .social a.twitter {
        background-image: url("../images/social_twitter.svg"); }
      footer .footer-bar .social a.linkedin {
        background-image: url("../images/social_linkedin.svg"); }
    @media (max-width: 767px) {
      footer .footer-bar .pull-left, footer .footer-bar .pull-right {
        float: none;
        margin: 15px 0;
        text-align: center; }
      footer .footer-bar .social {
        width: 130px;
        margin: 30px auto 0 auto; } }

.main-menu-opened {
  overflow: hidden;
  position: fixed; }

.main-menu {
  position: fixed;
  overflow: hidden;
  background-color: #0097dc;
  z-index: 100;
  display: block;
  left: 0;
  right: 0;
  top: -120%;
  bottom: 100%;
  transition: all 300ms ease;
  opacity: 0; }
  .main-menu > div {
    display: table;
    height: 100%;
    width: 100%; }
    .main-menu > div > div {
      display: table-cell;
      width: 50%; }
      .main-menu > div > div:first-child {
        border-right: 1px solid #41b1e4; }
  @media (max-width: 1023px) {
    .main-menu > div {
      display: block;
      width: 100%; }
      .main-menu > div > div {
        display: block;
        width: 100%; }
        .main-menu > div > div:first-child {
          height: auto;
          margin-top: 60px; }
    .main-menu .empty-height-100 {
      display: none; } }
  .main-menu .main-menu-list {
    display: table;
    height: 100%;
    width: 100%; }
    .main-menu .main-menu-list span {
      display: table-row;
      text-transform: uppercase;
      color: #ffffff; }
      .main-menu .main-menu-list span a {
        border-bottom: 1px solid #41b1e4;
        font-family: 'Frutiger';
        vertical-align: middle;
        display: table-cell;
        font-size: 2em;
        color: #ffffff;
        position: relative;
        padding-left: 40px;
        letter-spacing: .2em;
        transition: all 300ms ease; }
        @media (min-width: 1920px) {
          .main-menu .main-menu-list span a {
            font-size: 2.6em; } }
        .main-menu .main-menu-list span a:before {
          content: '';
          display: block;
          position: absolute;
          width: 40px;
          height: 1px;
          background-color: #0097dc;
          bottom: -1px;
          left: 0; }
    @media (max-width: 1023px) {
      .main-menu .main-menu-list {
        display: block;
        padding: 30px; }
        .main-menu .main-menu-list:after {
          content: "";
          display: table;
          clear: both; }
        .main-menu .main-menu-list span {
          display: block;
          float: left;
          width: 50%; }
          .main-menu .main-menu-list span a {
            display: block;
            padding: 15px;
            text-align: center;
            font-size: 14px; }
            .main-menu .main-menu-list span a:before {
              display: none; }
          .main-menu .main-menu-list span:nth-child(1) a, .main-menu .main-menu-list span:nth-child(2) a {
            border-top: 1px solid #41b1e4; }
          .main-menu .main-menu-list span:nth-child(1) a, .main-menu .main-menu-list span:nth-child(3) a {
            border-right: 1px solid #41b1e4; }
          .main-menu .main-menu-list span:last-child {
            width: 100%; } }
  .main-menu .main-menu-form {
    position: relative;
    vertical-align: top; }
    .main-menu .main-menu-form h2 {
      font-size: 2.6em;
      position: relative;
      text-transform: uppercase;
      color: #ffffff;
      padding-top: 1.5em;
      margin-left: 40px; }
      .main-menu .main-menu-form h2 span {
        display: block;
        font-size: .5em;
        color: #000; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .main-menu .main-menu-form h2 {
          padding-top: 40px; } }
      @media (min-width: 1920px) {
        .main-menu .main-menu-form h2 {
          font-size: 2.5em;
          margin-top: 1.5em; } }
      .main-menu .main-menu-form h2:before {
        content: '';
        display: block;
        height: 6px;
        width: 6px;
        background-color: #fff;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 2px; }
  .main-menu-opened .main-menu {
    top: 0;
    bottom: 0;
    opacity: 1; }
    @media (max-width: 767px) {
      .main-menu-opened .main-menu {
        overflow: auto; } }
  .main-menu .line-icon {
    right: 0;
    top: 6px;
    position: absolute;
    z-index: 100; }
    .main-menu .line-icon span {
      background-color: #fff;
      display: none;
      margin-bottom: -1px; }
      .main-menu .line-icon span:first-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        display: block; }
      .main-menu .line-icon span:last-child {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        display: block; }
      @media (max-width: 991px) {
        .main-menu .line-icon span {
          background-color: #0097dc; }
          .main-menu .line-icon span:first-child, .main-menu .line-icon span:last-child {
            background-color: #fff; } }
  .main-menu.main-menu-onlyForm .main-menu-list {
    display: none; }
  @media (min-width: 1024px) {
    .main-menu.main-menu-onlyForm .main-menu-form {
      padding: 0 25%; } }

.contact-info {
  padding-left: 40px;
  font-size: 14px; }
  .contact-info table td {
    padding: 6px; }
    .contact-info table td:last-child {
      color: #ffffff; }
  @media (max-width: 1023px) {
    .contact-info {
      font-size: 16px; } }
  @media (min-width: 1920px) {
    .contact-info {
      font-size: .8em; } }

@media (max-height: 700px) {
  .main-menu-form .empty-height-100 {
    height: 60px; }

  .main-menu .main-menu-form h2 {
    padding-top: 20px;
    font-size: 2.1em; }

  .line-form {
    margin-top: 15px !important; } }
.line-form {
  margin: 40px;
  position: relative; }
  .line-form .success-message {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #1DE9B6;
    color: #000;
    text-align: center;
    z-index: 999;
    display: none; }
  .line-form ::-webkit-input-placeholder {
    color: #ffffff; }
  .line-form :-moz-placeholder {
    color: #ffffff; }
  .line-form ::-moz-placeholder {
    color: #ffffff; }
  .line-form :-ms-input-placeholder {
    color: #ffffff; }
  .line-form .form-ctrl {
    position: relative; }
    .line-form .form-ctrl span {
      font-size: 12px;
      color: red;
      position: absolute;
      right: 0;
      top: 15px;
      display: none; }
    .line-form .form-ctrl input {
      border: none;
      background: transparent;
      outline: none;
      height: 42px;
      font-size: 13px;
      color: #ffffff;
      padding: 14px 0;
      border-bottom: 1px solid #41b1e4;
      width: 100%; }
      .line-form .form-ctrl input:focus {
        outline: none; }
      .line-form .form-ctrl input:focus {
        border-bottom-color: #ffffff; }
      @media (min-width: 1920px) {
        .line-form .form-ctrl input {
          height: 84px;
          font-size: 20px; } }
    .line-form .form-ctrl textarea {
      border: none;
      background: transparent;
      outline: none;
      resize: none;
      width: 100%;
      line-height: 41px;
      font-size: 13px;
      color: #ffffff;
      padding: 0;
      background: repeating-linear-gradient(#0097dc 0px, #0097dc 40px, #41b1e4 40px, #41b1e4 40.5px); }
      .line-form .form-ctrl textarea:focus {
        outline: none; }
      .line-form .form-ctrl textarea:focus {
        background: repeating-linear-gradient(#0097dc 0px, #0097dc 40px, #ffffff 40px, #ffffff 40.5px); }
      @media (min-width: 1920px) {
        .line-form .form-ctrl textarea {
          font-size: 20px;
          line-height: 84px;
          background: repeating-linear-gradient(#0097dc 0px, #0097dc 80px, #41b1e4 80px, #41b1e4 80.5px); }
          .line-form .form-ctrl textarea:focus {
            background: repeating-linear-gradient(#0097dc 0px, #0097dc 80px, #ffffff 80px, #ffffff 80.5px); } }
  .line-form .form-btn {
    margin-top: 15px; }
    .line-form .form-btn button {
      border: none;
      background: transparent;
      outline: none;
      background-color: #fff;
      height: 42px;
      font-size: 12px;
      color: #0097dc;
      padding: 12px;
      padding-left: 24px;
      width: 100%;
      text-transform: uppercase;
      text-align: left;
      cursor: pointer; }
      .line-form .form-btn button:focus {
        outline: none; }
      @media (min-width: 1920px) {
        .line-form .form-btn button {
          font-size: 20px;
          height: 84px;
          padding: 24px;
          padding-left: 48px; } }

@media (min-width: 1024px) {
  .main-menu-form {
    background-color: #fff;
    color: #0097dc; }
    .main-menu-form ::-webkit-input-placeholder {
      color: #0097dc; }
    .main-menu-form :-moz-placeholder {
      color: #0097dc; }
    .main-menu-form ::-moz-placeholder {
      color: #0097dc; }
    .main-menu-form :-ms-input-placeholder {
      color: #0097dc; }

  .main-menu .main-menu-form h2, .line-form input, .line-form textarea {
    color: #0097dc; }

  .line-form .form-btn button {
    background-color: #0097dc;
    color: white; }

  .line-form .form-ctrl input {
    color: #0097dc !important; }
    .line-form .form-ctrl input:focus {
      border-bottom-color: #41b1e4; }

  .line-form .form-ctrl textarea {
    background-color: #fff;
    color: #0097dc !important;
    background: repeating-linear-gradient(#ffffff 0px, #ffffff 40px, #0097dc 40px, #0097dc 40.5px); }
    .line-form .form-ctrl textarea:focus {
      background: repeating-linear-gradient(#ffffff 0px, #ffffff 40px, #0097dc 40px, #0097dc 40.5px); } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    .line-form .form-ctrl textarea {
      font-size: 20px;
      line-height: 84px;
      background: repeating-linear-gradient(#ffffff 0px, #ffffff 80px, #0097dc 80px, #0097dc 80.5px); }
      .line-form .form-ctrl textarea:focus {
        background: repeating-linear-gradient(#ffffff 0px, #ffffff 80px, #0097dc 80px, #0097dc 80.5px); } }

@media (min-width: 1024px) {
  .contact-info table td:last-child {
    color: #000000; }

  .main-menu .main-menu-form h2:before {
    background-color: #0097dc; }

  .main-menu .line-icon span {
    background-color: #0097dc; } }
.line-btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 25px; }
  .line-btn:hover {
    background-color: #fff;
    color: #0097dc;
    cursor: pointer; }

.fixed-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 300; }

#fixed-banner {
  background: transparent;
  position: relative; }
  #fixed-banner .fixed-banner__title {
    height: 500px;
    position: relative; }
    #fixed-banner .fixed-banner__title > div {
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      text-align: center;
      width: 70%; }
      #fixed-banner .fixed-banner__title > div h1 {
        font-size: 5em;
        color: #ffffff;
        text-transform: uppercase;
        margin-top: 1em; }
        #fixed-banner .fixed-banner__title > div h1 span {
          color: #0097dc; }
      #fixed-banner .fixed-banner__title > div p {
        color: #ffffff;
        font-size: .9em;
        line-height: 1.5em;
        padding: 2em 0; }
        @media (min-width: 1024px) and (max-width: 1169px) {
          #fixed-banner .fixed-banner__title > div p {
            font-size: 1.4em; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          #fixed-banner .fixed-banner__title > div p {
            font-size: 1.1em; } }
        @media (max-width: 767px) {
          #fixed-banner .fixed-banner__title > div p {
            font-size: 2em; } }
      #fixed-banner .fixed-banner__title > div div {
        text-transform: uppercase;
        font-size: 1em;
        color: #ffffff;
        padding-top: 2em;
        position: relative;
        margin-top: 1em; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #fixed-banner .fixed-banner__title > div div {
            font-size: 1.8em; } }
        @media (max-width: 767px) {
          #fixed-banner .fixed-banner__title > div div {
            font-size: 2em; } }
        @media (min-width: 1024px) and (max-width: 1169px) {
          #fixed-banner .fixed-banner__title > div div {
            font-size: 2em; } }
        #fixed-banner .fixed-banner__title > div div:before {
          content: '';
          display: block;
          height: 6px;
          width: 6px;
          background-color: #fff;
          border-radius: 3px;
          position: absolute;
          left: 50%;
          top: 0;
          margin-left: -3px; }
      @media (min-width: 1920px) {
        #fixed-banner .fixed-banner__title > div h1 {
          font-size: 5em; }
        #fixed-banner .fixed-banner__title > div p, #fixed-banner .fixed-banner__title > div div {
          font-size: 1.4em; } }
  #fixed-banner .fixed-banner__content {
    background-color: #fff;
    padding: 40px; }

.page-about .fixed-banner__content {
  padding-top: 10em !important;
  padding-bottom: 10em !important; }
@media (max-width: 767px) {
  .page-about .fixed-banner__title > div p {
    display: none; }
  .page-about .fixed-banner__title > div div {
    padding-top: 45px !important;
    margin-top: 35px !important; } }
.page-about .visible-mobile {
  font-size: 2em;
  color: #606060;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 50px; }

.content-centered {
  text-align: center;
  display: table;
  width: auto;
  margin: 0 auto;
  margin-bottom: 2em; }
  .content-centered > div {
    width: 300px;
    text-align: center;
    display: table-cell;
    padding: 15px; }
  @media (max-width: 767px) {
    .content-centered {
      display: block; }
      .content-centered > div {
        display: block;
        width: 100%; } }
  @media (min-width: 1170px) {
    .content-centered > div {
      width: 400px; } }
  .content-centered .cc-title {
    color: #0097dc;
    font-size: 1em;
    border-bottom: 1px solid #c1e6f6;
    line-height: 2em;
    margin-bottom: .7em; }
    @media (max-width: 767px) {
      .content-centered .cc-title {
        font-size: 2em; } }
  .content-centered .cc-description {
    font-size: 1em;
    line-height: 1;
    color: #606060; }
    @media (max-width: 767px) {
      .content-centered .cc-description {
        font-size: 2em; } }

.page-services .fixed-banner__content {
  padding: 0 !important; }
.page-services .fixed-banner__title h1, .page-services .fixed-banner__title p, .page-services .fixed-banner__title div {
  color: #000000 !important; }
.page-services .fixed-banner__title h1 span {
  color: #0097dc !important; }
.page-services .fixed-banner__title div:before {
  background-color: #000000 !important; }
.page-services .line-icon span {
  width: 50px; }

.services {
  border-bottom: 1px solid #ffffff; }
  .services .service {
    float: left;
    width: 50%;
    height: 600px;
    padding: 60px;
    text-transform: uppercase;
    color: #0097dc; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .services .service {
        height: 550px; } }
    .services .service .service__logo {
      text-align: left;
      position: relative;
      padding-top: 0;
      margin-top: 50px;
      margin-bottom: 30px;
      height: 150px; }
      .services .service .service__logo:before {
        content: '';
        display: block;
        position: absolute;
        height: 8px;
        width: 8px;
        border-radius: 4px;
        background-color: #0097dc;
        top: 0;
        right: 40px; }
      .services .service .service__logo img {
        height: 7em; }
      @media (max-width: 767px) {
        .services .service .service__logo {
          height: 28em;
          margin-bottom: 8em; }
          .services .service .service__logo img {
            height: 110px; } }
      @media (min-width: 1920px) {
        .services .service .service__logo {
          height: 10em;
          margin-bottom: 4em; }
          .services .service .service__logo img {
            height: 8em;
            margin-right: 10%; } }
    @media (max-width: 1023px) {
      .services .service {
        padding: 30px; }
        .services .service .service__logo {
          margin-bottom: 60px;
          margin-top: 0;
          padding-top: 50px; }
          .services .service .service__logo:before {
            right: 0; }
        .services .service .service__summery {
          padding-right: 0 !important; } }
    .services .service .service__btn, .services .service .service__summery, .services .service .service__title {
      transition: all 300ms ease-in; }
    .services .service .service__title {
      font-size: 1.5em; }
      @media (min-width: 1024px) and (max-width: 1169px) {
        .services .service .service__title {
          font-size: 1.7em; } }
    .services .service .service__summery {
      margin-top: 1.6em;
      font-size: 14px;
      line-height: 2;
      padding-right: 25%; }
    .services .service .service__btn {
      margin-top: 1.6em; }
      .services .service .service__btn a {
        display: inline-block;
        font-size: 1em;
        padding: 14px 14px 12px 14px;
        width: auto;
        border: 2px solid #0097dc;
        color: #0097dc;
        line-height: 1; }
        .services .service .service__btn a:hover {
          background-color: #0097dc;
          color: #fff; }
    .services .service.before .service__btn, .services .service.before .service__summery, .services .service.before .service__title {
      margin-top: 100px;
      opacity: 0; }
    .services .service:nth-child(1), .services .service:nth-child(3) {
      background: #0097dc;
      color: #ffffff; }
      .services .service:nth-child(1) .service__logo:before, .services .service:nth-child(3) .service__logo:before {
        background-color: #fff; }
      .services .service:nth-child(1) .service__btn a, .services .service:nth-child(3) .service__btn a {
        color: #fff;
        border-color: #ffffff; }
        .services .service:nth-child(1) .service__btn a:hover, .services .service:nth-child(3) .service__btn a:hover {
          background-color: #fff;
          color: #0097dc; }
    .services .service:nth-child(3) {
      float: right; }
    @media (max-width: 767px) {
      .services .service {
        float: none !important;
        width: 100%;
        height: 100%; }
        .services .service .service__title {
          font-size: 4em; }
        .services .service .service__summery, .services .service .service__btn a {
          font-size: 2em; } }
    @media (min-width: 1920px) {
      .services .service .service__title {
        font-size: 2.1em; }
      .services .service .service__summery, .services .service .service__btn a {
        font-size: .9em; } }

.service-detail-view {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  background-color: #fff;
  color: #0097dc;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto; }
  .service-detail-view > div {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative; }
  .service-detail-view .service__logo {
    text-align: left;
    height: 220px;
    position: relative;
    padding-top: 70px; }
    .service-detail-view .service__logo:after {
      content: '';
      height: 8px;
      width: 8px;
      border-radius: 5px;
      background-color: #0097dc;
      position: absolute;
      display: block;
      left: 0;
      top: 0; }
      @media (max-width: 767px) {
        .service-detail-view .service__logo:after {
          height: 5px;
          width: 5px; } }
  .service-detail-view .service__title {
    font-size: 1.8em;
    text-transform: uppercase; }
  .service-detail-view .service__summery {
    margin-top: 1.8em; }
    .service-detail-view .service__summery p {
      font-size: 1em;
      line-height: 1.6;
      padding-right: 15%;
      margin-bottom: 1em; }
      @media (min-width: 1024px) and (max-width: 1169px) {
        .service-detail-view .service__summery p {
          font-size: 1.2em; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .service-detail-view .service__summery p {
          font-size: 1.1em; } }
      @media (min-width: 1920px) {
        .service-detail-view .service__summery p {
          font-size: .65em; } }
  .service-detail-view .service__list {
    position: relative;
    padding-top: 70px !important;
    margin-top: 60px !important; }
    .service-detail-view .service__list, .service-detail-view .service__list li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .service-detail-view .service__list:before {
      content: '';
      display: block;
      position: absolute;
      height: 8px;
      width: 8px;
      border-radius: 4px;
      background-color: #0097dc;
      top: 0;
      left: 0; }
    .service-detail-view .service__list li {
      padding-top: 20px;
      font-size: .9em;
      line-height: 1.2;
      width: 23%;
      margin-right: 2%;
      float: left;
      min-height: 140px;
      border-top: 4px solid #0097dc; }
      @media (min-width: 1024px) and (max-width: 1169px) {
        .service-detail-view .service__list li {
          font-size: 1.2em; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .service-detail-view .service__list li {
          font-size: 1.1em; } }
      @media (min-width: 1920px) {
        .service-detail-view .service__list li {
          font-size: .65em; } }
  .service-detail-view .line-icon {
    max-width: 90px;
    float: right; }
    .service-detail-view .line-icon span {
      display: none;
      margin-bottom: -1px; }
      .service-detail-view .line-icon span:first-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        display: block; }
      .service-detail-view .line-icon span:last-child {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        display: block; }
  .service-detail-view.dark-theme {
    background-color: #0097dc;
    color: #ffffff; }
    .service-detail-view.dark-theme .line-icon span {
      background-color: #ffffff; }
    .service-detail-view.dark-theme .service__list:before {
      background-color: #ffffff; }
    .service-detail-view.dark-theme .service__list li {
      border-top-color: #ffffff; }
    .service-detail-view.dark-theme .service__logo:after {
      background-color: #ffffff; }
  @media (max-width: 767px) {
    .service-detail-view > div {
      width: 90%; }
    .service-detail-view .service__title {
      font-size: 4em; }
    .service-detail-view .service__summery {
      font-size: 3em; }
    .service-detail-view .service__list li {
      width: 100%;
      margin-right: 0;
      float: none;
      font-size: 3em; } }

@media (max-height: 700px) {
  .services .service {
    height: 500px; }

  .services .service .service__logo {
    height: 120px;
    padding-top: 30px;
    margin-top: 30px; }
    .services .service .service__logo img {
      height: 100px; }

  .services .service .service__summery {
    line-height: 1.5; } }
#page-contact {
  height: 100%;
  position: relative; }
  #page-contact #map-canvas {
    height: 100%;
    width: 100%;
    z-index: 1; }
  #page-contact .contact-details {
    padding: 50px;
    position: absolute;
    max-width: 350px;
    width: 100%;
    left: 0;
    top: 50%;
    background-color: #0097dc;
    z-index: 20;
    height: 350px;
    margin-top: -125px;
    color: #ffffff; }
    #page-contact .contact-details h2 {
      position: relative;
      padding: 50px 0;
      font-size: 23px;
      text-transform: uppercase; }
      #page-contact .contact-details h2:after {
        content: '';
        height: 8px;
        width: 8px;
        border-radius: 4px;
        background-color: #ffffff;
        position: absolute;
        display: block;
        left: 0;
        top: 0; }
    #page-contact .contact-details address {
      font-size: 14px;
      line-height: 1.3; }
  @media (max-width: 767px) {
    #page-contact {
      height: 200%; }
      #page-contact #map-canvas {
        height: 50%; }
      #page-contact .contact-details {
        padding-top: 140px;
        position: relative;
        top: 0;
        margin-top: 0;
        height: 50%;
        max-width: 100%;
        font-size: 3em; } }

.employees {
  padding: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .employees .employee {
    float: left;
    width: 50%;
    border-right: 1px solid #0097dc;
    margin: 30px 0; }
    .employees .employee:nth-child(3), .employees .employee:last-child {
      border-right: none; }
    .employees .employee b, .employees .employee span {
      display: block;
      text-align: center; }
    .employees .employee b {
      font-size: 14px;
      color: #0097dc;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .employees .employee span {
      display: block;
      font-size: 16px;
      color: #444444; }
    @media (min-width: 1920px) {
      .employees .employee {
        width: 50%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .employees .employee {
        width: 50%; }
        .employees .employee:nth-child(odd) {
          border-right: 1px solid #0097dc; }
        .employees .employee:nth-child(even) {
          border-right: none; } }
    @media (max-width: 767px) {
      .employees .employee {
        border-right: none;
        border-bottom: 1px solid #0097dc;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 0; }
        .employees .employee:last-child {
          border-bottom: none; } }

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