@charset "UTF-8";
@import url(animate.css);
@import url(material-design.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,400italic,700,900);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #607d8b;
  font: 400 18px/25px "Lato", sans-serif;
  -webkit-text-size-adjust: none;
  background: #607d8b;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #273238;
}

h2 {
  font-size: 54px;
  line-height: 54px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 1;
  }
}

h3 {
  font-size: 26px;
  line-height: 35px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
h3 i {
  color: #77b491;
  margin-right: 14px;
}

h4 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

p.big {
  font-size: 26px;
  line-height: 35px;
  font-weight: 300;
}
@media (max-width: 991px) {
  p.big {
    font-size: 22px;
    line-height: 1.2;
  }
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #ed8e69;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="callto:"]:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #607d8b;
}

.link1 {
  color: #77b491;
}
.link1:hover {
  color: #607d8b;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
* + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {
  margin-top: 20px;
}

h2 + p {
  margin-top: 20px;
}

h2 + .btn.big {
  margin-top: 46px;
}

p + .btn.big {
  margin-top: 49px;
}

h2 + p.big {
  margin-top: 26px;
}

p.big + .row {
  margin-top: 12px;
}

.mainpage img + h3 {
  margin-top: 23px;
}

.mainpage h3 + p {
  margin-top: 13px;
}

img + h3 {
  margin-top: 38px;
}

h3 + p {
  margin-top: 18px;
}

h2 + .marTop1 {
  margin-top: 16px;
}

.marTop2 {
  margin-top: 7px;
}

h2 + .marTop3 {
  margin-top: 24px;
}

h2 + .marTop4 {
  margin-top: 19px;
}

.pad1 {
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .pad1 {
    padding-right: 0;
  }
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 900;
  color: #273238;
}
.brand_name i {
  display: block;
  font-size: 32px;
  color: #77b491;
  padding-bottom: 5px;
  margin-left: -14px;
}
.brand_name a:hover {
  color: #273238;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 27px;
}
.inline-list a {
  display: inline-block;
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.inline-list a:hover {
  color: #c9faff;
}

/*==================    Quote     ======================*/
blockquote {
  padding-top: 25px;
}
blockquote .box_cnt__no-flow {
  padding-left: 30px;
}
blockquote q {
  font-size: 25px;
  line-height: 35px;
  font-style: italic;
  color: #607d8b;
}
blockquote cite {
  display: block;
}
blockquote cite a:hover {
  text-decoration: underline;
}
blockquote cite img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
blockquote cite .cite-txt {
  margin-top: 12px;
  display: inline-block;
  overflow: hidden;
}
blockquote cite .cite-txt .cite-name {
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  color: #77b491;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
  letter-spacing: 1px;
}
blockquote p + cite {
  margin-top: 48px;
}

/*==================  List1  ======================*/
.list1 li {
  margin-top: 35px;
  position: relative;
  padding-left: 56px;
  font-size: 26px;
  line-height: 35px;
  padding-bottom: 10px;
  color: #77b491;
}
.list1 li:before {
  position: absolute;
  display: inline-block;
  left: 15px;
  top: 0;
  font-size: 25px;
  color: #273238;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list1 li:hover:before {
  color: #ed8e69;
}

/*==================  List2  ======================*/
.list2 li {
  margin-top: 14px;
  position: relative;
  padding-left: 150px;
  padding-bottom: 33px;
}
@media (max-width: 991px) {
  .list2 li {
    padding-left: 120px;
  }
}
.list2 li:before {
  position: absolute;
  display: inline-block;
  left: 6px;
  top: 0px;
  font-size: 100px;
  line-height: 1;
  color: #77b491;
}
@media (max-width: 1199px) {
  .list2.mod2 h3 br {
    display: none;
  }
}
.list2.mod2 li {
  padding-left: 85px;
}
.list2.mod2 li:before {
  left: 12px;
  font-size: 60px;
}

/*==================  Marked List  ======================*/
.marked-list {
  margin-right: 36px;
}
@media (max-width: 1199px) {
  .marked-list {
    margin-right: 0;
  }
}
.marked-list li {
  position: relative;
  padding-left: 24px;
  font-size: 20px;
}
.marked-list li.lh-big {
  line-height: 32px;
  margin-top: -5px;
}
.marked-list li:before {
  content: '\e0c2';
  position: absolute;
  left: -6px;
  top: 0px;
  font-weight: 400;
  font-family: "material-design";
  color: #77b491;
}
.marked-list li + li {
  margin-top: 11px;
}
.marked-list a:hover {
  color: #77b491;
  text-decoration: none;
}

/*==================   Contact List   ======================*/
.contact-list {
  padding-top: 42px;
}
.contact-list address {
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 35px;
  color: #273238;
}
.contact-list a[href^="mailto:"] {
  /*text-decoration: underline;*/
}
.contact-list a[href^="mailto:"]:hover {
  text-decoration: underline;
}
.contact-list li dt {
  float: left;
  min-width: 100px;
}
.contact-list li dd {
  float: left;
  margin-right: 5px;
}
.contact-list li dl + dl {
  clear: both;
}
.contact-list li dl + dl dd, .contact-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.contact-list li dt + dd {
  margin-top: 0;
}
.contact-list li dd + dt {
  clear: both;
  margin-top: 0;
}

/*==================     Privacy    =====================*/
.privacy {
  padding-top: 47px;
  padding-bottom: 22px;
}
.privacy dt {
  font-size: 26px;
  line-height: 35px;
  color: #273238;
}
.privacy dt + dd {
  margin-top: 18px;
}
.privacy dd + dt {
  margin-top: 48px;
}
.privacy a:hover {
  color: #77b491;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #77b491;
}

.bg2 {
  background: #ed8e69;
}

.bg3 {
  background: #607d8b;
}

.color1 {
  color: #77b491;
}

.color2 {
  color: #ed8e69;
}

.color3 {
  color: #607d8b;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  font-size: 18px;
  line-height: 24px;
  padding: 8px 29px;
  display: inline-block;
  color: #273238;
  background: #c8e6a3;
}
.btn.big {
  font-size: 22px;
  line-height: 26px;
  padding: 17px 40px;
}
.btn:hover {
  color: #273238;
  background: #ed8e69;
}
.btn:active {
  color: #273238;
  background: #ed8e69;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  font-family: "Lato", sans-serif;
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 62px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #273238;
  font-size: 12px;
  font-weight: 700;
  padding: 0 6px;
  padding-bottom: 33px;
  position: relative;
}
.sf-menu > li > a:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #77b491;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #273238;
  /*background: map-get($scheme, default);*/
}
.sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  width: 100%;
}
.sf-menu > li.active > a {
  color: #ed8e69;
  /*background: map-get($scheme, default);*/
}
.sf-menu > li.active > a:after {
  width: 100%;
  background: #ed8e69;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -30px;
  width: 150px;
  background: #fff;
  z-index: 2;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 0px 2px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 2px 0 rgba(255, 255, 255, 0.3);
  background: #607d8b;
  padding: 10px 0;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-indent: 20px;
  padding: 3px 0;
  overflow: hidden;
}
.sf-menu ul > li > a:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 20px;
  height: 5px;
  left: -23px;
  top: 12px;
  background: #77b491;
  -moz-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sf-menu ul > li + li {
  margin-top: 2px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #77b491;
}
.sf-menu ul > li.sfHover > a:after, .sf-menu ul > li > a:hover:after {
  left: -10px;
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 150px;
  margin-top: -3px;
  margin-left: 1px;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -6px;
  /*content: $fa-caret-down;*/
  font: 400 15px/15px "FontAwesome";
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 9px;
  top: -5px;
  content: "";
  font: 400 16px/50px "FontAwesome";
  color: #77b491;
}

@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .sf-menu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 0px 0;
  }

  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #77b491;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #c9faff;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}
