.multiple-items .slick-slide {
    height: 180px !important;
}
.form-fields-label {
    color: #667c99 !important;
    background-color: #fff !important;
    padding: 0 8px !important;
    -webkit-transform: translate(16px,-8px) !important;
    transform: translate(16px,-8px) !important;
    font-size: 12px !important;
    line-height: 17px !important;
    top: 0 !important;
    position: absolute !important;
    left: 0 !important;
}

li.nav-item a:hover {
    color: #345695 !important;
}

li.nav-item a.active {
    color: #345695 !important;
}

li.nav-item a.active-x {
    color: #FFFFFF !important;
    background: #274274 !important;
}

ul.dropdown-menu li a:active {
    color: #FFF !important;
}

@media(min-width:768px) {
    .iframe-scroll {
        height: 50px;
    }

    .sno-ui-section {
        padding-top: 0px !important;
    }

    .w-md-104px {
        width: 104px !important;
    }

    .carousel-caption {
        font-size: 30px !important;
        position: absolute;
    }
}

@media (min-width: 1130px) {
    .carousel-caption {
        top: 200px;
    }
    .popup-notification {
        width: 300px;
        border-radius: 10px;
        border: 2px solid #274274;
        font-family: Open Sans,serif;
        font-size: 15px;
        position: fixed;
        left: 10px;
        top: 30%;
        background-color: #000;
        color: #ddd;
        padding: 10px;
    }
}

@media (max-width: 1129px) {
    .popup-notification {
        display: none;
    }
}

@media (max-width: 765px) {
    .home-slider img {
        height: 250px;
    }

    .iframe-scroll {
        height: 80px;
    }

    .sno-ui-section {
        padding-top: 0px !important;
    }

    .sno-ui-section-x {
        padding-top: 40px !important;
    }

    .sno-banner {
        /* display: none !important; */
        height: 85px !important;
    }

    button.w-100 {
        border-radius: 16px;
        height: 60px !important;
    }

    nav div.container {
        padding: 0 !important;
    }

    li.nav-item {
        border-top: 1px solid #d5dee7;
    }

    li.last-nav-item {
        border-bottom: 1px solid #d5dee7;
        margin-bottom: 1.5rem!important;
    }

    li.nav-item a {
        font-size: 20px;
    }

    .sno-banner__tag {
        padding: 10px !important;
        font-size: 15px !important;
    }

    .carousel-caption {
        font-size: 16px !important;
        bottom: 2.25rem !important;
    }
}

.sno-ui-section-bg-grey {
    background-color: #FFF !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #345695 !important;
}

.top-header-area {
    background: #172b4e;
    padding: 10px 0px;
}

.header-link {
    text-decoration: none;
    color: white;
    font-size: 13px;
    margin-right: 15px;
}

.header-link i {
    margin-right: 3px;
}

.header-socials {
    color: white;
    text-decoration: none;
    font-size: 13px;
    margin-left: 20px;
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

/* 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: 120px;
    /* 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.5), rgba(0,0,0,0.7)) , url(../img/slide1.jpeg) 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.5), rgba(0,0,0,0.7)) , url(../img/slide2.jpeg) 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.5), rgba(0,0,0,0.7)) , url(../img/slide3.jpeg) 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: 43px;
    font-weight: 700;
    line-height: 1.3em;
}

.slide__content--headings p {
    color: white;
    /* font-family: 'Source Sans 3', sans-serif; */
    line-height: 1.7em;
    margin-top: 20px;
    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: #172b4e;
  }

  .ban-slider .slider-arrow.prev:hover {
    padding: 10px 15px 10px 20px;
    background: #172b4e;
  }

  .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;
}

  }

  .btn-quote {
    color: white !important;
    background: #172b4e !important;
    border: 1px solid #172b4e !important;
    padding: 13px 30px !important;
    text-transform: uppercase !important;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px !important;
  }

/* End Banner Styles */

.overflow-hidden {
    overflow: hidden;
}

.why-choose-area {
    background: #172b4e;
    padding: 50px 0px 80px 0px;
}

.why-choose-area h1 {
    font-size: 35px;
    font-weight: 600;
}

.choose-icon-area {
    margin-top: 40px;
    padding: 0px 10px;
}

.choose-icon-area h4 {
    color: white;
    font-weight: 700;
    margin: 10px 0px;
    /* color: #57c0eb; */
}

.choose-icon-area p {
    color: white;
    font-size: 13px;
}

.section-padding {
    padding: 50px 0px;
}

.payouts-area {
    padding: 50px 0px;
}

.payouts-area .sub-head {
    font-size: 14px;
    font-weight: 500;
}

.payouts-area .heading {
    color: #26374c;
    font-size: 42px;
    font-weight: 700;
}

.payouts-area .details {
   font-size: 16px;
   margin: 15px 0px;
   font-weight: 600;
   color: #282a2c;
}

.payouts-count-area {
    padding: 50px;
    background: #172b4e;
    border-radius: 20px;
    margin-top: 50px;
}

.counter-area {
    border-right: 1px solid #667c99;
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    .counter-area {
        border-bottom: 1px solid #667c99;
        border-right: none;
        padding-top: 15px;
        padding-bottom: 30px;
    }  

    .counter-area.last {
        border-bottom: none;
    }

    .payouts-count-area {
        padding: 30px 50px;
    }
}

