header {
  background: rgba(143, 42, 42, 0.9); }

.slider {
  margin-bottom: 0 !important; }
  .slider .slide {
    position: relative; }
    .slider .slide img {
      width: 100%; 
      height: 850px;
    }
    .slider .slide .absoluteContent {
      position: absolute;
      left: 0;
      top: 40%;
      width: 100%;
      }
      .slider .slide .absoluteContent .content .title {
        font-weight: 800;
        font-family: Montserrat, sans-serif;
        font-size: 45px;
        color: #fffefe;
        text-align: center;
        text-transform: uppercase; }
        .slider .slide .absoluteContent .content .title span {
          display: inline-block;
          max-width: 780px;
          line-height: 52px; }
      .slider .slide .absoluteContent .content .more {
        text-align: center;
        margin-top: 85px;
        }
        .slider .slide .absoluteContent .content .more a {
          letter-spacing: 11px;
          display: inline-block;
          text-decoration: none;
          width: 285px;
          height: 70px;
          line-height: 70px;
          font-weight: 800;
          color: #fffefe;
          text-transform: uppercase;
          font-size: 12px;
          text-align: center;
          font-family: Montserrat, sans-serif;
          background: #de2d2c;
          transition: 0.3s; }
          .slider .slide .absoluteContent .content .more a:hover {
            transition: 0.3s;
            background: rgba(222, 45, 44, 0.9); }
    .slider .slide .downIcon {
      text-align: center;
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 3%;
      }
      .slider .slide .downIcon img {
        cursor: pointer;
        width: auto;
        height: auto;
        margin: 0 auto; }
  .slider .slick-prev {
    transition: 0.3s;
    top: 59%;
    left: 20.4%;
    background: url("../img/prev-arrow.png");
    width: 45px;
    height: 45px;
    z-index: 1;
    }
    .slider .slick-prev:before {
      content: none; }
    .slider .slick-prev:hover {
      transition: 0.3s;
      background: url("../img/prev-arrow-a.png"); }
  .slider .slick-next {
    transition: 0.3s;
    right: auto;
    left: 20.4%;
    top: 51%;
    background: url("../img/next-arrow.png");
    width: 45px;
    height: 45px;
    z-index: 1;
    }
    .slider .slick-next:before {
      content: none; }
    .slider .slick-next:hover {
      transition: 0.3s;
      background: url("../img/next-arrow-a.png"); }
  .slider .slick-dots {
    right: 20.5%;
    top: 48%;
    bottom: auto;
    display: inline-block;
    width: auto; }
    .slider .slick-dots li {
      display: block;
      margin: 0;
      margin-left: 2px;
      width: 16px;
      height: 16px;
      margin-bottom: 30px; }
      .slider .slick-dots li:last-child {
        margin-bottom: 0; }
      .slider .slick-dots li button {
        background: url("../img/dot.png");
        width: 10px;
        height: 10px; }
        .slider .slick-dots li button:before {
          content: none; }
      .slider .slick-dots li.slick-active {
        margin-left: 0; }
        .slider .slick-dots li.slick-active button {
          background: url("../img/dot-a.png");
          width: 16px;
          height: 16px; }

