@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700");
body {
  font-family: "Lato", Helvetica, Sans-Serif;
  color: #58595b;
  background: #fafafa;
  font-size: 16px;
  overflow-x: hidden; }

@media (max-width: 47.99em) {
  h2 {
    font-size: 1.9em;
    line-height: 1.2;
    font-weight: 900;
    margin: 0.0em 0 0.5em 0; }

  h3 {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 400;
    margin: 0.1em 0 0.5em 0; }

  h4 {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 900;
    margin: 1.1em 0 0.5em 0; }

  h5 {
    font-size: 0.9em;
    line-height: 1.2;
    font-weight: 700;
    margin: 1.1em 0 0.5em 0; }

  p {
    font-size: 0.9em;
    line-height: 1.3;
    font-weight: 300;
    margin: 0.0em 0 1.0em 0; }

  ul.basic
  li, ul.bullet
  li, ul.leaf
  li, ul.tick
  li, ul.tick_box
  li {
    font-size: 0.9em;
    line-height: 1.3;
    font-weight: 400; } }
@media (min-width: 48em) and (max-width: 63.99em) {
  h2 {
    font-size: 2.4em;
    line-height: 1.2;
    font-weight: 900;
    margin: 0.0em 0 0.5em 0; }

  h3 {
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 400;
    margin: 0.1em 0 0.5em 0; }

  h4 {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 900;
    margin: 1.1em 0 0.5em 0; }

  h5 {
    font-size: 1.0em;
    line-height: 1.2;
    font-weight: 700;
    margin: 1.1em 0 0.5em 0; }

  p {
    font-size: 1.0em;
    line-height: 1.3;
    font-weight: 300;
    margin: 0.0em 0 1.0em 0; }

  ul.basic
  li, ul.bullet
  li, ul.leaf
  li, ul.tick
  li, ul.tick_box
  li {
    font-size: 1.0em;
    line-height: 1.3;
    font-weight: 400; } }
@media (min-width: 64em) {
  h2 {
    font-size: 3.0em;
    line-height: 1.2;
    font-weight: 900;
    margin: 0.0em 0 0.5em 0; }

  h3 {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 400;
    margin: 0.2em 0 0.5em 0; }

  h4 {
    font-size: 1.0em;
    line-height: 1.2;
    font-weight: 900;
    margin: 1.1em 0 0.5em 0; }

  h5 {
    font-size: 1.0em;
    line-height: 1.2;
    font-weight: 700;
    margin: 1.1em 0 0.5em 0; }

  p {
    font-size: 1.0em;
    line-height: 1.3;
    font-weight: 400;
    margin: 0.0em 0 1.0em 0; }

  ul.basic
  li, ul.bullet
  li, ul.leaf
  li, ul.tick
  li, ul.tick_box
  li {
    font-size: 1.0em;
    line-height: 1.3;
    font-weight: 400; } }
