.uppercase {
  text-transform: uppercase;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.home-bottom-form-section-button {
    margin-bottom: 20px;
}
.banner-text-div{
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-top: 220px;
}
.banner-big-text-style span {
    font-size: 42px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 55px;
    font-family: 'Lato';
}

.html_content p {
  margin-bottom: 0;
}

.banner-text-div.d-flex.justify-content-center img {
    margin-bottom: 50px;
}
.banner-small-text-style {
    margin-top: 15px;
}
.banner-small-text-style span {
    font-size: 21px;
    color: white;
    font-weight: 800;
    font-family: "Crimson Text";
    font-style: italic;
    margin-top: 20px;
}
.top-banner-img-div img {
    width: 100%;
}
.register-new-user-button-div {
    margin-bottom: 50px !important;
}

.alert-danger {
    color: #99253a;
    background-color: #ffd8df;
    border-color: #ffc5cf;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    text-align: left;
}

@media all and (max-width: 1050px) {
    .banner-text-div{
        margin-top: 170px;
    }
    .banner-big-text-style span {
        font-size: 25px;
        line-height: 30px;
    }
    .banner-text-div.d-flex.justify-content-center img {
        width: 100px;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 850px) {
    .banner-text-div{
        margin-top: 30px;
    }
    .banner-big-text-style span {
        font-size: 15px;
        line-height: 10px;
    }
    .banner-text-div.d-flex.justify-content-center img {
        margin-bottom: 5px;
    }
    .banner-small-text-style {
        margin-top: 5px;
    }
    .banner-small-text-style span {
        font-size: 10px;
    }
    .banner-text-div.d-flex.justify-content-center img {
        width: 50px;
        margin-bottom: 10px;
    }
}

.mouse-scroll {
  style: block;
}
.mouse-scroll {
  position: relative;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

@media all and (max-width: 1023px) {
  .mouse-scroll {
    display: none;
  }
}

@media all and (min-width: 1024px) {
  .mouse-scroll {
    bottom: 200px;
  }
}

.mouse-scroll span {
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}
.mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}
.mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
.mouse-scroll .down-arrow-1, .mouse-scroll .down-arrow-2 {
  animation: mouse-scroll 1s infinite;
}
.mouse-scroll .down-arrow-1 {
   animation-delay: .1s;
   animation-direction: alternate;
}
.mouse-scroll .down-arrow-2 {
  animation-delay: .2s;
  animation-direction: alternate;
}
.mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}
.mouse-scroll .mouse-in {
  animation: animated-mouse 1.2s ease infinite;
}

@keyframes animated-mouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
     opacity: 0;
    transform: translateY(6px);
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.contacts_address a:hover {
  color: #fff;
}
