/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);*/
@import url('https://fonts.googleapis.com/css?family=Quicksand');
.video-container {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe{
  width:400px;
  height:250px;
  border:1px solid #8cc642;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-weight:600;
}
a {
  font-family: 'Quicksand', sans-serif;
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
  font-family: 'Quicksand', sans-serif;
}

h3{
  font-size: 21px;
}

h1{
  color:#8cc642;
}

header .navbar-offerings {
  background:#032d40;
  padding: 5px;
  -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);
  border-bottom: 0px solid #069bc6;
}

header .navbar-offerings li a{
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding: 17px 20px;
  color:#fff;
}

header .navbar-offerings li a:hover{
  color:#8cc642;
}

header .navbar-offerings .navbar-brand {
  height: auto;
  padding: 0;
}

header .navbar-offerings .navbar-brand img{
  height: 35px;
  padding: 0;
  margin-top:10px;
}

header .navbar-default {
  background: none;
  border: none;
  padding-top: 40px;
  padding-bottom: 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;
}
header .navbar-default ul.navbar-nav {
  padding-top: 35px;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 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;
  display: block;
}
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 32px;
  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: #ffffff;
  -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: #ffffff;
}
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 .navbar-brand {
  height: auto;
  padding: 0;
}

header .navbar-default .navbar-brand img{
  display: none;
}
header .navbar-default.scrolled {
 background:#fff;

 -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;
 transitbackground:rgba(255,255,255,0.9);ion: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 5px;
}
/*
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 54px;
  display: block;
}
*/
header .navbar-default.scrolled .navbar-brand img {
  height: 40px;
  display: block;
  padding: 0;
  margin-top: 8px;
}

header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 15px;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 30px 0 50px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  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;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
section#what, section.feat,section#offer,section#steps,section#why {
  position: relative;
}

section#offer,section#why,section#contact{
  background: #eee;
}
/*section#who{
   background: url(../img/bk-freeze-ga.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }*/


  section.feat,section#why{
   background: url(../img/p6.png); 
   background-repeat: repeat;
   /*background: #f8f8f8;*/
 }


 section#what .about-item,section.feat .about-item,section#offer .about-item,section#steps .about-item,section#why .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}

section#what .about-item p span,section.feat .about-item p span,section#offer .about-item p span,section#steps .about-item p span.section#why .about-item p span{
  background:#dbb012;
  color:#fff;
  padding:5px;
  line-height:35px;
}

section#what .about-item h5{
  color:#333;
  font-size:14px;
  padding-left:28px;
  text-align: left;
}

section#what .about-item .box-1,section#what .about-item .box-2,section#what .about-item .box-3,
section#steps .about-item .box-1,section#steps .about-item .box-2,section#steps .about-item .box-3,section#steps .about-item .box-4{
  color:#fff;
  background:#16a085;
  padding:35px;
  margin-top:-30px;
}

section#what .about-item .box-2{
  background:#c11850;
}

section#what .about-item .box-3{
  background:#dbb012;
}

section#what .about-item .span-violet span{
  background:#3a198b;
  color:#fff;
  padding:5px;
  line-height:35px;
}

section#what .about-item .span-green span{
  background:#16a085;
  color:#fff;
  padding:5px;
  line-height:35px;
}

section#what .about-item .span-pink span{
  background:#c11850;
  color:#fff;
  padding:5px;
  line-height:35px;
}