h2 {
  font-family: "Lato", Helvetica, Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #00a8ed; }

h3 {
  font-family: "Comfortaa", Helvetica, Sans-Serif; }

h4 {
  text-transform: uppercase;
  letter-spacing: 0.4em; }

p {
  text-align: justify; }

address {
  font-style: normal; }

a {
  color: #00a8ed;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #0084ba; }

ul.contact_details {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.contact_details a {
    display: inline-block;
    color: inherit; }
    ul.contact_details a:hover {
      color: #54cdff; }

ul.social {
  list-style: none;
  text-align: center;
  margin: 0; }
  ul.social li {
    display: inline-block;
    font-size: 26px; }
    ul.social li a {
      color: #fafafa;
      display: block;
      width: inherit;
      height: inherit;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      ul.social li a:hover {
        color: #00a8ed; }
  @media (max-width: 63.99em) {
    ul.social li {
      width: 44px;
      height: 44px; } }
  @media (min-width: 64em) {
    ul.social li {
      margin: 0 6%; } }

.button {
  display: inline-block;
  font-family: "Comfortaa", Helvetica, Sans-Serif;
  font-size: 1em;
  font-style: italic;
  padding: 0.5em 2em;
  margin: 0 auto 10px;
  text-align: center;
  color: #231f20;
  border: 2px solid #231f20;
  box-shadow: inset 0 0 #231f20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button:hover {
    box-shadow: inset 0 -60px #231f20;
    color: #fafafa; }

blockquote {
  border: 4px solid #eee;
  margin: 1em 0 1em;
  padding: 1em;
  text-align: justify;
  text-indent: 10%;
  font-family: "Comfortaa", Helvetica, Sans-Serif;
  font-style: italic;
  position: relative; }
  blockquote p {
    font-weight: 600; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote:before {
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 2em;
    background: #fafafa url("../img/quote.png") no-repeat center;
    background-size: 80%;
    width: 40px;
    height: 40px; }

#map_canvas {
  height: 400px;
  width: 100%;
  margin: 0;
  z-index: 5; }

.illustration, .illustration img {
  margin: 0 0 10px; }

.illustration_floating-right {
  float: right;
  margin-bottom: 10px; }
  @media (min-width: 64em) {
    .illustration_floating-right {
      width: 40%;
      margin-left: 1em; } }
  @media (min-width: 40em) and (max-width: 63.99em) {
    .illustration_floating-right {
      width: 40%;
      max-width: 300px;
      margin-left: 1em; } }

.illustration_floating-left {
  float: left;
  margin-bottom: 10px; }
  @media (min-width: 64em) {
    .illustration_floating-left {
      width: 40%;
      margin-right: 1em; } }
  @media (min-width: 40em) and (max-width: 63.99em) {
    .illustration_floating-left {
      width: 40%;
      max-width: 300px;
      margin-right: 1em; } }

ul.basic, ul.bullet, ul.leaf, ul.tick, ul.tick_box {
  margin: 0 0 20px;
  list-style: none;
  line-height: 1.3;
  padding: 0 0 0 10px; }
  ul.basic li, ul.bullet li, ul.leaf li, ul.tick li, ul.tick_box li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-align: left; }
    ul.basic li:before, ul.bullet li:before, ul.leaf li:before, ul.tick li:before, ul.tick_box li:before {
      width: 20px;
      height: inherit;
      font-family: 'FontAwesome';
      position: absolute;
      left: 0; }

ul.bullet li:before {
  content: '\f04d';
  font-size: 0.8em;
  top: 0.2em; }

ul.leaf li:before {
  content: '\f06c'; }

ul.tick li:before {
  content: '\f00c'; }

ul.tick_box li:before {
  content: '\f14a'; }

ul.color1 li:before {
  color: #00a8ed; }

ul.color2 li:before {
  color: #00a8ed; }

ul.white li:before {
  color: #fafafa; }

@media (max-width: 47.99em) {
  .columns-2 {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1; } }
@media (min-width: 48em) {
  .columns-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    columns: 2; } }

@media (max-width: 47.99em) {
  .columns-3 {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1; } }
@media (min-width: 48em) {
  .columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    -ms-columns: 3;
    -o-columns: 3;
    columns: 3; } }

@media (max-width: 47.99em) {
  .columns-4 {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1; } }
@media (min-width: 48em) {
  .columns-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    -ms-columns: 4;
    -o-columns: 4;
    columns: 4; } }

ol.arabic-square {
  list-style-type: none;
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter; }
  ol.arabic-square li {
    position: relative;
    margin-bottom: 26px;
    min-height: 1.8em;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: left; }
    ol.arabic-square li h3 {
      font-size: 1.5em;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Comfortaa", Helvetica, Sans-Serif;
      letter-spacing: 2px; }
    ol.arabic-square li:before {
      position: absolute;
      top: 5px;
      right: 103%;
      font-size: 18px;
      width: 36px;
      height: 36px;
      padding: 5px 0;
      font-family: "Lato", Helvetica, Sans-Serif;
      font-weight: 700;
      text-align: center;
      color: #fafafa;
      border: 2px solid white;
      content: counter(li-counter);
      counter-increment: li-counter; }

span.empty {
  display: none; }

.box, .box-white, .box-grey, .box-darkgrey, .box-color {
  padding: 1.6em 1.8em;
  margin-bottom: 1em; }
  .box h3:first-child, .box-white h3:first-child, .box-grey h3:first-child, .box-darkgrey h3:first-child, .box-color h3:first-child, .box h4:first-child, .box-white h4:first-child, .box-grey h4:first-child, .box-darkgrey h4:first-child, .box-color h4:first-child, .box h5:first-child, .box-white h5:first-child, .box-grey h5:first-child, .box-darkgrey h5:first-child, .box-color h5:first-child, .box h6:first-child, .box-white h6:first-child, .box-grey h6:first-child, .box-darkgrey h6:first-child, .box-color h6:first-child, .box p:first-child, .box-white p:first-child, .box-grey p:first-child, .box-darkgrey p:first-child, .box-color p:first-child, .box ul:first-child, .box-white ul:first-child, .box-grey ul:first-child, .box-darkgrey ul:first-child, .box-color ul:first-child {
    margin-top: 0 !important; }
  .box h3:last-child, .box-white h3:last-child, .box-grey h3:last-child, .box-darkgrey h3:last-child, .box-color h3:last-child, .box h4:last-child, .box-white h4:last-child, .box-grey h4:last-child, .box-darkgrey h4:last-child, .box-color h4:last-child, .box h5:last-child, .box-white h5:last-child, .box-grey h5:last-child, .box-darkgrey h5:last-child, .box-color h5:last-child, .box h6:last-child, .box-white h6:last-child, .box-grey h6:last-child, .box-darkgrey h6:last-child, .box-color h6:last-child, .box p:last-child, .box-white p:last-child, .box-grey p:last-child, .box-darkgrey p:last-child, .box-color p:last-child, .box ul:last-child, .box-white ul:last-child, .box-grey ul:last-child, .box-darkgrey ul:last-child, .box-color ul:last-child {
    margin-bottom: 0 !important; }

.box_h, .box_h-white, .box_h-grey, .box_h-darkgrey, .box_h-color {
  padding: 0.6em 1.0em;
  margin-bottom: 1em; }
  .box_h h3:first-child, .box_h-white h3:first-child, .box_h-grey h3:first-child, .box_h-darkgrey h3:first-child, .box_h-color h3:first-child, .box_h h4:first-child, .box_h-white h4:first-child, .box_h-grey h4:first-child, .box_h-darkgrey h4:first-child, .box_h-color h4:first-child, .box_h h5:first-child, .box_h-white h5:first-child, .box_h-grey h5:first-child, .box_h-darkgrey h5:first-child, .box_h-color h5:first-child, .box_h h6:first-child, .box_h-white h6:first-child, .box_h-grey h6:first-child, .box_h-darkgrey h6:first-child, .box_h-color h6:first-child, .box_h p:first-child, .box_h-white p:first-child, .box_h-grey p:first-child, .box_h-darkgrey p:first-child, .box_h-color p:first-child, .box_h ul:first-child, .box_h-white ul:first-child, .box_h-grey ul:first-child, .box_h-darkgrey ul:first-child, .box_h-color ul:first-child {
    margin-top: 0 !important; }
  .box_h h3:last-child, .box_h-white h3:last-child, .box_h-grey h3:last-child, .box_h-darkgrey h3:last-child, .box_h-color h3:last-child, .box_h h4:last-child, .box_h-white h4:last-child, .box_h-grey h4:last-child, .box_h-darkgrey h4:last-child, .box_h-color h4:last-child, .box_h h5:last-child, .box_h-white h5:last-child, .box_h-grey h5:last-child, .box_h-darkgrey h5:last-child, .box_h-color h5:last-child, .box_h h6:last-child, .box_h-white h6:last-child, .box_h-grey h6:last-child, .box_h-darkgrey h6:last-child, .box_h-color h6:last-child, .box_h p:last-child, .box_h-white p:last-child, .box_h-grey p:last-child, .box_h-darkgrey p:last-child, .box_h-color p:last-child, .box_h ul:last-child, .box_h-white ul:last-child, .box_h-grey ul:last-child, .box_h-darkgrey ul:last-child, .box_h-color ul:last-child {
    margin-bottom: 0 !important; }

.box-white {
  background: #fafafa;
  border-bottom: 3px solid #00a8ed; }

.box-grey {
  background: #eee;
  border-bottom: 3px solid #00a8ed; }

.box-darkgrey {
  background: #58595b;
  color: #fafafa; }

.box-color {
  background: #00a8ed;
  color: #fafafa; }

.box_h-white {
  background: #fafafa;
  border-bottom: 3px solid #00a8ed; }

.box_h-grey {
  background: #eee;
  border-bottom: 3px solid #00a8ed; }

.box_h-darkgrey {
  background: #58595b;
  color: #fafafa; }

.box_h-color {
  background: #00a8ed;
  color: #fafafa; }

.w100px, .w100px img {
  width: 100px; }

.w200px, .w200px img {
  width: 200px; }

.w260px, .w260px img {
  width: 260px; }

.w300px, .w300px img {
  width: 300px; }

.mw200px img {
  max-width: 200px;
  width: 100%; }

.h100px {
  height: 100px; }

.h200px {
  height: 200px; }

.h250px {
  height: 250px; }

.h300px {
  height: 300px; }

.w50pc {
  width: 50%; }

.w80pc {
  width: 80%; }

.w100pc {
  width: 100%; }

.dt {
  display: table; }

.dtc {
  display: table-cell; }

.middle_align {
  vertical-align: middle; }

.top_align {
  vertical-align: top; }

.bottom_align {
  vertical-align: bottom; }

.m_0 {
  margin: 0; }

.m_auto {
  margin: 0 auto; }

.logos img {
  max-width: 160px;
  margin: 0 auto 1em; }

.wrapper {
  width: 100%;
  height: auto !important;
  position: relative; }

.header_box {
  background: #eee;
  z-index: 20;
  position: fixed;
  width: 100%; }
  .header_box .logo_box {
    width: 100%;
    display: table; }
    .header_box .logo_box a {
      display: table-cell;
      vertical-align: middle; }
      .header_box .logo_box a img {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: block; }
        .header_box .logo_box a img:hover {
          -webkit-transform: scale(1.02);
          -moz-transform: scale(1.02);
          -ms-transform: scale(1.02);
          transform: scale(1.02); }
    @media (max-width: 47.99em) {
      .header_box .logo_box img {
        margin: 5px 0 5px 5px;
        height: 50px; } }
    @media (min-width: 48em) {
      .header_box .logo_box {
        display: table; }
        .header_box .logo_box a {
          display: table-cell;
          vertical-align: middle; } }
    @media (min-width: 48em) and (max-width: 63.99em) {
      .header_box .logo_box {
        height: 90px; }
        .header_box .logo_box a img {
          margin: 5px 0 5px 5px;
          max-height: 80px; } }
    @media (min-width: 64em) {
      .header_box .logo_box {
        height: 140px; }
        .header_box .logo_box img {
          max-height: 120px; } }
  .header_box .nav_box nav {
    position: relative;
    z-index: 15; }
    .header_box .nav_box nav ul {
      width: 100%;
      list-style: none;
      text-align: center;
      padding: 0;
      margin: 0 auto;
      font-family: "Lato", Helvetica, Sans-Serif;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 4px;
      position: relative; }
      .header_box .nav_box nav ul li {
        float: left;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .header_box .nav_box nav ul li a {
          display: block;
          color: #58595b;
          position: relative;
          -webkit-transition: inherit;
          -moz-transition: inherit;
          -ms-transition: inherit;
          -o-transition: inherit;
          transition: inherit; }
        .header_box .nav_box nav ul li:last-child {
          margin-bottom: 0; }
  @media (max-width: 47.99em) {
    .header_box .nav_box {
      position: fixed;
      right: -100%;
      width: 100%;
      background: #eaeaea;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .header_box .nav_box nav {
        background: none; }
        .header_box .nav_box nav ul li {
          position: relative;
          border-bottom: 4px solid #c4c4c4; }
          .header_box .nav_box nav ul li .sub-menu {
            width: 100%;
            position: fixed;
            right: -100%;
            background: #00a8ed;
            z-index: 20;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            .header_box .nav_box nav ul li .sub-menu .close-sub {
              position: absolute;
              top: 0;
              right: 0;
              color: #58595b;
              width: 60px;
              height: 60px;
              line-height: 60px;
              font-size: 30px; }
            .header_box .nav_box nav ul li .sub-menu ul {
              text-align: center; }
              .header_box .nav_box nav ul li .sub-menu ul li {
                border: none; }
          .header_box .nav_box nav ul li .visible_dropdown {
            right: 0 !important; }
        .header_box .nav_box nav ul li.active {
          background: #00a8ed;
          border: none; }
          .header_box .nav_box nav ul li.active a {
            color: #fafafa !important; }
        .header_box .nav_box nav ul li.sub-drop .trigger {
          width: 40px;
          height: 56px;
          line-height: 56px;
          position: absolute;
          top: 0;
          right: 0;
          color: #58595b; }
        .header_box .nav_box nav ul li.active .trigger {
          color: #fafafa; } }
  @media (max-width: 47.99em) and (orientation: portrait) {
    .header_box .nav_box {
      top: 59px;
      height: calc(100vh - 59px) !important; }
      .header_box .nav_box nav {
        padding-top: 70px; }
        .header_box .nav_box nav ul {
          width: 60%; }
          .header_box .nav_box nav ul li {
            display: block;
            width: 100%;
            height: 56px;
            line-height: 56px;
            margin: 0 0 20px; }
            .header_box .nav_box nav ul li .sub-menu {
              height: calc(100vh - 59px);
              top: 59px;
              padding: 3em 20px; }
              .header_box .nav_box nav ul li .sub-menu ul {
                width: 60%; } }
  @media (max-width: 47.99em) and (orientation: landscape) {
    .header_box .nav_box {
      top: 60px;
      height: calc(100vh - 60px) !important; }
      .header_box .nav_box nav {
        padding-top: 40px; }
        .header_box .nav_box nav ul {
          width: 80%; }
          .header_box .nav_box nav ul li {
            margin: 10px;
            width: 40%;
            min-width: 140px;
            display: inline-block;
            height: 56px;
            line-height: 56px; }
            .header_box .nav_box nav ul li .sub-menu {
              height: calc(100vh - 59px);
              top: 59px;
              right: -100%;
              padding: 3em 20px; } }

  @media (min-width: 48em) {
    .header_box .nav_box nav {
      float: right; }
      .header_box .nav_box nav ul li {
        display: inline-block; }
        .header_box .nav_box nav ul li.active {
          background: #00a8ed;
          box-shadow: -5px 5px rgba(35, 31, 32, 0.4);
          position: relative;
          top: -5px;
          z-index: 15; }
        .header_box .nav_box nav ul li .sub-menu {
          visibility: hidden;
          position: absolute;
          z-index: 14;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          .header_box .nav_box nav ul li .sub-menu .close-sub {
            display: none; }
          .header_box .nav_box nav ul li .sub-menu ul {
            background: #fafafa;
            float: right;
            text-align: right;
            padding: 0 20px;
            width: auto; }
            .header_box .nav_box nav ul li .sub-menu ul li {
              display: inline-block; }
              .header_box .nav_box nav ul li .sub-menu ul li a {
                opacity: 0; }
      .header_box .nav_box nav ul li.sub-drop:hover > .sub-menu {
        display: block;
        visibility: visible;
        right: 0; }
        .header_box .nav_box nav ul li.sub-drop:hover > .sub-menu a {
          opacity: 1; }
      .header_box .nav_box nav ul li.sub-drop .trigger {
        display: block;
        margin: 0 auto;
        width: 60px;
        height: 0;
        line-height: 56px;
        position: relative;
        color: #58595b;
        font-size: 120%;
        letter-spacing: 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .header_box .nav_box nav ul li.active .trigger {
        color: #fafafa; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .header_box .nav_box nav {
      height: 90px; }
      .header_box .nav_box nav ul li {
        height: 100px;
        line-height: 90px;
        padding: 0 0.7em;
        padding: 0 1.4vw; }
        .header_box .nav_box nav ul li a {
          font-size: 12px;
          letter-spacing: 3px; }
        .header_box .nav_box nav ul li.active {
          height: 105px;
          line-height: 100px; }
          .header_box .nav_box nav ul li.active a {
            color: #fafafa; }
        .header_box .nav_box nav ul li .sub-menu {
          top: 90px;
          right: -100%;
          width: 100vw; }
          .header_box .nav_box nav ul li .sub-menu ul li {
            height: 90px; }
      .header_box .nav_box nav ul li.sub-drop .trigger {
        top: -50px; }
      .header_box .nav_box nav ul li.active .trigger {
        color: #fafafa; } }
  @media (min-width: 64em) {
    .header_box .nav_box nav {
      height: 140px; }
      .header_box .nav_box nav ul li {
        height: 150px;
        line-height: 140px;
        padding: 0 1.4em; }
        .header_box .nav_box nav ul li a {
          font-size: 13px; }
        .header_box .nav_box nav ul li:after {
          content: '';
          display: block;
          width: 0px;
          height: 3px;
          background: #58595b;
          margin: -54px auto 0;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          -ms-border-radius: 1px;
          -o-border-radius: 1px;
          border-radius: 1px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .header_box .nav_box nav ul li:hover:after {
          width: 40px; }
        .header_box .nav_box nav ul li.active {
          height: 155px;
          line-height: 150px; }
          .header_box .nav_box nav ul li.active a {
            color: #fafafa; }
          .header_box .nav_box nav ul li.active:after {
            background: #fafafa; }
        .header_box .nav_box nav ul li .sub-menu {
          top: 140px;
          right: -100%;
          width: 100vw; }
      .header_box .nav_box nav ul li.sub-drop .trigger {
        top: -70px; }
      .header_box .nav_box nav ul li.sub-drop:hover .trigger {
        font-size: 2px;
        top: -78px; }
      .header_box .nav_box nav ul li.active .trigger {
        color: #fafafa; } }
  .header_box .visible_nav {
    right: 0; }
  @media (max-width: 39.99em) {
    .header_box .contact_us {
      color: #58595b;
      position: fixed;
      top: 0;
      right: 60px;
      width: 60px;
      height: 60px;
      font-size: 30px;
      text-align: center; }
      .header_box .contact_us i {
        display: block;
        width: inherit;
        height: inherit;
        line-height: 60px; }
    .header_box ul.contact_details {
      background: #312b2c;
      top: 60px;
      right: 0;
      text-align: center; } }
  @media (min-width: 40em) {
    .header_box .contact_us {
      display: none; }
    .header_box ul.contact_details {
      top: 0;
      right: 60px; } }
  @media (max-width: 47.99em) {
    .header_box {
      position: fixed;
      top: 0;
      width: 100%; }
      .header_box .show_nav {
        position: fixed;
        top: 0;
        right: 0;
        display: inline-block;
        background: rgba(0, 0, 0, 0.1);
        width: 60px;
        height: 60px;
        width: 60px;
        height: 60px; }
        .header_box .show_nav span {
          margin: 0 auto;
          position: relative;
          top: 22px; }
        .header_box .show_nav span, .header_box .show_nav span:before, .header_box .show_nav span:after {
          background-color: #231f20;
          display: block;
          content: '';
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .header_box .show_nav span:before {
          position: relative;
          left: 0; }
        .header_box .show_nav span:after {
          position: relative;
          left: 0; }
        .header_box .show_nav span {
          top: 28px; }
        .header_box .show_nav span, .header_box .show_nav span:before, .header_box .show_nav span:after {
          width: 30px;
          height: 5px; }
        .header_box .show_nav span:before {
          top: -10px; }
        .header_box .show_nav span:after {
          top: 5px; }
      .header_box ul.contact_details {
        display: inline-block;
        position: absolute; } }

.banner_box {
  position: relative; }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .banner_box {
      padding-top: 90px; } }
  @media (min-width: 64em) {
    .banner_box {
      padding-top: 140px; } }
  .banner_box .banner_content {
    position: relative;
    z-index: 2; }
    .banner_box .banner_content .page_motto {
      position: relative;
      top: -20px;
      text-align: right;
      font-family: "Comfortaa", Helvetica, Sans-Serif;
      color: #fafafa;
      padding: 30px 36px;
      line-height: 1.1;
      background: #231f20;
      box-shadow: -10px 10px rgba(35, 31, 32, 0.4); }
    .banner_box .banner_content .contact_box {
      position: absolute;
      width: 100%;
      top: 0; }
    @media (max-width: 47.99em) {
      .banner_box .banner_content .page_motto {
        font-size: 2.0em; }
      .banner_box .banner_content .contact_details {
        position: fixed;
        top: 60px;
        background: #231f20;
        width: 100%;
        text-align: center; }
        .banner_box .banner_content .contact_details li {
          display: inline-block;
          width: calc(100%/3);
          float: left;
          height: 60px;
          line-height: 60px;
          color: #fafafa;
          font-size: 120%; }
          .banner_box .banner_content .contact_details li span {
            display: none; } }
    @media (min-width: 48em) {
      .banner_box .banner_content .contact_details {
        text-align: right;
        margin: 0.5em 0;
        font-family: "Comfortaa", Helvetica, Sans-Serif;
        letter-spacing: 0.3em; } }
    @media (min-width: 48em) and (max-width: 63.99em) {
      .banner_box .banner_content .page_motto {
        width: 50%;
        font-size: 2.0em; }
      .banner_box .banner_content .contact_details {
        font-size: 80%; } }
    @media (min-width: 64em) {
      .banner_box .banner_content .page_motto {
        width: 52%;
        font-size: 2.6em; }
      .banner_box .banner_content .contact_details {
        font-size: 90%; } }

.content_box {
  margin-bottom: 1em; }
  @media (max-width: 47.99em) {
    .content_box {
      padding: 0 1em; } }
  @media (max-width: 74.99em) {
    .content_box .fluid_margin {
      height: 10px; } }
  @media (min-width: 75em) {
    .content_box .fluid_margin {
      height: 3vw;
      max-height: 46px; } }
  .content_box .content_aside {
    text-align: center; }
    .content_box .content_aside h4 {
      margin: 0 0 1em; }
    @media (max-width: 47.99em) {
      .content_box .content_aside .pic_aside {
        margin: 0 0 1em; } }
    @media (min-width: 48em) and (max-width: 63.99em) {
      .content_box .content_aside {
        border-left: 4px solid #eee; }
        .content_box .content_aside .pic_aside {
          margin: 0 0 1.6em; } }
    @media (min-width: 64em) {
      .content_box .content_aside {
        border-left: 4px solid #eee; }
        .content_box .content_aside .pic_aside {
          margin: 0 0 2em; } }

.bottom_box {
  border-top: 10px solid #00a8ed;
  background: #ddd; }
  .bottom_box .bottom_quality {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10; }
    .bottom_box .bottom_quality .column i.fa {
      font-size: 32px; }
    .bottom_box .bottom_quality:after {
      content: '';
      display: block;
      border-top: 20px solid #ddd;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      position: absolute;
      left: calc(50% - 30px); }
    @media (max-width: 47.99em) {
      .bottom_box .bottom_quality {
        width: 100%;
        padding: 1em 0; }
        .bottom_box .bottom_quality .column {
          padding: 1em 0 1.2em; }
        .bottom_box .bottom_quality:after {
          bottom: -20px; } }
    @media (min-width: 48em) and (max-width: 63.99em) {
      .bottom_box .bottom_quality {
        width: 80%; }
        .bottom_box .bottom_quality .column {
          padding: 3em 0 3.2em; } }
    @media (min-width: 64em) {
      .bottom_box .bottom_quality {
        width: 56%; }
        .bottom_box .bottom_quality .column {
          padding: 3em 0 3.2em; } }
  .bottom_box .bottom_way_we_work {
    position: relative;
    background: url("../img/bg_picture.jpg") center no-repeat;
    background-size: cover;
    box-shadow: inset 200vw 0 rgba(35, 31, 32, 0.7);
    color: #fafafa;
    padding: 3em 0;
    text-align: center; }
    .bottom_box .bottom_way_we_work h4 {
      text-align: center !important;
      margin-top: 0; }
    .bottom_box .bottom_way_we_work .slider_small {
      max-width: 440px;
      margin: 0 auto 2em;
      padding: 3em 0;
      color: #fafafa;
      text-align: left; }
      .bottom_box .bottom_way_we_work .slider_small .slide {
        position: relative;
        width: 100%; }
        .bottom_box .bottom_way_we_work .slider_small .slide .counter, .bottom_box .bottom_way_we_work .slider_small .slide .text {
          display: inline-block; }
        .bottom_box .bottom_way_we_work .slider_small .slide .text {
          width: calc(100% - 68px); }
      @media (max-width: 47.99em) {
        .bottom_box .bottom_way_we_work .slider_small {
          width: 80%;
          min-width: 300px; }
          .bottom_box .bottom_way_we_work .slider_small .slide {
            padding: 0 0.9em; } }
      @media (min-width: 40em) {
        .bottom_box .bottom_way_we_work .slider_small .slide {
          padding: 0 1.6em; } }
    .bottom_box .bottom_way_we_work ul.social {
      max-width: 300px;
      margin: 2em auto;
      padding: 0; }
    .bottom_box .bottom_way_we_work a.button {
      border-color: #fafafa;
      color: #fafafa;
      box-shadow: inset 0 0 #fafafa; }
      .bottom_box .bottom_way_we_work a.button:hover {
        box-shadow: inset 0 -60px #fafafa;
        color: #231f20; }

footer {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: #231f20; }
  footer h6 {
    font-weight: 900; }
    footer h6 span {
      color: #ddd; }
  @media (max-width: 47.99em) {
    footer .footer_main {
      padding: 0 1em; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    footer .footer_main {
      padding: 0 1.6em; } }
  @media (min-width: 64em) {
    footer .footer_main {
      padding: 0 2em; } }
  footer .footer_aside {
    background: #231f20;
    text-align: right;
    color: #74676a; }
  @media (max-width: 47.99em) {
    footer * {
      text-align: center; } }

.justify_align, .justify_align * {
  text-align: justify !important; }

.center_align, .center_align * {
  text-align: center !important; }

.left_align, .left_align * {
  text-align: left !important; }

.right_align, .right_align * {
  text-align: right !important; }

.italic {
  font-style: italic; }

.light {
  font-weight: 300 !important; }

.reg {
  font-weight: 400 !important; }

.bold {
  font-weight: 700 !important; }

.bolder {
  font-weight: 900 !important; }

.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.underline {
  border-bottom: 2px solid #58595b !important; }

.color {
  color: #00a8ed !important; }

.color2 {
  color: #00a8ed !important; }

.white {
  color: #fafafa !important; }

.square_arabic {
  display: inline-block;
  float: left;
  position: relative;
  font-size: 34px;
  width: 58px;
  height: 58px;
  margin-right: 10px;
  font-family: "Lato", Helvetica, Sans-Serif;
  font-weight: 700;
  text-align: center;
  color: #fafafa;
  border: 2px solid white; }

@media \0screen\,screen\9 and (max-width: 47.99em) {
  .slider_box .slider_bg .slidebg-1 {
    background: url("../img/bg_slider-1.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-2 {
    background: url("../img/bg_slider-2.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-3 {
    background: url("../img/bg_slider-3.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-4 {
    background: url("../img/bg_slider-4.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg {
    width: 100%;
    background-size: cover; }
    .slider_box .slider_bg .slidebg img {
      opacity: 0; } }
  @media \0screen\,screen\9 and (max-width: 47.99em) and (orientation: portrait) {
    .slider_box .slider_bg .slidebg {
      height: 60vh; } }
  @media \0screen\,screen\9 and (max-width: 47.99em) and (orientation: landscape) {
    .slider_box .slider_bg .slidebg {
      height: 60vh; } }

@media \0screen\,screen\9 and (min-width: 48em) and (max-width: 63.99em) {
  .slider_box .slider_bg .slidebg {
    height: 300px; } }
@media \0screen\,screen\9 and (min-width: 64em) {
  .slider_box .slider_bg .slidebg {
    height: 400px; } }

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 47.99em) {
  .slider_box .slider_bg .slidebg-1 {
    background: url("../img/bg_slider-1.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-2 {
    background: url("../img/bg_slider-2.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-3 {
    background: url("../img/bg_slider-3.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg-4 {
    background: url("../img/bg_slider-4.jpg") center no-repeat; }
  .slider_box .slider_bg .slidebg {
    width: 100%;
    background-size: cover; }
    .slider_box .slider_bg .slidebg img {
      opacity: 0; } }
  @media screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 47.99em) and (orientation: portrait) {
    .slider_box .slider_bg .slidebg {
      height: 60vh; } }
  @media screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 47.99em) and (orientation: landscape) {
    .slider_box .slider_bg .slidebg {
      height: 60vh; } }

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) and (min-width: 48em) and (max-width: 63.99em) {
  .slider_box .slider_bg .slidebg {
    height: 300px; } }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) and (min-width: 64em) {
  .slider_box .slider_bg .slidebg {
    height: 400px; } }

@supports (-ms-accelerator: true) {
  @media (max-width: 47.99em) {
    .slider_box .slider_bg .slidebg-1 {
      background: url("../img/bg_slider-1.jpg") center no-repeat; }
    .slider_box .slider_bg .slidebg-2 {
      background: url("../img/bg_slider-2.jpg") center no-repeat; }
    .slider_box .slider_bg .slidebg-3 {
      background: url("../img/bg_slider-3.jpg") center no-repeat; }
    .slider_box .slider_bg .slidebg-4 {
      background: url("../img/bg_slider-4.jpg") center no-repeat; }
    .slider_box .slider_bg .slidebg {
      width: 100%;
      background-size: cover; }
      .slider_box .slider_bg .slidebg img {
        opacity: 0; } }
    @media (max-width: 47.99em) and (orientation: portrait) {
      .slider_box .slider_bg .slidebg {
        height: 60vh; } }
    @media (max-width: 47.99em) and (orientation: landscape) {
      .slider_box .slider_bg .slidebg {
        height: 60vh; } }

  @media (min-width: 48em) and (max-width: 63.99em) {
    .slider_box .slider_bg .slidebg {
      height: 300px; } }
  @media (min-width: 64em) {
    .slider_box .slider_bg .slidebg {
      height: 400px; } } }
.slider_box {
  position: relative;
  z-index: 0; }
  .slider_box .slider_bg {
    height: auto;
    width: 100%;
    margin-bottom: 0; }
    .slider_box .slider_bg .slidebg img {
      display: block;
      border: 3px solid #fafafa;
      border-top: 6px solid #fafafa; }
    .slider_box .slider_bg .slick-prev, .slider_box .slider_bg .slick-next {
      width: 60px;
      height: 60px;
      bottom: 20px;
      left: auto;
      margin-top: 0;
      background: #00a8ed;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .slider_box .slider_bg .slick-prev:before, .slider_box .slider_bg .slick-next:before {
        line-height: 60px;
        font-family: 'FontAwesome';
        width: inherit;
        height: inherit; }
    .slider_box .slider_bg .slick-prev {
      right: 100px; }
      .slider_box .slider_bg .slick-prev:before {
        content: '\f053'; }
    .slider_box .slider_bg .slick-next {
      right: 20px; }
      .slider_box .slider_bg .slick-next:before {
        content: '\f054'; }
  @media (max-width: 47.99em) {
    .slider_box {
      margin-top: 60px; }
      .slider_box .slider_bg {
        height: 60vh; }
        .slider_box .slider_bg .slidebg img {
          width: 100%;
          object-fit: cover;
          object-position: 50% 50%; }
        .slider_box .slider_bg .slick-prev, .slider_box .slider_bg .slick-next {
          bottom: 40px; } }
  @media (max-width: 47.99em) and (orientation: portrait) {
    .slider_box .slider_bg .slidebg img {
      height: 60vh; } }
  @media (max-width: 47.99em) and (orientation: landscape) {
    .slider_box .slider_bg .slidebg img {
      height: 60vh; }
    .slider_box .slider_bg .slide_on_otherpages img {
      height: 60vh; } }

  @media (min-width: 48em) and (max-width: 63.99em) {
    .slider_box .slider_bg .slidebg img {
      height: 300px; } }
  @media (min-width: 64em) {
    .slider_box .slider_bg .slidebg img {
      height: 400px; } }

.slider_small ul.slick-dots {
  bottom: 0;
  margin: 0;
  z-index: 15; }
  .slider_small ul.slick-dots li {
    background: rgba(250, 250, 250, 0.5);
    width: 15%;
    height: 8px;
    margin: 0 10px; }
    .slider_small ul.slick-dots li button {
      display: block;
      height: inherit;
      width: 100%; }
      .slider_small ul.slick-dots li button:before {
        height: inherit;
        width: inherit; }
  .slider_small ul.slick-dots li.slick-active {
    background: #fafafa; }

#formdiv {
  margin-bottom: 50px; }
  #formdiv .columns {
    min-height: 68px;
    padding-right: 1em !important; }
  #formdiv label, #formdiv input, #formdiv textarea {
    width: 100%;
    min-height: 44px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  #formdiv label {
    color: #aaa;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    display: block;
    min-height: 10px;
    margin: 5px 0; }
  #formdiv input, #formdiv textarea {
    outline: none;
    border: none;
    border-bottom: 2px solid #7e7f82;
    padding: 10px;
    padding: 10px 10px 10px 0;
    background: #fafafa;
    font-family: "Lato", Helvetica, Sans-Serif;
    color: #58595b;
    margin-bottom: 0.5em;
    box-shadow: inset 0 0 #00a8ed;
    border-radius: 0; }
    #formdiv input:hover, #formdiv textarea:hover {
      min-height: 44px;
      border-bottom: 2px solid #00a8ed; }
    #formdiv input:focus, #formdiv textarea:focus {
      min-height: 44px;
      border-bottom: 2px solid #00a8ed;
      color: #fafafa;
      padding: 10px; }
  #formdiv input:focus::-webkit-input-placeholder, #formdiv textarea:focus::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fafafa; }
  #formdiv input:focus:-moz-placeholder, #formdiv textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fafafa;
    opacity: 1; }
  #formdiv input:focus::-moz-placeholder, #formdiv textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fafafa;
    opacity: 1; }
  #formdiv input:focus:-ms-input-placeholder, #formdiv textarea:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fafafa; }
  #formdiv input:focus:placeholder-shown, #formdiv textarea:focus:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #fafafa; }
  #formdiv input:focus {
    box-shadow: inset 0 -44px #00a8ed; }
  #formdiv textarea:focus {
    box-shadow: inset 0 -250px #00a8ed; }
  #formdiv #captcha {
    float: left;
    width: calc(100% - 68px);
    height: 68px; }
  #formdiv .refresh {
    float: left;
    width: 68px;
    height: 68px;
    display: block;
    color: #231f20;
    border: 2px solid #231f20;
    font-size: 30px;
    text-align: center;
    box-shadow: inset 0 0 #231f20;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #formdiv .refresh span {
      display: none; }
    #formdiv .refresh i {
      line-height: 64px;
      width: 64px;
      height: 64px; }
    #formdiv .refresh:hover {
      box-shadow: inset 0 -68px #231f20; }
      #formdiv .refresh:hover i {
        color: #fafafa;
        -webkit-animation: spin 1s linear;
        -moz-animation: spin 1s linear;
        -o-animation: spin 1s linear;
        animation: spin 1s linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes spin {
  100% {
    -o-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  #formdiv #submitbutton input {
    width: 100%;
    font-weight: 600;
    margin: 10px auto;
    box-shadow: inset 0 0 #58595b;
    font-family: "Comfortaa", Helvetica, Sans-Serif;
    font-size: 1em;
    font-style: italic;
    padding: 0.2em 1em;
    border: 2px solid #231f20;
    color: #231f20;
    background: #fafafa;
    box-shadow: inset 0 0 #231f20;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #formdiv #submitbutton input:hover {
      box-shadow: inset 0 -60px #231f20;
      color: #fafafa; }

/* GALLERY */
.gallery ul {
  text-decoration: none;
  padding: 0;
  margin: 0 0 60px; }
  .gallery ul li {
    display: inline; }
    .gallery ul li .gallery_thumbs {
      padding: 0;
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block; }
      .gallery ul li .gallery_thumbs a img:hover {
        opacity: 0.7; }
      .gallery ul li .gallery_thumbs .photo_description {
        display: table-cell;
        line-height: 1.2; }
  @media (max-width: 47.99em) {
    .gallery ul {
      text-align: left; }
      .gallery ul li .gallery_thumbs {
        display: inline-block;
        margin: 5px 20px 20px 0 !important;
        width: 120px; }
        .gallery ul li .gallery_thumbs a img {
          width: 120px;
          height: 120px; }
        .gallery ul li .gallery_thumbs .photo_description {
          font-size: 12px;
          height: 40px;
          margin: 10px 0 0 !important;
          padding: 10px 0 0 !important; } }
  @media (min-width: 48em) {
    .gallery ul {
      text-align: left; }
      .gallery ul li .gallery_thumbs {
        display: inline-block;
        margin: 5px 20px 20px 0 !important;
        width: 180px; }
        .gallery ul li .gallery_thumbs a img {
          width: 180px;
          height: 180px; }
        .gallery ul li .gallery_thumbs .photo_description {
          font-size: 12px;
          height: 40px;
          margin: 10px 0 0 !important;
          padding: 10px 0 0 !important; } }

/* GALLERY */
/*TESTIMONIALS*/
.testimonial {
  width: 100%;
  margin: 0px auto 30px auto;
  padding: 40px;
  position: relative; }
  .testimonial h3 {
    color: #00a8ed; }

.testimonial:before, .testimonial:after {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.2;
  z-index: 0; }

.testimonial:before {
  content: url("../images/quotes-01.png");
  bottom: 40px;
  left: 10px; }

.testimonial:after {
  content: url("../images/quotes-02.png");
  top: 0px;
  right: 20px; }

.work_description, .review, .client {
  position: relative;
  z-index: 1; }

.work_description {
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 0.9;
  color: #8b8c8e;
  font-weight: 700;
  text-align: left; }

.review {
  margin-bottom: 5px;
  text-align: justify; }
  .review p {
    line-height: 1.4;
    font-weight: 300; }
  .review p:first-child {
    text-indent: 7%; }

.client {
  text-align: right;
  font-weight: 400;
  font-size: 110%;
  font-style: italic;
  color: #00a8ed;
  font-family: "Comfortaa", Helvetica, Sans-Serif;
  margin-bottom: 0; }

/* testimonials */
