/* helpers */
/* layouts */
/* modules */
/* main styles */
body {
  font-size: 16px;
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  color: black; }

html, body {
  min-height: 100%; }

h2 {
  font-size: 4em;
  padding: 20px 0; }

h3 {
  font-size: 3em; }

h4 {
  font-size: 2em; }

h5 {
  font-size: 1.5em; }

/*START SCROLL TO TOP*/
.topcontrol {
  background: #ca3f3f none repeat scroll 0 0;
  border-radius: 50px;
  bottom: 5px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  height: 40px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  padding: 1px 10px;
  position: fixed;
  right: 5px;
  transition: all 0.2s ease 0s;
  width: 40px; }
  .topcontrol:hover {
    background: #333;
    color: #fff; }

.fullWrap {
  overflow-x: hidden; }

/*END SCROLL TO TOP*/
li {
  list-style: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

section {
  padding: 60px 0; }

.service-wrap {
  margin: 25px 0; }

.white-menu {
  background: white;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  width: 100%;
  font-size: 0.75em; }

.top-line, .bottom-line {
  position: relative; }

.top-line:before, .bottom-line:after {
  content: "";
  width: 3px;
  position: absolute;
  background: black;
  left: 50%;
  box-shadow: 0 0 15px 0 #ab9595; }

.top-line:before {
  bottom: 55px;
  height: 35px; }

.bottom-line:after {
  top: 55px;
  height: 60px; }

@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0; }
  70% {
    opacity: 1;
    bottom: 5%; }
  100% {
    opacity: 0;
    bottom: 5%; } }

@keyframes arrow-movement {
  0% {
    opacity: 0; }
  70% {
    opacity: 1;
    bottom: 5%; }
  100% {
    opacity: 0;
    bottom: 5%; } }
@-webkit-keyframes imageAnimation {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  50% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  75% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes imageAnimation {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  50% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1; }
  75% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes textAnimation {
  0% {
    visibility: visible;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  25% {
    visibility: visible;
    /*animation-timing-function: ease-out;*/
    opacity: 1; }
  75% {
    visibility: hidden; }
  100% {
    opacity: 0; } }
@keyframes textAnimation {
  0% {
    visibility: visible;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  25% {
    visibility: visible;
    /*animation-timing-function: ease-out;*/
    opacity: 1; }
  75% {
    visibility: hidden; }
  100% {
    opacity: 0; } }
header .main-menu .navbar-toggle .icon-bar {
  background: #ca3f3f; }
header .header-list li {
  display: inline-block;
  position: relative;
  margin: 20px 30px;
  transition: .3s; }
  header .header-list li:before, header .header-list li:after {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all 0.2s linear;
    background: black;
    opacity: 0; }
  header .header-list li:after {
    right: 0;
    bottom: 0;
    transition-duration: 0.3s; }
  header .header-list li:before {
    left: 0;
    top: 0;
    transition-duration: 0.3s; }
  header .header-list li:hover::before, header .header-list li:hover::after {
    left: 0; }
  header .header-list li:hover:before, header .header-list li:hover::after, header .header-list li.active:after, header .header-list li.active:before {
    width: 100%;
    opacity: 1; }
  header .header-list li:hover a:before, header .header-list li:hover a::after, header .header-list li.active a:after, header .header-list li.active a:before {
    height: 100%;
    opacity: 1; }
  header .header-list li a {
    color: black;
    display: block;
    padding: 8px 30px;
    font-size: 1.5em; }
    header .header-list li a:before, header .header-list li a:after {
      content: "";
      width: 5px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: black; }
    header .header-list li a:after {
      right: 0;
      bottom: 0;
      transition-duration: 0.3s; }
    header .header-list li a:before {
      left: 0;
      top: 0;
      transition-duration: 0.3s; }
    header .header-list li a:hover::before, header .header-list li a:hover::after {
      top: 0; }
    header .header-list li a:hover, header .header-list li a:focus {
      background: transparent; }

#home2 {
  min-height: 100vh;
  position: relative;
  /*  .carousel-fade .carousel-control { z-index: 2; }*/
  /* Safari Fix */ }
  #home2 .carousel-fade .carousel-inner {
    background: #000; }
  #home2 .carousel-fade .item {
    opacity: 0;
    transition-property: opacity; }
  #home2 .carousel-fade .next.left,
  #home2 .carousel-fade .prev.right,
  #home2 .carousel-fade .item.active {
    opacity: 1; }
  #home2 .carousel-fade .active.left,
  #home2 .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    /*
          z-index: 1;*/ }
  #home2 .main-slider {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1; }
  #home2 .carousel,
  #home2 .carousel-inner {
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden; }
  #home2 .carousel-caption {
    color: black;
    bottom: 10vh; }
  #home2 .item {
    width: 100%;
    height: 100vh;
    background-position: center top;
    background-size: cover;
    z-index: 0;
    left: 0;
    opacity: 0;
    top: 0; }
    #home2 .item:first-child {
      background-image: url(../assets/img/header-bg2.jpg); }
    #home2 .item:last-child {
      background-image: url(../assets/img/header-bg.jpg); }
  #home2 .home-content {
    position: relative;
    z-index: 2; }
    #home2 .home-content a {
      color: #ca3f3f; }
    #home2 .home-content .logo {
      display: table;
      margin-top: 20vh;
      padding: 0; }
    #home2 .home-content .introduction {
      -webkit-animation: textAnimation 12s linear infinite 0s;
              animation: textAnimation 12s linear infinite 0s;
      text-align: center;
      padding: 50px 30px;
      position: absolute;
      visibility: hidden; }
      #home2 .home-content .introduction:last-of-type {
        -webkit-animation-delay: 10s;
                animation-delay: 10s;
        -webkit-animation-duration: 10s;
                animation-duration: 10s; }
      #home2 .home-content .introduction h2 {
        margin-bottom: 90px;
        padding: 15px 0; }
      #home2 .home-content .introduction a {
        font-size: 2em;
        position: relative; }
        #home2 .home-content .introduction a:after, #home2 .home-content .introduction a:before {
          background: #ca3f3f; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    #home2 .carousel-fade .carousel-inner > .item.next,
    #home2 .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #home2 .carousel-fade .carousel-inner > .item.prev,
    #home2 .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    #home2 .carousel-fade .carousel-inner > .item.next.left,
    #home2 .carousel-fade .carousel-inner > .item.prev.right,
    #home2 .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  #home2 .animate-arrow {
    position: absolute;
    height: 55px;
    left: 50%;
    bottom: 5%;
    margin-left: -22.5px; }
    #home2 .animate-arrow .arrow {
      opacity: 0;
      position: absolute;
      left: 50%;
      bottom: 50%;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
    #home2 .animate-arrow .arrow-first {
      -webkit-animation: arrow-movement 2s ease-in-out infinite;
              animation: arrow-movement 2s ease-in-out infinite; }
    #home2 .animate-arrow .arrow-second {
      -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
              animation: arrow-movement 2s 1s ease-in-out infinite; }
    #home2 .animate-arrow .arrow:before,
    #home2 .animate-arrow .arrow:after {
      background: #ca3f3f;
      content: '';
      display: block;
      height: 3px;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px; }
    #home2 .animate-arrow .arrow:before {
      -webkit-transform: rotate(45deg) translateX(-23%);
          -ms-transform: rotate(45deg) translateX(-23%);
              transform: rotate(45deg) translateX(-23%);
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left; }
    #home2 .animate-arrow .arrow:after {
      -webkit-transform: rotate(-45deg) translateX(23%);
          -ms-transform: rotate(-45deg) translateX(23%);
              transform: rotate(-45deg) translateX(23%);
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right; }

