.nav-style-one .owl-nav button{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 78px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: var(--title-color);
    box-shadow: 0px 5px 40px 20px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    transition: all 500ms ease;
  }

  .nav-style-one .owl-nav button:hover{
    color: #fff;
    background: var(--theme-color);
  }

  .list-style-one{
    position: relative;
    display: block;
  }

  .list-style-one li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 19px;
  }

  .list-style-one li:last-child{
    margin-bottom: 0px;
  }

  .list-style-one li:before{
    position: absolute;
    content: '\e91d';
    font-family: 'icomoon';
    font-size: 18px;
    left: 0px;
    top: 0px;
    font-weight: 400;
    color: var(--theme-color);
  }
