  .list-style-one{
    position:relative;
  }

  .list-style-one li{
    position:relative;
    color:#000;
    font-size:16px;
    padding-left:30px;
    font-weight:600;
    line-height:1.6em;
    margin-bottom:14px;
    font-family: 'Open Sans', sans-serif;
  }

  .list-style-one li:before{
    position:absolute;
    content: "\f13b";
    left:0px;
    top:5px;
    color:#6e7cb1;
    font-size:15px;
    line-height:1em;
    font-weight:300;
    font-family: "Flaticon";
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
  }

  .list-style-one li:last-child{
    margin-bottom:0px;
  }
  .list-style-two{
    position:relative;
  }

  .list-style-two li{
    position:relative;
    color:#fff;
    font-size:16px;
    padding-left:30px;
    font-weight:600;
    line-height:1.6em;
    margin-bottom:14px;
    font-family: 'Open Sans', sans-serif;
  }

  .list-style-two li:before{
    position:absolute;
    content: "\f13b";
    left:0px;
    top:5px;
    color:#6e7cb1;
    font-size:15px;
    line-height:1em;
    font-weight:300;
    font-family: "Flaticon";
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
  }

  .list-style-two li:last-child{
    margin-bottom:0px;
  }