.info_box {
  position: relative;
  margin: 0 0 30px; 
}
.info_box.align_center {
  text-align: center; 
}
.info_box_image {
  position: relative;
  margin: 0 0 3px; 
}

.info_box_image img {
  max-width: 100%;
  height: auto; 
}

.info_box h4 {
  color: #23408f;
  margin: 0 0 13px; 
}
  .info_box h4:before {
    display: none; 
  }
.info_box p {
  margin: 0 0 14px;
  line-height: 22px;

}
.info_box .read_more {
  text-transform: lowercase;
  font-weight: 700;
  font-size: 13px;
  transition: color 0.2s linear;
  color: rgba(0, 75, 143, 0.94); 
}
  .info_box .read_more .stm_icon {
    margin: 2px 0 0 5px;
    font-size: 12px;
    vertical-align: middle;
    color: rgba(0, 75, 143, 0.94); 
  }
  .info_box .read_more span {
    vertical-align: middle;
    line-height: 13px;
  }
  .info_box .read_more:hover {
    color: rgba(0, 123, 255, 0.94);
    text-decoration: none; 
  }
.info_box ul {
  list-style: none;
  padding: 0;
  margin: 0; 
}
  .info_box ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 4px; 
  }
.info_box ul li:before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  vertical-align: top;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  color: #23408f;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); 
}

.info_box.style_6 {
  background: #fff;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.info_box.style_6 .info_box_text .title {
  margin-bottom: 10px; 
}
.info_box.style_6 .info_box_text .icon {
  width: 55px;
  display: table-cell;
  vertical-align: middle; 
}
.info_box.style_6 .info_box_text .icon i {
  font-size: 32px;
  color: rgba(0, 123, 255, 0.94); 
}
.info_box.style_6 .info_box_text h5 {
display: table-cell;
vertical-align: middle;
font-weight: 400;
padding-top: 0;
margin-bottom: 0;
letter-spacing: -.05em; 
}
  .info_box.style_6 .info_box_text p {
padding-left: 55px;
font-size: 13px;
line-height: 18px;
color: #777;
margin-bottom: 17px; 
}
.info_box.style_6 .info_box_text .read_more {
  padding-left: 55px;
  text-transform: none; 
}
.info_box.style_6 .info_box_text .read_more:hover {
  color: rgba(0, 123, 255, 0.94); 
}
.info_box.style_6 .info_box_text .read_more .stm_icon {
     margin-left: 10px; 
 }
.info_box.style_6:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
}


  .info_box.style_6 h4 {
    color: #222;
    letter-spacing: 0;
    margin-bottom: 10px; 
  }
  .info_box.style_6 .info_box_image {
    position: relative;
    margin-bottom: 4px; 
  }
    .info_box.style_6 .info_box_image:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background:rgba(0, 75, 143, 0.2);
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; 
    }
    .info_box.style_6 .info_box_image:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 75, 143, 0.94);
      width: 0;
      height: 5px;
      z-index: 2;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; 
    }
    
     .info_box.style_6:hover .info_box_image:after {
    width: 100%; 
     }
  .info_box.style_6:hover .info_box_image:before {
    opacity: 1; 
  }
