@import url(https://fonts.googleapis.com/css?family=Roboto:300,900);
@import url("https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@500&family=Unica+One&display=swap");
body {
  font-family: 'Roboto', sans-serif; }

.section {
  width: 100%;
  position: relative;
  background-color: #FBFCF8; }
  .section .left, .section .middle, .section .right {
    width: 100%;
    display: block;
    color: #fff;
    box-sizing: border-box;
    left: 0;
    padding: 30px;
    text-align: center;
    overflow: hidden;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
    .section .left .content, .section .middle .content, .section .right .content {
      position: absolute;
      height: 100%;
      width: 100%;
      display: none;
      z-index: 3;
      background-color: #6EAEA1;
      top: 50%;
      color: #36454F;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 480px) {
        .section .left .content, .section .middle .content, .section .right .content {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media (min-width: 480px) {
      .section .left, .section .middle, .section .right {
        width: 50%;
        font-size: 0.9em;
        padding: 10px;
        left: 0;
        float: left;
        position: absolute; } }
    @media (min-width: 768px) {
      .section .left, .section .middle, .section .right {
        width: 33.33333%;
        left: 33.33%;
        padding: 10px; } }
    @media (min-width: 992px) {
      .section .left, .section .middle, .section .right {
        padding: 30px;
        font-size: 1em; } }
  .section.animate .left {
    left: 0; }
    @media (min-width: 480px) {
      .section.animate .left {
        left: 50%; } }
    @media (min-width: 768px) {
      .section.animate .left {
        left: 0; } }
  .section.animate .right {
    left: 0; }
    @media (min-width: 480px) {
      .section.animate .right {
        left: 50%; } }
    @media (min-width: 768px) {
      .section.animate .right {
        left: 66.66%; } }
  .section .title {
    background: #c3c7bf;
    padding: 0px; }
    .section .title .flexbox {
      min-width: 90%; }
    .section .title .categoryShown {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      flex-direction: column; }
    .section .title .banner_wrapper {
      width: 100%;
      height: 100%;
      position: relative; }
      .section .title .banner_wrapper .banner {
        width: 100%;
        position: relative;
        background: #f93a3a;
        background: linear-gradient(90deg, #f93a3a 0%, #b91016 48%, #8f1212 100%);
        margin: 30% 0 0 0;
        font-weight: bold;
        font-size: 4em;
        letter-spacing: 0.1em;
        padding: 10% 0;
        overflow: visible;
        z-index: 1; }
        .section .title .banner_wrapper .banner:before {
          content: '';
          width: 100%;
          height: 100%;
          left: 0;
          position: absolute;
          background: inherit;
          z-index: -1;
          bottom: 0;
          transform-origin: left top;
          transform: skewY(-5deg); }
        .section .title .banner_wrapper .banner:after {
          content: '';
          width: 100%;
          height: 100%;
          left: 0;
          position: absolute;
          background: inherit;
          z-index: -1;
          bottom: 0;
          transform-origin: right bottom;
          transform: skewY(-5deg); }
    .section .title img {
      width: 100%;
      height: 100%;
      display: block;
      margin: auto; }
    .section .title ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      margin: 30px auto; }
      .section .title ul li {
        text-align: left;
        font-size: 1.25em; }
    .section .title h2 {
      margin-top: 0px auto 10px auto;
      font-size: 3em;
      font-weight: bold;
      color: fff;
      width: 100%; }
    .section .title h3 {
      margin: 10px 0 0 0px;
      padding: 0 0 0 30;
      text-align: left;
      color: #36454F;
      font-weight: bold;
      font-size: 18px; }
    .section .title p {
      line-height: 1.55em;
      margin-bottom: 0.75em;
      text-align: left; }
    .section .title .link {
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: right;
      padding: 5px 10px 5px 20px;
      border-top-left-radius: 20px;
      text-align: center;
      font-size: 1.5em;
      background-color: #1b328e;
      box-sizing: border-box;
      cursor: pointer; }
    .section .title .linkShown {
      top: 0;
      bottom: auto;
      border-top-left-radius: 0px !important;
      border-bottom-left-radius: 20px !important;
      z-index: 5; }
    .section .title .btn-primary {
      color: #fff;
      background: #ff3814;
      padding: 10px;
      text-decoration: none;
      border-radius: 3px;
      display: inline-block;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
      .section .title .btn-primary:hover {
        background: #fa2600; }
    .section .title #content_lab h2 {
      font-size: 2em !important; }
    .section .title #content_lab h3 {
      font-size: 16px !important; }
    .section .title #content_lab ul {
      margin: 2px auto !important; }
      .section .title #content_lab ul li {
        font-size: 1em; }
  .section .tiles {
    padding: 0;
    background: #fff;
    clear: both;
    display: none;
    float: none;
    background-color: #36454F; }
    .section .tiles img {
      width: 50%;
      float: left;
      height: auto;
      opacity: 0.7;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%); }
      .section .tiles img:hover {
        opacity: 1;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%); }
    .section .tiles img.vert {
      height: 100%;
      max-width: 50%; }
    .section .tiles img.full {
      width: 100%; }
    .section .tiles img.fullsize {
      width: 100%;
      height: 100%; }
    @media (min-width: 768px) {
      .section .tiles {
        display: block; } }
  .section .middle {
    background: #36454F;
    z-index: 2;
    padding: 0; }
    .section .middle .middle_title {
      bottom: 10%;
      left: 0;
      width: 100%;
      font-size: 1.5em;
      min-height: 30px;
      text-align: center;
      position: absolute;
      z-index: 2;
      display: none; }
    .section .middle .middle_blur {
      bottom: 10%;
      font-size: 1.5em;
      position: absolute;
      min-height: 60px;
      left: 0;
      width: 100%;
      background-color: #36454F;
      opacity: 0.8;
      display: none; }
    .section .middle img {
      width: 100%;
      height: auto;
      display: block;
      margin: auto; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }
@media only screen and (max-width: 1080px) {
  .title .banner_wrapper {
    display: none; }

  .middle_title {
    display: block !important; }

  .middle_blur {
    display: block !important; } }

/*# sourceMappingURL=services.css.map */