.isStuck img {
  display: none;
}
.isStuck .wrapper, .isStuck .brand {
  display: none;
}
.isStuck .nav {
  margin-top: 0;
}
.isStuck .sf-menu > li > a {
  padding-bottom: 10px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  color: #c8e6a3;
  border-radius: 50%;
  border: 5px solid #c8e6a3;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ed8e69;
  text-decoration: none;
  border-color: #ed8e69;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h2 {
  font-weight: 300;
}
.parallax h2 + .btn {
  background: #fff;
}
.parallax h2 + .btn:hover, .parallax h2 + .btn:active {
  background: #ed8e69;
}
.parallax h3 + p {
  margin-top: 33px;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  padding-top: 32px;
  background: #c9faff;
  border-top: 10px solid #a2e2ea;
}
header .brand {
  float: left;
}
header img {
  margin-top: 0;
}
header .nav {
  float: right;
  margin-top: 55px;
  /*margin-right: -6px;*/
}
@media (max-width: 1199px) {
  header .nav {
    margin-right: 0;
  }
}
header .wrapper {
  margin-bottom: -20px;
}
@media (max-width: 991px) {
  header .wrapper {
    margin-bottom: 10px;
  }
}
header .wrapper p {
  font-size: 14px;
  float: right;
}
@media (max-width: 991px) {
  header .wrapper p {
    float: none;
    text-align: center;
  }
}
header .wrapper p a {
  font-weight: 700;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      section1     ======================*/
.section1 {
  padding: 72px 40px 60px 101px;
  background: #c8e6a3;
}
@media (max-width: 991px) {
  .section1 {
    padding: 50px 30px;
  }
}
.section1 h2 {
  font-weight: 300;
  color: #273238;
}
.section1 .btn {
  background: #fff;
}
.section1 .btn:hover, .section1 .btn:active {
  background: #ed8e69;
}

/*==================      section2     ======================*/
.section2 {
  background: #cfd8dd;
  text-align: center;
}
.section2 h2 + p {
  margin-top: 34px;
}

/*==================      section3     ======================*/
.section3 {
  background: #c9faff;
}

/*==================      article1     ======================*/
.article1 time {
  margin-top: -12px;
  position: relative;
  font-size: 17px;
  color: #77b491;
  text-transform: uppercase;
}
.article1 time:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: '\e005';
  font-size: 25px;
  font-family: "material-design";
  margin-right: 17px;
}
.article1 time + h3 {
  margin-top: 30px;
}
.article1 h3 + p {
  margin-top: 18px;
}

