@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600');
body {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #3b4449;
}

* {
  box-sizing: border-box;
}

b {
  font-weight: 700;
}

.top-banner {
  background-color: #1b4158;
  display: inline-block;
  width: 100%;
}

.top-banner {
  color: #fff;
}

.top-banner {}

.top-banner-content {
  width: 100%;
  max-width: 600px;
  float: right;
  position: relative;
  min-height: 643px;
  padding: 50px 0;
}

.top-banner-content:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 50vw;
  background: url(../jpg/top-banner-bg-2.jpg) no-repeat right 0 #cde5eb;
  right: 600px;
  top: 0;
}

h1 {
  color: #fff;
  font-weight: 100;
  line-height: 60px;
  font-size: 55px;
  letter-spacing: 3px;
  margin: 0 0 40px;
}

.subtitle {
  font-size: 20px;
  color: #cde5eb;
  margin-bottom: 25px;
}

.list-style-circle {
  padding: 0;
  list-style: none;
  margin: 0 0 40px;
  display: inline-block;
}

.list-style-circle li:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  border: 1px solid #7d93a0;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 10px;
}

.top-banner-content .list-style-circle li {
  color: #cde5eb;
  margin-bottom: 25px;
  position: relative;
  padding: 0 0 0 22px;
}

.top-banner-content form {
  width: auto;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 0 -195px;
}

.top-banner-content form input[type="email"] {
  border: 0;
  background-color: transparent;
  width: 790px;
  padding: 0 280px 0 12px;
  display: inline-block;
  border: 1px solid #3d87b5;
  border-radius: 5px;
  line-height: 51px;
  height: 51px;
  font-size: 22px;
  color: #7c97ae;
}

.top-banner-content form button {
  width: 280px;
  position: absolute;
  right: 1px;
  top: 1px;
  background-color: #ee0023;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 49px;
  height: 49px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.client-logo {
  padding: 50px 0;
}

.border-bottom {
  border-bottom: 1px solid #d1d3d4;
}

.padding-90-0-50 {
  padding: 90px 0 50px;
}

.padding-0-0-90 {
  padding: 0 0 90px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

.achievement {
  color: #0f527a;
  font-size: 18px;
  font-weight: 600;
  padding: 50px 0 50px;
}

.achievement .number {
  font-size: 40px;
  font-weight: 100;
}

.breadcrumbs-wrapper {
  padding-top: 20px;
}

.breadcrumbs-wrapper .breadcrumb {
  background-color: #ffffff; 
}

footer {
  background-color: #dce6e9;
  padding: 25px 0 5px;
}

@media (max-width: 990px) {
  .top-banner-content form {
    width: 100%;
    margin-left: 0;
  }
  .top-banner-content form input[type="email"] {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .top-banner-content form button {
    position: relative;
    margin: 20px auto;
    border-radius: 5px;
    display: block;
  }
  
	label.error {
		right: 10px !important;	
	}  
}

label.error {
    color: #FF0000;
    font-size: 15px;
    padding: 5px 0 0 0;
	position: absolute;
	top: 27px;
	right: 285px;	
}

