@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
body, html { overflow-x:hidden; }
body
 {
/*font-family: 'Avenir Next W01',Helvetica,Roboto,Arial,sans-serif;*/
	font-family:-apple-system,BlinkMacSystemFont,segoe ui,roboto,oxygen,cantarell,helvetica neue,ubuntu,sans-serif!important;
/*   font-family: 'Lato', Arial; */
  color: #000000;
  -webkit-font-smoothing: antialiased;
  background-color:#DCEDC8;
}
a 
{
  font-family:-apple-system,BlinkMacSystemFont,segoe ui,roboto,oxygen,cantarell,helvetica neue,ubuntu,sans-serif!important;
  /* font-family: 'Lato', Arial; */
  -webkit-font-smoothing: antialiased;
  color: inherit;
}

a:hover 
{
    text-decoration: none!important;
}

div.content 
{
  overflow: hidden ;
}
h1,
h2,

h4,
h5,
h6,
.h1,
.h2,
.h4,
.h5,
.h6 {
  color: #757575;
  /* color: #000000; */

}


/*
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}*/

header .navbar-default {
  background: #dcedc8!important;
 /*  background-image: linear-gradient(100deg, #f9fff2 5%, #757575 95%); */
  border: none;
  /* padding-top: 10px; */
  padding-bottom: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav {
  padding-top: 10px;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  padding: 7px 12px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


/*

header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 50%;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 20px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color: #c5e620;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #c5e620;
}
*/




header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
header .navbar-default ul.navbar-nav li a:focus {
  color: #c5e620;
}
header .navbar-default .navbar-brand {
  height: auto;
  padding-left: 10px;
  
}
header .navbar-default.scrolled {
/* background: rgba(255, 255, 255, 0.8); */
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 10px 0 10px 0!important;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 50px;
}
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 15px;
}

/*
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1/0;
}
*/

.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  /*margin: 13px 0 80px;*/
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #000000;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  /* color: #ffffff; */
  color: #4e5644;
}
.section-heading.inverse .divider:after {
/*   background: #ffffff; */
  background: #689F38;
}

p .home
{
width:80%;	
font-size:22px!important;
line-height:20px!important;	
}

section#about {
padding-top:100px;
position: relative;
background: #a7ce45; /* #c5e620; */
min-height:700px;
  }
section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: #000000!important;
}
section#about .about-item i.fa {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 160px;
}
section#about .about-item i.fa {
  border: 2px solid  #4e5644;/* #29aecc; */
  color: #4e5644;/* #29aecc; */
}
section#about .about-item:hover i.fa {
  color:#f1f1f1;
  font-size:90px;
  background:#4e5644;/* #28c3d5; */
    border: 0px solid;
}

section#about .about-item:hover h3 {
  color: #29aecc;
}

section#features 
{

padding:100px 0 100px 0;
position: relative;
min-height:700px;
}

.fa-4x {
    font-size:4em;
}

section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.4em;
  text-align: center;
}
#features .media
{
  padding-top: 10px;	
}


section#features .media .media-heading {

  font-weight: 300;
  font-size:25px!important;
}
section#features .media .media-body {
  color: #000000;
  padding-top:35px;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}

section#reviews
{
padding:100px 0 100px 0;
position: relative;	
min-height:700px;
}

section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 10px 0 50px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #000000!important;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
.solution
{
padding:30px;
}
.solution i
{
background-color:#BDBDBD!important;
/* background:#C5E620; */
border-radius:50%;
height: 180px;
width: 180px;
line-height: 180px;
}
.solutionicon
{
	color:#4e5644!important;
/* color:#ffffff!important; */	
}

h2.solutionhead
{
/* color:#ffffff;	 */
color:#4e5644!important;
}
}
section#screens
{
padding:180px 0 100px 0!important;
position: relative;	
min-height:700px;	
background-color: #f6f6f6!important;
}

section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
  padding-top:20px;
  font-size:20px;
  font-weight:600;
}
section#screens .filter1 {
  text-align: center;
  /*padding-top:25px;*/
  
  }
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */

section#demo{
min-height:700px;
}

section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */

section#getApp
{
padding:100px 0 100px 0;
position: relative;		
min-height:700px;
}

section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* support section */
section#support {
  padding: 100px 0 150px 10px;
  min-height:700px;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media i.fa {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}


section {
  position: relative;
  padding-bottom: 40px!important;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 1;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Lato', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: /*#ffffff;*/black;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: black;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
 .btn.btn-primary {
  border: 2px solid #4e5644!important;
  background-color: #4e5644!important;
  color:#f1f1f1!important;
}
.btn.btn-primary:hover {
  color: #f1f1f1;
  background-color: #3d3e3b!important;
} 
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  color: #000000;
  border: 2px solid #689F38;
  /* border: 2px solid #cccccc; */
  font-weight: 400;
  font-size:20px;
  background-color: #ecf3e6!important;
}

form .form-control:focus {
  border-color: #689F38;
  color: #000000;
  font-weight: 400;
  font-size:20px;
}

form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}




.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 5em;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header {
  background: none;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00ac7a; 0%, 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00ac7a;), color-stop(100%,));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #00ac7a; 0%, 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #00ac7a; 0%, 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #00ac7a; 0%, 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #00ac7a; 0%, 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=/*#336799*/, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.mainmenu {
  /* color: #f1f1f1; */
  /* color: #5ba920; */
  background: none;
}
header .navbar-default ul.navbar-nav li a {
  color: #212121;
  /* color: #5ba920; */
  background: none;
}

@media (max-width: 1200px) {
	
header .navbar-default ul.navbar-nav li a {

  color: #212121;
  background: none;
}	
	
}

header .navbar-default ul.navbar-nav li a.getApp {
  color: #3c79b4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #4081bf;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #212121;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled {
  border-bottom: 0px solid #29aecc; 
  }
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #212121;
  /* color: #06a6df; */
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #212121!important;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background:#212121;
}
header .navbar-default.scrolled .navbar-brand {
  /*background: /*#336799 #00ac7a;*/
  
}
section .section-heading .divider:after {
	background: #689F38;
  /* background: #29aecc; */
}

section#features {
background: #BDBDBD;

}
section#features header h1:after {
  background: #29aecc;
}
section#features .media i.fa {
  border: 2px solid #E4429D;
  color: #ffffff;
  background-color:#E4429D;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #c5e620;
}
section#features .media:hover h3 {
  color: #06a6df;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #00ac7a;
}
section#features .media.active .media-heading {
  color: #00ac7a;
}
section#reviews {
   background:#a7ce45; /* #06a6df; */
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #00ac7a;
}
section#reviews .review-filtering .review .review-comment p span i {
  color:#00ac7a;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #00ac7a;
}
section#screens header h1:after {
  background: #00ac7a;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #000000!important;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #00ac7a;
}
section#screens .filter .button {
  border: 2px solid #cccccc;
  color: #000000;
  background-color: #D62A8F;
}
section#screens .filter .button:hover {
  color: #000000;
  background: #c5e620;
  border-color:none;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #29aecc;
  border-color: #29aecc;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #29aecc;
}
/* Get app Section */
section#getApp {
/*  background: url("../img/freeze/bk-freeze-ga.jpg");*/
  background: #c5e620;
}
section#getApp header {
  color: #000000;
}
section#getApp header h1:after {
  background: #000000;
}
section#getApp .platforms .media {
  border: 2px solid #000000;
  color: #000000;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: /*#66cdcc*/ #28c3d5;
}
/* support section */
section#support header h1:after {
  background: #00ac7a;
}
section#support .media i.fa {
  /* border: 2px solid #06a6df; */
  color: #689F38;/* #06a6df; */
}
/* section#support .media a {
  color: #06a6df;
} */
section#support .media:hover i.fa {
  color: #ffffff;
  background: #c5e620;
    border: 0px solid;
}
section#support .media:hover h3 {
  color: #00ac7a;
}

/* footer section 
footer {
  background: #29aecc;

  background: -moz-linear-gradient(-45deg, #29aecc; 0%, 100%);

  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #29aecc;), color-stop(100%,));

  background: -webkit-linear-gradient(-45deg, #29aecc; 0%, 100%);

  background: -o-linear-gradient(-45deg, #29aecc; 0%, 100%);

  background: -ms-linear-gradient(-45deg, #29aecc; 0%, 100%);

  background: linear-gradient(-45deg, #29aecc; 0%, 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=/*#336799*/, GradientType=1);

}*/

.navbar-toggle {
text-align:center!important;
  background-color:none!important;
  border: 0px solid #000000!important;
  border-radius:1em!important;
  -webkit-border-radius:1em;
  -moz-border-radius:1em;
  -ms-border-radius:1em;
  -o-border-radius:1em;
  height:40px!important;
  width:45px!important;
}

.navbar-toggle .icon-bar{
color:#ffffff!important;
background-color:#000000!important;
display:block!important;
width:20px!important;
height:3px!important;
border-radius:0.5em!important;
-webkit-border-radius:0.5em;
-moz-border-radius:0.5em;
-ms-border-radius:0.5em;
-o-border-radius:0.5em;
}



.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #00ac7a;
  border-color:#00ac7a;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}

@media screen and (max-width: 640px) {
#slider_wrapper
{
margin-top:90px!important; /* 80 */
}
	
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {

	border-bottom: 1px solid;
	text-align:center;
  }

  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #c5e620;
  }
  header .navbar-default .navbar-collapse {
    /* background: #ffffff!important;  */
	}

  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #212121;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #f1f1f1!important;
	text-align:center!important;
	   background: #212121!important;

  }
}

/*media width edited in 15-10-15(979px to 1200px)*/
@media screen and (max-width: 1200px) {
	
	
	
header .navbar-default .navbar-collapse
{
width:100%;
}	
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none!important;
  }
  header .navbar-default ul.navbar-nav li a {

    border-bottom: 0px solid;
		text-align:center;
  }

  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #f1f1f1; 
	background: #212121;
  }
 /*  header .navbar-default .navbar-collapse {
    background: #ffffff!important;
	    border-bottom: 1px solid;
  } */

  header .navbar-default.scrolled ul.navbar-nav li a {
    /* color: #29aecc;
	background: #ffffff!important; */
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #f1f1f1!important;/* #28c3d5 */
	text-align:center!important;
	   background: #212121!important; /* #c5e620 */

  }
}


@media screen and (max-width: 979px) {
.logo 
{
     width: 80px; 
    height: auto;
	/*padding: 5px 0px 0 10px;*/
}
}

@media screen and (max-width: 480px)
{
h1
{
font-size:25px!important;	
}	
h3
{
font-size:20px!important;	
}
img
{
text-align:center!importamt;
}	


	
section#features .media .media-heading 
{
  font-weight: 300;
  font-size:22px!important;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  text-align: center;
}
section#features .media.feature {
  margin-top: 15px;
  margin-left: 15px;

}

section#features .media .media-body {
  color: #000000;
  padding-top:5px;
  
}
section#features img {
 display:none;
}

.fa-4x {
    font-size: 2em;
}

}

@media screen and (min-width: 490px) and (max-width: 992px) 
{
section#features .media.feature {
  margin-top: 15px;
  margin-left: 15px;
}
section#features img {
 display:none;
}
}

.pre-loader {
  background: #336799;
}


section#reviews .review-filtering {
  margin: 10px 0 50px 0;
}


section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
  margin:50px 0 50px 0!important;
}



p.forgotpara
{
font-size:18px!important;
padding:10px 10px;
text-align:justify;
}

p.forgotcenter
{
font-size:18px!important;
padding:10px 10px;
text-align:center!important;
}
p.forgotcenter a{
color:#28c3d5!important;
}
p.forgotcenter a:hover{
text-decoration:underline!important;
}



/* sidebar*/
#sticky-social ul {
   list-style: none;
   margin: 0;
   padding: 0;
}


#sticky-social {
   left: 0;
   position: fixed;
   top: 40%;
}

#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 30px;
   font: 16px "Open Sans", sans-serif;
   line-height: 30px;
   position: relative;
   text-align: center;
   width: 30px;
}

#sticky-social a:hover span {
   left: 100%;

}

#sticky-social a span {
   line-height: 30px;
   left: -80px;
   position: absolute;
   text-align:center;
   width:80px;
}

#sticky-social a[class*="1"],
#sticky-social a[class*="1"]:hover,
#sticky-social a[class*="1"] span { background: #92E05C; }

#sticky-social a[class*="2"],
#sticky-social a[class*="2"]:hover,
#sticky-social a[class*="2"] span { background: #00aced; }

#sticky-social a[class*="3"],
#sticky-social a[class*="3"]:hover,
#sticky-social a[class*="3"] span { background: #f58227; }	

#sticky-social a[class*="4"],
#sticky-social a[class*="4"]:hover,
#sticky-social a[class*="4"] span { background: #007bb6; }	

#sticky-social a[class*="5"],
#sticky-social a[class*="5"]:hover,
#sticky-social a[class*="5"] span { background: #A85FA9; }	

/*side bar end*/	

@media screen and (max-width: 480px)
{
/* sidebar*/
#sticky-social ul {
   list-style: none;
   margin: 0;
   padding: 0;
}


#sticky-social {
   left: 0;
   position: fixed;
   top: 60%;
}

#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 20px;
   font: 16px "Open Sans", sans-serif;
   line-height: 20px;
   position: relative;
   text-align: center;
   width: 20px;
}

#sticky-social a:hover span {
   left: 100%;

}

#sticky-social a span {
   line-height: 20px;
   left: -80px;
   position: absolute;
   text-align:center;
   width:80px;
}

#sticky-social a[class*="1"],
#sticky-social a[class*="1"]:hover,
#sticky-social a[class*="1"] span { background: #92E05C; }

