@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:600,500,300,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #777;
  font: 500 15px/32px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 600;
}

h1 {
  font-weight: 700;
  font-size: 75px;
  line-height: 1;
}
@media (min-width: 980px) and (max-width: 1199px) {
  h1 {
    font-size: 75px;
  }
}
@media (min-width: 480px) and (max-width: 979px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 72px;
  line-height: 80px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  h2 {
    font-size: 62px;
    line-height: 1.1;
  }
}
@media (min-width: 480px) and (max-width: 979px) {
  h2 {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 42px;
    line-height: 1.1;
  }
}

h3 {
  font-size: 51px;
  line-height: 1;
}
@media (max-width: 979px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 19px;
  color: #009963;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 15px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: none;
}
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;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #7bd156;
}

a[href^="malito:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="malito:"]:hover {
  color: #7bd156;
}

strong {
  font-weight: 600;
  font-size: 19px;
  color: #009963;
}

.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;
}

.mg-add {
  margin-top: 50px;
}

.mg-add2 {
  margin-top: 10px;
}

.mg-add3 {
  margin-top: -15px;
}

.mg-add4 {
  margin-top: 15px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + h1 {
  margin-top: 10px;
}

* + h2 {
  margin-top: 10px;
}

* + h3 {
  margin-top: 20px;
}

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

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

* + h6 {
  margin-top: 20px;
}

* + p {
  margin-top: 15px;
}

* + .row {
  margin-top: 35px;
}

h2 + .offset-1 {
  margin-top: 35px;
}

h2 + .offset-2 {
  margin-top: 15px;
}

h2 + img {
  margin-top: 40px;
}

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

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

p + .btn-2 {
  margin-top: 33px;
}

p + .marked-list {
  margin-top: 30px;
}

.marked-list + p {
  margin-top: 30px;
}

.marked-list + .btn {
  margin-top: 40px;
}

.marked-list + .btn-2 {
  margin-top: 40px;
}

.marked-list-2 + .btn-2 {
  margin-top: 20px;
}

* + .flex-list {
  margin-top: 45px;
}

* + .contact-info {
  margin-top: 10px;
}

* + .contact-form {
  margin-top: 20px;
}

* + .terms-list {
  margin-top: 30px;
}

.terms-list + .contact-info {
  margin-top: 35px;
}

header + main {
  margin-top:0px;
  /*margin-top: 40px;*/
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 479px) {
  .brand {
    padding: 65px 0 0 0;
  }
}
.brand:before {
  position: absolute;
  font-family: "FontAwesome";
  content: '\f0e0';
  font-size: 42px;
  color: #fff;
  background: #009963;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  left: 0;
  top: 6.5px;
}
@media (max-width: 479px) {
  .brand:before {
    top: 0;
    left: 50%;
    margin-left: -32.5px;
  }
}
.brand_name {
  overflow: hidden;
  font-size: 35px;
  line-height: 78px;
}
.brand_name .logo {
  color: #777;
  font-weight: 500;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #009963;
}

.bg-secondary {
  background: #7bd156;
}

.bg-3 {
  background: #F6F6F6;
}

/*==================     Icons     ======================*/
.fa {
  font-family: "FontAwesome";
}

.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin {
  font-size: 23px;
}

.fa-female,
.fa-shopping-cart,
.fa-thumbs-o-up,
.fa-users,
.fa-comments,
.fa-sun-o,
.fa-tag,
.fa-thumbs-up,
.fa-star,
.fa-trophy {
  font-size: 69px;
  color: #fff;
  background: #7bd156;
  width: 107px;
  height: 107px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 107px;
}

/*==================  Inline-list  ======================*/
.inline-list {
  display: inline-block;
}
.inline-list li {
  /* float: left; */
  display: inline-block;
  font-size: 23px;
  color: #C2C2C2;
}
.inline-list li + li {
  margin-left: 6px;
}
.inline-list li a {
  display: block;
}
.inline-list li a:hover {
  color: #009963;
}

/*==================      Index-list     ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index-list li {
    padding: 75px 0 0 0;
  }
}
@media (max-width: 479px) {
  .index-list li {
    padding: 75px 0 0 0;
  }
}
.index-list li + li {
  margin-top: 18px;
}
.index-list li:before {
  content: counter(li,decimal);
  text-align: center;
  counter-increment: li;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #7bd156;
  line-height: 60px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index-list li:before {
    top: 0;
  }
}
@media (max-width: 479px) {
  .index-list li:before {
    top: 0;
  }
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================      Marked-list     ======================*/
.marked-list {
  /*color: #009963;*/
  color: #670C40;
  font-weight: 600;
}
.marked-list li {
  position: relative;
  padding-left: 35px;
  font-size: 19px;
}
.marked-list li a {
  display: inline-block;
}
.marked-list li a:hover {
  color: rgba(103, 12, 64, 0.55);;
  /*color: #7bd156;*/
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li + li {
  margin-top: 15px;
}
.marked-list li:before {
  content: '\f054';
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  line-height: inherit;
  color: #009963;
}
.marked-list li.marked-clr-second:before {
  color: #7bd156;
}

/*==================      Marked-list-2     ======================*/
.marked-list-2 {
  display: inline-block;
}
.marked-list-2 li {
  position: relative;
  padding-left: 35px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .marked-list-2 li {
    padding-left: 20px;
  }
}
.marked-list-2 li a {
  display: inline-block;
}
.marked-list-2 li a:hover {
  color: #009963;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list-2 li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  line-height: inherit;
  color: #670C40;
}

/*==================      Marked-list-3     ======================*/
.marked-list-3 li {
  position: relative;
  padding-left: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .marked-list-3 li {
    padding: 75px 0 0 0;
  }
}
@media (max-width: 479px) {
  .marked-list-3 li {
    padding: 75px 0 0 0;
  }
}
.marked-list-3 li + li {
  margin-top: 18px;
}
.marked-list-3 li:before {
  content: '';
  text-align: center;
  font-family: "FontAwesome";
  font-size: 36px;
  color: #7bd156;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #F2F2F2;
  line-height: 70px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .marked-list-3 li:before {
    top: 0;
  }
}
@media (max-width: 479px) {
  .marked-list-3 li:before {
    top: 0;
  }
}
.marked-list-3 li:first-child:before {
  content: '\f085';
}
.marked-list-3 li:nth-child(2):before {
  content: '\f005';
}
.marked-list-3 li:nth-child(3):before {
  content: '\f087';
}

/*==================      Flex-list     ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li:hover {
  opacity: 0.7;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .flex-list,
  .flex-list li {
    display: block;
    text-align: center;
  }
}
/*==================    Buttons    ======================*/
.btn {
  color: #fff;
  background: #009963;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  padding: 17px 56px;
}
.btn span {
  vertical-align: middle;
  padding-left: 10px;
}
.btn:hover {
  background: #333;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:active {
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
}
.btn__skin1 {
  background: #7bd156;
}
.btn__skin2 {
  background: none;
  border: 2px solid #4D4D4D;
}
.btn__skin2:hover {
  color: #7bd156;
  border: 2px solid #7bd156;
}

.btn-2 {
  color: #333;
  background: none;
  border: 2px solid #E0E0E0;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  padding: 17px 55px;
}
.btn-2:hover {
  border: 2px solid #E0E0E0;
  background: #E0E0E0;
}
.btn-2:active {
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
}
.btn-2__skin1:hover {
  border: 2px solid #7bd156;
  background: #7bd156;
  color: #fff;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt span.fa + h4 {
  margin-top: 18px;
}
.box_cnt:hover span.fa {
  /*background: #009963;*/
  background: rgba(104, 13, 65, 0.72);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_cnt__no-flow {
  overflow: hidden;
}

.box-2 {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  background: #F2F2F2;
}
.box-2:before, .box-2:after {
  display: table;
  content: "";
  line-height: 0;
}
.box-2:after {
  clear: both;
}
.box-2_aside {
  float: left;
}
.box-2 img {
  border-top-left-radius: 45px;
  -webkit-border-top-left-radius: 45px;
  -moz-border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  -webkit-border-top-right-radius: 45px;
  -moz-border-top-right-radius: 45px;
  width: 100%;
}
.box-2_cnt {
  padding: 35px 25px 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box-2_cnt {
    padding: 35px 15px 30px;
  }
}
.box-2_cnt__no-flow {
  overflow: hidden;
}

.box-3:before, .box-3:after {
  display: table;
  content: "";
  line-height: 0;
}
.box-3:after {
  clear: both;
}
.box-3_aside {
  float: left;
}
.box-3_header {
  padding: 53px 0;
  background: #7bd156;
  text-align: center;
  border-top-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
}
.box-3_cnt {
  border-bottom-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  background: #F2F2F2;
  padding: 35px 35px 30px;
  text-align: center;
}
.box-3_cnt p {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box-3_cnt {
    padding: 35px 10px 30px;
  }
}
@media (max-width: 479px) {
  .box-3_cnt {
    padding: 35px 10px 30px;
  }
}
.box-3:hover .box-3_header {
  background: #009963;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-3_cnt__no-flow {
  overflow: hidden;
}

/*==================     Pricing-table      ======================*/
.pricing-table {
  max-width: 370px;
  display: inline-block;
}
.pricing-table_header {
  padding: 27px 0 33px;
  /*background: #7bd156;*/
  background: rgba(103, 12, 64, 0.65);
  color: #fff;
  text-align: center;
  border-top-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
}
.pricing-table_header p {
  position: relative;
  display: inline-block;
  right: 8%;
}
.pricing-table_header p span.price {
  font-size: 90px;
  line-height: 1;
}
@media (max-width: 979px) {
  .pricing-table_header p span.price {
    font-size: 80px;
  }
}
.pricing-table_header p span.currency {
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  top: 12px;
  left: -30px;
}
.pricing-table_header p span.price2 {
  font-size: 50px;
  position: absolute;
  top: 12px;
  right: -70px;
}
.pricing-table_header p span.time {
  position: absolute;
  font-size: 15px;
  top: 60px;
  right: -95px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .pricing-table_header p span.time {
    right: -83px;
  }
}
.pricing-table_cnt {
  padding: 35px 10px 40px;
  background: #F2F2F2;
  border-bottom-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  text-align: center;
}
.pricing-table:hover .pricing-table_header {
  background: #670C40;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==================    Login_links    ======================*/
.login_links {
  display: inline-block;
  font-size: 13px;
}
.login_links span {
  font-size: 19px;
  color: #e0e0e0;
}
.login_links a + span {
  margin-left: 13px;
}
.login_links span + a {
  margin-left: 13px;
}
.login_links a:hover {
  color: #7bd156;
}

/*==================     Contact-info     ======================*/
.contact-info dl:before, .contact-info dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info dl:after {
  clear: both;
}
.contact-info dl dt {
  float: left;
  padding-right: 10px;
}
.contact-info dl dt.fax {
  padding-right: 40px;
}
.contact-info dl + dl.email {
  margin-top: 30px;
}

/*==================     Terms-list    ======================*/
.terms-list dt + dd {
  margin-top: 15px;
}
.terms-list dd + dt {
  margin-top: 35px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  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: 24px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #333;
  font-size: 19px;
  font-weight: 600;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  /*color: #7bd156;*/
  color: #932550;
}
.sf-menu > li.sfHover:hover .sf-with-ul:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li.active > a {
  color: #932550;
  /*color: #7bd156;*/
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -25%;
  width: 271px;
  margin-top: 10px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px #e2e2e2;
  -moz-box-shadow: 0 0 2px #e2e2e2;
  box-shadow: 0 0 2px #e2e2e2;
}

.sf-menu ul > li > a {
  color: #333;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid #D9D9D9;
  text-align: left;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #009963;
  background: #F7F7F7;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  -webkit-box-shadow: 0 0 0px #333;
  -moz-box-shadow: 0 0 0px #333;
  box-shadow: 0 0 0px #333;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #333;
  padding-left: 60px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #009963;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 110%;
  top: 37%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@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: #A5BFD2;
  background: #2B3643;
  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 li.active > a {
  background: #7bd156;
  color: #fff;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
  background: #009963;
  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: #2B3643;
  color: #A5BFD2;
}
.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: #2B3643;
  color: #FFF;
  -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: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.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: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@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: #fff;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .sf-menu ul {
  margin-top: 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  background: #7bd156;
  -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: #009963;
  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;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  padding: 15px 0 15px;
  /*padding: 48px 0 47px;*/
  -webkit-box-shadow: 0 10px 15px #E2E2E2;
  -moz-box-shadow: 0 10px 15px #E2E2E2;
  box-shadow: 0 10px 15px #E2E2E2;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
header .navbar_top {
  text-align: right;
}
header .navbar_top .login_links + .inline-list {
  margin-left: 27px;
}
@media (max-width: 479px) {
  header .navbar_top .login_links + .inline-list {
    margin-left: 0;
  }
}
header .navbar_top + .sf-menu {
  margin-top: 13px;
}
@media (max-width: 979px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
  header .navbar_top {
    text-align: center;
  }
}

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

blockquote {
  padding-top: 15px;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.img_width {
  width: 100%;
}

.text-style_1 {
  font-weight: 500;
}

.text-style_2 {
  font-weight: 300;
}

.text-style_3 {
  text-align: center;
}

.clr-1 {
  color: #777;
}

.clr-2 {
  color: #fff;
}

.clr-primary {
  color: #009963;
}

.clr-second {
  color: #7bd156;
}

.word-wrap {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 75px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .well-1 {
    padding-bottom: 75px;
  }
}

.well-2 {
  padding: 85px 0 100px;
}

.well-3 {
  padding: 85px 0 110px;
}

.well-4 {
  padding: 95px 0 85px;
}

.well-5 {
  padding: 45px 0 85px;
}

.well-6 {
  padding: 80px 0 80px;
}

.well-7 {
  padding: 40px 0 100px;
}

.well-8 {
  padding: 95px 0 10px;
}
@media (max-width: 1199px) {
  .well-8 {
    padding: 95px 0 50px;
  }
}

.well-9 {
  padding: 50px 0 110px;
}

.well-10 {
  padding: 95px 0 105px;
}

.well-11 {
  padding: 50px 0 35px;
}

.well-12 {
  padding: 50px 0 90px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  border-top: 1px solid #F6F6F6;
  padding: 30px 0;
  background: #fff;
  font-size: 13px;
}
footer a:hover {
  color: #009963;
}
