
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body {
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}

header .navbar-default {
  background: white;
  border: none;
  /**padding-top: 20px;
  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: 15px;**/
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  padding: 7px 15px;
}
 @media (max-width: 991px) {
header .navbar-default ul.navbar-nav li a {
  padding: 7px 13px;
}
}
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 100%;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 0px;
  z-index: 99999;
  left: 0px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color: #ffffff;
}


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: #6cc8f7;
}
header .navbar-default ul.navbar-nav li a.contact {
  -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.contact:after {
  display: none;
}
header .navbar-default .navbar-brand {
  height: auto;
  padding: 15px 0;
  color: black;
  font-weight: bold;
}
header .navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.9);
  -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 img {
  width: auto;
  max-height: 33px;
}
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: 60px 0 10px;
  text-align: center;
}
#terms .section-heading , #disclaimer .section-heading , #faqs .section-heading, #subscribe .section-heading  {
  margin: 60px 0 10px;
}
@media (max-width: 767px){
	#terms .section-heading , #disclaimer .section-heading , #faqs .section-heading, #subscribe .section-heading {
		 margin: 15px 0 10px;
	}
}

#services1 .section-heading{
  margin: 60px 0 10px !important;
}
.section-heading h1 {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 0;
      font-weight: 600;
}

#careers .section-heading p {
  font-size: 15px;
  color: white;
  font-weight: 300;
}
#careers .section-heading h1 {
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0;
  color: white;
}

#terms .section-heading p, #disclaimer .section-heading p, #faqs .section-heading p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
#faqs .section-heading p {
    margin-bottom: 5px;
	text-align: justify;
}
#faqs .section-heading p.answer {
    margin-bottom: 15px;
}
.section-heading .divider:after, #product > .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#services2 {
  position: relative;
}
section#services2 .services2-item {
  text-align: center;
  padding: 40px 10px;
  margin: 0 0 20px;
}
section#services2 .services2-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px 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;
}
section#services2 .media > .pull-right {
  margin-left: 20px;
}
section#services2 .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#services1 .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}

section#services1 .media.media-left .media-body {
  text-align: justify;
}
section#services1 .media.feature {
  margin-top: 25px;
}
section#services1 .media.feature:first-child {
  margin-top: 0;
}
section#services1 img {
  margin: 0 auto 20px;
}

section#about  .media {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #666666;
}
section#about {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#about .review-filtering {
  margin: 20px 0 100px 0;
}
section#about .review-filtering .review .review-person {
  width: 100%;
}
section#about .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#about .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#about .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#about .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#about .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#about .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#about .review-filtering .review .review-person,
section#about .review-filtering .review .review-comment {
  float: left;
}
section#about .review-filtering .slick-dots {
  bottom: -80px;
}
section#about .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#about .review-filtering .slick-dots li button:before {
  display: none;
}

/* Get app Section */
section#contact {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#contact .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#contact .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* team section */

section#team .media {
  margin-bottom: 10px;
}
section#team .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#team .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#team .media .media-heading a {
  font-weight: 400;
}

section#get-in-touch  {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#get-in-touch  .review-filtering {
  margin: 20px 0 100px 0;
}
section#get-in-touch  .review-filtering .review .review-person {
  width: 100%;
}
section#get-in-touch  .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#get-in-touch  .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#get-in-touch  .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#get-in-touch  .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#get-in-touch  .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#get-in-touch  .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#get-in-touch .review-filtering .review .review-person,
section#get-in-touch  .review-filtering .review .review-comment {
  float: left;
}
section#get-in-touch .review-filtering .slick-dots {
  bottom: -80px;
}
section#get-in-touch  .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#get-in-touch .review-filtering .slick-dots li button:before {
  display: none;
}

section#careers  {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#careers  .review-filtering {
  margin: 20px 0 100px 0;
}
section#gcareers  .review-filtering .review .review-person {
  width: 100%;
}
section#careers  .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#careers  .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#careers  .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#careers  .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#careers  .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#careers  .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#careers .review-filtering .review .review-person,
section#careers  .review-filtering .review .review-comment {
  float: left;
}
section#careers .review-filtering .slick-dots {
  bottom: -80px;
}
section#careers  .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#careers .review-filtering .slick-dots li button:before {
  display: none;
}


/* footer section */
footer {
  padding: 50px 0;
  text-align: center;
  color: white;
}
footer a  {
  color: white;
}

footer a:hover, footer  a:focus {
  color: #54bef5;
  text-decoration: underline;
}
footer a > img {
  width: 100px;
}
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 {
  -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: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  -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-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: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 55px;
  color: #555;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 185px;
}

form textarea:focus, input:focus {
   color: #555555 !important;
}

