.cw-Topheader a,.cw-Topheader p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}

.cw-header span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.btn.btn-primary.cw-text-black {
    color: #fff;
}

.header .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
}

.cw-headerLOGO {
    width: 100%;
}


@media(min-width: 576px) {
    .cw-headerLOGO {
        width:50%;
    }
}

@media(min-width: 1200px) {
    .cw-headerLOGO {
        width:75%;
    }

    li.nav-item {
        font-size: 13px;
    }
}

.page-home .list {
    padding-top: 0em;
    padding-bottom: 2em;
    text-align: center;
}

.page-home .list-img-wrap {
    padding: 27% 0;
    border-width: 0;
    border-style: none;
}

.page-home .list-circle .list-img-wrap {
    border-radius: 0%;
}

.page-home .list-circle .list-img-photo, .list-img-content {
    border-radius: 0;
}

.page-home .list .btn-primary:before {
    background: var(--color-theme-highlight);
}

   
.cd-author {
    text-align: left;
    margin-left: 1.5em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 14px;
    font-size: 0.875rem;
    color: var(--color-theme-secondary);
  }
  
  .cd-testimonials-all .cd-testimonials-all-wrapper > ul {
    margin: 1.5em auto 4em auto;
  }
  
  .cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .cd-testimonials-all .cd-testimonials-item {
    margin-bottom: 2em;
  }
  
  .cd-testimonials-all p {
    position: relative;
    background: var(--color-theme-secondary);
    color: var(--color-theme-background);
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em;
  }
  
  .cd-testimonials-all p::after {
    /* creating the triangle in css */
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: var(--color-theme-secondary);
  }
  
  @media only screen and (min-width: 768px) {
    .cd-testimonials-all .cd-testimonials-item {
      width: 46%;
      margin: 0 2% 3em;
    }
  
  }
  @media only screen and (min-width: 1170px) {
    .cd-testimonials-all .cd-testimonials-item {
      width: 30%;
      margin: 0 1.6666% 3em;
    }
  }