section#what .about-item i.fa,section#who .about-item i.fa,section.feat .about-item i.fa,section#offer .about-item i.fa,section#steps .about-item i.fa,section#why .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  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: 104px;
}
section#features .media > .pull-right {
  margin-left: 20px;
}
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: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#features .media .media-body {
  color: #999999;
}
section#features .media.media-left .media-body {
  text-align: right;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#testi {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#testi .review-filtering {
  margin: 20px 0 100px 0;
}
section#testi .review-filtering .review .review-person {
  width: 100%;
}
section#testi .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#testi .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#testi .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#testi .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#testi .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#testi .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#testi .review-filtering .review .review-person,
section#testi .review-filtering .review .review-comment {
  float: left;
}
section#testi .review-filtering .slick-dots {
  bottom: -80px;
}
section#testi .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#testi .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  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;
}
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 .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 {
  -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: 0 0 150px 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  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;
}
/* footer section */
footer {
  padding: 10px 0;
  text-align: center;
}
footer a > img {
  width: 250px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -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;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -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;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  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: 'Quicksand', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  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 #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}

.btn.btn-default:hover,.btn.btn-default.btn_checked {
  background: #8dc643;
  color:#fff;
}

.btn.btn-default {
  border: none;
  margin-left: 8px;
  border: 2px solid #cbcbcb;
  background: #fff;
  color:#666;
  /* Old browsers */
  /* background: -moz-linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);*/
  /* FF3.6+ */
  /* background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);*/
  /* Chrome10+,Safari5.1+ */
  /* background: -o-linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);*/
  /* Opera 11.10+ */
  /* background: -ms-linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);*/
  /* IE10+ */
  /*background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fbfbfb, 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;
  height: 45px;
  /*line-height: 10px;
  padding: 20px;*/
  color: #444;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
    display: block;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.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: 100%;
  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: #069bc6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #069bc6 0%, #336799 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #069bc6), color-stop(100%, #336799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #069bc6 0%, #336799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #069bc6 0%, #336799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #069bc6 0%, #336799 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #069bc6 0%, #336799 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#069bc6, endColorstr=#336799, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a {
  color: #000;
  background: none;
  display: 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: #ffffff;
  -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 #069bc6;
  background: #032d40;
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #fff;
  display: block;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #8cc642;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: none;
}
header .navbar-default.scrolled .navbar-brand {
  background: none;
}
section .section-heading .divider:after {
  background: #069bc6;
}
section#what .about-item i.fa,section#who .about-item i.fa,section.feat .about-item i.fa,section#offer .about-item i.fa,section#steps .about-item i.fa,section#why .about-item i.fa {
  /*border: 5px solid #fff;*/
  color: #069bc6;
  box-shadow:0 14px 25px rgba(0, 0, 0, .1) !important;
}

section#why .about-item i.fa-green {
  box-shadow:0 14px 25px rgba(0, 0, 0, .1) !important;
  color: #8cc642;
  background: #fff;

}



section#what .about-item:hover i.fa,section#who .about-item:hover i.fa,section.feat .about-item:hover i.fa,section#offer .about-item:hover i.fa,section#steps .about-item:hover i.fa,section#why .about-item:hover i.fa  {
  color: #ffffff;
  background: #069bc6;
}
section#why .about-item-gr:hover i.fa-green {
  color: #ffffff;
  background: #8cc642;
}
section#what .about-item:hover h3,section#who .about-item:hover h3,section.feat .about-item:hover h3,section#offer .about-item:hover h3,section#steps .about-item:hover h3,section#why .about-item:hover h3 {
  color: #069bc6;
}

section#why .about-item-gr:hover h3{
  color:#8cc642;
}

section#features {
  background: #f6f6f6;
}
section#features header h1:after {
  background: #069bc6;
}
section#features .media i.fa {
  border: 2px solid #069bc6;
  color: #069bc6;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #069bc6;
}
section#features .media:hover h3 {
  color: #069bc6;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #069bc6;
}
section#features .media.active .media-heading {
  color: #069bc6;
}
section#testi {
  background: url("../img/bk-freeze-ga.jpg");
}
section#testi header {
  color: #ffffff;
}
section#testi header h1:after {
  background: #ffffff;
}
section#testi .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#testi .review-filtering .review .review-comment {
  background: #ffffff;
}
section#testi .review-filtering .review .review-comment h3 {
  color: #069bc6;
}
section#testi .review-filtering .review .review-comment p span i {
  color: #069bc6;
}
section#testi .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#testi .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#testi .review-filtering .slick-dots li.slick-active button {
  background: #069bc6;
}
section#screens header h1:after {
  background: #069bc6;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #069bc6;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #069bc6;
  border-color: #069bc6;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #069bc6;
  border-color: #069bc6;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #069bc6;
}
/* Get app Section */
section#getApp {
  background: url("../img/bk-freeze-ga.jpg");
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
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: #069bc6;
}
/* support section */
section#support header h1:after {
  background: #069bc6;
}
section#support .media i.fa {
  border: 2px solid #069bc6;
  color: #069bc6;
}
section#support .media a {
  color: #069bc6;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #069bc6;
}
section#support .media:hover h3 {
  color: #069bc6;
}
/* footer section */
footer {
  background: #333;
  /*float: left;*/
}
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #069bc6;
}
footer .rights {
  color: #ccc;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #069bc6;
  border-color: #069bc6;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #069bc6;
  border-color: #069bc6;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #069bc6;
  border-color: #069bc6;
}
/*.btn.btn-default {
  border: none;
  background: #fbfbfb;
  }*/
