.banner-one {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)) ,url(../../images/copy-trading-banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 700px;
}

.banner-container {
    padding-top: 230px;
}

.banner-container h1 {
  font-size: 50px;
}

.banner-container p {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.neon-green {
    color: #00CCCC;
}

.text-white {
    color: white;
}

.text-uppercase {
    text-transform: uppercase;
}

.banner-btn {
    color: white;
    background: #00b276;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 30px;
    border: 1px solid #00b276;
    text-decoration: none;
}

.banner-btn:hover {
    color: #00b276;
    border: 1px solid #00b276;
    background: transparent;
    text-decoration: none;
}

.nav-container {
    max-width: 1200px;
}

.about-p {
    color: white;
    font-size: 16px;
}

.howinfo-area {
    background: #202229;
    margin-top: 20px;
    box-shadow: 0 3px 10px rgba(124, 113, 113, 0.2);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
}

.img-abs {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    opacity: 0.1;
}

.text-white-50 {
    color: lightgray;
}

.crypto-list {
    list-style-type: none;
    padding-inline-start: 0px;
}

.crypto-list li {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
}

.crypto-list li span {
    color: #00CCCC;
    margin-right: 5px;
}

.teams-area {
    background: #202229;
    margin-top: 30px;
}

.teams-body {
   border-top: 3px solid #00b276;
   padding: 20px 30px 35px 30px;
   text-align: center;
}

.team-icons a {
    color: #00CCCC;
    margin: 0px 4px;
    font-size: 17px;
    border-radius: 50%;
    border: 1px solid #00CCCC;
    padding: 9px 10px;
}

.team-icons a:hover {
    color: white !important;
    background: #00CCCC;
}

.bread {
    color: white;
}

.bread a {
    color: #00CCCC;
}

.text-green {
    color: #00b276;
}

.text-warning {
    color: rgb(255,193,7);
}

.testimonials-banner {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)) ,url(../../images/testi-banner-1.jpg) no-repeat center;
    background-size: cover;
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials-banner h2 {
   color: white;
}

/***** Testimonial Styles *****/ 

.testi-content {
    position: relative;
}

.testi-content .carousel-arrow {
    border: 0;
    background: transparent;
    display: none !important;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(0, -50%);
    outline: 0;
    cursor: pointer;
    color: white;
    background: #00b276;
    font-size: 20px;
    border-radius: 50%;
  }

  .testi-content:hover .carousel-arrow {
     display: block !important;
  }
  
  /* ModificaÃ§Ã£o sÃ³ pra a seta do prÃ³ximo carousel ficar na direita */
  
  .testi-content .carousel-arrow.next {
    right: 0;
    margin-right: 20px;
  }

  .testi-content .carousel-arrow.prev {
    left: 0;
    margin-left: 20px;
  }

  .myslider-dots {
    list-style: none;
    margin: 10px auto;
    display: flex;
    justify-content: center;
  }
  
  .myslider-dots li {
    display: inline-block;
    margin: 0 3px;
  }
  
  .myslider-dots li > button {
    width: 20px;
    height: 4px;
    border: none;
    background: #43AFAF;
    color: transparent;
    cursor: pointer;
    outline: none;
  }
  
  .myslider-dots li.slick-active > button {
    background: #12334F;
  }

  .img-testimonial {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  .test-quote p {
    font-size: 18px;
  }

  .test-quote p .text-raleway {
    font-size: 16px;
    line-height: 1.8em;
  }

  .me-1 {
    margin-right: 5px;
  }


/***** End Testimonial Styles *****/