@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Sarina|Roboto|Roboto+Condensed:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #109c7b;
  color: #444444;
  font: 400 14px/21px "Arial", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
  font-family: 'Sarina', cursive;
  font-size: 41px;
  line-height: 50px;
  color: #109c7b; }

h2 {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 25px;
  line-height: 34px; }
  @media (max-width: 767px) {
    h2 {
      text-align: center; } }

h3 {
  font-family: 'Georgia', serif;
  font-size: 39px;
  line-height: 46px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14); }
  @media (max-width: 767px) {
    h3 {
      font-size: 30px;
      line-height: 40px; } }

h4 {
  font-family: 'Georgia', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-transform: capitalize; }

h5 {
  color: #109c7b;
  text-transform: uppercase; }

h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase; }

h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover {
  color: #109c7b; }

h5 a:hover {
  color: #444444; }

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

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:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

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

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
=========================================================*/
h3 + * {
  margin-top: 25px; }

h4 + * {
  margin-top: 25px; }

* + h5 {
  margin-top: 25px; }

* + .btn, * + .btn1, * + .btn2 {
  margin-top: 20px; }

.row + .row {
  margin-top: 30px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    float: left; }
  .brand_slogan {
    float: left;
    border-left: 1px solid #109c7b;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #109c7b;
    text-transform: uppercase;
    padding: 7px 5px;
    margin-left: 13px;
    letter-spacing: 1.5px; }

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #109c7b;
  color: #fff;
  border-bottom: 5px solid #0c9abc;
  padding-top: 25px;
  padding-bottom: 16px; }

.bg2 {
  background: #444444;
  color: #fff; }

.bg3 {
  background: repeat url(../images/bg1.jpg) 0 0; }

.bg4 {
  background: #f5f5f5; }

/*==================    Buttons    ======================*/
.btn, .btn1 {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
  padding: 4px 27px;
  background: #109c7b; }
  .btn:hover, .btn1:hover {
    background: #444444;
    color: #fff; }
  .btn:active, .btn1:active {
    background: #2b2b2b; }

.btn1 {
  background: #fff;
  color: #109c7b; }
  .btn1:hover {
    background: #444444; }
  .btn1:active {
    background: #2b2b2b; }

.btn2 {
  display: inline-block;
  color: #109c7b;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: 18px;
  vertical-align: baseline; }
  .btn2 .fa {
    font-size: 14px;
    line-height: 18px;
    vertical-align: baseline; }
  .btn2:hover {
    color: #444444; }
  .btn2:active {
    color: #2b2b2b; }

* + .btn-wr {
  margin-top: 55px;
  text-align: center; }

/*==================      Box      ======================*/
.box {
  position: relative; }
  .box img {
    width: 100%; }
  .box + * {
    margin-top: 25px; }

.box-label, .box-label_sm {
  position: absolute;
  bottom: 23px;
  left: -2px;
  max-width: 122px;
  background: #3b3b3b;
  padding: 10px 10px 10px 33px;
  color: #fff;
  font-size: 12px;
  line-height: 14px; }
  .box-label .fa, .box-label_sm .fa {
    position: absolute;
    top: 8px;
    left: 13px;
    color: #109c7b;
    font-size: 14px;
    line-height: 16px; }
  .box-label a:hover, .box-label_sm a:hover {
    color: #109c7b; }

.box-label_sm {
  padding: 4px 12px 8px; }

.box1 {
  padding: 20px 20px 35px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27); }
  * + .box1_cnt {
    margin-top: 25px; }
  .box1 img {
    width: 100%; }

.news-box + .news-box {
  margin-top: 30px; }

.box2_title {
  background: #109c7b;
  color: #fff;
  padding: 15px 20px; }

/*==================      Lists      ======================*/
.marked-list li {
  position: relative;
  padding-left: 20px; }
  .marked-list li:before {
    content: '\f061';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 9px;
    line-height: 22px;
    color: #109c7b; }
  .marked-list li + li {
    margin-top: 4px; }

.social-list li {
  display: inline-block; }
  .social-list li a {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    background: #989898;
    border: 1px solid #989898; }
    .social-list li a:hover {
      background: #fff;
      border-color: #109c7b;
      color: #109c7b; }
    .social-list li a:active {
      background: #e6e6e6; }
  .social-list li + li {
    margin-left: 2px; }

.list li {
  position: relative; }
  .list li + li {
    margin-top: 5px; }
  .list li .fa {
    position: absolute;
    top: -16px;
    left: 0;
    color: #109c7b;
    font-size: 14px;
    line-height: 14px; }

.inline-list:before, .inline-list:after {
  display: table;
  content: "";
  line-height: 0; }
.inline-list:after {
  clear: both; }
.inline-list li {
  float: left; }
  .inline-list li + li {
    margin-left: 29px; }
    @media (max-width: 979px) {
      .inline-list li + li {
        margin-left: 12px; } }
  .inline-list li.active, .inline-list li a:hover {
    color: #109c7b; }
  @media (max-width: 479px) {
    .inline-list li {
      float: none; }
      .inline-list li + li {
        margin: 4px 0 0; } }
* + .inline-list {
  margin-top: 40px; }

.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative; }
    .index-list li:before {
      content: counter(li);
      counter-increment: li;
      display: block;
      margin: 0 auto 25px;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      background: #10977a;
      color: #444444;
      font-size: 100px;
      line-height: 150px;
      font-family: 'Georgia', sans-serif;
      font-weight: bold;
      text-align: center; }
    @media (min-width: 768px) {
      .index-list li + li:after {
        content: '';
        display: block;
        width: 170px;
        height: 1px;
        background: #109c7a;
        position: absolute;
        top: 85px;
        left: 0;
        margin-left: -100px; } }
  @media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
    .index-list li + li:after {
      width: 80px;
      margin-left: -50px; } }

.list1 li {
  padding: 15px 0 14px 20px; }
  .list1 li:nth-child(2n) {
    background: #f5f5f5; }
.list1_aside {
  float: right;
  margin-left: 5px;
  width: 100px;
  font-size: 20px;
  line-height: 21px;
  color: #109c7b; }
.list1_no-flow {
  overflow: hidden; }

/*==================      Blockquote      ======================*/
.quote {
  position: relative;
  padding-left: 40px; }
  .quote:before {
    content: '\f10d';
    position: absolute;
    left: 0;
    top: -4px;
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 26px;
    color: #cecece; }
  .quote_inner {
    font-style: italic;
    font-family: 'Georgia', sans-serif;
    line-height: 18px; }
  .quote-title {
    color: #109c7b;
    font-size: 11px;
    line-height: 18px; }
  .quote + .quote {
    margin-top: 15px; }
    .quote + .quote:before {
      top: 10px; }
    .quote + .quote .quote_inner {
      border-top: 1px dotted #afafaf;
      padding-top: 15px; }
  .quote + .btn2 {
    margin-left: 40px; }

/*==================      Address      ======================*/
.addr dt, .addr dd {
  display: inline-block; }
.addr dt {
  min-width: 70px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  text-align: left; }
  .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: 2px; }
  .sf-menu a {
    display: block;
    font-family: 'Roboto', sans-serif; }

.sf-menu > li > a {
  position: relative;
  color: #FFF;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  padding: 18px 23px; }
  @media (max-width: 979px) and (min-width: 768px) {
    .sf-menu > li > a {
      padding: 18px 10px; } }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  background: #109c7b; }
  .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background: #0c9abc; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -117px;
  width: 235px;
  margin-top: 5px;
  padding: 20px 0;
  background: #323232;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li {
  position: relative;
  font-size: 14px;
  line-height: 37px; }
  .sf-menu ul > li > a {
    color: #FFF;
    padding: 0 32px 0 27px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #FFF;
    background: #109c7b; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
  width: 200px;
  margin-top: 5px;
  padding: 10px 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #FFF;
  padding: 0 20px; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  background: #109c7b; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 14px/14px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    content: "";
    font: 400 14px/14px "FontAwesome"; }

@media (max-width: 767px) {
  .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: #109c7b;
      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  ======================*/
.stuck_container {
  background: #444444;
  border-bottom: 5px solid #373737; }

.isStuck {
  background: #444444;
  z-index: 999;
  border-bottom: 5px solid #373737; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 30px;
  height: 30px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  background: #888888;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #c3c3c3;
    text-decoration: none; }

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

/*==================     ToTop     ======================*/
.toTop {
  width: 30px;
  height: 30px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  background: #888888;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #c3c3c3;
    text-decoration: none; }

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

/*==================     ToTop     ======================*/
.toTop {
  width: 30px;
  height: 30px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  background: #888888;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #c3c3c3;
    text-decoration: none; }

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

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  border-top: 5px solid #109c7b; }
  header .header_left {
    float: left;
    display: inline-block;
    margin: 23px 20px 23px 0; }
  header .banner {
    width: 468px;
    height: 60px;
    margin: 17px auto;
    overflow: hidden; }
    @media (max-width: 979px) {
      header .banner {
        display: none; } }
    header .banner-inner {
      border: 1px solid #d0d0d0;
      font-style: italic;
      color: #b4b4b4;
      font-size: 16px;
      text-align: center;
      line-height: 58px; }
  header .header_right {
    float: right;
    display: inline-block;
    margin-top: 39px;
    margin-bottom: 31px; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .header_left {
        float: none;
        display: block;
        margin-right: 0; }
      header .header_right {
        margin-top: 5px;
        float: none; } }
  @media (max-width: 979px) and (min-width: 768px) {
    header .nav {
      text-align: center; } }
  @media (max-width: 479px) {
    header .header_left {
      margin-right: 0; } }

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

.tr {
  text-align: right; }

.tc {
  text-align: center; }

.border {
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27); }

.border_sm {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27); }

.pt3 {
  padding-top: 35px; }

.pt4 {
  padding-top: 55px; }

.circle {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #109c7b;
  color: #fff;
  width: 130px;
  height: 130px;
  text-align: center; }
  .circle .fa {
    font-size: 62px;
    line-height: 130px; }

time {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  vertical-align: baseline; }
  time span {
    display: inline-block;
    font-size: 35px;
    line-height: 35px;
    vertical-align: baseline; }

.primary {
  color: #109c7b; }

.primary1 {
  text-transform: uppercase;
  color: #109c7b; }

.terms p + h5 {
  margin-top: 20px; }

* + .policy-link {
  margin-top: 20px; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 18px;
  padding-bottom: 23px; }

.well2 {
  padding-top: 50px;
  padding-bottom: 40px; }

.well3 {
  padding-top: 50px;
  padding-bottom: 100px; }

.well4 {
  padding-top: 35px;
  padding-bottom: 30px; }

.well5 {
  padding-top: 25px;
  padding-bottom: 65px; }

.well6 {
  padding-top: 20px;
  padding-bottom: 100px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #109c7b;
  color: #fff;
  font-size: 12px;
  line-height: 18px; }
  footer .footer-top {
    padding-top: 35px;
    padding-bottom: 40px; }
    footer .footer-top .pt1 {
      padding-top: 18px; }
    footer .footer-top .pt2 {
      padding-top: 14px; }
      @media (min-width: 1200px) {
        footer .footer-top .pt2 {
          padding-left: 100px; } }
  footer .brand_name {
    font-size: 17px;
    line-height: 21px; }
  footer .brand_slogan {
    font-size: 4px;
    line-height: 5px;
    padding: 3px 2px;
    margin-left: 5px;
    letter-spacing: 1px; }
  footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 25px; }