@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 .navbar-toggle {
    margin-top: 8px;
    margin-right: 15px;
    background: none;
    border: 2px solid #6cc8f7;
    color: #6cc8f7;
    -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;
  }
  header .navbar-default ul.navbar-nav li a.contact {
    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: #66cdcc;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #66cdcc 0%, #336799 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 {
  color: black;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

header .navbar-default ul.navbar-nav li a.contact {
  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.contact: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: #6cc8f7;
  -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.active, header .navbar-default ul.navbar-nav li a:hover, header .navbar-default ul.navbar-nav li a:focus, .navbar-default ul.navbar-nav > li a.active{
  color: #4484b5;
  -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 ul.navbar-nav li a:hover:after {
  background: #6cc8f7;
}
section .section-heading .divider:after {
  background: #6cc8f7;
}
section#services2 .services2-item:hover h3 {
  color: #66cdcc;
}
section#services1, section#team{
  background: #f6f6f6;
}
section#services1 header h1:after {
  background: #66cdcc;
}
section#services1 .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
section#services1 .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#services1 .media:hover h3 {
  color: #66cdcc;
}
section#services1 .media.active i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#services1 .media.active .media-heading {
  color: #66cdcc;
}
section#about {
  background: #f6f6f6;
  padding: 100px 0;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
section#about header {
  color: #ffffff;
}
section#about header h1:after {
  background: #ffffff;
}
section#about .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#about .review-filtering .review .review-comment {
  background: #ffffff;
}
section#about .review-filtering .review .review-comment h3 {
  color: #66cdcc;
}
section#about .review-filtering .review .review-comment p span i {
  color: #66cdcc;
}
section#about .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#about .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#about .review-filtering .slick-dots li.slick-active button {
  background: #66cdcc;
}

/* contact */

section#contact {
  background: url("../img/bk-ga.jpg");
}
section#contact header {
  color: #ffffff;
}
section#contact header h1:after {
  background: #ffffff;
}
section#contact .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#contact .platforms .media a i {
  color: #ffffff;
}
section#contact .platforms .media a div.media-body {
  color: #ffffff;
}
section#contact .platforms .media:hover {
  background: #ffffff;
}
section#contact .platforms .media:hover a i,
section#contact .platforms .media:hover a div.media-body {
  color: #6cc8f7;
}
/* team section */
section#team {
  background: url("../img/team-bg.jpg");
  padding: 150px 0 50px;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.team-title{
background-color: rgba(225, 232, 238, 0.8);
padding: 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
section#team header h1:after {
  background: #6cc8f7;
}
section#team .media i.fa {
  border: 2px solid #6cc8f7;
  color: #6cc8f7;
}
section#team .media a {
  color: #6cc8f7;
}
section#team .media:hover i.fa {
  color: #ffffff;
  background: #6cc8f7;
}
section#team .media:hover h3 {
  color: #6cc8f7;
}
.wrapper {
min-height: 90%;
height: auto !important;
height: 100%;
}
section#get-in-touch  {
  background: url("../img/contact-bg.jpg");
  background-color: #c9d8de;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
section#get-in-touch  header {
  color: #ffffff;
}
section#get-in-touch  header h1:after {
  background: #ffffff;
}
section#get-in-touch  .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#get-in-touch  .review-filtering .review .review-comment {
  background: #ffffff;
}
section#get-in-touch  .review-filtering .review .review-comment h3 {
  color: #66cdcc;
}
section#get-in-touch  .review-filtering .review .review-comment p span i {
  color: #66cdcc;
}
section#get-in-touch  .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#get-in-touch .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#get-in-touch  .review-filtering .slick-dots li.slick-active button {
  background: #66cdcc;
}

section#careers {
  background: url("../img/career-bg.jpg");
  background-color: #c9d8de;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
section#careers  header {
  color: #ffffff;
}
section#careers  header h1:after {
  background: #ffffff;
}
section#careers  .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#careers  .review-filtering .review .review-comment {
  background: #ffffff;
}
section#careers  .review-filtering .review .review-comment h3 {
  color: #66cdcc;
}
section#careers  .review-filtering .review .review-comment p span i {
  color: #66cdcc;
}
section#careers  .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#careers .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#careers  .review-filtering .slick-dots li.slick-active button {
  background: #66cdcc;
}

section#terms, section#disclaimer, section#faqs  {
  background-color: #ebf0f4;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}