/*==================      Well     ======================*/
.well {
  margin-top: -250px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .well {
    margin-top: 0;
  }
}

.well2 {
  padding-top: 23px;
  padding-bottom: 59px;
}

.well3 {
  padding-top: 73px;
  padding-bottom: 80px;
}

.well4 {
  padding-top: 73px;
  padding-bottom: 79px;
}

.well5 {
  padding-top: 73px;
  padding-bottom: 80px;
}

.well6 {
  padding-top: 74px;
  padding-bottom: 62px;
}

.well7 {
  padding-top: 73px;
  padding-bottom: 80px;
}

.well8 {
  padding-top: 73px;
  padding-bottom: 80px;
}

.well9 {
  padding-top: 84px;
  padding-bottom: 98px;
}

.well10 {
  padding-top: 74px;
  padding-bottom: 46px;
}

.well11 {
  padding-top: 73px;
  padding-bottom: 76px;
}

.well12 {
  padding-top: 73px;
  padding-bottom: 82px;
}
.well12 h3 + p {
  margin-top: 17px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #607d8b;
  color: #90a4ad;
}
footer h4 {
  color: #cfd8dd;
}
footer .footer-section1 {
  color: #fff;
  padding: 83px 0 20px;
  font-size: 17px;
}
footer .footer-section1 .list3 li + li {
  margin-top: 0;
}
footer .footer-section1 .list3 a:hover, footer .footer-section1 .list3 li.active a {
  color: #c9faff;
}
footer .footer-section1 dl {
  overflow: hidden;
}
footer .footer-section1 dl dt {
  float: left;
  width: 77px;
}
footer .footer-section1 dl dd {
  float: left;
}
footer .footer-section1 dl dd + dt {
  clear: left;
}
footer .footer-section1 h4 + .list3 {
  margin-top: 36px;
}
footer .footer-section1 h4 + dl {
  margin-top: 36px;
}
footer .footer-section1 h4 + address {
  margin-top: 36px;
}
footer .footer-section1 h4 + .inline-list {
  margin-top: 28px;
}
footer .footer-section2 {
  overflow: hidden;
  padding: 50px 0 34px;
  font-size: 18px;
}
footer .footer-section2 p {
  float: left;
}
footer .footer-section2 p + p {
  float: right;
  margin-top: 0;
}
