@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);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

img.ssl {
  width: 100px;
  border-radius: 100%;
  border: 1px solid #c4c1c1;
}

div#secction2 {
  margin-top: -15px;
}

div#mail {
  margin-top: 8px;
}

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

.img-width {
  width: 100%;
  height: 353px;
}

* + 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: 40px;
}

.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: "\f18c";
  font-size: 42px;
  color: #fff;
  background: #009963;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 479px) {
  .brand:before {
    top: 0;
    left: 50%;
    margin-left: -32.5px;
  }
}

.brand_name {
  overflow: hidden;
  font-size: 35px;
  margin-top: 10px;
}

.brand_name .logo {
  color: #777;
  font-weight: 500;
  display: block;
  font-size: 22px;
  padding-bottom: 5px;
}

.bg-primary {
  background: #009963;
}

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

.bg-3 {
  background: #f6f6f6;
}

.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:not(.review-icons),
.fa-trophy,
.fa-home,
.fa-building {
  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 {
  display: inline-block;
}

.inline-list li {
  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;
}

.ft-developer {
  text-align: right;
}

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

.inline-list li a span {
  color: #ffffff;
  background-color: #7bd156;
  border-radius: 5px;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
  margin-top: 6px;
  text-align: center;
}

.inline-list li a:hover span.fa-mr,
.inline-list li a:hover span.fa-yelp,
.inline-list li a:hover span.fa-facebook,
.inline-list li a:hover span.fa-envelope {
  background-color: #333;
}

.followus-icons {
  font-size: 35px;
  float: left;
  margin-right: 10px;
  background-color: #009963;
  color: white;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 100%;
  /* margin-top: 15px; */
}

.reviews-icons img {
  border-radius: 10px;
  display: block;
  margin: 10px auto;
}

.txt_section1 {
  width: 100%;
  padding: 14px 10px 14px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #009963;
}

.txt_section1 h3 {
  font: 300 20px/25px "Open Sans", Arial, sans-serif;
  color: #31353d;
  text-transform: uppercase;
  color: #fff;
}

.page-reviews {
  background-color: #ffffff;
  color: #009963;
  font-size: 50px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 100%;
}

.clr-second-new {
  color: #ffffff;
}

.well-0 {
  margin-top: 0px;
}

.flex-list .reviews-icons img {
  filter: url("#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray();
}

.flex-list .reviews-icons img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
}

.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 {
  color: #009963;
  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: #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 {
  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: #009963;
}

.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 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.flex-list li {
  display: table-cell;
}

.flex-list li:hover {
  -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;
  }

  div#mail {
    margin-bottom: 20px;
  }
}

.btn {
  color: #fff !important;
  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;
  background-color: #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 55px;
  color: #ffffff;
}

.btn-2:hover {
  background-color: #333;
}

.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.style-2 {
  background-color: #333;
}

.btn-2.style-2:hover {
  background-color: #009963;
}

.btn-2__skin1:hover {
  background: #333;
  color: #fff;
}

.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;
  -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 {
  max-width: 370px;
  display: inline-block;
}

.pricing-table_header {
  padding: 27px 0 33px;
  background: #7bd156;
  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 only screen and (max-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .pricing-table_header p span.time {
    right: -83px;
  }

  .isotope-box {
    margin-left: 0px !important;
  }
}

.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_cnt > ul {
  min-height: 250px;
}

.pricing-table:hover .pricing-table_header {
  background: #009963;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.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 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 dt + dd {
  margin-top: 15px;
}

.terms-list dd + dt {
  margin-top: 35px;
}

.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 > a > span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  margin-top: -10px;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #7bd156;
}

.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: #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: 991px) {
  .sf-menu {
    display: none;
  }
}

.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-mobilemenu_ul li a span {
  display: none;
}

.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 0.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: 991px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }

  .ft-developer,
  .ft-copyright {
    text-align: center;
  }

  .img-width {
    height: 203px;
  }

  .isotope-box figure a img {
    height: 190px !important;
  }

  .pagination li:first-child {
    margin-left: 0px !important;
  }

  .isotope-box {
    margin-left: -5px !important;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

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

.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 {
  background: #fff;
  padding: 30px 0px 30px 0px;
  -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;
  margin-top: 15px;
}

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

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-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 {
  border-top: 1px solid #f6f6f6;
  padding: 30px 0;
  background: #fff;
  font-size: 13px;
}

footer a:hover {
  color: #009963;
}

.btn-wr {
  text-align: center;
  margin-top: 20px;
}

.new-content {
  text-align: right;
}

p.text-color {
  font-size: 16px;
  color: #8e8e8e;
}

#contact-form .btn-wr button {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  background: rgb(0, 153, 99);
  border-radius: 28px;
  padding: 18px 50px;
}

#contact-form .btn-wr button:hover {
  background: rgb(123, 209, 86);
  transition: 0.3s;
}

.m-0 {
  margin: 0;
}

.mb-1 {
  margin-bottom: 0.75rem;
}

.mb-2 {
  margin-bottom: 1.25rem;
}

.mb-3 {
  margin-bottom: 1.75rem;
}

.align-items-center {
  align-items: center;
}

.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row-o > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}

/* CLASES BOOSTRAP */

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.text-warning {
  color: #ffc107;
}

/* Columnas para pantallas extra pequeñas (xs) */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* Columnas para pantallas pequeñas (sm) */
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* Columnas para pantallas medianas (md) */
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .box_cnt p {
    height: 192px;
  }
}

/* Columnas para pantallas grandes (lg) */
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .box_cnt p {
    height: 160px;
  }
}

/* Columnas para pantallas extra grandes (xl) */
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .box_cnt p {
    height: 192px;
  }
}

/* Columnas para pantallas extra extra grandes (xxl) */
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
