* {
  margin: 0;
  padding: 0; }
  *:focus {
    outline: none; }

body {
  background-color: #e9e9e9; }

h1,
h2,
h3,
h4 {
  color: #1d1d1d;
  line-height: 1.5; }

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.25; }

.wrap {
  max-width: 1200px;
  margin: auto;
  height: 100%; }
  .wrap.content {
    padding-top: 20px; }
  @media (max-width: 1200px) {
    .wrap {
      padding: 0 40px; } }
  @media (max-width: 850px) {
    .wrap {
      padding: 0 30px; } }

header {
  position: fixed;
  z-index: 999;
  height: 110px;
  width: 100%;
  background-color: #983131;
  background: linear-gradient(#bd4e4e, #983131);
  top: 0;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out; }
  header.hidden {
    transform: translateY(-110px); }
  @media (max-width: 850px) {
    header {
      height: 80px; } }
  header .mobile-nav {
    display: none;
    float: right;
    height: 100%;
    align-items: center; }
    header .mobile-nav .hamburger-inner, header .mobile-nav .hamburger-inner::before, header .mobile-nav .hamburger-inner::after {
      background-color: white !important; }
    @media (max-width: 850px) {
      header .mobile-nav {
        display: flex; } }
  header .logo {
    content: ' ';
    display: inline-block;
    background-image: url(../img/logo_black_grid.svg);
    height: 100%;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50% 50%;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 850px) {
      header .logo {
        width: 80px;
        background-size: 70%; } }
    header .logo:hover {
      transform: scale(1.05); }
  header nav {
    float: right;
    height: 100%;
    display: flex;
    align-items: center; }
    header nav ul {
      list-style: none; }
      header nav ul li {
        text-transform: uppercase;
        display: inline-block;
        margin: 0 20px;
        padding: 10px 5px;
        position: relative;
        transition: all 0.25s ease;
        border-bottom: 1px solid #b14242; }
        header nav ul li.home::after {
          -webkit-mask-image: url(../img/icons/home.svg);
          mask-image: url(../img/icons/home.svg); }
        header nav ul li.services::after {
          -webkit-mask-image: url(../img/icons/service.svg);
          mask-image: url(../img/icons/service.svg); }
        header nav ul li.company::after {
          -webkit-mask-image: url(../img/icons/company.svg);
          mask-image: url(../img/icons/company.svg); }
        header nav ul li.partners::after {
          -webkit-mask-image: url(../img/icons/partner.svg);
          mask-image: url(../img/icons/partner.svg); }
        header nav ul li.contact::after {
          -webkit-mask-image: url(../img/icons/email.svg);
          mask-image: url(../img/icons/email.svg); }
        header nav ul li:hover::after {
          opacity: 1; }
        header nav ul li::after {
          transition: all ease-in-out 0.5s;
          opacity: 0;
          content: ' ';
          width: 15px;
          height: 15px;
          position: absolute;
          background-color: #e9e9e9;
          background-repeat: no-repeat;
          top: calc(100% + 5px);
          left: 50%;
          transform: translateX(-50%); }
        header nav ul li a {
          text-decoration: none;
          color: #e9e9e9;
          font-weight: 800; }
        header nav ul li:hover {
          cursor: pointer;
          transform: scale(1.05);
          border-bottom: 1px solid #eaeaea; }
    @media (min-width: 850px) {
      header nav {
        -webkit-animation-name: none !important;
        animation-name: none !important; } }
    @media (max-width: 850px) {
      header nav {
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        transition: transform 0.2s ease-in-out; }
        header nav.active {
          display: block; }
        header nav > ul {
          box-sizing: border-box;
          position: absolute;
          top: -4px;
          background-color: #1f1f1f;
          width: 100%;
          padding: 30px 20px;
          border-bottom: 1px solid #bd3c3c; }
        header nav > ul li {
          width: 100%;
          display: block;
          margin-left: 0;
          border-bottom: 1px solid #373737; }
          header nav > ul li:hover {
            transform: none;
            border-bottom: 1px solid #bd3c3c; }
          header nav > ul li::after {
            display: none; } }

.header-helper {
  margin-top: 110px; }
  @media (max-width: 850px) {
    .header-helper {
      margin-top: 80px !important; } }

section.banner {
  transition: none;
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("../img/stocks/3_grid_reasonable.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(114, 46, 46, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }
  section.banner .slick-track {
    align-items: center;
    display: flex; }
  @media (max-width: 850px) {
    section.banner {
      background-position: 50%;
      height: calc(100vh - 80px); } }
  section.banner .banner-slides {
    width: 100%;
    height: 100%;
    display: flex; }
  section.banner .slide {
    padding: 120px 0;
    color: #e9e9e9; }
    section.banner .slide .content {
      transition: none;
      max-width: 65%; }
      @media (max-width: 850px) {
        section.banner .slide .content {
          max-width: 100%; } }
    section.banner .slide h1 {
      color: aliceblue;
      margin-bottom: 10px;
      font-family: "Teko", sans-serif;
      font-size: 48px;
      line-height: 1;
      letter-spacing: 1.5;
      font-weight: 500; }
    section.banner .slide p {
      font-size: 21px;
      line-height: 1.5; }
  section.banner::after {
    opacity: 0.3;
    content: ' ';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    background-size: 600% 600%;
    -webkit-animation: GradientAnimation 60s ease infinite;
    -moz-animation: GradientAnimation 60s ease infinite;
    animation: GradientAnimation 60s ease infinite; }
@-webkit-keyframes GradientAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes GradientAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes GradientAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  section.banner .dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    list-style: none; }
    section.banner .dots li {
      display: inline-block; }
      section.banner .dots li.slick-active button {
        background-color: #c4282d; }
      section.banner .dots li button {
        margin: 0 5px;
        display: inline-block;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
        border-radius: 999px;
        border: 0;
        font-size: 0;
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background-color: white; }
        section.banner .dots li button:hover {
          cursor: pointer; }
        section.banner .dots li button:focus {
          outline: none; }

section.content {
  padding: 20px 0 30px 0; }
  section.content h2 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #c4282d;
    padding-bottom: 5px;
    display: table; }
  section.content p {
    color: #444444;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.5; }
  section.content div.paragraph-part {
    opacity: 0.3;
    transition: all 0.5s linear;
    transform: scale(0.99); }
    section.content div.paragraph-part.active {
      opacity: 1.0;
      transform: scale(1); }
  section.content .text-image {
    height: 320px;
    background-size: cover;
    background-position: 50%;
    -webkit-box-shadow: 0px 0px 25px 1px rgba(110, 110, 110, 0.3);
    -moz-box-shadow: 0px 0px 25px 1px rgba(110, 110, 110, 0.3);
    box-shadow: 0px 0px 25px 1px rgba(110, 110, 110, 0.3); }
    @media (max-width: 1230px) {
      section.content .text-image {
        margin: 30px 0;
        margin-bottom: 30px; } }
    section.content .text-image.analytics {
      background-image: url("../img/analytics_reasonable.jpg"); }
  section.content .map-guide {
    content: ' ';
    display: block;
    width: 100%;
    height: 320px;
    background-image: url("../img/map.png");
    background-size: cover;
    position: relative;
    z-index: 1;
    border: 1px solid #a7a7a7; }
    section.content .map-guide > .guide-content {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: black;
      opacity: 0.75;
      text-align: center;
      padding: 10px 0; }
      section.content .map-guide > .guide-content a {
        color: white;
        text-decoration: none; }
        section.content .map-guide > .guide-content a:hover {
          cursor: pointer;
          text-decoration: underline; }
    @media (max-width: 1230px) {
      section.content .map-guide {
        margin-top: 0; } }
  section.content .details.sided {
    display: flex; }
    section.content .details.sided > * {
      width: 50%; }
  section.content .contact-details {
    line-height: 1.75;
    list-style: none;
    padding-left: 0px;
    margin-top: 40px; }

section.news {
  color: #e9e9e9;
  margin: 40px 0;
  margin-bottom: 20px; }
  section.news div.centerize {
    text-align: center; }
  section.news h2 {
    font-size: 36px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c4282d;
    display: inline-table; }
  section.news .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.news .flex.column {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
  section.news .article {
    transition: all 0.25s ease;
    width: calc(75% - 20px);
    margin-bottom: 40px;
    border: 1px solid #b1b1b1;
    background-color: #dedede;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    line-height: 1.5;
        /*
        &:hover {
            cursor: pointer;
            transform: scale(1.035);

            .image {

                filter: none;

                &::before {
                    opacity: 0;
                }
            }

        }
        */ }
    section.news .article .image {
      position: relative;
      width: 100%;
      padding-bottom: 300px;
      background-image: url(../img/article_example.jpg);
      background-size: cover;
      background-position: 60%;
      border-bottom: 1px solid #c4282d;
      filter: grayscale(0.1); }
      @media (max-width: 850px) {
        section.news .article .image {
          filter: grayscale(0); } }
      section.news .article .image > .title {
        font-size: 32px;
        position: absolute;
        text-transform: uppercase;
        padding: 10px 20px;
        color: white;
        bottom: 0; }
      section.news .article .image:before {
        transition: all .25s ease;
        position: absolute;
        content: ' ';
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.30; }
    section.news .article .text-content {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      border-radius: 4px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      min-height: 130px;
      max-width: 36em; }
      section.news .article .text-content .date {
        color: #c00000;
        font-size: 14px;
        font-weight: 600;
        line-height: 2; }
      section.news .article .text-content .title {
        letter-spacing: 0.5;
        color: #2e2e2e;
        font-size: 16px;
        line-height: 2;
        font-weight: 600; }
      section.news .article .text-content p {
        color: #353535;
        font-size: 19px; }

footer {
  color: #e9e9e9;
  background-image: linear-gradient(to bottom right, #252525, #151515);
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  footer .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  footer .footer-column {
    font-size: 16px;
    width: 33.33%;
    line-height: 1.75; }
    footer .footer-column ul {
      list-style: none; }
      footer .footer-column ul li a {
        color: #e9e9e9;
        text-decoration: none; }
        footer .footer-column ul li a:hover {
          text-decoration: underline; }
    @media (max-width: 950px) {
      footer .footer-column {
        margin-bottom: 40px;
        width: 50%; } }
    @media (max-width: 650px) {
      footer .footer-column {
        width: 100%; } }
  footer .copyright {
    color: #8d8d8d;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px; }
    footer .copyright .footer-logo {
      width: 130px;
      margin-bottom: 30px; }
    footer .copyright .text:hover {
      cursor: help; }
    footer .copyright .watermark {
      transition: all linear 0.5s 1.5s;
      color: #e9e9e9;
      margin: 5px 0;
      opacity: 0; }
    footer .copyright:hover .watermark {
      opacity: 1;
      width: auto; }
  footer .grid {
    content: ' ';
    position: absolute;
    background-image: url(/img/plain_grid_tight.png);
    background-size: contain;
    width: 600px;
    height: 600px;
    top: 21%;
    right: -13%;
    background-repeat: no-repeat; }
    @media (max-width: 1130px) {
      footer .grid {
        width: 450px;
        height: 450px; } }
    @media (max-width: 850px) {
      footer .grid {
        width: 300px;
        height: 300px;
        top: 50%; } }
    @media (max-width: 650px) {
      footer .grid {
        width: 300px;
        height: 300px;
        right: -20%;
        top: 25%; } }

.some-icon {
  display: block;
  content: ' ';
  width: 25px;
  height: 25px;
  margin-bottom: 20px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  transition: all ease-in-out 0.2s;
  background-color: #e9e9e9;
  mask-size: 100%;
  -webkit-mask-size: 100%; }
  .some-icon.facebook {
    -webkit-mask-image: url(../img/icons/facebook.svg);
    mask-image: url(../img/icons/facebook.svg); }
  .some-icon.instagram {
    -webkit-mask-image: url(../img/icons/instagram.svg);
    mask-image: url(../img/icons/instagram.svg); }
  .some-icon:hover {
    cursor: pointer;
    transform: scale(1.1); }

.call-button {
  margin-top: 20px;
  padding: 15px;
  border-radius: 3px;
  font-size: 22px;
  color: white;
  background-color: black; }
  .call-button:hover {
    cursor: pointer; }

section.fast {
  position: relative;
  width: 100%;
  background-image: url("../img/wrc_reasonable.png");
  background-size: cover;
  background-position: 50%;
  padding: 80px 0;
  margin-top: 40px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3); }
  section.fast div.clock.icon {
    content: ' ';
    background-color: white;
    -webkit-mask-image: url("../img/icons/timer.svg");
    mask-image: url("../img/icons/timer.svg");
    width: 84px;
    height: 84px;
    margin: 20px auto; }
  section.fast div.content {
    text-align: center;
    position: relative;
    z-index: 2; }
  section.fast::after {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    content: ' ';
    z-index: 1; }
  section.fast h2 {
    white-space: nowrap;
    padding: 0 20px;
    font-family: "Teko", sans-serif;
    color: white;
    font-size: 62px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    padding-bottom: 0px;
    border-bottom: 3px solid white;
    line-height: 1.5;
    display: inline-table;
    margin-bottom: 30px;
    letter-spacing: 0.25; }
    @media (max-width: 850px) {
      section.fast h2 {
        font-size: 42px; } }
  section.fast p {
    font-size: 22px;
    color: white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }
    @media (max-width: 850px) {
      section.fast p {
        font-size: 18px; } }
  section.fast a.button {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-table;
    margin: 30px 0;
    padding: 10px 30px;
    border-radius: 40px;
    border: 2px solid #c4282d;
    background-color: rgba(0, 0, 0, 0.55);
    transition: all 0.25s ease;
    /*
    &:hover {
        transform: scale(1.025);
        background-color: rgba(252, 73, 73, 0.15);
        border-radius: 3px;
    }
    */ }
    @media (max-width: 850px) {
      section.fast a.button {
        font-size: 18px; } }
    section.fast a.button:hover {
      transform: scale(1.025);
      background-color: rgba(65, 210, 15, 0.15);
      border: 2px solid #6ca06c;
      border-radius: 20px; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.align-center {
    align-items: center; }
  .flex.reverse {
    flex-direction: row-reverse; }
  .flex .half {
    box-sizing: border-box;
    padding-right: 40px;
    width: 50%; }
    .flex .half h2 {
      margin-top: 0; }
    @media (max-width: 1230px) {
      .flex .half {
        width: 100%;
        padding-right: 0; } }

form.contact-form .input-group {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  form.contact-form .input-group > .input-sided {
    width: 47.5%; }
    form.contact-form .input-group > .input-sided input:first-of-type {
      margin-right: 5px; }
form.contact-form .submit-holder {
  width: 100%; }
form.contact-form label {
  display: block;
  margin-bottom: 10px; }
form.contact-form input, form.contact-form textarea {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 6px;
  font-size: 18px;
  width: 100%;
  padding-right: 20px;
  border: 1px solid #a7a7a7;
  box-sizing: border-box; }
form.contact-form button {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-table;
  padding: 5px 30px;
  border-radius: 6px;
  border: 2px solid #202020;
  background-color: #1c1c1c;
  transition: all 0.25s ease; }
  form.contact-form button:hover {
    cursor: pointer;
    background-color: #343434; }

@media (max-width: 1100px) {
  footer .columns .footer_column {
    width: 50%;
    margin-bottom: 20px; } }
#form-input {
  display: none; }

@media (max-width: 675px) {
  section.news .article {
    width: calc(100%); }
    section.news .article .image {
      padding-bottom: 210px; }

  footer .columns .footer_column {
    width: 100%;
    margin-bottom: 20px; } }
@media (max-width: 475px) {
  section.news .article .image .title {
    font-size: 24px; }
  section.news .article .text-content p {
    font-size: 16px; } }
.text-right {
  padding: 0 20px; }
  @media (max-width: 1230px) {
    .text-right {
      padding: 0; } }

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