#home {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative; }
  #home .slideImg {
    -webkit-animation: imageAnimation 14s linear infinite 0s;
            animation: imageAnimation 14s linear infinite 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    #home .slideImg:first-child {
      background-image: url(../assets/img/header-bg2.jpg); }
    #home .slideImg:nth-child(2) {
      -webkit-animation-delay: 7s;
              animation-delay: 7s;
      background-image: url(../assets/img/header-bg.jpg); }
  #home .home-content {
    position: relative;
    z-index: 2; }
    #home .home-content a {
      color: #ca3f3f; }
    #home .home-content .logo {
      display: table;
      margin-top: 20vh;
      padding: 0 10px;
      margin-right: 10px; }
    #home .home-content .introduction {
      text-align: center;
      padding: 10px 0;
      position: absolute;
      margin-right: 96px; }
      #home .home-content .introduction h3, #home .home-content .introduction h4 {
        font-weight: 600; }
      #home .home-content .introduction a {
        font-size: 2em;
        position: relative; }
        #home .home-content .introduction a:after, #home .home-content .introduction a:before {
          background: #ca3f3f; }
  #home .animate-arrow {
    position: absolute;
    height: 55px;
    left: 50%;
    bottom: 5%;
    margin-left: -17px; }
    #home .animate-arrow .arrow {
      opacity: 0;
      position: absolute;
      left: 50%;
      bottom: 50%;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
    #home .animate-arrow .arrow-first {
      -webkit-animation: arrow-movement 2s ease-in-out infinite;
              animation: arrow-movement 2s ease-in-out infinite; }
    #home .animate-arrow .arrow-second {
      -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
              animation: arrow-movement 2s 1s ease-in-out infinite; }
    #home .animate-arrow .arrow:before,
    #home .animate-arrow .arrow:after {
      background: #ca3f3f;
      content: '';
      display: block;
      height: 3px;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px; }
    #home .animate-arrow .arrow:before {
      -webkit-transform: rotate(45deg) translateX(-23%);
          -ms-transform: rotate(45deg) translateX(-23%);
              transform: rotate(45deg) translateX(-23%);
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left; }
    #home .animate-arrow .arrow:after {
      -webkit-transform: rotate(-45deg) translateX(23%);
          -ms-transform: rotate(-45deg) translateX(23%);
              transform: rotate(-45deg) translateX(23%);
      -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
              transform-origin: top right; }

