/*
    =====================================================
    SERVICES_3.css
    =====================================================
*/

/*
    =====================================================
    Block 1
    =====================================================
*/

.block_1::after {
  background: url(../img/services/office.jpg);
  background-size: 100%;
  background-size: cover;
}

.block_1 .title {
  top: 40%;
}

.arrow_down {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  z-index: 1;
  color: white;
  margin: 0 auto;
  width: 60px;
  font-size: 45px !important;
  text-shadow: 0 1px 0 black;
  cursor: pointer;
  cursor: hand;
}

/*
    =====================================================
    Block 2
    =====================================================
*/

.block_2 {
  background: #e0d5bd;
}

.block_2 p {
  margin-bottom: 0;
}

/*
    =====================================================
    Block 3
    =====================================================
*/

.block_3 {
  height: 600px;
}

.left,
.right {
  width: 50%;
  float: left;
}

.left {
  padding-right: 40px;
}

.right {
  padding-left: 40px;
}

.right::after {
  content: "";
  width: 1px;
  height: 180px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 100px;
}

.left h3 {
  color: #c45553;
}

.block_3 i {
  display: block;
  margin-bottom: 10px;
}

/*
    =====================================================
    Block 4
    =====================================================
*/

.block_4 {
  background: #f2f2f2;
  height: 600px;
}

.block_4 h2 {
  text-align: center;
  color: #808080;
  margin-bottom: 40px;
}

.block_4 h2::after {
  display: none;
}

.block_4 .third {
  width: 33.3333%;
  float: left;
  border: none;
  position: relative;
}

.option {
  width: 254px;
  height: 240px;
  color: white;
  margin: 0 auto;
  display: table;
  position: relative;
}

.option::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.option::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 240px solid;
  border-left: 254px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.option_1::before {
  background-color: #83a583;
}
.option_1::after {
  border-bottom-color: #749674;
}

.option_2::before {
  background-color: #d8bf7c;
}
.option_2::after {
  border-bottom-color: #c6a866;
}

.option_3::before {
  background-color: #87aed8;
}
.option_3::after {
  border-bottom-color: #6c99c1;
}

.opt_tri {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 50px solid white;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.opt_tri span {
  position: absolute;
  top: -10px;
  left: -40px;
  font-weight: bold;
}

.option_1 .opt_tri span {
  color: #83a583;
}

.option_2 .opt_tri span {
  color: #d8bf7c;
}

.option_3 .opt_tri span {
  color: #87aed8;
}

.option p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 5;
  font-weight: bold;
}

/*
    =====================================================
    Block 5
    =====================================================
*/

.block_5 {
  height: 450px;
}

.block_5 ul {
  list-style-type: none;
  margin-left: 0;
}

.block_5 li {
  width: 25%;
  height: 110px;
  float: left;
  background-position: center top;
  margin-bottom: 110px;
  font-size: 22px;
  text-align: center;
  padding-top: 130px;
}

.files {
  background: url(../img/general/pictos/twofiles.png) no-repeat;
}
.eye {
  background: url(../img/general/pictos/eye.png) no-repeat;
}
.clock {
  background: url(../img/general/pictos/clock.png) no-repeat;
}
.barcode {
  background: url(../img/general/pictos/barcode.png) no-repeat;
}

@media screen and (max-width: 640px) {
  .block_1::after {
    background: url(../img/mobile/office.jpg);
    background-size: 100%;
    background-size: cover;
  }
  .block.block_1 .title {
    right: 0%;
    top: 40%;
  }

  .block_3 .left,
  .block_3 .right {
    position: relative;
    width: 100%;
    float: none;
    padding: 0;
  }

  .block_3 .right {
    padding-top: 20px;
  }

  .block_3 .right::after {
    width: 100%;
    height: 1px;
    top: 0;
  }

  .block_4 .third {
    width: 100%;
  }

  .block_5 li {
    width: 50%;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .option {
    width: 200px;
    height: 220px;
  }

  .option::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 200px solid;
    border-left: 200px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .option_1::after {
    border-bottom-color: #749674;
  }

  .option_2::after {
    border-bottom-color: #c6a866;
  }

  .option_3::after {
    border-bottom-color: #6c99c1;
  }
}
