@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,300,700|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #58565b;
  font: 300 16px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h3, h4, h5, h6 {
  font-weight: 400;
  color: #302e33;
}

h1 {
  font-size: 47px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Comfortaa", sans-serif;
  color: #fff;
}

h2 {
  font-size: 75px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 37px;
  }
}

h3, .h3 {
  font-size: 21px;
  line-height: 24px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 19px;
  }
}

h4 {
  font-size: 20px;
  
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

p .fa, .marked-list .fa, .list .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;
}

.font-def {
  font-family: "Roboto", sans-serif;
}

.font-sec {
  font-family: "Comfortaa", sans-serif;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

@media (max-width: 767px) {
  .center_xs {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .center_sm {
    text-align: center;
  }
}

.white {
  color: #fff;
}

.txt-light {
  color: #aaa7ae;
}

.lead {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ls1 {
  letter-spacing: 8px;
}

@media (max-width: 1199px) {
  .br-off br {
    display: none;
  }
}

@media (max-width: 991px) {
  .br-off_sm br {
    display: none;
  }
}

@media (max-width: 767px) {
  .row-offs_xs [class*="col-"] + [class*="col-"] {
    margin-top: 50px;
  }
}

.col-4_mod div:nth-child(n+4) {
  margin-top: 139px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-4_mod div:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-4_mod div:nth-child(n+3) {
    margin-top: 139px;
  }
  .col-4_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .col-4_mod div:nth-child(n+2) {
    margin-top: 60px;
  }
  .col-4_mod div:nth-child(n+1) {
    float: none;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.col-4_mod-1 div:nth-child(n+4) {
  margin-top: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-4_mod-1 div:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-4_mod-1 div:nth-child(n+3) {
    margin-top: 8px;
  }
  .col-4_mod-1 div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .col-4_mod-1 div:nth-child(n+2) {
    margin-top: 8px;
  }
  .col-4_mod-1 div:nth-child(n+1) {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.col-3_mod div:nth-child(n+5) {
  margin-top: 40px;
}
.col-3_mod div:nth-child(4n+5) {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-3_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-3_mod div:nth-child(n+3) {
    margin-top: 40px;
  }
  .col-3_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .col-3_mod div:nth-child(n+2) {
    margin-top: 40px;
  }
  .col-3_mod div:nth-child(n+1) {
    float: none;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.brdr_bot {
  position: relative;
}
.brdr_bot:before {
  position: absolute;
  content: '';
  width: 100%;
  max-width: 370px;
  height: 1px;
  background: #ddddde;
  bottom: -60px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .brdr_bot:before {
    display: none;
  }
}

.brdr_bot-mod1:before {
  bottom: -20px;
}

.brdr_bot-mod2:before {
  background: rgba(221, 221, 222, 0.1);
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .btn {
  margin-top: 65px;
}

* + .row {
  margin-top: 64px;
}

.row + .row {
  margin-top: 30px;
}

.row + .offs1 {
  margin-top: 166px;
}
@media (max-width: 991px) {
  .row + .offs1 {
    margin-top: 80px;
  }
}

.row + .offs6 {
  margin-top: 121px;
}
@media (max-width: 991px) {
  .row + .offs6 {
    margin-top: 0px;
  }
}

.offs-0 {
  margin-top: 0;
}

* + h3,
* + .h3 {
  margin-top: 39px;
}

.h3 + h3 {
  margin-top: 47px;
}

h3 + * {
  margin-top: 11px;
}

h2 + * {
  margin-top: 58px;
}

h2 + p.lead {
  margin-top: 58px;
}

h2 + p {
  margin-top: 50px;
}

@media (max-width: 991px) {
  * + .offs_sm {
    margin-top: 50px;
  }
}

* + .offs2 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  * + .offs2 {
    margin-top: 65px;
  }
}

* + .offs3 {
  margin-top: 42px;
}

* + .offs4 {
  margin-top: 93px;
}
@media (max-width: 767px) {
  * + .offs4 {
    margin-top: 65px;
  }
}

* + .offs5 {
  margin-top: 57px;
}

.ins1 {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 991px) {
  .ins1 {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.ins2 {
  padding-right: 10%;
}
@media (max-width: 991px) {
  .ins2 {
    padding-right: 1%;
  }
}

.ins3 {
  padding-left: 16%;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .ins3 {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.ins4 {
  padding-left: 15px;
  padding-right: 15px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  padding-left: 27px;
  margin-top: 4px;
  position: relative;
}
.brand_name:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 29px;
  background: url("../images/logo.png");
  left: 0px;
  top: 5px;
}
@media (max-width: 991px) {
  .brand_name {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .brand_name {
    font-size: 47px;
  }
}
@media (max-width: 420px) {
  .brand_name {
    font-size: 44px;
    margin-top: 26px;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #00a7b5;
}

.bg1 {
  background: url("../images/parallax2.jpg") no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 991px) {
  .bg1 {
    background-attachment: scroll;
  }
}

.bg2 {
  background: url("../images/parallax3.jpg") no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 991px) {
  .bg2 {
    background-attachment: scroll;
  }
}

.bg3 {
  background: url("../images/parallax4.jpg") no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 991px) {
  .bg3 {
    background-attachment: scroll;
  }
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 175px;
  display: inline-block;
  color: #fff;
  background: #00a7b5;
  border: 1px solid #00a7b5;
  padding-top: 12px;
  padding-bottom: 15px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}
.btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
}
.btn:active {
  color: #00a7b5;
}

.hov2:hover {
  color: #00a7b5;
  border-color: #00a7b5;
}

.btn-lg {
  padding-top: 10px;
  padding-bottom: 21px;
  width: 284px;
}
@media (max-width: 1400px) {
  .btn-lg {
    width: 200px;
    padding-top: 14px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .btn-lg {
    width: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}

.btn-def {
  padding-top: 21px;
  padding-bottom: 21px;
  width: 284px;
  background: rgba(0, 0, 0, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .btn-def {
    width: 200px;
    padding-top: 14px;
    padding-bottom: 15px;
  }
}
* + .btn-def {
  margin-top: 75px;
}
.btn-def:hover {
  border: 2px solid white;
}

/*==================   Jumbotron   ======================*/
.jumbotron {
  position: absolute;
  width: 90%;
  bottom: 418px;
  z-index: 1;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.jumbotron h2 + h3 {
  margin-top: 50px;
  font-weight: 300;
  letter-spacing: -0.2px;
}
.jumbotron h3 + .btn_wr {
  margin-top: 69px;
}
.jumbotron a + a {
  margin-left: 4px;
  margin-top: 0;
}
@media (max-width: 1400px) {
  .jumbotron {
    bottom: 300px;
  }
  .jumbotron h2 {
    font-size: 60px;
    letter-spacing: 3px;
  }
}
@media (max-width: 991px) {
  .jumbotron {
    bottom: 200px;
  }
  .jumbotron h2 {
    font-size: 45px;
    letter-spacing: 1px;
  }
}
@media (max-width: 830px) {
  .jumbotron {
    bottom: auto;
    top: 90px;
  }
}
@media (max-width: 767px) {
  .jumbotron {
    top: 70px;
  }
  .jumbotron h2 {
    font-size: 39px;
  }
  .jumbotron h3 {
    display: none;
  }
  .jumbotron h2 + .btn_wr {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .jumbotron a.btn {
    margin-top: 10px;
    margin-left: 0;
    display: block;
    width: 100%;
  }
}

/*==================   Thumbnail   ======================*/
.thumbnail {
  max-width: 349px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px;
  border: 2px solid transparent;
  background: transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail:hover {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}

/*==================    Article    ======================*/
article.art-mod time + h3 {
  margin-top: 0;
}

/*==================   Contact-info-List  ===========*/
.contact-info-list address {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
}
.contact-info-list li dl {
  margin-top: 12px;
}
.contact-info-list li dl:before, .contact-info-list li dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info-list li dl:after {
  clear: both;
}
.contact-info-list li dl dt {
  float: left;
}
.contact-info-list li dl dd {
  float: right;
  margin-left: 4px;
}
.contact-info-list li dl dd, .contact-info-list li dl dt {
  font-size: 16px;
  color: #aaa7ae;
}
.contact-info-list li dl .mail {
  float: left;
  color: #fff;
}
.contact-info-list li dl a:hover {
  color: #00a7b5;
}
.contact-info-list li dt + dd {
  margin-top: 0;
}
.contact-info-list li dd + dt {
  clear: both;
  margin-top: 0;
}
@media (max-width: 767px) {
  .contact-info-list {
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 30px;
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box_cnt__no-flow time + h3 {
  margin-top: 0;
}
@media (max-width: 500px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    padding-bottom: 15px;
  }
}

/*================    Marked list     =================*/
.marked-list {
  display: block;
}
.marked-list li {
  position: relative;
  padding-left: 30px;
  color: #fff;
}
.marked-list li:before {
  position: absolute;
  content: '\e008';
  font-family: "arrows";
  left: 0;
  top: 0;
}
.marked-list li + li {
  margin-top: 20px;
}
.marked-list a:hover {
  color: #00a7b5;
}
* + .marked-list {
  margin-top: 50px;
}
.marked-list + .btn {
  margin-top: 100px;
}

.marked-list_mod li {
  color: #302e33;
}
.marked-list_mod li:before {
  color: #00a7b5;
}
.marked-list_mod li a:hover:before {
  color: #302e33;
}
* + .marked-list_mod {
  margin-top: 30px;
}

/*=================   Inline list   =====================*/
.inline-list .fa {
  position: relative;
  font: 0/0 a;
  text-align: left;
}
.inline-list .fa:hover:before {
  color: #00a7b5;
  background: transparent;
}
.inline-list .fa:before {
  font-size: 20px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  position: absolute;
  left: 0px;
  top: -7px;
  width: 47px;
  height: 47px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00a7b5;
  background: #00a7b5;
  padding-left: 15px;
  padding-top: 23px;
}
@media (max-width: 991px) {
  .inline-list .fa:before {
    left: -25px;
  }
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 49px;
}
@media (max-width: 991px) {
  .inline-list li + li {
    margin-left: 45px;
  }
}

/*================    Term list     =================*/
.terms-list dt {
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}
.terms-list * + dt {
  margin-top: 30px;
}
.terms-list dt + * {
  margin-top: 11px;
}
.terms-list dd {
  color: #aaa7ae;
}
.terms-list + * {
  margin-top: 27px;
}
.terms-list + * a {
  text-decoration: underline;
}
.terms-list + * a:hover {
  text-decoration: none;
  color: #00a7b5;
}

/*================== Index list ======================*/
.index-list {
  counter-reset: num;
}

.index-list li {
  position: relative;
  padding-top: 121px;
}
.index-list li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  color: #fff;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00a7b5;
  font-size: 45px;
  font-weight: 400;
  top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 12px;
  padding-top: 30px;
}

/*==================    Icons  ==================*/
.icons {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.icons:before {
  content: '\f095';
  position: absolute;
  left: 3px;
  top: -4px;
  font: 400 18px/20px "FontAwesome";
}

a.icons:hover {
  color: #302e33;
}

.icn1 {
  margin-right: 15px;
}
.icn1:before {
  content: '\f041';
}
@media (max-width: 767px) {
  .icn1 {
    margin-right: 0;
  }
}

/*==================  Blockqute     ===================*/
blockquote h3 {
  position: relative;
  padding-left: 61px;
}
blockquote h3:before {
  content: "\f10d";
  position: absolute;
  left: 0px;
  top: -9px;
  font-family: "FontAwesome";
  font-size: 45px;
}
blockquote h3 + p.h3 {
  margin-top: 50px;
  line-height: 28px;
}
* + blockquote {
  margin-top: 103px;
}

/*================== Block-icon     ===================*/
.block-icon {
  max-width: 370px;
  position: relative;
  padding-left: 90px;
}
.block-icon .icon {
  position: absolute;
  font-size: 54px;
  color: #00a7b5;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -14px;
  top: -2px;
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
}
.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: 4px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  position: relative;
  padding: 6px 29px 5px;
  background: transparent;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
@media (max-width: 991px) {
  .sf-menu > li > a {
    padding: 4px 20px 4px;
  }
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #fff;
  color: #302e33;
}
.sf-menu > li.active > a {
  background: #fff;
  color: #302e33;
}
.sf-menu > li.dropdown {
  position: relative;
}
.sf-menu > li.dropdown:before {
  content: "\f078";
  position: absolute;
  font-size: 8px;
  font-family: "FontAwesome";
  color: #fff;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sf-menu ul {
  display: none;
  position: absolute;
  font-family: "Roboto", sans-serif;
  top: 140%;
  width: 150px;
  background: #fff;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}

.sf-menu ul > li a {
  color: #302e33;
  font-family: "Comfortaa", sans-serif;
  font-size: 15px;
  line-height: 36px;
  padding-left: 19px;
  width: 100%;
  position: relative;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #00a7b5;
}

.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: #302e33;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@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: #00a7b5;
  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: #00a7b5;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1500px) {
  .isStuck address {
    display: none;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 42px;
  line-height: 46px;
  color: #00a7b5;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #aaa7ae;
  text-decoration: none;
}

.mobile .toTop,
.tablet .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;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #00a7b5;
  padding-top: 40px;
  padding-bottom: 43px;
  text-align: center;
  position: relative;
}
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header .brand {
  float: left;
}
header .nav {
  text-align: left;
  margin-left: 4.6%;
  margin-top: 9px;
  display: inline-block;
}
@media (max-width: 1500px) {
  header .nav {
    float: right;
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  header .nav {
    margin-top: 5px;
  }
}
header address {
  float: right;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  padding-right: 30px;
  padding-top: 20px;
}
header address br {
  display: none;
}
@media (max-width: 1500px) {
  header address {
    position: absolute;
    top: 20px;
    right: 30px;
    padding-right: 0px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  header address {
    width: 90%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 420px) {
  header address br {
    display: block;
  }
  header address a {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: transparent;
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well1 {
  padding-top: 249px;
  padding-bottom: 217px;
}
@media (max-width: 767px) {
  .well1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.well2 {
  padding-top: 270px;
  padding-bottom: 294px;
}
@media (max-width: 767px) {
  .well2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.well3 {
  padding-top: 265px;
  padding-bottom: 298px;
}
@media (max-width: 767px) {
  .well3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.well3_ins1 {
  padding-bottom: 282px;
}
@media (max-width: 767px) {
  .well3_ins1 {
    padding-bottom: 100px;
  }
}

.well4 {
  padding-top: 196px;
  padding-bottom: 209px;
}
@media (max-width: 767px) {
  .well4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.well4_ins1 {
  padding-bottom: 680px;
}
@media (max-width: 767px) {
  .well4_ins1 {
    padding-bottom: 120px;
  }
}

.well4_ins2 {
  padding-bottom: 380px;
}
@media (max-width: 767px) {
  .well4_ins2 {
    padding-bottom: 120px;
  }
}

.well5 {
  padding-top: 310px;
  padding-bottom: 297px;
}
@media (max-width: 767px) {
  .well5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.well6 {
  padding-top: 174px;
  padding-bottom: 218px;
}
@media (max-width: 767px) {
  .well6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.well6_ins {
  padding-bottom: 184px;
}
@media (max-width: 767px) {
  .well6_ins {
    padding-bottom: 100px;
  }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  padding-top: 63px;
  padding-bottom: 49px;
}
@media (max-width: 991px) {
  footer {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
footer .rights {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  color: #58565b;
}
footer .rights a {
  white-space: nowrap;
}
footer .rights a:hover {
  color: #00a7b5;
  text-decoration: none;
}