#analytics {
  text-align: center;
  padding-top: 150px; }
  #analytics .bottom-line:after {
    top: -75px; }
  #analytics .icons {
    font-size: 3em; }

#solution .bottom-line:after {
  top: -75px; }
#solution p {
  font-size: 1.25em; }
#solution p, #solution li {
  color: #b7b7b7; }
#solution li {
  list-style: disc; }
#solution .solution-wrap {
  padding: 0 15px; }
#solution .border {
  border-right: 2px dashed lightgray;
  padding-right: 30px;
  margin-right: -17px; }
#solution .solution-text {
  padding: 20px;
  color: black;
  font-weight: bold; }

#industries {
  padding: 0; }
  #industries .parallax {
    background-image: url(../assets/img/parallax-bg.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 5% 0; }

#map {
  height: 480px; }

#contact {
  padding: 90px 0; }
  #contact a, #contact p {
    color: #b5b5b5;
    font-weight: bold; }
  #contact a:hover {
    color: #ca3f3f; }
  #contact .address p:first-of-type {
    font-size: 1.5em;
    line-height: 1; }
  #contact .address p:nth-of-type(2) {
    font-size: 1.75em;
    margin-bottom: 35px; }
  #contact .social-links li {
    display: inline-block; }
    #contact .social-links li a {
      font-size: 2em;
      padding: 0 10px; }

@media (max-width: 1200px) {
  header .main-menu .header-list li {
    margin: 20px 10px; }
    header .main-menu .header-list li a {
      font-size: 1.75em; } }
@media only screen and (max-device-width: 1024px) {
  header .main-menu .header-list li a {
    font-size: 1.5em; }

  #home .home-content .introduction {
    margin-right: 30px; }
  #home .animate-arrow {
    display: none; }
    #home .animate-arrow .arrow-first, #home .animate-arrow .arrow-second {
      -webkit-animation: none;
              animation: none; }
  #home #solution .parallax {
    background-attachment: scroll; } }
@media only screen and (max-width: 992px) {
  body h2 {
    font-size: 3em; }
  body h3 {
    font-size: 2.5em; }
  body h4 {
    font-size: 2em; }
  body header .main-menu .header-list li a {
    font-size: 1em; }
  body #solution .solution-text {
    padding: 10px; }
  body .social-links {
    margin-left: -50px; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px; }
    body h2 {
      font-size: 2em; }
    body h3 {
      font-size: 1.5em; }
    body h4, body h5 {
      font-size: 1.25em; }
    body section {
      padding: 40px 0; }
    body .top-line:before {
      height: 25px; }
    body .bottom-line:after {
      height: 45px; }
    body header .main-menu .navbar-toggle {
      color: #ca3f3f;
      font-size: 30px;
      float: none;
      left: 50%;
      margin-left: -23.5px;
      top: 50%; }
    body header .main-menu .header-list {
      background: white;
      border: 1px solid black;
      margin: 0 auto;
      padding: 0; }
      body header .main-menu .header-list li {
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid black; }
        body header .main-menu .header-list li:last-of-type {
          border: none; }
        body header .main-menu .header-list li:hover a:before, body header .main-menu .header-list li:hover a::after, body header .main-menu .header-list li.active a:after, body header .main-menu .header-list li.active a:before {
          height: 0; }
        body header .main-menu .header-list li:hover:before, body header .main-menu .header-list li:hover::after, body header .main-menu .header-list li.active:after, body header .main-menu .header-list li.active:before {
          width: 0; }
        body header .main-menu .header-list li:hover, body header .main-menu .header-list li.active {
          background: #ca3f3f; }
        body header .main-menu .header-list li.active a {
          color: white; }
        body header .main-menu .header-list li a {
          font-size: 1em;
          padding: 8px 20px; }
          body header .main-menu .header-list li a:hover, body header .main-menu .header-list li a:focus {
            color: white; }
    body #home {
      min-height: 80vh; }
      body #home .carousel-caption {
        bottom: 30vh; }
      body #home .home-content .logo {
        margin-right: 0; }
      body #home .home-content .introduction {
        padding: 5px;
        margin-right: 10px; }

  #analytics {
    padding-top: 90px; }

  #solution ul.pull-right {
    float: none !important; }
  #solution p.text-right {
    text-align: left; }
  #solution .border {
    border: none; }

  /*#industries {
    .parallax {
      h3 {
        margin-bottom: -10px;
      }
      h4 {
        margin-bottom: 35px;
      }
      .top-line:before {
        bottom: 44px;
      }
    }
  }*/
  .address {
    padding: 25px 0; } }
