@import url(animate.css);
@import url(fl-continuous.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:500,100,300,300italic,400);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #14a79d;
  color: #a9adad;
  font: 300 15px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, .terms-list dt, h6 {
  font-weight: 300;
  text-transform: uppercase; }

h1 {
  font-size: 100px;
  line-height: 99px;
  font-weight: 400; }

h2 {
  font-size: 83px;
  line-height: 90px;
  letter-spacing: 3.32px; }

h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 100; }

h4 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 1.72px; }

h5, .terms-list dt {
  font-size: 20px;
  line-height: 34px;
  text-transform: none; }

h6 {
  font-size: 18px;
  line-height: 20px; }

p a:hover, .terms-list dd a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .terms-list dd .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  letter-spacing: 1.72px;
  display: block;
  font-size: 43px;
  line-height: 50px;
  color: #303334;
  font-weight: 400; }

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; }

blockquote * + h5, blockquote .terms-list * + dt, .terms-list blockquote * + dt {
  margin-top: 16px; }
blockquote p q, blockquote .terms-list dd q, .terms-list blockquote dd q {
  font-style: italic;
  font-weight: 400;
  color: #84898a; }
blockquote p span, blockquote .terms-list dd span, .terms-list blockquote dd span {
  display: block;
  font-size: 150px;
  line-height: 24px;
  color: #303334; }
blockquote h5, blockquote .terms-list dt, .terms-list blockquote dt {
  color: #303334;
  letter-spacing: 0; }

.fa {
  line-height: inherit; }

.center {
  text-align: center; }

.primary-color {
  color: #303334; }

.img_add {
  margin-top: 14px; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

@media (min-width: 768px) and (max-width: 1199px) {
  h4 {
    font-size: 34px; } }
@media (max-width: 767px) {
  h2 {
    font-size: 55px;
    line-height: 60px; }

  blockquote {
    margin-top: 70px; } }
@media (max-width: 479px) {
  time {
    font-size: 25px;
    line-height: 30px; }

  h2 {
    font-size: 30px;
    line-height: 35px; }

  h4 {
    font-size: 40px;
    line-height: 50px; } }
/*=======================================================
                       Main Layout
=========================================================*/
* + h5, .terms-list * + dt {
  margin-top: 76px; }

* + p, .terms-list * + dd {
  margin-top: 15px; }

* + .btn, * + .btn_mod1 {
  margin-top: 65px; }

* + .row {
  margin-top: 100px; }

* + .offset {
  margin-top: 135px; }

* + .offset2 {
  margin-top: 90px; }

* + .offset3 {
  margin-top: 77px; }

* + .btn_wrapper {
  margin-top: 67px; }

* + .terms-list {
  margin-top: 78px; }

.wrap + .wrap {
  margin-top: 50px; }

h4 + h5, .terms-list h4 + dt {
  margin-top: 40px; }

time + h5, .terms-list time + dt {
  margin-top: 38px; }

h5 + .offset, .terms-list dt + .offset {
  margin-top: 6px; }

p + .row, .terms-list dd + .row {
  margin-top: 40px; }

@media (max-width: 767px) {
  * + .offset {
    margin-top: 15px; } }
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
	padding: 20px 35px 36px 30px;
	color: #fff;
	background-color: #14a79d;
}
  .brand_name {
    overflow: hidden; }
  .brand_slogan {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 5px;
    font-weight: 300;
    letter-spacing: 0.22px; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #14a79d;
  color: #fff; }
  .bg-primary * + p, .bg-primary .terms-list * + dd, .terms-list .bg-primary * + dd {
    margin-top: 9px; }
  .bg-primary * + .btn, .bg-primary * + .btn_mod1 {
    margin-top: 76px;
    padding: 23px 38px; }
  .bg-primary img + h5, .bg-primary .terms-list img + dt, .terms-list .bg-primary img + dt {
    margin-top: 35px; }
  .bg-primary * + .offset3 {
    margin-top: 134px; }
  .bg-primary h5, .bg-primary .terms-list dt, .terms-list .bg-primary dt {
    letter-spacing: 0.8px; }
  .bg-primary time {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #fff; }
  .bg-primary .btn, .bg-primary .btn_mod1 {
    background: none;
    border: 2px solid #fff; }
    .bg-primary .btn:hover, .bg-primary .btn_mod1:hover {
      background: #fff;
      color: #14a79d; }
    .bg-primary .btn:active, .bg-primary .btn_mod1:active {
      background: #e6e6e6; }
  .bg-primary .btn_mod1 {
    padding: 22px 58px;
    color: #fff; }

.bg-secondary {
  background: url("../images/bg-secondary.jpg") no-repeat 50% #fff;
  background-size: cover; }
  .bg-secondary h4 {
    font-weight: 300;
    line-height: 47px; }
  .bg-secondary * + p, .bg-secondary .terms-list * + dd, .terms-list .bg-secondary * + dd {
    margin-top: 50px; }

.bg-secondary2 {
  background: #fdfdfd; }
  .bg-secondary2 img {
    margin-top: -58px;
    margin-left: 56px;
    margin-bottom: -200px; }

@media (min-width: 980px) and (max-width: 1199px) {
  .bg-secondary2 img {
    margin-top: 0;
    margin-left: 0; } }
@media (min-width: 768px) and (max-width: 979px) {
  .bg-secondary2 img {
    margin-top: 199px;
    margin-left: 0;
    margin-bottom: -80px; } }
@media (max-width: 767px) {
  .bg-secondary2 img {
    margin: 0 0 -120px; } }
@media (max-width: 767px) {
  .bg-primary * + .offset3 {
    margin-top: -25px; }
  .bg-primary time {
    margin-top: 50px; } }
@media (max-width: 479px) {
  .bg-secondary {
    background: url("../images/bg-secondary.jpg") no-repeat 66% #fff;
    background-size: cover; } }
/*=================  Contact Info  ======================*/
.contact-info {
  color: #303334;
  text-align: center; }
  .contact-info .fa {
    float: left; }
  .contact-info .fa-envelope {
    font-size: 66px;
    line-height: 27px; }
  .contact-info .fa-mobile {
    font-size: 86px;
    line-height: 42px; }
  .contact-info .fa-map-marker {
    font-size: 79px;
    line-height: 45px; }
  .contact-info a, .contact-info address {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.8px;
    display: inline-block; }
  .contact-info address {
    margin-right: 24px; }
  .contact-info a {
    margin-right: 50px; }
    .contact-info a:hover {
      color: #14a79d; }
    .contact-info a:active {
      color: #25c4ff; }

@media (max-width: 1199px) {
  .contact-info a, .contact-info address {
    margin-right: 0; } }
@media (min-width: 768px) and (max-width: 979px) {
  .contact-info a, .contact-info address {
    font-size: 16px;
    line-height: 25px; } }
@media (max-width: 767px) {
  .contact-info {
    margin-top: 60px; } }
/*==================     Icons     ======================*/
.fl {
  font-size: 240px;
  line-height: 71px; }

@media (min-width: 768px) and (max-width: 979px) {
  .fl {
    font-size: 230px; } }
@media (max-width: 767px) {
  .fl {
    margin-top: 100px; } }
/*==================    Buttons    ======================*/
.btn, .btn_mod1 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #fff;
  background: #14a79d;
  padding: 23px 58px 23px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  display: inline-block; }
  .btn:hover, .btn_mod1:hover {
    background: #303334;
    color: #14a79d; }
  .btn:active, .btn_mod1:active {
	background: #484d4f;
	color: #14a79d;
}

.btn_mod1 {
  background: none;
  border: 2px solid #303334;
  color: #303334; }

.btn_wrapper * + .btn, .btn_wrapper * + .btn_mod1 {
  margin-top: 0; }
.btn_wrapper .btn, .btn_wrapper .btn_mod1 {
  margin-right: 5px;
  padding: 23px 60px;
  background: none;
  border: 2px solid #303334;
  color: #303334; }
  .btn_wrapper .btn:hover, .btn_wrapper .btn_mod1:hover {
    background: #303334;
    color: #14a79d; }
  .btn_wrapper .btn:active, .btn_wrapper .btn_mod1:active {
    background: #181919; }
.btn_wrapper .btn_mod1 {
  background: #14a79d;
  border: 2px solid #14a79d;
  color: #fff; }
  .btn_wrapper .btn_mod1:hover {
    background: #fff;
    color: #14a79d; }
  .btn_wrapper .btn_mod1:active {
    background: #e6e6e6;
    color: #14a79d; }

@media (max-width: 979px) {
  .btn_wrapper {
    text-align: center; }
    .btn_wrapper * + .btn, .btn_wrapper * + .btn_mod1 {
      margin-top: 20px; } }
/*==================    Wrapper    ======================*/
.wrap {
  position: relative;
  margin-left: 67px;
  display: block; }
  .wrap h5, .wrap .terms-list dt, .terms-list .wrap dt {
    color: #303334; }
  .wrap .fa {
    position: absolute;
    top: 3px;
    left: -67px;
    font-size: 48px;
    line-height: 50px;
    color: #303334; }

/*==================  Terms List  ======================*/
.terms-list dt {
  color: #303334; }
.terms-list dd {
  padding: 0 30px;
  letter-spacing: 0; }
  .terms-list dd a {
    color: #303334; }
    .terms-list dd a:hover {
      color: #14a79d; }
    .terms-list dd a:active {
      color: #25c4ff; }
.terms-list dd + dt {
  margin-top: 67px; }

@media (max-width: 767px) {
  .terms-list dt {
    padding: 0; } }
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block; }
  .inline-list li a {
    height: 43px;
    width: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #14a79d;
    font-size: 33px;
    line-height: 55px;
    overflow: hidden; }
    .inline-list li a:hover {
      background: #303334;
      color: #ffffff; }
    .inline-list li a:active {
      background: #484d4f; }
.inline-list li + li {
  margin-left: -2px; }

@media (max-width: 767px) {
  .inline-list li + li {
    margin-left: 5px; } }
/*==================   nav  ======================*/
.nav {
  display: none; }

/*========================   Menu   ==========================*/
.sf-menu {
  font-size: 19px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    display: block; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #14a79d; }
.sf-menu > li.active > a {
  color: #14a79d; }

.sf-menu ul {
  font-size: 15px;
  text-transform: none;
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: #FFF;
  background: #a9adad; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #14a79d; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #303334; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #14a79d; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  right: 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;
  right: 0;
  bottom: -56px;
  width: 280px;
  padding: 132px 0 76px;
  padding-top: 212px;
  color: #fff;
  background: #222425;
  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(280px);
  -ms-transform: translateX(280px);
  -o-transform: translateX(280px);
  -webkit-transform: translateX(280px);
  transform: translateX(280px);
  -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 .active {
    color: #14a79d; }
  .rd-mobilemenu_ul li {
    margin-left: 40px; }
    .rd-mobilemenu_ul li + li {
      margin-top: 18px; }
  .rd-mobilemenu_ul .rd-mobilemenu_submenu {
    margin: 20px 0 20px -60px; }
    .rd-mobilemenu_ul .rd-mobilemenu_submenu a {
      font-size: 15px;
      text-transform: none; }
  .rd-mobilemenu_ul a {
    display: inline-block;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500; }
    .rd-mobilemenu_ul a.active {
      background: none;
      color: #14a79d; }
    .rd-mobilemenu_ul a:hover {
      background: none;
      color: #14a79d; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: -160px;
      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: #222425;
        color: #fff; }
    .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;
  color: #FFF;
  z-index: 99999991; }

.rd-mobilepanel_title {
  display: none;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (max-width: 767px) {
  .rd-mobilemenu .rd-mobilemenu_ul {
    width: 200px; }
    .rd-mobilemenu .rd-mobilemenu_ul a .rd-submenu-toggle {
      right: -70px; }
    .rd-mobilemenu .rd-mobilemenu_ul li {
      margin-left: 20px; } }
.rd-mobilepanel_toggle {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 35px;
  height: 35px;
  text-shadow: 2px 3px 5px #222425;
  background: transparent; }
  .rd-mobilepanel_toggle:before {
    content: '\f0c9';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
    color: #fff; }

.rd-mobilepanel .active {
  top: 63px;
  right: 223px; }
  .rd-mobilepanel .active:before {
    content: '\f101';
    font-size: 19px;
    line-height: 20px; }
  .rd-mobilepanel .active:hover:before {
    color: #14a79d; }

.rd-mobilemenu, .rd-mobilepanel {
  display: block; }

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
@media (max-width: 767px) {
  .rd-mobilepanel .active {
    right: 153px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 37px;
  color: #fff;
  background: #303334;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #25c4ff;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .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; }

.parallax1 h5, .parallax1 .terms-list dt, .terms-list .parallax1 dt {
  letter-spacing: 0; }
.parallax1 * + .offset2 {
  margin-top: 82px; }

.parallax2, .parallax3, .parallax4, .parallax5 {
  color: #fff; }

.parallax2 h5, .parallax2 .terms-list dt, .terms-list .parallax2 dt, .parallax4 h5, .parallax4 .terms-list dt, .terms-list .parallax4 dt {
  letter-spacing: 0.8px; }
.parallax2 .btn, .parallax2 .btn_mod1, .parallax4 .btn, .parallax4 .btn_mod1 {
  background: none;
  border: 2px solid #fff; }
  .parallax2 .btn:hover, .parallax2 .btn_mod1:hover, .parallax4 .btn:hover, .parallax4 .btn_mod1:hover {
    background: #14a79d;
    color: #fff; }
  .parallax2 .btn:active, .parallax2 .btn_mod1:active, .parallax4 .btn:active, .parallax4 .btn_mod1:active {
    background: #25c4ff; }

.parallax3 * + .row, .parallax4 * + .row {
  margin-top: 75px; }
.parallax3 * + p, .parallax3 .terms-list * + dd, .terms-list .parallax3 * + dd, .parallax4 * + p, .parallax4 .terms-list * + dd, .terms-list .parallax4 * + dd {
  margin-top: 5px; }

.parallax2 * + p, .parallax2 .terms-list * + dd, .terms-list .parallax2 * + dd {
  margin-top: 4px; }
.parallax2 .inset p, .parallax2 .inset .terms-list dd, .terms-list .parallax2 .inset dd {
  padding-right: 60px; }

.parallax3 * + h5, .parallax3 .terms-list * + dt, .terms-list .parallax3 * + dt {
  margin-top: 68px; }

.parallax ul li a {
  word-spacing: 0.6px; }
  .parallax ul li a:hover {
    color: #14a79d; }
  .parallax ul li a:active {
    color: #25c4ff; }
.parallax ul li + li {
  margin-top: 6px; }

@media (max-width: 767px) {
  .parallax2 h2 {
    font-size: 50px;
    line-height: 55px; } }
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url("../images/header-bg.jpg") #5fc7e6 no-repeat;
  background-size: cover; }
  header * + .wrapper {
    margin-top: 614px; }
  header * + .btn, header * + .btn_mod1 {
    margin-top: 0; }
  header * + p, header .terms-list * + dd, .terms-list header * + dd {
    margin-top: 0; }
  header .wrapper {
    padding-top: 50px;
    padding-left: 42px;
    padding-bottom: 50px;
    display: block;
    width: 675px;
    background: #fff;
    color: #303334; }
  header .btn, header .btn_mod1 {
	font-size: 44px;
	line-height: 45px;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 28px 45px 20px 46px;
	display: inline-block;
}
    header .btn:hover, header .btn_mod1:hover {
	background: rgba(48, 51, 52, 0.6);
	color: #14a79d;
}
      .lt-ie9 header .btn:hover, .lt-ie9 header .btn_mod1:hover {
        background: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99303334', endColorstr='#99303334')";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99303334', endColorstr='#99303334');
        zoom: 1; }
    header .btn:active, header .btn_mod1:active {
      background: #303334;
      color: #14a79d; }
  header .brand {
    display: inline-block; }

@media (max-width: 767px) {
  header {
    text-align: center; }
    header .brand {
      display: block; }
    header .btn, header .btn_mod1 {
      display: block; }
    header .wrapper {
      display: inline-block;
      padding: 20px;
      width: 100%; }
      header .wrapper h3 {
        padding-right: 50px; }
    header * + .wrapper {
      margin-top: 200px; } }
@media (max-width: 479px) {
  header .wrapper h3 {
    font-size: 40px;
    line-height: 40px; } }
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

/*==================      Well     ======================*/
.well {
  padding-top: 175px;
  padding-bottom: 205px; }

.well2 {
  padding-top: 205px;
  padding-bottom: 235px; }

.well3 {
  padding-top: 321px;
  padding-bottom: 302px; }

.well4 {
  padding-top: 145px;
  padding-bottom: 145px; }

.well__ins1 {
  padding-top: 205px; }

.well__ins2 {
  padding-bottom: 155px; }

.well2__ins1 {
  padding-bottom: 215px; }

@media (max-width: 1199px) {
  .well__ins2 {
    padding-bottom: 69px; } }
@media (max-width: 767px) {
  .well, .well2, .well3, .well4, .well__ins1, .well__ins2, .well2__ins1 {
    padding-top: 120px;
    padding-bottom: 120px; } }
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 202px;
  padding-bottom: 225px;
  background: #14a79d;
  color: #fff;
  letter-spacing: 0.6px; }
  footer h4 {
    font-weight: 300; }
  footer ul li a:hover {
    color: #303334; }
  footer ul li a:active {
    color: #484d4f; }
  footer address {
    padding-right: 80px; }
  footer a[href^="callto"] {
    margin-left: 3px; }
    footer a[href^="callto"]:hover {
      color: #303334; }
    footer a[href^="callto"]:active {
      color: #484d4f; }
  footer .owl-carousel p, footer .owl-carousel .terms-list dd, .terms-list footer .owl-carousel dd {
    padding-right: 40px; }
  footer .banner .copyright {
    float: left;
    text-transform: uppercase;
    letter-spacing: 0.9px; }
    footer .banner .copyright a:hover {
      color: #303334; }
    footer .banner .copyright a:active {
      color: #484d4f; }
  footer .banner .inline-list {
    float: right; }
  footer * + ul, footer * + address, footer * + .owl-carousel, footer * + .subscribe-form {
    margin-top: 65px; }
  footer * + .inline-list {
    margin-top: 0; }
  footer * + .banner {
    margin-top: 194px; }
  footer a + address {
    margin-top: 24px; }

.footer__ins1 {
  padding-top: 315px; }

@media (min-width: 980px) and (max-width: 1300px) {
  footer h4 {
    font-size: 40px; } }
@media (min-width: 768px) and (max-width: 979px) {
  footer h4 {
    font-size: 25px;
    line-height: 35px; } }
@media (max-width: 767px) {
  .footer__ins1 {
    padding-top: 120px; }

  footer {
    padding-top: 120px;
    padding-bottom: 120px; }
    footer .banner {
      text-align: center; }
      footer .banner .copyright, footer .banner .inline-list {
        float: none; }
      footer .banner .inline-list li a {
        text-align: left; }
    footer * + .banner {
      margin-top: 50px; }
    footer * + .inline-list {
      margin-top: 40px; } }
@media (max-width: 479px) {
  footer {
    text-align: center; }
    footer .owl-carousel p, footer .owl-carousel .terms-list dd, .terms-list footer .owl-carousel dd, footer address {
      padding: 0; }
    footer * + ul, footer * + address, footer * + .owl-carousel, footer * + .subscribe-form {
      margin-top: 25px; } }
