@charset "utf-8";
/* CSS Document */

.mycontainer{

    min-height: auto !important;

}
.boxone {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  align-content: center;
}
h3.block-title {
  font-size: 40px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.weoffer > h3.block-title::after {
  background: #4A8FEC none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 220px;
}
.region-features .col-md-3 {
  padding-left: 0;
}
.region-features .title {
  width: 162px;
  float: left;
}
.boxtwo {
  padding-right: 0;
  padding-left: 0;
}
.blue {
  background-color: #4A8FEC;
  color: #fff;
  height: 230px;
  overflow: hidden;
  text-align: center;
}
.blue a:hover {
  color: #404447;
}
.grey {
  background-color: #404447;
  color: #fff;
  height: 230px;
  overflow: hidden;
  text-align: center;
}
.spe {
  margin-top: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: Ubuntu;
  font-size: 26px;
  font-weight: bold;
}
.boxthree a {
  color: #fff;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  font-size: 16px;
}
.grey a:hover {
  color: #4A8FEC;
}
.section-features {
  padding-bottom: 16px;
}
form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  background: transparent;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  text-indent: 0px;
  max-width: 100%;
}
form textarea {
  background: transparent;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  height: 180px;
  padding: 0;
  text-indent: 0px;
  max-width: 100%;
}
form select {
  background-color: transparent;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
form input:focus, form textarea:focus, form select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #6fa431;
  outline: none;
}
form .form-item input[type="text"], form .form-item input[type="password"] {
  cursor: pointer;
  max-width: 100%;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  -webkit-appearance: none;
  padding: 10px 15.38462px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
}
form .form-item input[type="text"]:hover, form .form-item input[type="password"]:hover, form .form-item input[type="text"]:focus, form .form-item input[type="password"]:focus, form .form-item input[type="text"]:active, form .form-item input[type="password"]:active {
  border-color: #6fa431;
  outline: none;
}
form .form-item .help-block {
  font-style: italic;
  font-size: 12px;
}
form .form-actions button.form-submit {
  padding: 17px 45px 17px 45px;
  font-family: Open Sans;
  font-weight: 600;
  border-radius: 0px;
  font-size: 16px;
  border: 0;
  box-shadow: none;
}
form .checkbox input[type=checkbox] {
  margin-left: 0;
}