body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background-image: url("../images/pattern_scales-3_1_1_0-0_15_1__4a4e69_22223b.png");
  color: rgba(255, 255, 255, 0.5);
  line-height: 2; }


#runsuean_animation {
	position:inherit;
	width:100%;
	left:2%;
	top:0%;
	opacity:0;
}


#runsuean_animation.zoom {
	top:3%;
	opacity:1;
	position: relative;
	-moz-animation: zoom 0.5s linear;
    -ms-animation: zoom 0.5s linear;
    -webkit-animation: zoom 0.5s linear;
    animation: zoom 0.5s;

}

	@-moz-keyframes zoom {  
	 0% {transform: scale(0)}
	 100% {transform: scale(1); top:3%; left:2%}
	}

	@-ms-keyframes zoom {  
	 0% {transform: scale(0)}
	 100% {transform: scale(1); top:3%; left:2%}
	}

	@-webkit-keyframes zoom {  
	 0% {transform: scale(0)}
	 100% {transform: scale(1); top:3%; left:2%}
	}

	@keyframes zoom {  
	 0% {transform: scale(0)}
	 100% {transform: scale(1); top:3%; left:2%}
	}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  color: #000; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.text-black {
  color: #000; }

.content {
  padding: 3rem 0; }

h2 {
  font-size: 3.5rem;
  font-weight: 700; }

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff; }

.form-control {
  border: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .form-control:active, .form-control:focus {
    outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #000; }

.btn, .form-control, .custom-select {
  height: 35px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.heading {
  color: #888;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-weight: 400; }

.btn {
  color: #fff;
  border: none;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important; }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.box {
  padding: 13px;
  background: #fff;
  -webkit-box-shadow: -20px 20px 0px 0 rgba(0, 0, 0, 0.08);
   -moz-box-shadow: -20px 20px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -20px 20px 0px 0 rgba(0, 0, 0, 0.08); }
  .box h3 {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: center; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.submitting {
  text-align: center;
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }
