html { 
}
body {
	font-family:Arial, Helvetica, sans-serif;
	  color: #444444;
}
a {
  color: #4caf50;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #3fa07a;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #4caf50;
  border: 1px solid #4caf50;
  color: #fff;
}
.btn-theme:hover {
  background: #3fa07a;
  border: 1px solid #3fa07a;
  color: #fff;
}
.btn-theme:active,
.btn-theme:focus {
  color: #fff;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #4caf50;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #225742;
}
.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
  text-align:center;
}
.social-icons li {

}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #3fa07a;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: #317b5e;
}
.social-icons .twitter a:hover {
  background: #9AE4E8;
}
.social-icons .facebook a:hover {
  background: #3b5998;
}
.social-icons .googlepl a:hover {
  background: #FF0000;
}

.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}
.offset-header {
  padding-top: 90px;
}

/* ======= Header ======= */
.header {
  padding: 5px 0px 0px 0px;
  background: #efebe9;
  background-image:url(../../images/bg.png);
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  font-family:robobold;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px;
}
.header h1.logo a {
  color: #fff;
  margin-right:25px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header h1.logo a:hover {
	background-color:#4CAF50;
}
.header h1.logo a img {
  margin-right: 5px;
  max-height: 50px;
}
.header h1.logo .logo-title {
  vertical-align: middle;
}
.header .main-nav{
	background-color:#4caf50;
}
.header .main-nav a{
	color:#FFF;
	font-size:18px;
}
.header .main-nav .dropdown-menu a{
	color:#fff;
}
.dropdown-menu{
	border-radius:0px;
	background-color:#5db761;
	min-width:140px;
	padding:0px;
	border:0px;
}
.dropdown-menu > li{ 
padding-right:0px !important;
width:auto;}

.dropdown-menu > li > a{ 
padding:12px 0px 12px 12px;
/*border-bottom:1px solid #4a924d*/;
}

.dropdown-menu > li > a:hover{ 
	background-color:#4a924d !important;
}
.header .main-nav button {
  background: #4caf50;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 5px;
}
.header .main-nav .nav .nav-item.active a {
  color: #4caf50;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #FFFFFF;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 10px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #fff;
  background: #4caf50;
  border-radius:5px; 
}
.header .main-nav a:hover {
  color: #fff;
  background: #1b5e20;
  /*transition: 0.5s ease-in;*/
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #4caf50;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
.header .main-nav .nav li{ padding-right:15px;}


.header .icont {
  position: relative;
  width: 35px;
  height: 35px;
  line-height:35px;
  border: 2px solid #4CAF50;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
.header .icont:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.header .icont .fa {
  color: #4caf50;
  font-size: 18px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.header .icont:hover {
  background: #4CAF50;
  color: #fff;
}
/* ======= Footer ======= */
.footer {
	background-color:#4B463F;
	background-repeat:repeat-x;
  color: #B1B0A7;
  padding-top:50px;
  font-size:16px;
}
.footer a{ color:#B1B0A7; 
  }
.contacts a:hover{ color:#4CAF50;}
.footer .copyright {
  color: #B1B0A7;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0; 
}
.footer .links li { padding:3px; }
.footer .links a {
  color: #B1B0A7;
}
.footer .links a:hover {
  color: #4caf50;
}
.footer .subtxt{ font-size:16px; color:#ccc;}
.footer h3{ margin:0px; color:#4CAF50;}
.bottomfooter{ padding:15px; background-color:#413C35;}
.bottomfooter a{ color:#4caf50;}


/* ======= Features Section ======= */
.features {
  padding: 40px 0;
}
.features .icon {
  position: relative;
  width: 45px;
  height: 45px;
  line-height:45px;
  border: 2px solid #4CAF50;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
.features .icon:hover {
  background: #4CAF50;
  color: #fff;
}
.features .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon .fa {
  color: #4caf50;
  font-size: 20px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .content {
  padding: 30px;
}
.features .title {
  color: #999;
  text-align:start;
  padding-left:30px;
  font-size: 18px;
  margin-top: 0;
  text-transform:uppercase;
  font-family:robobold;
}
.features .content p {
  font-weight: 300;
}
.features .feature-row-last {
  margin-top: 30px;
}
.features .btn-link {
  color: #4caf50;
}
.features .btn-link:hover {
  color: #3fa07a;
}
/* ======= How Section ======= */
.how {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.how .content {
  padding: 0 60px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}
.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-left.png') no-repeat left top;
  width: 30px;
  height: 42px;
}
.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-right.png') no-repeat right top;
  width: 30px;
  height: 42px;
}
.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px;
}
.how .content .qr-codes .item p {
  color: #777777;
}
.how .video-container {
  margin-top: 50px;
}
/* ======= FAQ Section ======= */
#company .icon {
  position: relative;
  width: 106px;
  background-color:#4CAF50;
  height: 100px;
  line-height:100px;
  border: 3px solid #4CAF50;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
#company .icon:hover {
  color: #fff;
}
#company .icon:hover .fa {
  color: #fff;
  transition:1s ease;
  transform:rotate(360deg);
}
#company .icon .fa {
  color: #FFF;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0px;
}
.thumbnail:hover{
transition:0.5s ease;
-webkit-box-shadow: 1px 1px 22px -9px rgba(0,0,0,1);
-moz-box-shadow: 1px 1px 22px -9px rgba(0,0,0,1);
box-shadow: 1px 1px 22px -9px rgba(0,0,0,1);
}
#feats .icon {
  position: relative;
  width: 150px;
  background-color:#4CAF50;
  height: 150px;
  line-height:150px;
  border: 3px solid #4CAF50;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
#feats .icon:hover {
  background: #2e7d32;
  color: #4caf50;
  cursor:pointer;
  transition:0.4s ease-in-out;
  -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
	}
#feats .icon:hover .fa {
  color: #fff;
    transition:0.7s ease-in-out;
   -webkit-transform: scale(1.6);
   -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);

}
#feats .icon .fa {
  color: #FFF;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#feats h3{
  font-size:22px;
  margin-top:0px;
}

/* ======= Story Section ======= */
.story {
  background-color: #4caf50;
  color: #fff;
  padding: 80px 0;
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #225742;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #c4e7d9;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #317b5e;
}
.story .team .connect a:hover {
  color: #1b4434;
}
/* ======= Testimonials Section ======= */
.testimonials {
}
.testimonials .title {
  margin-bottom: 60px;
}
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 23px;
}
.testimonials .item .quote-box .fa {
  color: #4caf50;
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.testimonials .item .quote-box .fas .fa {
  color: #4caf50;
  font-size: 18px;
  position: inherit;
}
.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials .item .people .user-pic {
  max-width: 48px;
  max-height: 48px;
}
.testimonials .item .people .user-pic,
.testimonials .item .people .user-pic *,
.testimonials .item .people .user-pic *:before,
.testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials .item .people .name {
  display: block;
}
.testimonials .item .people .title {
  display: block;
  color: #FFF;
  padding-top:5px;
}
.testimonials .press .note {
  color: #4caf50;
  margin-bottom: 30px;
}
.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.testimonials .press li.last {
  margin-right: 0;
}
.testimonials .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