.contentBlock .titleBg {
  background: #f9f9f9;
  padding: 45px 0; }
  .contentBlock .titleBg .main {
    text-align: center;
    position: relative;
    color: #8a272a;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif; }
    .contentBlock .titleBg .main:before, .contentBlock .titleBg .main:after {
      content: ".";
      display: inline-block;
      vertical-align: top;
      margin-top: -7px; }
    .contentBlock .titleBg .main:before {
      margin-right: 10px; }
    .contentBlock .titleBg .main:after {
      margin-left: 10px; }
  .contentBlock .titleBg .textFon {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    color: #c0c0c0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    height: 40px;
    overflow: hidden; }
.contentBlock .contentItems {
  margin-bottom: 40px; }
  .contentBlock .contentItems .item {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    height: 370px;
    margin-bottom: 30px;
    }


     .contentBlock .contentItems .item .itImage {
      overflow: hidden;
      height: 370px;
      width: 100%;
    }

   



    .contentBlock .contentItems .item img {
      transition: 0.3s;
      /*width: 100%;*/
          max-height: 370px;
        min-height: 370px;

      }
    .contentBlock .contentItems .item a {
      transition: 0.3s;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
          background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.45) 46%,rgba(255,255,255,0.65) 100%); }







      .contentBlock .contentItems .item a span {
             transition: 0.3s;
        position: absolute;
        display: inline-block;
        vertical-align: top;
        font-family: Montserrat, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #8a272a;
        left: 50px;
        bottom: 20px;
        padding-right: 10px; }


            .contentBlock .contentItems .item a:hover {
      transition: 0.3s;
      text-decoration: underline;
      background: transparent; }


      .contentBlock .contentItems .item a:hover span {
      transition: 0.3s;
      text-decoration: underline; }

 .contentBlock .contentItems .item:hover img {
        transition: 0.3s;
        transform: scale(1.1);
    }

    .contentBlock .contentItems .item:after {
      content: " ";
      height: 85%;
      z-index: 1;
      width: 2px;
      right: -16px;
      bottom: -16px;
      background: #8a272a;
      display: block;
      position: absolute; }
    .contentBlock .contentItems .item:before {
      content: " ";
      width: 85%;
      height: 2px;
      background: #8a272a;
      display: block;
      position: absolute;
      bottom: -16px;
      right: -16px;
      z-index: 1;
      }
  .contentBlock .contentItems .itemContent:nth-child(n+4) .item:before {
    content: none; }
  .contentBlock .contentItems .itemContent:nth-child(n+4) .item:after {
    content: " ";
    height: 85%;
    z-index: 1;
    width: 2px;
    right: -16px;
    top: -16px;
    background: #8a272a;
    display: block;
    position: absolute; }
  .contentBlock .contentItems .itemContent:nth-child(2n+3) .item:before {
    width: 109%; }
  .contentBlock .contentItems .itemContent:nth-child(2) .item:before {
    width: 109%; }
  .contentBlock .contentItems .itemContent:nth-child(3n+3) .item:before {
    width: 85%;
    bottom: -16px;
    left: -16px;
    right: auto; }
  .contentBlock .contentItems .itemContent:nth-child(3n+3) .item:after {
    content: none; }
  .contentBlock .contentItems.five .itemContent:nth-child(n+3) .item:before {
    content: none; }
  .contentBlock .contentItems.five .itemContent:nth-child(n+3) .item:after {
    content: " ";
    height: 85%;
    z-index: 1;
    width: 2px;
    right: -16px;
    top: -16px;
    background: #8a272a;
    display: block;
    position: absolute; }
  .contentBlock .contentItems.five .itemContent:nth-child(2n+3) .item:before {
    width: 109%; }
  .contentBlock .contentItems.five .itemContent:nth-child(2) .item:before {
    width: 109%; }
  .contentBlock .contentItems.five .itemContent:nth-child(2) .item:after {
    content: none; }
  .contentBlock .contentItems.five .itemContent:nth-child(5) .item:after {
    content: none; }

.ourCustomer {
  background: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 60px; }
  .ourCustomer .title {
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: #8a272a;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .ourCustomer .brandSlider {
    text-align: center; }


     .ourCustomer .brandSlider .slide img {
    transition: 0.3s;
    margin: 0 auto;
       }

    
     .ourCustomer .brandSlider .slide {
      overflow: hidden;
      vertical-align: middle;
      position: relative;
      width: 100%;
      height: 64px;
     }
     .ourCustomer .brandSlider .slide .big-img {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }

    
     .ourCustomer .brandSlider .slide:before {
      /*transition: 0.4s;*/
      content: " ";
      position: absolute;
      left: -30px;
      top: 0;
      width: 10px;
      transform: rotate(45deg);
      height: 110%;
      background: rgba(255,255,255,0.7);
      z-index: 1;
     }






     .ourCustomer .brandSlider .slide img:hover {
    transition: 0.3s;
    transform: scale(1.03);
     }



     .ourCustomer .brandSlider .slide:hover:before {
      transition: 0.3s;
      left: 110%;
     }






    .ourCustomer .brandSlider .slick-prev {
      transition: 0.3s;
      left: -80px;
      background: url("../img/brand/prev-arrow.png");
      width: 45px;
      height: 45px;
      z-index: 1; }
      .ourCustomer .brandSlider .slick-prev:before {
        content: none; }
      .ourCustomer .brandSlider .slick-prev:hover {
        transition: 0.3s;
        background: url("../img/brand/prev-arrow-a.png"); }
    .ourCustomer .brandSlider .slick-next {
      transition: 0.3s;
      right: -50px;
      background: url("../img/brand/next-arrow.png");
      width: 45px;
      height: 45px;
      z-index: 1; }
      .ourCustomer .brandSlider .slick-next:before {
        content: none; }
      .ourCustomer .brandSlider .slick-next:hover {
        transition: 0.3s;
        background: url("../img/brand/next-arrow-a.png"); }

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