@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=Open+Sans:100,300,400,700,600);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #c8c8c8;
  font: 400 14px/23px "Arial", sans-serif;
  -webkit-text-size-adjust: none;
  background: #1e1e1e;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #4c4c4c;
  font-weight: 300;
}

h2 {
  font-size: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
h2.mod2 {
  font-size: 50px;
  line-height: 50px;
  padding-left: 200px;
  position: relative;
}
@media (max-width: 767px) {
  h2.mod2 {
    font-size: 30px;
    line-height: 1.2;
    padding-left: 0;
  }
}
h2.mod2 i {
  font-size: 171px;
  line-height: 170px;
  color: #4c4c4c;
  position: absolute;
  top: -45px;
  left: 0;
}
@media (max-width: 767px) {
  h2.mod2 i {
    display: none;
  }
}

h3 {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 36px;
    line-height: 1.2;
  }
}

h4 {
  font-size: 25px;
  line-height: 10px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 28px;
    line-height: 1.2;
  }
}

h5 {
  font-size: 16px;
  line-height:16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h5 {
    font-size: 16px;
    line-height: 1.2;
  }
}

h6 {
  font-size: 15px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
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^="callto:"]:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  width: 1336px;
  margin: 136px auto;
}
@media (max-width: 1337px) {
  .page {
    width: 100%;
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .page {
    margin: 0 auto;
  }
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #c8c8c8;
}

.link1 {
  color: #94b73e;
}
.link1:hover {
  color: #c8c8c8;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
* + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {
  margin-top: 20px;
}

h2 + h5 {
  margin-top: 72px;
}

h3 + h5 {
  margin-top: 45px;
}

h4 + h5 {
  margin-top: 39px;
}

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

.marTop1 {
  margin-top: 47px;
}
.marTop1 h4 + h5 {
  margin-top: 32px;
}

.marTop2 {
  margin-top: 25px;
}

.marTop3 {
  margin-top: 56px;
}

.marTop4 {
  margin-top: 56px;
}

.marTop4 + .marTop4 {
  margin-top: 23px;
}

.marTop5 {
  margin-top: 15px;
}

.marTop6 {
  margin-top: 71px;
}

.marTop7 {
  margin-top: 47px;
}

.marTop8 {
  margin-top: 47px;
}

.marTop8 {
  margin-top: 65px;
}

img + h4 {
  margin-top: 49px;
}

img + h5 {
  margin-top: 34px;
}

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

.pad1 img + h5 {
  margin-top: 57px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 20px 0;
  padding-left: 138px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
  .brand {
    padding-left: 90px;
  }
}
.brand:before {
  position: absolute;
  display: inline-block;
  content: '\f1ad';
  font-family: "FontAwesome";
  left: 0;
  top: -13px;
  text-indent: 3px;
  background: #94b73e;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 114px;
  height: 114px;
  font-size: 47px;
  line-height: 114px;
  text-align: center;
}
@media (max-width: 991px) {
  .brand:before {
    width: 84px;
    height: 84px;
    font-size: 40px;
    line-height: 84px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
}
.brand_name {
  overflow: hidden;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: -36px;
  margin-left: 9px;
}
@media (max-width: 991px) {
  .brand_name {
    font-size: 57px;
    line-height: 1;
    margin-top: -30px;
  }
}
.brand_slogan {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
  margin-top: -4px;
  margin-left: 12px;
}
@media (max-width: 991px) {
  .brand_slogan {
    font-size: 11px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 14px;
}
.inline-list a {
  display: inline-block;
  width: 79px;
  height: 79px;
  line-height: 79px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background-color: #b5c0af;
}
@media (max-width: 1199px) {
  .inline-list a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .inline-list a {
    margin-top: 20px;
  }
}
.inline-list a:hover {
  color: #fff;
  background-color: #94b73e;
}

/*==================    Quote     ======================*/
blockquote .box_cnt__no-flow {
  padding-left: 30px;
}
blockquote q:before {
  position: relative;
  top: -2px;
  left: 0;
  padding-right: 7px;
  content: "\f10d";
  color: #94b73e;
  font-family: "FontAwesome";
  font-size: 34px;
  line-height: 28px;
  vertical-align: top;
  z-index: 10;
}
blockquote cite {
  display: block;
  font-size: 16px;
  color: #94b73e;
}
blockquote cite a:hover {
  text-decoration: underline;
}
blockquote p + cite {
  margin-top: 8px;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  position: relative;
  margin-top: 48px;
}
.index-list li {
  padding-left: 152px;
  position: relative;
  padding-bottom: 15px;
}
.index-list li:before {
  position: absolute;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  width: 110px;
  height: 110px;
  line-height: 110px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  background: #94b73e;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: Arial;
  top: 0;
  left: 15px;
}
.index-list h5 + p {
  margin-top: 17px;
}
.index-list li + li:before {
  background: #f15f43;
}
.index-list li + li + li:before {
  background: #3498db;
}
.index-list li + li + li + li:before {
  background: #e8e8e8;
}
.index-list li + li + li + li + li:before {
  background: #b5c0af;
}
.index-list li + li + li + li + li + li:before {
  background: #4c4c4c;
}
@media (min-width: 1199px) {
  .index-list li.col-lg-1:nth-child(12n + 13),
  .index-list li.col-lg-2:nth-child(6n + 7),
  .index-list li.col-lg-3:nth-child(4n + 5),
  .index-list li.col-lg-4:nth-child(3n + 4),
  .index-list li.col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index-list li.col-md-1:nth-child(12n + 13),
  .index-list li.col-md-2:nth-child(6n + 7),
  .index-list li.col-md-3:nth-child(4n + 5),
  .index-list li.col-md-4:nth-child(3n + 4),
  .index-list li.col-md-6:nth-child(2n + 3) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-list li.col-sm-1:nth-child(12n + 13),
  .index-list li.col-sm-2:nth-child(6n + 7),
  .index-list li.col-sm-3:nth-child(4n + 5),
  .index-list li.col-sm-4:nth-child(3n + 4),
  .index-list li.col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
}
@media (max-width: 479px) {
  .index-list li.col-xs-1:nth-child(12n + 13),
  .index-list li.col-xs-2:nth-child(6n + 7),
  .index-list li.col-xs-3:nth-child(4n + 5),
  .index-list li.col-xs-4:nth-child(3n + 4),
  .index-list li.col-xs-6:nth-child(2n + 3) {
    clear: left;
  }
}

/*==================  Marked List  ======================*/
.marked-list {
  margin-top: 22px;
  background: #fafafa;
  text-align: left;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  text-transform: uppercase;
  font-size: 15px;
  color: #4c4c4c;
  overflow: hidden;
  letter-spacing: -0.4px;
}
.marked-list li {
  position: relative;
}
.marked-list li:before {
  content: '\f054';
  position: absolute;
  left: 31px;
  top: 18px;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #94b73e;
}
.marked-list li:nth-child(2n+1) {
  background: #f4f5f5;
}
.marked-list a {
  padding: 16px 2px 19px 75px;
  display: block;
}
.marked-list a:hover {
  color: #94b73e;
  background: #e5eece;
  text-decoration: none;
}

/*==================   Contact List   ======================*/
.contact-list {
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #4c4c4c;
}
@media (max-width: 479px) {
  .contact-list {
    font-size: 15px;
  }
}
.contact-list a[href^="mailto:"] {
  text-decoration: none;
}
.contact-list a[href^="mailto:"]:hover {
  text-decoration: none;
  color: #94b73e;
}
.contact-list li {
  overflow: hidden;
  min-height: 79px;
  position: relative;
  padding-left: 113px;
}
@media (max-width: 479px) {
  .contact-list li {
    min-height: 10px;
  }
}
@media (max-width: 479px) {
  .contact-list li {
    padding-left: 0;
    padding: 0 15px;
  }
}
.contact-list li:before {
  position: absolute;
  display: inline-block;
  font-size: 25px;
  width: 79px;
  height: 79px;
  line-height: 79px;
  left: 15px;
  top: 0;
  background: #94b73e;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 479px) {
  .contact-list li:before {
    display: none;
  }
}
.contact-list li dl {
  margin-top: 15px;
  overflow: hidden;
}
.contact-list li dt {
  float: left;
}
.contact-list li dd {
  float: right;
  margin-right: 5px;
}
.contact-list li dl.mail {
  clear: both;
}
.contact-list li dl.mail dd, .contact-list li dl.mail dt {
  display: block;
  float: none;
}
.contact-list li dt + dd {
  margin-top: 0;
}
.contact-list li dd + dt {
  clear: both;
  margin-top: 0;
}

/*==================     Privacy    =====================*/
.privacy {
  padding-top: 78px;
  padding-bottom: 22px;
}
.privacy dt {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #94b73e;
  text-transform: uppercase;
}
.privacy dt + dd {
  margin-top: 22px;
}
.privacy dd + dt {
  margin-top: 44px;
}
.privacy a {
  color: #94b73e;
  text-decoration: underline;
}
.privacy a:hover {
  color: #c8c8c8;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #94b73e;
}

.bg2 {
  background: #4c4c4c;
}

.bg3 {
  background: #c8c8c8;
}

.color1 {
  color: #94b73e;
}

.color2 {
  color: #4c4c4c;
}

.color3 {
  color: #c8c8c8;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 3px solid #4c4c4c;
  padding: 24px 30px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.btn + .btn {
  margin-left: 23px;
}
.btn i {
  font-size: 25px;
  color: #94b73e;
  font-family: "FontAwesome";
  margin-right: 5px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  background: #4c4c4c;
}
.btn:hover i {
  color: #fff;
}
.btn:active {
  background: #4c4c4c;
}
.btn:active i {
  color: #fff;
}
@media (max-width: 1199px) {
  .btn {
    margin-bottom: 3px;
  }
}
@media (max-width: 479px) {
  .btn {
    width: 100%;
    text-align: center;
  }
  .btn + .btn {
    margin-left: 0;
  }
}

.btn2 {
  display: inline-block;
  width: 99px;
  height: 99px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  background: #fff;
  color: #4c4c4c;
  display: inline-block;
  font-size: 25px;
  line-height: 99px;
  background: #94b73e;
  text-align: center;
  color: #fff;
}
.btn2:hover {
  background: #4c4c4c;
}
.btn2:hover i {
  color: #fff;
}
.btn2:active {
  background: #4c4c4c;
}
.btn2:active i {
  color: #fff;
}

.btn3 {
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  background: #4c4c4c;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  padding: 30px 39px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  /*width: 100%;*/
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.btn3:hover {
  color: #fff;
  background: #818181;
}
.btn3:active {
  color: #fff;
  background: #818181;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.menu-main {
  width: 100%;
  background: #4c4c4c;
}

.sf-menu {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 100%;
}
.sf-menu > li {
  position: relative;
  background: #4c4c4c;
  text-align: center;
  float: left;
}
.sf-menu > li + li {
  margin-left: 58px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #818181;
  width: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #94b73e;
}
.sf-menu > li.active > a {
  color: #94b73e;
}

.sf-menu ul {
  display: none;
  position: absolute;
  left: -57%;
  top: 100%;
  width: 220px;
  margin-top: 5px;
  padding: 20px 0 20px;
  background: #94b73e;
  z-index: 999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
.sf-menu ul:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 50%;
  margin-left: -6px;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 7px 6.5px;
  border-color: transparent transparent #94b73e transparent;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 19px;
  color: #fff;
  padding: 7px 5px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #384517;
  text-decoration: none;
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 180px;
  margin-left: 10px;
  padding: 20px 0 20px;
  z-index: 4;
  margin-top: -20px;
  background: #4c4c4c;
}
.sf-menu ul ul:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: -1px;
  top: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 7px 5.5px 0;
  border-color: transparent #4c4c4c transparent transparent;
}

.sf-menu ul ul > li > a {
  color: #818181;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: none;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 9px;
  top: -9px;
  /*content: $fa-angle-right;*/
  font: 400 16px/50px "FontAwesome";
  color: #94b73e;
}

@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .sf-menu > li + li {
    margin-left: 10px;
  }
  .sf-menu > li > a {
    font-size: 12px;
  }
}
@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: #94b73e;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  width: 100%;
  /*left: 0;*/
  max-width: 1336px;
  margin: 0 auto;
}

.isStuck {
  background: #4c4c4c;
  z-index: 999;
  border-bottom: 1px solid #eee;
}
.isStuck .brand {
  display: none;
}
.isStuck .brand + nav {
  margin-top: 0 !important;
}
.isStuck .sf-menu > li > a {
  padding: 10px 0px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #4c4c4c;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 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: #fff;
  background: #94b73e;
  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;
}

/*--- start Development (to delete) ======================================================== */
.preview-container {
  display: none;
  opacity: 0.6;
  z-index: 99999999999;
  pointer-events: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}

.preview-container.display {
  display: block;
}

.preview-container_bg {
  position: absolute;
  top: 0;
  height: 8000px;
  width: 2050px;
  left: 50%;
  margin-left: -1025px;
  -webkit-filter: opacity(1);
  filter: hue-rotate(120deg);
  filter: invert(1);
  filter: opacity(1);
}

.pr-bg-1 {
  margin: 0 0 0 0;
  height: 8000px;
}

.pr-bg-1 .preview-container_bg {
  background: url(../1.jpg) 50% 0 no-repeat;
}

.develop {
  position: relative;
  min-height: 702px;
  box-sizing: border-box;
}

/* Development (to delete)
========================================================*/
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: #4c4c4c;
  border-top: 28px solid #b5c0af;
}
header .header-bg {
  padding: 118px 0px 114px;
  background: url(../images/header_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
header .brand {
  margin-left: 83px;
}
@media (max-width: 991px) {
  header .brand {
    margin-left: 20px;
  }
}
header .menu-main:before, header .menu-main:after {
  display: table;
  content: "";
  line-height: 0;
}
header .menu-main:after {
  clear: both;
}
header .nav {
  float: left;
  margin-top: 43px;
  margin-left: 82px;
}
@media (max-width: 1199px) {
  header .nav {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  header .nav {
    margin-left: 15px;
  }
}
header .menu-btn {
  float: right;
}
@media (max-width: 767px) {
  header .menu-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header {
    /*text-align: center;*/
  }
  header .brand, header .nav {
    float: none;
  }
  header nav {
    display: none;
  }
}
header.slider-header {
  position: absolute;
  background: none;
  z-index: 10;
  width: 100%;
}
header.slider-header .header-bg {
  background: none;
  padding: 118px 0px 0;
}

.menu-mainpage .menu-main:before, .menu-mainpage .menu-main:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-mainpage .menu-main:after {
  clear: both;
}
.menu-mainpage .nav {
  float: left;
  margin-top: 43px;
  margin-left: 82px;
}
@media (max-width: 1199px) {
  .menu-mainpage .nav {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .menu-mainpage .nav {
    margin-left: 15px;
  }
}
.menu-mainpage .menu-btn {
  float: right;
}
@media (max-width: 767px) {
  .menu-mainpage .menu-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .menu-mainpage {
    text-align: center;
  }
  .menu-mainpage .brand, .menu-mainpage .nav {
    float: none;
  }
  .menu-mainpage nav {
    display: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
main .img_round {
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}

.menu-btn {
  background: #94b73e;
  padding: 28px 33px 29px 26px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  max-width: 337px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .menu-btn {
    max-width: 237px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .menu-btn {
    max-width: 100%;
    padding: 28px 23px 29px 16px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .menu-btn {
    max-width: 100%;
  }
}
.menu-btn i {
  float: left;
  margin-right: 27px;
  font-size: 30px;
  color: #4c4c4c;
  width: 59px;
  height: 59px;
  line-height: 59px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-align: center;
  background: #fff;
}
.menu-btn span {
  overflow: hidden;
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.menu-btn:hover {
  background: #818181;
}

.section1 {
  background: #343434;
  padding: 96px 0 95px;
  color: #787878;
  line-height: 24px;
}
.section1 img {
  margin-top: 7px;
}
.section1 h2, .section1 h3, .section1 h4 {
  color: #fff;
}
.section1 h5 + p {
  margin-top: 14px;
}

.section2 {
  background: #f4f5f5;
  padding: 94px 0 117px;
}

.section3 {
  background: #94b73e;
  padding: 85px 0 84px;
}
.section3 h2, .section3 h3, .section3 h4 {
  color: #fff;
}

.banner {
  position: relative;
  margin-top: 41px;
  margin-bottom: 35px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  background: #fff;
}
@media (max-width: 479px) {
  .banner {
    margin-bottom: 80px;
  }
}
.banner .icon-holder {
  background: #94b73e;
  text-align: center;
  padding: 65px 0 66px;
  -webkit-border-radius: 38px 38px 0 0;
  -moz-border-radius: 38px 38px 0 0;
  border-radius: 38px 38px 0 0;
}
.banner .icon-holder i {
  width: 118px;
  height: 118px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  background: #fff;
  color: #4c4c4c;
  display: inline-block;
  font-size: 60px;
  line-height: 118px;
}
.banner .icon-holder i.size1 {
  font-size: 53px;
}
.banner .icon-holder i.size2 {
  font-size: 49px;
}
.banner .banner-cont {
  padding: 43px 20px 80px 50px;
  text-align: center;
}
.banner h4, .banner h5, .banner p {
  text-align: left;
}
.banner h5 {
  color: #94b73e;
}
.banner h5 + p {
  margin-top: 18px;
}
.banner .btn2 {
  margin-left: -28px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
}

.banners-all > div + div .icon-holder {
  background: #f15f43;
}

.banners-all > div + div + div .icon-holder {
  background: #3498db;
}

.banners-all > div + div + div + div .icon-holder {
  background: #e8e8e8;
}

.banners-all > div + div + div + div + div .icon-holder {
  background: #b5c0af;
}

.banners-all > div + div + div + div + div + div .icon-holder {
  background: #4c4c4c;
}

.banner2 {
  position: relative;
  margin-top: 41px;
  margin-bottom: 35px;
  background: #94b73e;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  padding: 52px 29px 66px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner2 * {
  color: #fff;
}
.banner2 h5 + p {
  margin-top: 18px;
}

.banners2-all > div + div .banner2 {
  background: #f15f43;
}

.banners2-all > div + div + div .banner2 {
  background: #3498db;
}

/*==================      Well     ======================*/
.well {
  padding-top: 91px;
  padding-bottom: 100px;
}

.well2 {
  padding-top: 92px;
  padding-bottom: 93px;
}

.well3 {
  padding-top: 91px;
  padding-bottom: 113px;
}

.well4 {
  padding-top: 96px;
  padding-bottom: 143px;
}

.well5 {
  padding-top: 92px;
  padding-bottom: 106px;
}

.well6 {
  padding-top: 94px;
  padding-bottom: 67px;
}

.well7 {
  padding-top: 91px;
  padding-bottom: 93px;
}

.well8 {
  padding-top: 96px;
  padding-bottom: 108px;
}

.well9 {
  padding-top: 94px;
  padding-bottom: 92px;
}

.well10 {
  padding-top: 91px;
  padding-bottom: 113px;
}

.well11 {
  padding-top: 115px;
  padding-bottom: 99px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #2a2a2a;
  text-transform: uppercase;
  color: #c4c4c4;
  font-size: 14px;
  background: url(../images/footer_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 153px 0 59px;
}
footer address {
  position: relative;
  padding-left: 62px;
  font-size: 15px;
  line-height: 20px;
  color: #b5c0af;
}
footer address:before {
  position: absolute;
  display: inline-block;
  left: 1px;
  top: -3px;
  font-size: 50px;
  line-height: 50px;
  color: #94b73e;
}
footer address.mod2 {
  line-height: 15px;
  margin-top: -3px;
}
footer address a:hover {
  color: #94b73e;
}
footer .inline-list {
  margin-top: -20px;
}
footer .wrapper {
  text-align: center;
  padding: 141px 0 80px;
  margin-left: 2px;
}
footer .wrapper .copyright {
  margin-top: -2px;
  text-align: left;
  margin-left: 9px;
  text-transform: uppercase;
  color: #c4c4c4;
}
footer .wrapper .brand {
  text-transform: none;
}
footer .wrapper .brand .brand_name {
  margin-top: -49px;
  margin-bottom: 0;
}
footer .wrapper .brand .brand_slogan {
  color: #c4c4c4;
}
