.btn-m-loan {
    background: #f6ce35;
    border: 1px solid #f6ce35;
    color: #000000;
    border-radius: 0px;
}

.btn-m-loan:hover {
    color: #f6ce35;
    background: #2e363a;
    border: 1px solid #f6ce35;
}

.btn-loan {
    background: #f6ce35;
    border: 1px solid #f6ce35;
    /* color: #000000; */
    border-radius: 0px;
    padding: 15px 25px !important;
    margin-left: 20px;
}

.btn-loan:hover {
    color: #f6ce35 !important;
    background: #000000;
    border: 1px solid #f6ce35;
}

.top-bar-dark .left-top-bar p:hover {
    cursor: pointer;
    color: #f6ce35;
}

@media (max-width: 992px) {
    .top-bar-dark {
        display: none;
    }
}

/* Banner Styles */

 /* Design Slider */
 .ban-slider, .slide {
    height: 500px;
}

.slide {
  position: relative;
  /* .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    width: 100%;
    height: auto;
    overflow: hidden;
    img {
      max-width: 100%;
      height: auto;
      opacity: 1 !important;
      animation-duration: 3s;
      transition: all 1s ease;
    }
  } */

  .slide__content {
    position: relative;
    padding-top: 130px;
    /* transform: translate(-50%, -50%); */
    &--headings {
      /* text-align: center; */
      .animated {
        transition: all .5s ease;
      }
    }
  }
}

  .slide__img#slideone {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)) , url(../images/Slider/1.jpg) no-repeat center;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
    background-size: cover;
    overflow: hidden;
  }

  .slide__img#slidetwo {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)) , url(../images/Slider/2.jpg) no-repeat center;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
    background-size: cover;
    overflow: hidden;
  }

  .slide__img#slidethree {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)) , url(../images/Slider/3.jpg) no-repeat center;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
    background-size: cover;
    overflow: hidden;
  }


.slide__content--headings h2 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 700;
}

.slide__content--headings p {
    color: white;
    /* font-family: 'Source Sans 3', sans-serif; */
    line-height: 1.7em;
    margin-top: 10px;
    font-size: 17px;
}

/* Change animation presets */
.ban-slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  
  .zoomInImage {
    animation-name: zoomInImage;
  }
  
  @keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  
  .zoomOutImage {
    animation-name: zoomOutImage;
  }

  .ban-slider .slider-arrow {
    border: 0;
    background: #1f1f1f;
    color: white;
    display: none !important;
    /* height: 50px;
    width: 45px; */
    padding: 10px 15px;
    position: absolute;
    z-index: 5;
    top: 50%;
    font-size: 20px;
    transform: translate(0, -50%);
    outline: 0;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }

  .ban-slider:hover .slider-arrow {
     display: block !important;
  }
  
  /* Modificação só pra a seta do próximo carousel ficar na direita */
  
  .ban-slider .slider-arrow.next {
    right: 0;
    margin-right: 0px;
  }

  .ban-slider .slider-arrow.next:hover {
    padding: 10px 20px 10px 15px;
    background: #f6ce35;
  }

  .ban-slider .slider-arrow.prev:hover {
    padding: 10px 15px 10px 20px;
    background: #f6ce35;
  }

  .myslider-dots {
    position: absolute;
    bottom: -100px;
    left: 40%;
    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: white;
    color: transparent;
    cursor: pointer;
    outline: none;
  }
  
  .myslider-dots li.slick-active > button {
    background: #ff0034;
  }

  @media (max-width: 480px) {
    .ban-slider, .slide {
      height: 600px;
  }

  .slide {
  
    .slide__content {
      padding-top: 110px;
    }
  }

  .slide__content--headings h2 {
    font-size: 40px;
}

.slide__content--headings p {
    font-size: 16px;
}

  }

/* End Banner Styles */

.overflow-hidden {
    overflow: hidden;
}

.btn-quote {
    color: white;
    background: #f6ce35;
    border: 1px solid #f6ce35;
    padding: 15px 30px;
    margin-top: 20px;
    border-radius: 0px;
    font-size: 17px;
}

.btn-quote:hover {
    color: #f6ce35;
    background: transparent;
}

.service-link {
  color: #000000;
}

.service-link:hover {
  color: #f6ce35;
}

.learn-service {
  color: #f6ce35 !important;
  background: #000000;
  padding: 10px 20px;
  border: 1px solid #000000;
}

.learn-service:hover {
  color: #000000 !important;
  background: #f6ce35 !important;
  border: 1px solid #f6ce35 !important;
}

.apply-loan {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)) ,url(../images/about-mid-global.jpg) no-repeat center fixed;
  background-size: cover;
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.apply-loan p {
  color: rgb(219, 219, 219);
}

.btn-btn-loan {
  color: white;
  background: #f6ce35;
  border-radius: 0px;
  margin-top: 20px;
  font-size: 16px;
  padding: 10px 25px;
  border: 1px solid #f6ce35;
}

.btn-btn-loan:hover {
  color: #f6ce35;
  background: transparent;
}

.team-link {
  color: #000000;
}

.team-link:hover {
  color: #f6ce35;
}