#sticky-social a[class*="2"],
#sticky-social a[class*="2"]:hover,
#sticky-social a[class*="2"] span { background: #00aced; }

#sticky-social a[class*="3"],
#sticky-social a[class*="3"]:hover,
#sticky-social a[class*="3"] span { background: #f58227; }	

#sticky-social a[class*="4"],
#sticky-social a[class*="4"]:hover,
#sticky-social a[class*="4"] span { background: #007bb6; }	

#sticky-social a[class*="5"],
#sticky-social a[class*="5"]:hover,
#sticky-social a[class*="5"] span { background: #A85FA9; }	
}
/*side bar end*/


@media screen and (max-width: 480px)
{
.review-filtering a img{
	
}	
}

@media screen and (max-width: 480px)
{

.carousel-caption h1.inverse
{
font-size:22px!important;
}

}
@media screen and (max-width: 480px)
{
p .home
{
	margin-left:20px;
	margin-right:20px;
font-size:18px!important;
line-height:20px!important;	
}
}


@media(min-width:767px)
{
    .navbar {
      /*   padding: 5px 0; */
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}


@media screen and (min-device-width: 480px) and (max-device-width: 1100px) {
	
.navbar-collapse 	
{
width:85%!important;
float:right!important;	
border-bottom:none!important;
}

}
/*
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.navbar-nav>li
	{
	    display: block;
		float: none!important;
	}
}

*/

@media (max-width: 1200px) 
{ .navbar-header { float: none; } .navbar-left,.navbar-right { float: none !important; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin-top: 7.5px; } .navbar-nav>li { float: none; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } .collapse.in{ display:block !important; } }


.contact-details
{
	padding:25px;
}

.businesscalltext
{
color:#757575;/*28c3d5*/
padding-top:25px;
}

.businesscallnumber
{
	color:#689F38;/*c5e620;*/
	padding:10px 0 20px 10px;
	font-weight:700;
	font-size:26px;
}

@media screen and (max-width: 640px)
{
.contact-break
{
margin:40px;
border-bottom:2px solid #ccc;
	
}	
}




/*slide new*/

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }

}
figure { 
  margin-top: 0px; background: none;

  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption 
{
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem; 
}
figcaptiontext 
{
text-align:center!important;
}
.navbar-brand{float:left;height:50px;padding:0px 0px 0px 0px!important;font-size:18px;line-height:20px}
/*/slide new*/
.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#F5F7F6;border-radius:4px }
.breadcrumb>li a{display:inline-block color:#06a6df!important;}
.breadcrumb>li+li:before{padding:0 5px;color:#06a6df!important;content:"/\00a0"}.breadcrumb>.active{color:#777}
.breadcrumb>li:hover:not(.active){color:#06a6df;display:inline-block}

/*
@media screen (min-width: 768px) and (max-width: 990px)
{
.navbar-nav	
{
margin-top:-50px!important;
width:80%!important;	
}
}
*/

.italic
{
font-style:italic; 
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    width: 90%!important;
}

.navbar-brand>img 
{
    display: inline!important;
}

.h1, h1
{
padding-top:20px!important;
margin-top:30px!important;	
}


h3.blue{
   /*  color: #1FB3F8!important; */
	color: #689F38!important;
}
.green{
color:#a7ce45!important;	
	
}
.flexslider .slides {
    zoom: 1;
    background-color: #DCEDC8;
}


h2.darkgreen
{
color:#689F38!important;
font-size: 25px;	
}
.h3, h3 {
    font-size: 22px!important;
}

h3.darkgreen
{
color:#689F38!important;
}

h1.darkgreen
{
color:#689F38!important;
}

.bgdarkgreen
{
background-color:#689F38!important;	
}

h1.white
{
color:#ffffff!important;	
}

.bgwhite
{
background-color:#ffffff!important;	
}





.navbar-default {
  /*   background-color: #e8e8e8!important; */
	/*  background-color:#757575!important; */
    border-color: #e7e7e7;
}

#features .box {
    margin-bottom: 15px;
    text-align: center;
}
#features .title {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
}
#features i {
    /* color: #666666; */
	color: #212121;
    font-size: 40px;
    transition: 0.5s;
}
#features .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}


section#screens
{
padding:100px 0 100px 0;
position: relative;	
min-height:700px;
}
section#screens{
background-color:#BDBDBD!important;	
	
}

#screens .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    /* background: #fff; */
    transition: 0.4s;
}
#screens a .icon i {
    color: #666666;
    font-size: 80px;
    transition: 0.5s;
    line-height: 0;
	margin-top:30px;
}
#screens h4 {
    /* margin-left: 100px; */
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
#screens p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}