/* footer section */
footer {
  background: #6cc8f7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6cc8f7 0%, #336799 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6cc8f7), color-stop(100%, #336799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #6cc8f7 0%, #336799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #6cc8f7 0%, #336799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #6cc8f7 0%, #336799 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #6cc8f7 0%, #336799 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6cc8f7, endColorstr=#336799, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
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: #6cc8f7;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 6px 10px;
}
.btn.btn-primary {
  color: #6cc8f7;
  border-color: #6cc8f7;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #6cc8f7;
  border-color: #6cc8f7;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  background-color: #202b35;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #6cc8f7;
  border-color: #6cc8f7;
}
.btn.btn-default {
    border-radius: 4px;
    background-color: #03A9F4;
	border-color:#03A9F4;
    color: white;
}
.btn.btn-default:hover {
    background-color: #049ce0;;
	border-color:#049ce0;
}
form .form-control:focus {
  border-color: #6cc8f7;
  color: #999999;
}
@media screen and (max-width: 767px) {
  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 #96d9fb;
  }
  header .navbar-default ul.navbar-nav li a.contact {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #666666;
  }
  header .navbar-default .navbar-collapse {
    background: #6cc8f7;
  }
  header .navbar-default.scrolled {
    background: #6cc8f7;
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #666666;
  }
  header .navbar-default .navbar-brand {
  padding: 15px 0 0 15px;
}
}

.pre-loader {
  background: #6cc8f7;
}
#s1 {
	  background: url("../img/s1v1.jpg");
	  background-color: #222;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  padding: 0;
	}
	#s2 {
	  background: url("../img/s2.jpg");
	  background-color: #222;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  padding: 0;
	}
	#s3 {
	  background: url("../img/s3.jpg");
	  background-color: #222;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  padding: 0;
	}
	#s4 {
	  background: url("../img/s4.jpg");
	  background-color: #222;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  padding: 0;
	}
	.iconbox {
	  background: #eaeaea;
	  border-bottom: 1px solid #d4d4d4;
	  text-align: center;
	  padding: 20px 0px;
	  margin: 0 0 20px;
	}
	
	@media (min-width: 768px){

	div.col-sm-7.five-three {
	  width: 60% !important;
	}
	 div.col-sm-5.five-two {
      width: 40% !important;
    }
	}
	@media (max-width: 766px){
	.address {
	margin:0 15px 15px;
	}
	}

	section#services2 .slick-slide {
	  text-align: center;
	}
	section#services2 .slider div img {
 	  padding: 10px;
	  display: inline;
	}
	section#services2 .slider div h4 {
	  text-align: center;
	  font-size: 14px;
	}
	
	.fa-6 {
	  font-size: 6em;
	  color:#ffa742;
	  line-height:150px;
	}
	
	.donut-chart{
	  background: url("img/donut-chart.svg"); 
	  width:180px; 
	  height:180px;
	  background-position:center;
	  display: inline-block;     
	  vertical-align: top;
	}
	
	.block {
	  text-align: center;
	  white-space: nowrap;
	}

	.block:before {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
	  margin-right: -0.25em; /* Adjusts for spacing */
	}


	.centered {
	  display: inline-block;
	  vertical-align: middle;
	}

	.centerofcircle1 {
	  width: 180px;
	  height: 180px;
	  border-radius: 50%;
	  line-height: 100px;
	  font-size: 15px;
	  background:  url("../img/donut-chart.svg"); ;
	  color: white;
	  text-align: center;
	  background-size: 100%;
	}

	.wrapme {
	  display: inline-block;
	  width: 100px;
	  height: 0px;
	  line-height: 10px;
	  white-space: normal;
	  word-wrap: break-word;
	  color: white;
	  text-align: center;
	  vertical-align: middle;
	}
	.bs-glyphicons .glyphicon {
	  margin-top: 5px;
	  margin-bottom: 10px;
	  font-size: 24px;
	}
	.glyphicon {
	  position: relative;
	  top: 1px;
	  display: inline-block;
	  font-family: 'Glyphicons Halflings';
	  font-style: normal;
	  font-weight: 400;
	  line-height: 1;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}
	.glyphicon-signal:before {
	  content: "\e018";
	}
	
	#get-in-touch, #careers, #terms,  #disclaimer, #faqs, #subscribe {
		padding: 45px 0;
	}

	#signup{
		padding: 30px 0;
	}
	
	.address{
		  -webkit-box-shadow: none;
		  -moz-box-shadow: none;
		  box-shadow: none;
		  -webkit-border-radius: 5px;
		  -moz-border-radius: 5px;
		  -ms-border-radius: 5px;
		  -o-border-radius: 5px;
		  border-radius: 5px;
		  border: 2px solid #cccccc;
		  background-color: white;	
		  padding-top: 20px;
	}
	.contact-inner {
	  text-align: center;
	  padding: 10%;
	}

	
	/*  Back-to-top */
	#back-to-top {
		position: fixed;
		bottom: 40px;
		right: 40px;
		z-index: 9999;
		width: 32px;
		height: 32px;
		text-align: center;
		line-height: 30px;
		background: #dcdcdc;
		color: #444;
		cursor: pointer;
		border: 0;
		border-radius: 50%;
		text-decoration: none;
		transition: opacity 0.2s ease-out;
		opacity: 0;
	}
	#back-to-top:hover {
		background: #e9ebec;
	}
	#back-to-top.show {
		opacity: 1;
	}
	

