* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.b-subscribe input,
.b-subscribe textarea,
.b-subscribe button {
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  border: none;
  height: 42px;
  border-radius: 5px;
  padding: 0 12px 0 12px;
  width: 260px;
  vertical-align: top;
}
a {
  padding-top: 0.6em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none;
}
.nc-navbar {
  z-index: 999;
}
.nc-navbar a {
  border: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
}
a,
a:visited {
  color: #0072ba;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,114,186,0.5);
  -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
}
a:hover,
a:visited:hover {
  color: #d04000;
  border-color: rgba(208,64,0,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
a.dark,
a:visited.dark {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
a.dark:hover,
a:visited.dark:hover {
  color: #d04000;
  border-color: rgba(208,64,0,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
a.lite,
a:visited.lite {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
a.lite:hover,
a:visited.lite:hover {
  color: #f2f201;
  border-color: rgba(242,242,1,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
.page {
  width: auto;
  min-width: 960px;
  max-width: 1440px;
  margin: 0 auto 0 auto;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
.header {
  height: 100px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position: relative;
  background: #fff !important;
  z-index: 900;
}
.header .logo {
  height: 60px;
  position: absolute;
  left: 20px;
  top: 19px;
}
.header .logo img {
  height: 60px;
}
.header .menu {
  position: absolute;
  right: 20px;
  top: 30px;
  display: block;
  cursor: default;
}
.header .menu a {
  display: inline-block;
  vertical-align: top;
  border: none;
  color: #000;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 15px 0 15px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}
.header .menu a.active {
  background: #d5160c;
  color: #fff;
}
.header .menu a.active:hover {
  color: #fff;
  cursor: default;
}
.header .menu a:hover {
  color: #d5160c;
}
.floor {
  background-size: cover !important;
  position: relative;
}
.floor .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: url("../img/overone.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.floor .b-title-holder {
  height: 640px;
}
.floor .b-title {
  position: absolute;
  width: 100%;
  bottom: 50px;
  color: #fff;
  padding: 0 100px 0 100px;
  text-align: center;
}
.floor .b-title h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 35px;
}
.floor .b-title p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 40px;
}
.floor .b-title a.button {
  display: inline-block;
  color: #fff;
  padding: 0 25px 0 25px;
  height: 42px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
.floor .b-title a.button:hover {
  background: #d5160c;
  color: #fff;
  border: 1px solid #d5160c;
}
.floor .b-features {
  background: #fff;
  text-align: center;
  padding: 70px 0px 105px 0px;
}
.floor .b-features h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-features h2:before {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-l.png");
  position: absolute;
  top: 12px;
  left: -87px;
}
.floor .b-features h2:after {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-r.png");
  position: absolute;
  top: 12px;
  right: -87px;
}
.floor .b-features .grid {
  padding: 15px 0 0 0;
}
.floor .b-features .grid .one {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  padding: 70px 0 0 0;
}
.floor .b-features .grid .one img {
  height: 50px;
}
.floor .b-features .grid .one h3 {
  font-size: 20px;
  line-height: 30px;
  padding: 15px 0 10px 0;
}
.floor .b-features .grid .one span {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.floor .b-program {
  background: #f3f4f5;
  min-height: 100%;
  text-align: center;
  padding: 70px 0px 130px 0px;
}
.floor .b-program h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-program h2:before {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-l.png");
  position: absolute;
  top: 12px;
  left: -87px;
}
.floor .b-program h2:after {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-r.png");
  position: absolute;
  top: 12px;
  right: -87px;
}
.floor .b-program .grid {
  padding: 55px 0 0 0;
}
.floor .b-program .grid .one {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 31%;
  padding: 0px 0 60px 0;
}
.floor .b-program .grid .one:nth-child(2):before {
  content: ' ';
  width: 20px;
  height: 33px;
  background: url("../img/arrow.png");
  position: absolute;
  top: 50px;
  left: -10px;
}
.floor .b-program .grid .one:nth-child(2):after {
  content: ' ';
  width: 20px;
  height: 33px;
  background: url("../img/arrow.png");
  position: absolute;
  top: 50px;
  right: -10px;
}
.floor .b-program .grid .one img {
  height: 134px;
  width: 134px;
  border-radius: 50%;
  border: 2px solid #20cab8;
}
.floor .b-program .grid .one h3 {
  font-size: 20px;
  line-height: 30px;
  padding: 25px 0 10px 0;
}
.floor .b-program .grid .one span {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.floor .b-program a.button {
  display: inline-block;
  color: #20cab8;
  padding: 0 25px 0 25px;
  height: 42px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #20cab8;
}
.floor .b-program a.button:hover {
  background: #20cab8;
  color: #fff;
  border: 1px solid #20cab8;
}
.floor .b-subscribe {
  height: 700px;
  text-align: center;
  background-size: cover !important;
  position: relative;
}
.floor .b-subscribe .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.floor .b-subscribe h2 {
  color: #fff;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin: 230px 0 0 0;
  position: relative;
}
.floor .b-subscribe h2:before {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/w-til-l.png");
  position: absolute;
  top: 12px;
  left: -87px;
}
.floor .b-subscribe h2:after {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/w-til-r.png");
  position: absolute;
  top: 12px;
  right: -87px;
}
.floor .b-subscribe .form {
  padding: 60px 0 0 0;
}
.floor .b-subscribe .form .contact {
  margin: 0 0 0 17px;
}
.floor .b-subscribe .form .send {
  margin: 0 0 0 17px;
  width: auto;
  display: inline-block;
  color: #20cab8;
  padding: 0 25px 0 25px;
  height: 42px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #20cab8;
  background: none;
  -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
}
.floor .b-subscribe .form .send:hover {
  background: #20cab8;
  color: #fff;
  border: 1px solid #20cab8;
  cursor: pointer;
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
.floor .b-subscribe p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  padding: 20px 0 0 0;
}
.floor .b-feedback {
  background: #fff;
  text-align: center;
  padding: 70px 0px 0px 0px;
}
.floor .b-feedback h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-feedback h2:before {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-l.png");
  position: absolute;
  top: 12px;
  left: -87px;
}
.floor .b-feedback h2:after {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-r.png");
  position: absolute;
  top: 12px;
  right: -87px;
}
.floor .b-feedback .grid {
  padding: 50px 0 0 0;
  font-size: 0;
}
.floor .b-feedback .grid .one {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 30%;
  margin: 0 1% 0 1%;
  padding: 0px 0 60px 0;
}
.floor .b-feedback .grid .one:nth-child(2) {
  margin: 0 2% 0 2%;
}
.floor .b-feedback .grid .one .box {
  border: 2px solid #ebf1f4;
  border-radius: 5px;
  text-align: left;
  position: relative;
  top: -60px;
  z-index: 10;
}
.floor .b-feedback .grid .one img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #ebf1f4;
  z-index: 20;
  position: relative;
}
.floor .b-feedback .grid .one h3 {
  font-size: 18px;
  line-height: 25px;
  padding: 70px 0 15px 0;
  text-align: center;
}
.floor .b-feedback .grid .one span {
  color: #6c6c6c;
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  padding: 0 30px 40px 40px;
}
.floor .b-feedback .grid .one span:before {
  content: '«';
  position: absolute;
  top: -3px;
  left: 13px;
  color: #d8e1e5;
  font-size: 40px;
  font-weight: 400;
}
.footer {
  background: #d8e1e5;
  position: relative;
}
.footer .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.footer .logo img {
  height: 60px;
}
.footer .text {
  position: relative;
  padding: 20px 0 40px 0;
  margin: 0 0 0 300px;
  max-width: 300px;
}
.footer .text h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 0 0 12px 0;
}
.footer .text p {
  padding: 0 0 8px 0;
  color: #6c6c6c;
}
.footer .social {
  position: absolute;
  top: 20px;
  right: 20px;
}
.footer .social img {
  max-height: 40px;
  max-width: 40px;
}
.footer .social a {
  border: none;
  opacity: 0.8;
  margin: 0 0 0 3px;
}
.footer .social a:hover {
  opacity: 1;
}
