.slideshow {
    position: relative;
    z-index: 1;
    height: 630px;
    width: 100%;
    /* margin: 50px auto; */
    
    /* * {
      outline: none;
    } */
    
    /* .slider {
      box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);
    } */
    
    .slider-track {
      transition: all 1s ease;
    }
    
    .item {
      height: 100%;
      position: relative;
      z-index: 1;
      
      .item-banner {
        height: 630px;
        background-size: cover;
        transition: all 4s ease;
        transform: scale(1);
      }
      
      &.slick-active .item-banner {
        transform: scale(1.3);
      }
    }
  }

  .banner-1 {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/avalon-banner-1.jpg) no-repeat center;
  }

  .banner-2 {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/avalon-banner-2.jpg) no-repeat center;
  }

  .banner-3 {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/avalon-banner-3.jpg) no-repeat center;
  }

  .banner-text-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 180px;
  }

   /* Change animation presets */
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}


.slider-dots {
    list-style: none;
    position: absolute;
    right: 0;
    top: 43%;
    /* width: 100%; */
    display: block;
    /* justify-content: center; */
  }

  .slider-dots li {
    display: block;
    /* margin: 0 8px; */
    margin-right: 30px;
    position: relative;
  }

  .slider-dots li > button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 17px;
    width: 25px;
    height: 2px;
    background: lightgray;
  }

  .slider-dots li.slick-active > button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 17px;
    width: 40px;
    height: 2px;
    background: #FFDD0F;
  }

  .slider-dots li > button {
    color: lightgray;
    background: transparent !important;
    padding: 0px;
    border: 0px solid transparent;
    font-weight: 500;
    font-size: 15px;
  }

  .slider li.slick-active > button {
    /* background: #f8dd70; */
    color: #FFDD0F;
    font-weight: 600;
    font-size: 16px;
  }

  .slider .slider-arrow {
    border: 1px solid #0057fc !important;
    color: white !important;
    padding: 15px;
    background: #0057fc !important;
    /* background: #cfa74f; */
    display: none !important;
    /* height: 50px;
    width: 50px; */
    padding: 10px 15px;
    font-size: 20px;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(0, -50%);
    outline: 0;
    cursor: pointer;
  }

  .slider:hover .slider-arrow {
    display: block !important;
  }

  /* ModificaÃ§Ã£o sÃ³ pra a seta do prÃ³ximo carousel ficar na direita */

  .slider .slider-arrow.next {
    right: 0;
  }
  .slider .slider-arrow.prev {
    left: 0;
  }

  .text-yellow {
    color: #FFDD0F !important;
  }

  .text-white {
    color: white;
  }

  .text-blue {
    color: #0057fc;
  }

  .banner-text-area h6 {
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .banner-text-area h2 {
    font-size: 55px !important;
    font-weight: 700;
  }

  .banner-text-area p {
    font-size: 18px;
  }

  .banner-btn-covers {
    padding-top: 10px;
  }

  .btn-reg {
    color: white !important;
    background: #0057fc;
    padding: 13px 35px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 30px;
  }

  .btn-log {
    color: #0057fc;
    background: white;
    padding: 13px 40px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 30px;
    margin-left: 15px;
  }

  @media (max-width: 480px) {
    .slideshow {
        height: 650px !important;
    }
    .item-banner {
        height: 650px !important;
    }
    .banner-text-area h6 {
        font-size: 15px !important;
      }
    .banner-text-area h2 {
        font-size: 42px !important;
      }
    
      .banner-text-area p {
        font-size: 16px;
      }

      .btn-reg {
        padding: 10px 25px !important;
        font-size: 14px !important;
      }
    
      .btn-log {
        padding: 10px 30px !important;
        font-size: 14px !important;
      }
  }

/*======================================
48. HOW iT WORK
======================================*/
.step-number-block{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.step-number-block:hover{
	z-index:1;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.step-number{
	position: absolute;
	right: 24px;
	top: 0px;
	font-size: 72px;
	font-weight: 800;
	color: #FFDD0F;
}
/* .step-number.active{
	color: #3a4452;
} */

.p-a30 {
    padding: 30px;
}

.step-number-block .wt-tilte {
    color: white;
}

.step-number-block p {
    color: lightgray;
    font-size: 14.5px !important;
}

.step-number-block img {
    width: 70px;
    margin-bottom: 20px;
}

.bg-secondary {
    background: #222222 !important;
}

.quote-banner {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/pincrypto.jpg) no-repeat center fixed;
    min-height: 350px;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 50px;
}

.yellow-border {
    border: 4px solid #FFDD0F;
    padding: 50px 30px;
    max-width: 600px;
}

@media (max-width: 480px) {
    .sect-padd {
        padding: 30px 20px !important;
    }

    .sect-padd-alt {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.testi-content {
  position: relative;
}

.testi-content .carousel-arrow {
  border: 0;
  background: transparent;
  /* display: none !important; */
  height: 50px;
  width: 45px;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translate(0, -50%);
  outline: 0;
  cursor: pointer;
}

/* .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: 15px;
}

.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: 1px;
  border: none;
  background: #43AFAF;
  color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 0px;
}

.myslider-dots li.slick-active > button {
  background: #12334F;
}

.text-warning {
  color: rgba(255,193,7);
}

.img-testimonial {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.test-quote p {
  font-size: 18px;
}

/* Testimonails Owl Carousel Slider */
.testimonial-carousel .owl-item {
  opacity: .2;
}

.testimonial-carousel .owl-item.center {
  opacity: 1;
}

.testimonial-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #cadaf8;
}

.testimonial-carousel .owl-dot.active {
  background: #0057fc;
}

.bg-whitesmoke {
  background: #f6f5ec;
  padding: 20px;
}

.text-center {
  text-align: center !important;
}

.testimonial-carousel .position-relative {
  position: relative !important;
}

.text-red {
  color: #0057fc;
}

.testimonial-carousel .position-absolute {
  position: absolute !important;
}

.testimonial-carousel .mb-3 {
  margin-bottom: 1rem !important;
}

.testimonial-carousel .align-items-center {
  align-items: center !important;
}

.testimonial-carousel .d-flex {
  display: flex !important;
}

.testimonial-carousel .rounded-circle {
  border-radius: 50% !important;
}

.testimonial-carousel .img-fluid {
  max-width: 100%;
  height: auto;
}

.testimonial-carousel img, svg {
  vertical-align: middle;
}

.testimonial-carousel .ms-3 {
  margin-left: 1rem !important;
}

.testimonial-carousel .m-0 {
  margin: 0 !important;
}

.testimonial-carousel h6 {
  font-size: 1rem;
}

.testimonial-carousel h1 {
  font-size: 2.5rem;
}

.testimonial-carousel .small, small {
  font-size: .875em;
}

.testimonial-carousel p {
  color: grey;
  line-height: 1.7em;
  font-size: 14px;
}

.converter-banner {
  background: url(../img/bg-1.jpg) no-repeat center;
  background-size: cover;
  min-height: 300px;
}

.converter-area {
  background: white;
  padding: 30px;
  border-radius: 8px;
}

.list-check-circle {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  color: lightgray;
  font-size: 15px;
}

.converter-cover {
  padding-top: 70px;
}

@media (max-width: 480px) {
  .converter-cover {
    padding-top: 20px;
  }  
}