@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,400,500,700,900);
header.main {
  padding: 20px 0px;
}
header.main .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.main .navbar-brand {
  padding: 10px 0px;
  display: inline-block;
}
header.main .navbar-brand img {
  max-width: 200px;
}
header.main .navbar-nav {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  list-style: none;
  text-decoration: none;
}
header.main .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  padding: 10px 0px;
}

.section-hero {
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
@media (min-width: 768px) {
  .section-hero {
    background-position: center left;
  }
}
@media (min-width: 992px) {
  .section-hero {
    background-position: center bottom;
  }
}
.section-hero .hero-inner {
  min-height: 400px;
  min-height: calc(100vh - 114px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}
@media (min-width: 768px) {
  .section-hero .hero-inner {
    padding: 80px 0;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-inner {
    padding: 60px 0;
  }
}
.section-hero .sec-heading {
  color: #50545E;
  line-height: 1.1;
  font-size: 34px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .section-hero .sec-heading {
    font-size: 44px;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .section-hero .sec-heading {
    font-size: 54px;
    margin-bottom: 22px;
  }
}
.section-hero .sec-text {
  font-size: 20px;
  line-height: 1.6;
  color: #50545E;
  margin-bottom: 32px;
  text-shadow: 1px 2px 10px #EEEEEE;
}
.section-hero .sec-button {
  display: inline-block;
  border: 0px;
  outline: none;
  font-weight: 700;
  text-decoration: none;
  color: #EEEEEE;
  background: #3F7D7C;
  font-size: 16px;
  padding: 15px 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-hero .sec-button:hover, .section-hero .sec-button:active, .section-hero .sec-button:focus {
  background: #2e5b5a;
}
@media (min-width: 768px) {
  .section-hero .sec-button {
    font-size: 17px;
    padding: 15px 45px;
  }
}
@media (min-width: 992px) {
  .section-hero .sec-button {
    font-size: 18px;
    padding: 15px 65px;
  }
}

.section-features {
  background-color: #fff;
  padding: 60px 0;
}
.section-features .section-header {
  text-align: center;
  margin-bottom: 44px;
}
.section-features .section-header .section-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .section-features .section-header .section-title {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .section-features .section-header .section-title {
    font-size: 54px;
  }
}
.section-features .feature-card__thumb {
  border-radius: 2px;
  margin-bottom: 16px;
}
.section-features .feature-card__heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #50545E;
  margin-bottom: 10px;
}
.section-text-img {
  background-color: #fff;
  padding: 60px 0;
}
.section-text-img .sec-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #50545E;
}
@media (min-width: 768px) {
  .section-text-img .sec-heading {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .section-text-img .sec-heading {
    font-size: 54px;
  }
}
.section-text-img .sec-text {
  font-size: 20px;
  line-height: 1.6;
  color: #50545E;
}

.section-figures {
  background-color: #EEEEEE;
  padding: 60px 0;
}
.section-figures .stat {
  text-align: center;
}
.section-figures .stat__number {
  color: #457A7B;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
.section-figures .stat__description {
  font-size: 20px;
  color: #50545E;
}

.section-5 {
  background-color: #EEEEEE;
  padding: 60px 0;
}
.section-5 .sec-text {
  color: #50545E;
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 20px;
}
.section-5 .sec-button {
  display: inline-block;
  border: 0px;
  outline: none;
  font-weight: 700;
  text-decoration: none;
  color: #EEEEEE;
  background: #3F7D7C;
  padding: 15px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-5 .sec-button:hover, .section-5 .sec-button:active, .section-5 .sec-button:focus {
  background: #2e5b5a;
}
footer.main {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}
footer.main p {
  margin-bottom: 0;
  color: #50545E;
  font-size: 20px;
}

/**
* = Typography
*/
*,
* > * {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  color: #50545E;
}

html,
body,
p {
  font-weight: 500;
  line-height: 1.6;
  font-size: 18px;
}
@media (min-width: 768px) {
  html,
body,
p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html,
body,
p {
    font-size: 18px;
  }
}

figcaption,
figure,
main {
  display: block;
  margin: 0;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #50545E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-top: 0;
  margin-bottom: 10px;
}

p,
.p {
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
}

ul {
  margin-top: 0;
}