.counter-area.last {
    border-right: none;
}

.counter-area h1 {
    color: white;
    font-size: 60px;
    font-weight: 700;
}

.counter-area .count-name {
    color: white;
    font-size: 15px;
}

.faq-area h6 {
    font-weight: 600;
    color: #667c99;
}

.faq-area h1 {
    font-weight: 700;
    font-size: 45px;
}

.accordion-button {
    background: #172b4e !important;
    color: white !important;
    border-radius: 0px !important;
    position: relative;
    overflow: hidden;
 }

 @media (max-width: 480px) {
    .accordion-button span {
       display: block;
       max-width: 85%;
    }
 }
 
 .accordion-button:focus {
     box-shadow: none !important;
 }
 
     /* Custom style */
     .accordion-button::after {
         background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
         transform: scale(.7) !important;
       }
       .accordion-button:not(.collapsed)::after {
         background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
       }

  .accordion-bg {
    background: #345695;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    margin-right: -20px;
    transform: skew(-30deg);
  }

  .faq-image {
    border-radius: 10px;
  }

  .accordion-body p {
    font-size: 15px;
  }

  .demo-area {
    margin-top: 50px;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url(../img/demo-account-banner.jpg) no-repeat center;
    min-height: 400px;
    background-size: cover;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .demo-area img {
    max-height: 350px;
  }

  .demo-text-area {
    padding-top: 50px;
  }

  .demo-text-area h5 {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    color: #d5dee7;
  }

  .demo-text-area h2 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .demo-text-area p {
    color: white;
    font-size: 14px;
  }

  .btn-demo {
    color: white !important;
    background: #345695 !important;
    border-radius: 20px !important;
    margin-top: 25px;
    margin-left: 20px;
    padding: 10px 25px !important;
    border: 1px solid #345695 !important;
  }

  /* .btn-demo:hover {
    color: #172b4e !important;
    background: white !important;
    border: 1px solid white !important;
  } */

  .btn-ethtrade {
    color: #172b4e !important;
    background: white !important;
    border-radius: 20px !important;
    margin-top: 25px;
    padding: 10px 25px !important;
    border: 1px solid white !important;
  }

  /* .btn-ethtrade:hover {
    color: white !important;
    background: #345695 !important;
    border: 1px solid #345695 !important;
  } */

  .expert-trader {
    background: #172b4e;
    padding: 70px 0px;
  }

  .expert-trader h1 {
    color: white;
    font-weight: 600;
    font-size: 35px;
    line-height: 1em;
  }

  .expert-trader p {
    color: white;
    font-size: 15px;
    margin-top: 15px;
  }

  .copyright-area {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
  }

  .btn-join {
    color: #172b4e;
    background: white !important;
    padding: 10px 30px !important;
    margin-top: 20px;
    border-radius: 20px !important;
  }

  .btn-join:hover {
    color: white !important;
    background: #345695 !important;
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #274274;
    color: white;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
  }
  
  #myBtn:hover {
    background-color: #172b4e;
  }

  @media (max-width: 480px) {
    .about-btn {
        width: 180px !important;
    }

    .our-values-section h2 {
        margin-top: 40px;
    }
  }

  .other-banners {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url(../img/about-pic2.jpg) no-repeat center;
    min-height: 300px;
    background-size: cover;
    width: 100%;
    padding-top: 100px;
  }

  .other-banners h1 {
    color: white;
    font-size: 40px;
    font-weight: 600;
  }

  .other-banners h6 {
    color: white;
    font-size: 14px;
    margin-top: 10px;
  }

  .other-banners h6 a {
    text-decoration: none;
    color: #1ed0e7;
  }

  .blue-bot {
    background: #274274;
    width: 50px;
    height: 3px;
  }

  .section-header {
    color: #000;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .contact-info {
    padding-top: 30px;
  }

  .contact-info h6 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .contact-info p {
    color: #767777;
    font-size: 14px;
  }

  .contact-location-area {
    background: #f5f6f6;
    margin-top: 60px;
  }

  .contact-card {
    border: 1px solid #ededed;
    padding: 30px;
    background-color: #fff;
  }

  .contact-form .input-group-text {
    border-radius: 0px;
    color: #26374c;
    /* padding: 10px 15px; */
  }

  .contact-form .form-control {
    border-radius: 0px;
    font-size: 13px;
    padding: 10px 15px;
  }

  .contact-form .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #26374c;
    color: #26374c;
  }

  .btn-submit {
    color: white;
    background: #172b4e;
    border-radius: 0px !important;
    padding: 10px 20px !important;
    border: 1px solid #172b4e;
    margin-right: 15px;
  }

  .btn-submit:hover {
    color: #172b4e;
    border: 1px solid #172b4e;
  }

  .btn-reset {
    color: white;
    background: #345695;
    border-radius: 0px !important;
    padding: 10px 20px !important;
    border: 1px solid #345695;
  }

  .btn-reset:hover {
    color: #345695;
    border: 1px solid #345695;
  }

  .img-logo {
    width: 90px;
  }

  @media (max-width: 480px) {
    .img-logo {
      margin-left: 15px;
    }
  }

  /* section {
    width: 100%;
  } */