/*.btn.btn-default:hover {
  color: #336799;
  }*/
  form .form-control:focus {
    border-color: #069bc6;
    color: #999999;
    box-shadow: none;
  }
  @media screen and (max-width: 640px) {

    h2{
      font-size:20px;
    }
    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
      background: none;
    }
    header .navbar-default ul.navbar-nav li a {
      color: #ffffff;
      border-bottom: 1px solid #376fa4;
      display: block;
    }
    header .navbar-default ul.navbar-nav li a.getApp {
      color: #ffffff;
    }
    header .navbar-default ul.navbar-nav li a:after {
      display: none;
    }
    header .navbar-default ul.navbar-nav li a:hover {
      color: #069bc6;
    }
    header .navbar-default .navbar-collapse {
      background: #fff;

    }
    header .navbar-default.scrolled {
      background: #fff;

    }
    header .navbar-default.scrolled ul.navbar-nav li a {
      color: #ffffff;
    }
    header .navbar-default.scrolled ul.navbar-nav li a:hover {
      color: #069bc6;
    }
    header .navbar-default ul.navbar-nav li a {
      color:#8CC642;
    }
    header .navbar-default.scrolled ul.navbar-nav li a{
      color:#8CC642;
    }
    header .navbar-default.scrolled .navbar-toggle {
      color:#069bc6;
    }


  }
  .pre-loader {
    background: #069bc6;
  }

  .tp-banner_plan{
    background: url(../img/planning2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tp-banner_buy{
    background: url(../img/buying.jpg) no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tp-banner_sell{
    background: url(../img/selling.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tp-banner_sale{
    background: url(../img/Salepurchase.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tp-banner_tenancy{
    background: url(../img/tenancy.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tp-banner_rentin{
    background: url(../img/rentin.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tp-banner_rentout{
    background: url(../img/rentout.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tp-banner_portfolio{
    background: url(../img/Porfolio.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tp-banner{
    background: url(../img/abgimgtree1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mpa-homeleftbanner{
    margin-top:30px;
  }


  .mpa-homeleftbanner h4{
    font-size: 25px;
    color:#fff;
    line-height: 36px;
    text-align: center;
    font-weight: 300;
  }

  .mpa-homeleftbanner h1{
    font-weight: 700;
    font-size: 45px;
    color: #069bc6;
    text-align: center;
  }



  .offer-wrapper{ 
    background-color: #333;
    background: url(../img/offer1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top:50px;
    height:200px;
    padding-top:55px;

  }  

  .offer-wrapper h2{
    color:#fff;
    padding:5px;
  } 

  .view-tenth img { 
    transform: scaleY(1);
    transition: all .7s ease-in-out;
  }
  .view-tenth .mask { 
    background: url(../img/mkimg2.jpg) no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 0.5s linear;
    opacity: 0;
  }  
  .view-tenth .mask1 { 
   background: url(../img/mkimg1.jpg) no-repeat; 
 }   
 .view-tenth .mask2 { 
   background: url(../img/mkimg2.jpg) no-repeat; 
 }   
 .view-tenth .mask3 { 
   background: url(../img/mkimg3.jpg) no-repeat; 
 }   
 .view-tenth .mask4 { 
   background: url(../img/mkimg4.jpg) no-repeat; 
 }   
 .view-tenth .mask5 { 
   background: url(../img/mkimg5.jpg) no-repeat; 
 }   
 .view-tenth .mask6 { 
   background: url(../img/mkimg6.jpg) no-repeat; 
 }   
 .view-tenth h2{
  background: transparent;
  margin: 20px 40px 0px 40px;
  transform: scale(0);
  color: #333;
  transition: all 0.5s linear;
  opacity: 0;
}
.view-tenth p {
  color: #333;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}
.view-tenth a.info { 
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}


.view-tenth:hover img { 
  -webkit-transform: scale(10);  
  transform: scale(10);
  opacity: 0;
}

.view-tenth:hover .mask { 
  opacity: 1;
}                                                                            
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info{ 
  transform: scale(1);
  opacity: 1;
}

.view {
  margin: 10px;
  float: left;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow:0 14px 25px rgba(0, 0, 0, .1) !important;
  cursor: default;
  border-radius: 5px;

}

.mainoffers{  
  border: 1px solid #eee;
  position: relative;
  text-align: center;
  box-shadow:0 14px 25px rgba(0, 0, 0, .1) !important;
  cursor: default;
  border-radius: 5px;
  background: #fff;
  margin-bottom:25px;
  padding:25px;
  background: #fff url(../img/mo1.png)  top center no-repeat;
  background-position: 50% 20%;
  padding-top:130px;
  padding-bottom:30px;
  transition:all 0.5s;
}
.mainoffers:hover {    
  background: #fff url(../img/moh1.png)  top center no-repeat;
  background-position: 50% 20%;
}

.mainoffers1{
  background: #fff url(../img/mo1.png)  top center no-repeat;
  background-position: 50% 20%;
}

.mainoffers1:hover{
  background: #fff url(../img/moh1.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers2{
  background: #fff url(../img/mo2.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers2:hover{
  background: #fff url(../img/moh2.png)  top center no-repeat;
  background-position: 50% 20%;
}

.mainoffers3:hover{
  background: #fff url(../img/moh3.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers3{
  background: #fff url(../img/mo3.png)  top center no-repeat;
  background-position: 50% 20%;
}

.mainoffers4:hover{
  background: #fff url(../img/moh4.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers4{
  background: #fff url(../img/mo4.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers5{
  background: #fff url(../img/mo5.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers5:hover{
  background: #fff url(../img/moh5.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers6{
  background: #fff url(../img/mo6.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers6:hover{
  background: #fff url(../img/moh6.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers7{
  background: #fff url(../img/mo7.png)  top center no-repeat;
  background-position: 50% 20%;
}
.mainoffers7:hover{
  background: #fff url(../img/moh7.png)  top center no-repeat;
  background-position: 50% 20%;
}


.view .mask, .view .content {
  width: 332px;
  height: 278px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}
.view img {
  display: block;
  position: relative
}
.view h2 {
  /*text-transform: capitalize;*/
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: none;

}
.view p {

  font-style: italic;
  font-size: 14px;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px;
  text-align: center
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;

  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}
.view a.info:hover {
  box-shadow: 0 0 5px #000
}

.tccontents p{
  float: left;
  padding:3px;
  text-align: center;
  width:50%;
}

.tccontents a{
  text-decoration: none;
  color:#333;
}


/* Main carousel style */
.carousel {

}

/* Indicators list style */
.article-slide .carousel-indicators {
  bottom: 0;
  left: 0;
  margin-left: 5px;
  width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
  border: medium none;
  border-radius: 0;
  float: left;
  height: 54px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
  border: 2px solid #FFFFFF;
  float: left;
  height: 54px;
  left: 0;
  width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
  border: 2px solid #428BCA;
  opacity: 0.7;
}

#slideway {
  position:fixed;
  height:50%;
  z-index: 999999;

}
#fbkslideway {
  position:fixed;
  bottom:0px;
  right:0px;
  height:50%;
  z-index: 999999;

}
#slideway-button,#fbk_slideway-button{
  float:left;
  margin-top:25%;
  bottom: 0px;
  height:185px;
  width:50px;
  background:#8cc642;
  cursor: pointer;
  padding:15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 999999;
}
#fbk_slideway-button{
 margin-top:0%;
 background:#069bc6;
}
#slideway-button b,#fbk_slideway-button b{
  /*writing-mode:tb-rl;*/
   /* -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);*/
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   /*height:50px;
   width:185pxg;*/
   display:block;
   padding: 10px 10px 3px 3px;
   color: #fff;
   font-size:16px;
   margin-top:90px !important;
 }
 #slideway-content, #fbk_slideway-content {
  float:left;
  margin-top: 10%; 
  height: auto;   
  width: 450px;    
  background:#8cc642;
  color: #333333;
  padding: 30px 0 0 10px;
  z-index: 999999;
  border-radius: 5px;
}
#fbk_slideway-content {
 margin-top: 0%; 
 background:#069bc6;
}
#slideway-content .form-control, #fbk_slideway-content .form-control{
    /*height: 20px;
    line-height: 20px;
    padding: 15px;*/
  }
  #slideway-content .input-group,#fbk_slideway-content .input-group{
    margin-bottom: 15px;
  }

  .cd-timeline-content b{
    color:#069bc6;
  }

  section#offer{
    background: url('../img/conbg.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .box-1,.box-2,.box-3{
    min-height: 160px;
    margin-bottom:50px;
  }

  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus{
    border:none;
  }

  .pw-small button{
    border:none;
    background-color:#069bc6 !important;
    color:#fff;
    border-radius: 3px;
  }

  .modal-header{
    background:#8cc642;
  }

  .modal-header .modal-title{
    color:#fff;
  }

  .modal-header button.close{
    color:#fff;
    opacity:1;
  }

  .modal-content{
    border-radius: 0px;
  }

  .pw-cal{
    background:#069bc6;
    padding:10px;
    color:#fff;
  }

  .pw-cal span{
    font-size:25px;
  }

  .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th{
    background-color: #f3fcfe;
  }

  .panel{
    border:none;
  }

  .panel-info > .panel-heading{
    background:#8cc642;
    color:#fff;
  }

  .panel-info > .panel-heading a{
    color:#000;
  }

  .mpa-blog img{
    height: 155px !important;
    border: 3px solid #0e9ec8;
  }
  .mpa-blog h6{
    position: absolute;
    margin-top: -35px;  
    background: rgba(14,158,200,0.9);
    color: #fff;
    width: 85%;
    padding: 5px;
  }
  select[multiple], select[size] {
    height: auto;
  }

  .maintagline{
    text-transform: capitalize;
    font-size:28px;
    color:#fff;
  }
  .propwiser_send_otp {margin-top:10px; float:right;}
