
.b-1 {
  padding-top: 200px;
}
.b-1 h1 {
  margin-bottom: 0;
}
.b-1-text {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  margin: 40px 0;
}

.footer-contcts p {
  color: #fff;
  margin: 10px 0 0;
}

.b-6-white {
  background: none;
}
.b-6-white h3,
.b-6-white h2,
.b-6-white p {
  color: #000;
}
.b-6 a {
  color: #105bff;
  border-bottom: 1px solid #105bff;
}

@media (min-width: 767px){
  .b-6-box-2-col .b-6-item {
    width: 50%;
  }
}

.connect {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #105bff;
  text-transform: uppercase;
  border-bottom: 1px solid #105bff;
  -webkit-transition: border-color .4s;
  -moz-transition: border-color .4s;
  -o-transition: border-color .4s;
  transition: border-color .4s;
}

.footer-contcts {
  width: 42%;
  margin-right: 1%;
}


/* t&c */

.terms li {
  color: #040c28;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 32px;
  position: relative;
}
.terms ol {
}
.terms ol > li:before {
  color: #105bff;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 0;
}
.terms > ol > li {
  margin-bottom: 30px
}
.terms > ol > li ul {
  margin-bottom: 0;
  margin-top: 20px;
}
.terms ul > li::before {
  counter-increment: none;
}

/* form validation */

label.error {
  color: red;
}

.form-result:empty {
  display: none;
}
.form-result {
  color: white;
  font-size: 20px;
  margin: 20px 0;
  padding: 20px 30px;
}
.form-result.message-success {
  background: green;
}
.form-result.message-error {
  background: red;
}

.form-sending {
  position: relative;
}
.form-sending:before {
  background: #020615ab;
  bottom: -10px;
  content: '';
  cursor: wait;
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
}

#contact {
  background: #fff;
  border: none;
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.95)), url(../img/b-3-img.png) no-repeat center;
}
#contact h2, #contact p, #contact .form-control, #contact .form-control::placeholder {
  color: #000;
}
#contact .form-control:not(:hover):not(:focus) {
  border-color: rgba(0,0,0,0.3);
}
#contact .b-7-box-out {
  background: transparent;
}
@media (max-width: 991px){
  #contact {
    background: #105bff;
  }
  #contact .b-7-box-out {
    background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.95)), url(../img/b-3-img.png) no-repeat center, #fff;
  }
}


.btn-light {
  margin-top: 20px;
}
.b-1-btns.btn-light > a:first-child {
  box-shadow: 0 0 8px 0 rgba(16,91,255,.5);
}
.btn-light a:not(:hover) span {
  color: #105bff;
}

.header-right > .header-link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #105bff;
  text-transform: uppercase;
  border-bottom: 1px solid #105bff;
  -webkit-transition: border-color .4s;
  -moz-transition: border-color .4s;
  -o-transition: border-color .4s;
  transition: border-color .4s;
}
.header-right > .header-link:hover {
  border-color: transparent;
}
