.brands {
  color: #313437;
  background-color: #fff;
}
.brands a {
  display: block;
  text-align: center;
  padding: 40px 0;
}
.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
}
.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}
.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.contact-clean h2 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}
.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}
.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: 0;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}
.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}
.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}
.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: 0 !important;
}
.contact-clean form .btn:hover,
.highlight-blue .buttons .btn:hover {
  opacity: 1;
}
.contact-clean form .btn:active,
.highlight-blue .buttons .btn:active {
  transform: translateY(1px);
}
.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}
.header-blue {
  background: linear-gradient(135deg, #172a74, #21a9af);
  background-color: #184e8e;
  padding-bottom: 80px;
  font-family: "Source Sans Pro", sans-serif;
}
.header-blue .navbar {
  background: 0 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.header-blue .navbar .navbar-brand,
.navigation-clean .navbar-brand,
.navigation-clean-button .navbar-brand {
  font-weight: 700;
  color: inherit;
}
.header-blue .navbar .navbar-brand:hover,
.navigation-clean-button.navbar-dark .navbar-brand:hover,
.navigation-clean.navbar-dark .navbar-brand:hover {
  color: #f0f0f0;
}
.header-blue .navbar .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0.5rem;
}
.header-blue .navbar .navbar-collapse span .login {
  color: #d9d9d9;
  margin-right: 0.5rem;
  text-decoration: none;
}
.header-blue .action-button:hover,
.header-blue .navbar .navbar-collapse span .login:hover,
.navigation-clean-button.navbar-dark .actions .login:hover {
  color: #fff;
}
.header-blue .navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}
.header-blue .navbar .navbar-toggler:hover,
.header-blue .navbar-toggler:focus,
.navigation-clean .navbar-toggler:focus,
.navigation-clean .navbar-toggler:hover,
.navigation-clean-button .navbar-toggler:focus,
.navigation-clean-button .navbar-toggler:hover {
  background: 0 0;
}
@media (min-width: 768px) {
  .header-blue {
    padding-bottom: 120px;
  }
  .header-blue .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-blue .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
  .header-blue .navbar-nav .nav-link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
.header-blue .navbar .form-inline label,
.header-blue .navbar.navbar-light .navbar-nav .nav-link {
  color: #d9d9d9;
}
.header-blue .navbar.navbar-light .navbar-nav .nav-link:focus,
.header-blue .navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #fcfeff !important;
  background-color: transparent;
}
.header-blue .navbar .navbar-nav > li > .dropdown-menu,
.navigation-clean-button .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
}
.header-blue .navbar .dropdown-menu .dropdown-item,
.header-blue .navbar .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item,
.navigation-clean .dropdown-menu .dropdown-item:focus {
  line-height: 2;
  color: #37434d;
}
.header-blue .navbar .dropdown-menu .dropdown-item:focus,
.header-blue .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}
.header-blue .action-button,
.header-blue .action-button:not(.disabled):active {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  color: #ebeff1;
  box-shadow: none;
  text-shadow: none;
  padding: 0.3rem 0.8rem;
  background: 0 0;
  transition: background-color 0.25s;
  outline: 0;
}
.header-blue .navbar .form-inline .search-field {
  display: inline-block;
  width: 80%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #ccc;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}
.header-blue .navbar .form-inline .search-field:focus {
  border-bottom: 1px solid #ccc;
}
.header-blue .hero {
  margin-top: 20px;
  text-align: center;
}
.header-blue .hero h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .header-blue .hero h1 {
    margin-top: 190px;
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
.header-blue .hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}
.header-blue .phone-holder {
  text-align: right;
}
.header-blue div.iphone-mockup {
  position: relative;
  max-width: 300px;
  margin: 20px;
  display: inline-block;
}
.header-blue .iphone-mockup img.device {
  width: 100%;
  height: auto;
}
.header-blue .iphone-mockup .screen {
  position: absolute;
  width: 88%;
  height: 77%;
  top: 12%;
  border-radius: 2px;
  left: 6%;
  border: 1px solid #444;
  overflow: hidden;
  background: url(screen-content-iphone-6.jpg) center/cover;
}
.header-blue .iphone-mockup .screen:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}
.highlight-blue {
  color: #fff;
  background-color: #1e6add;
  padding: 50px 0;
}
.highlight-blue p {
  color: #c4d5ef;
  line-height: 1.5;
}
.highlight-blue h2 {
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}
.highlight-blue .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px;
}
.highlight-blue .buttons {
  text-align: center;
}
.highlight-blue .buttons .btn {
  padding: 16px 32px;
  margin: 6px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.highlight-blue .buttons .btn-primary,
.highlight-blue .buttons .btn-primary:active {
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  color: #ebeff1;
  box-shadow: none;
  text-shadow: none;
  padding: 14px 24px;
  background: 0 0;
  transition: background-color 0.25s;
}
.navigation-clean,
.navigation-clean-button {
  background: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.navigation-clean .navbar-brand:hover,
.navigation-clean-button .navbar-brand:hover {
  color: #222;
}
.navigation-clean .navbar-brand img,
.navigation-clean-button .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}
.navigation-clean .navbar-toggler,
.navigation-clean-button .navbar-toggler {
  border-color: #ddd;
  color: #888;
}
.navigation-clean-button.navbar-dark .navbar-toggler,
.navigation-clean.navbar-dark .navbar-toggler {
  border-color: #555;
  color: #eee;
}
.navigation-clean .form-inline,
.navigation-clean .navbar-collapse,
.navigation-clean-button .form-inline,
.navigation-clean-button .navbar-collapse {
  border-top-color: #ddd;
}
.navigation-clean-button.navbar-dark .form-inline,
.navigation-clean-button.navbar-dark .navbar-collapse,
.navigation-clean.navbar-dark .form-inline,
.navigation-clean.navbar-dark .navbar-collapse {
  border-top-color: #333;
}
.navigation-clean .navbar-nav > .active > a,
.navigation-clean .navbar-nav > .show > a,
.navigation-clean-button .navbar-nav a.active,
.navigation-clean-button .navbar-nav > .show > a {
  background: 0 0;
  box-shadow: none;
}
.navigation-clean-button.navbar-dark .navbar-nav a.active,
.navigation-clean-button.navbar-dark .navbar-nav a.active:focus,
.navigation-clean-button.navbar-dark .navbar-nav a.active:hover,
.navigation-clean-button.navbar-light .navbar-nav a.active,
.navigation-clean-button.navbar-light .navbar-nav a.active:focus,
.navigation-clean-button.navbar-light .navbar-nav a.active:hover,
.navigation-clean.navbar-dark .navbar-nav a.active,
.navigation-clean.navbar-dark .navbar-nav a.active:focus,
.navigation-clean.navbar-dark .navbar-nav a.active:hover,
.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: 0 0;
  pointer-events: none;
}
.navigation-clean-button.navbar .navbar-nav .nav-link,
.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}
.navigation-clean-button.navbar-light .navbar-nav .nav-link,
.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}
.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #1e6add !important;
  background-color: transparent;
  font-weight: 700;
}
.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}
.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover,
.navigation-clean-button .dropdown-menu .dropdown-item:focus,
.navigation-clean-button .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}
.navigation-clean-button.navbar-dark,
.navigation-clean.navbar-dark {
  background-color: #1f2021;
  color: #fff;
}
.navigation-clean-button.navbar-dark .actions .login,
.navigation-clean-button.navbar-dark .navbar-nav .nav-link,
.navigation-clean.navbar-dark .navbar-nav .nav-link {
  color: #dfe8ee;
}
.navigation-clean.navbar-dark .navbar-nav .nav-link:focus,
.navigation-clean.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}
.navigation-clean-button.navbar-dark .navbar-nav > li > .dropdown-menu,
.navigation-clean.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #1f2021;
}
.navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item,
.navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item:focus,
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item,
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus {
  color: #f2f5f8;
}
.navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item:focus,
.navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item:hover,
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus,
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover {
  background: #363739;
}
.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
  color: #1589ea !important;
  background-color: transparent;
  font-size: 15px;
}
.navigation-clean-button .dropdown-menu .dropdown-item,
.navigation-clean-button .dropdown-menu .dropdown-item:focus {
  line-height: 2;
  font-size: 14px;
  color: #37434d;
}
.navigation-clean-button.navbar-dark .navbar-nav .nav-link:focus,
.navigation-clean-button.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: transparent;
}
.navigation-clean-button .actions .login {
  margin-right: 1rem;
  text-decoration: none;
  color: #465765;
}
.navigation-clean-button .navbar-text .action-button,
.navigation-clean-button .navbar-text .action-button:active,
.navigation-clean-button .navbar-text .action-button:hover {
  background: #56c6c6;
  border-radius: 20px;
  font-size: inherit;
  color: #fff;
  box-shadow: none;
  border: none;
  text-shadow: none;
  padding: 0.5rem 1rem;
  transition: background-color 0.25s;
  font-size: inherit;
}
.navigation-clean-button .navbar-text .action-button:hover {
  background: #66d7d7;
}
.navigation-clean-button.navbar-dark .action-button,
.navigation-clean-button.navbar-dark .action-button:active {
  background: #208f8f;
}
.navigation-clean-button.navbar-dark .action-button:hover {
  background: #269d9d;
}
.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;


}
.simple-slider .swiper-button-next,
.simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
  
}
.description.text-center {
  font-size: 14px;
}
h4 {
  font-size: 20px !important;
}
div.description {
  opacity: 0.7;
  transition: height 0.5s;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32%;
  font-size: 16px;
  z-index: 99;
  background-color: #0b214d;
  color: #fff;
  opacity: 0.7;
  overflow: hidden;
}
.description {
  padding-left: 25px;
  padding-right: 25px;
}
div.description:hover {
  background-color: #88222f;
  height: 100%;
  overflow: hidden;
}
.d-block {
  display: block !important;
}
.w-100 {
  width: 100% !important;
}
a {
  font-size: 20px;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
canvas,
img,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#footer a:active,
a:hover {
  color: #fcf8f8;
  text-decoration: none;
  font-weight: 700;
}
a:active,
a:hover {
  outline: 0;
}
.uk-link,
a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
.uk-link:hover,
a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
.h4,
h4 {
  font-size: 32px;
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a {
  -webkit-text-decoration-skip: objects;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
a:focus,
a:hover {
  color: #4885ed;
  text-decoration: underline;
}
a:active {
  background: #4885ed;
  color: #4885ed;
}
.text-center {
  text-align: center !important;
}
img {
  border-style: none;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
select,
textarea {
  line-height: inherit;
}
button {
  background-color: #13377d;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.testimonials-clean {
  color: #313437;
  background-color: #eef4f7;
}
.testimonials-clean p {
  color: #7d8285;
}
.testimonials-clean h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
@media (max-width: 767px) {
  .brands a {
    padding: 30px 0;
  }
  .contact-clean {
    padding: 20px 0;
  }
  .contact-clean form {
    padding: 30px;
  }
  .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #37434d;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    line-height: 1;
  }
  .navigation-clean-button.navbar-dark
    .navbar-nav
    .show
    .dropdown-menu
    .dropdown-item,
  .navigation-clean.navbar-dark
    .navbar-nav
    .show
    .dropdown-menu
    .dropdown-item {
    color: #fff;
  }
  .navigation-clean-button .navbar-nav .show .dropdown-menu {
    box-shadow: none;
  }
  .navigation-clean-button .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #37434d;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }
  .simple-slider .swiper-button-next,
  .simple-slider .swiper-button-prev {
    display: none;
    
  }
  .simple-slider .swiper-slide {
    height: 360px;
    color: white;
  }
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.testimonials-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.testimonials-clean .intro p {
  margin-bottom: 0;
}
.testimonials-clean .people {
  padding: 50px 0 20px;
}
.testimonials-clean .item {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .header-blue .hero {
    margin-top: 60px;
    text-align: left;
  }
  .navigation-clean,
  .navigation-clean-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navigation-clean .navbar-nav .show .dropdown-menu {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .testimonials-clean .item {
    height: 220px;
  }
}
.testimonials-clean .item .box {
  padding: 30px;
  background-color: #fff;
  position: relative;
}
.testimonials-clean .item .box:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}
.testimonials-clean .item .author {
  margin-top: 28px;
  padding-left: 25px;
}
.testimonials-clean .item .name {
  font-weight: 700;
  margin-bottom: 2px;
  color: inherit;
}
.testimonials-clean .item .title {
  font-size: 13px;
  color: #9da9ae;
}
.testimonials-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}
.testimonials-clean .item img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}
