body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.btnaction {
    /* background-color: #4a90e2!important; */
    /* background: linear-gradient(to bottom, #011640 0%, #b3d5f2 100%); */
    border-radius: 46px !important;
}

.ab {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    
    display: inline-block;
    padding: 15px 20px;
    position: relative;
  }
.ab:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
.ab:hover:after { 
    width: 50%; 
    left: 23%; 
  }
  @media screen and (max-height: 300px) {
      ul {
          margin-top: 40px;
      }
  }
  .swiper-pagination-progressbar-fill{
    background-color: #2d6cdf!important;
}
@media screen and (max-device-width: 1024px){
 header.masthead{
 background-attachment: scroll!important;}
}
.btn-outline-dark {
    color: #ffffff!important;
    border-color: #343a40;
    background: linear-gradient(
0deg, #2d6cdf 0%, #2d6cdf 40%)!important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f1c40f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ddb412;
} 
.button_slide {
  color: #000;
  border: 2px solid #f1c40f;
  border-radius: 0px;
  padding: 18px 36px;
  display: inline-block;
  font-family: "Lato", Monaco, monospace;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #f1c40f;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.slide_right:hover {
  box-shadow: inset 400px 0 0 0 #f1c40f; 
  color: #000;
}
.btn-viber {
    color: #8f5db7!important;
    border-color: #8f5db7!important;
    border-radius: 46px!important;
} 
.btn-viber:hover {
    box-shadow: inset 400px 0 0 0 #8f5db7;
	color:#FFF!important;
}
.footah {
	color:#fff;
}
.headtel {
	color:#fff;
	font-size:24px;
}
